@cinerino/sdk 3.51.0 → 3.52.0-alpha.2
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.
|
@@ -1616,11 +1616,11 @@ var transactionType_1 = require("./factory/transactionType");
|
|
|
1616
1616
|
var errorCode_1 = require("./factory/errorCode");
|
|
1617
1617
|
var errors = require("./factory/errors");
|
|
1618
1618
|
exports.errors = errors;
|
|
1619
|
-
exports.errorCode = errorCode_1.
|
|
1619
|
+
exports.errorCode = errorCode_1.ErrorCode;
|
|
1620
1620
|
exports.account = AccountFactory;
|
|
1621
|
-
exports.accountStatusType = accountStatusType_1.
|
|
1622
|
-
exports.actionStatusType = actionStatusType_1.
|
|
1623
|
-
exports.actionType = actionType_1.
|
|
1621
|
+
exports.accountStatusType = accountStatusType_1.AccountStatusType;
|
|
1622
|
+
exports.actionStatusType = actionStatusType_1.ActionStatusType;
|
|
1623
|
+
exports.actionType = actionType_1.ActionType;
|
|
1624
1624
|
var action;
|
|
1625
1625
|
(function (action) {
|
|
1626
1626
|
var authorize;
|
|
@@ -1761,7 +1761,7 @@ var creativeWork;
|
|
|
1761
1761
|
softwareApplication.webApplication = WebApplicationFactory;
|
|
1762
1762
|
})(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
|
|
1763
1763
|
})(creativeWork = exports.creativeWork || (exports.creativeWork = {}));
|
|
1764
|
-
exports.creativeWorkType = creativeWorkType_1.
|
|
1764
|
+
exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
1765
1765
|
exports.customer = CustomerFactory;
|
|
1766
1766
|
var event;
|
|
1767
1767
|
(function (event) {
|
|
@@ -1769,11 +1769,11 @@ var event;
|
|
|
1769
1769
|
event.screeningEventSeries = ScreeningEventSeriesFactory;
|
|
1770
1770
|
})(event = exports.event || (exports.event = {}));
|
|
1771
1771
|
exports.encodingFormat = EncodingFormat;
|
|
1772
|
-
exports.eventStatusType = eventStatusType_1.
|
|
1773
|
-
exports.eventType = eventType_1.
|
|
1772
|
+
exports.eventStatusType = eventStatusType_1.EventStatusType;
|
|
1773
|
+
exports.eventType = eventType_1.EventType;
|
|
1774
1774
|
exports.iam = IAMFactory;
|
|
1775
1775
|
exports.invoice = InvoiceFactory;
|
|
1776
|
-
exports.itemAvailability = itemAvailability_1.
|
|
1776
|
+
exports.itemAvailability = itemAvailability_1.ItemAvailability;
|
|
1777
1777
|
exports.language = LanguageFactory;
|
|
1778
1778
|
exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
1779
1779
|
exports.monetaryAmount = MonetaryAmountFactory;
|
|
@@ -1781,7 +1781,7 @@ exports.offer = OfferFactory;
|
|
|
1781
1781
|
exports.offerCatalog = OfferCatalogFactory;
|
|
1782
1782
|
exports.offerType = offerType_1.OfferType;
|
|
1783
1783
|
exports.order = OrderFactory;
|
|
1784
|
-
exports.orderStatus = orderStatus_1.
|
|
1784
|
+
exports.orderStatus = orderStatus_1.OrderStatus;
|
|
1785
1785
|
exports.organization = OrganizationFactory;
|
|
1786
1786
|
exports.organizationType = organizationType_1.OrganizationType;
|
|
1787
1787
|
exports.ownershipInfo = OwnershipInfoFactory;
|
|
@@ -1793,11 +1793,11 @@ var paymentMethod;
|
|
|
1793
1793
|
paymentCard.movieTicket = MovieTicketFactory;
|
|
1794
1794
|
})(paymentCard = paymentMethod.paymentCard || (paymentMethod.paymentCard = {}));
|
|
1795
1795
|
})(paymentMethod = exports.paymentMethod || (exports.paymentMethod = {}));
|
|
1796
|
-
exports.paymentStatusType = paymentStatusType_1.
|
|
1796
|
+
exports.paymentStatusType = paymentStatusType_1.PaymentStatusType;
|
|
1797
1797
|
exports.permit = PermitFactory;
|
|
1798
1798
|
exports.person = PersonFactory;
|
|
1799
|
-
exports.personType = personType_1.
|
|
1800
|
-
exports.priceCurrency = priceCurrency_1.
|
|
1799
|
+
exports.personType = personType_1.PersonType;
|
|
1800
|
+
exports.priceCurrency = priceCurrency_1.PriceCurrency;
|
|
1801
1801
|
var place;
|
|
1802
1802
|
(function (place) {
|
|
1803
1803
|
place.movieTheater = MovieTheaterPlaceFactory;
|
|
@@ -1809,7 +1809,7 @@ exports.placeType = placeType_1.PlaceType;
|
|
|
1809
1809
|
var priceSpecification;
|
|
1810
1810
|
(function (priceSpecification) {
|
|
1811
1811
|
})(priceSpecification = exports.priceSpecification || (exports.priceSpecification = {}));
|
|
1812
|
-
exports.priceSpecificationType = priceSpecificationType_1.
|
|
1812
|
+
exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType;
|
|
1813
1813
|
exports.programMembership = ProgramMembershipFactory;
|
|
1814
1814
|
exports.product = ProductFactory;
|
|
1815
1815
|
exports.project = project;
|
|
@@ -1824,8 +1824,8 @@ var reservation;
|
|
|
1824
1824
|
(function (reservation) {
|
|
1825
1825
|
reservation.eventReservation = EventReservationFactory;
|
|
1826
1826
|
})(reservation = exports.reservation || (exports.reservation = {}));
|
|
1827
|
-
exports.reservationStatusType = reservationStatusType_1.
|
|
1828
|
-
exports.reservationType = reservationType_1.
|
|
1827
|
+
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
1828
|
+
exports.reservationType = reservationType_1.ReservationType;
|
|
1829
1829
|
exports.seller = SellerFactory;
|
|
1830
1830
|
var task;
|
|
1831
1831
|
(function (task) {
|
|
@@ -1860,9 +1860,9 @@ var service;
|
|
|
1860
1860
|
service.webAPI = WebAPIServiceFactory;
|
|
1861
1861
|
})(service = exports.service || (exports.service = {}));
|
|
1862
1862
|
exports.serviceType = ServiceTypeFactory;
|
|
1863
|
-
exports.sortType = sortType_1.
|
|
1864
|
-
exports.taskName = taskName_1.
|
|
1865
|
-
exports.taskStatus = taskStatus_1.
|
|
1863
|
+
exports.sortType = sortType_1.SortType;
|
|
1864
|
+
exports.taskName = taskName_1.TaskName;
|
|
1865
|
+
exports.taskStatus = taskStatus_1.TaskStatus;
|
|
1866
1866
|
exports.thing = ThingFactory;
|
|
1867
1867
|
var assetTransaction;
|
|
1868
1868
|
(function (assetTransaction) {
|
|
@@ -1879,10 +1879,10 @@ var transaction;
|
|
|
1879
1879
|
transaction.placeOrder = PlaceOrderTransactionFactory;
|
|
1880
1880
|
transaction.returnOrder = ReturnOrderTransactionFactory;
|
|
1881
1881
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
1882
|
-
exports.transactionType = transactionType_1.
|
|
1883
|
-
exports.transactionStatusType = transactionStatusType_1.
|
|
1884
|
-
exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
1885
|
-
exports.assetTransactionType = assetTransactionType_1.
|
|
1882
|
+
exports.transactionType = transactionType_1.TransactionType;
|
|
1883
|
+
exports.transactionStatusType = transactionStatusType_1.TransactionStatusType;
|
|
1884
|
+
exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.TransactionTasksExportationStatus;
|
|
1885
|
+
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
1886
1886
|
exports.unitCode = unitCode_1.UnitCode;
|
|
1887
1887
|
|
|
1888
1888
|
},{"./cognito":14,"./factory/account":15,"./factory/accountStatusType":16,"./factory/accountTitle":17,"./factory/accountType":18,"./factory/action/authorize/award/point":26,"./factory/action/authorize/offer/moneyTransfer":27,"./factory/action/authorize/offer/product":28,"./factory/action/authorize/offer/seatReservation":29,"./factory/action/authorize/paymentMethod/any":30,"./factory/action/cancel/reservation":31,"./factory/action/check/paymentMethod/movieTicket":32,"./factory/action/check/token":33,"./factory/action/consume/use/reservation":34,"./factory/action/interact/confirm/moneyTransfer":35,"./factory/action/interact/confirm/pay":36,"./factory/action/interact/confirm/registerService":37,"./factory/action/interact/confirm/reservation":38,"./factory/action/interact/inform":39,"./factory/action/interact/register/programMembership":40,"./factory/action/interact/register/service":41,"./factory/action/interact/unRegister/programMembership":42,"./factory/action/reserve":43,"./factory/action/trade/order":44,"./factory/action/trade/pay":45,"./factory/action/trade/refund":46,"./factory/action/transfer/give/pointAward":47,"./factory/action/transfer/moneyTransfer":48,"./factory/action/transfer/print/ticket":49,"./factory/action/transfer/return/moneyTransfer":50,"./factory/action/transfer/return/order":51,"./factory/action/transfer/return/paymentMethod":52,"./factory/action/transfer/return/pointAward":53,"./factory/action/transfer/return/reservation":54,"./factory/action/transfer/send/message/email":55,"./factory/action/transfer/send/order":56,"./factory/action/update/delete/member":57,"./factory/actionStatusType":24,"./factory/actionType":25,"./factory/assetTransaction/cancelReservation":59,"./factory/assetTransaction/moneyTransfer":60,"./factory/assetTransaction/pay":61,"./factory/assetTransaction/refund":62,"./factory/assetTransaction/registerService":63,"./factory/assetTransaction/reserve":64,"./factory/assetTransactionType":58,"./factory/authorization":65,"./factory/categoryCode":66,"./factory/clientUser":67,"./factory/creativeWork/message/email":69,"./factory/creativeWork/movie":70,"./factory/creativeWork/softwareApplication/webApplication":71,"./factory/creativeWorkType":68,"./factory/customer":72,"./factory/encodingFormat":73,"./factory/errorCode":74,"./factory/errors":86,"./factory/event/screeningEvent":89,"./factory/event/screeningEventSeries":90,"./factory/eventStatusType":87,"./factory/eventType":88,"./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":112,"./factory/place/screeningRoom":113,"./factory/place/screeningRoomSection":114,"./factory/place/seat":115,"./factory/placeType":111,"./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/reservation/event":127,"./factory/reservationStatusType":125,"./factory/reservationType":126,"./factory/seller":128,"./factory/service/paymentService":130,"./factory/service/webAPI":131,"./factory/serviceType":129,"./factory/sortType":132,"./factory/task/accountMoneyTransfer":135,"./factory/task/aggregateScreeningEvent":136,"./factory/task/aggregateUseActionsOnEvent":137,"./factory/task/cancelAccountMoneyTransfer":138,"./factory/task/cancelMoneyTransfer":139,"./factory/task/cancelPendingReservation":140,"./factory/task/cancelReservation":141,"./factory/task/confirmCancelReserve":142,"./factory/task/importEventCapacitiesFromCOA":143,"./factory/task/importEventsFromCOA":144,"./factory/task/importOffersFromCOA":145,"./factory/task/moneyTransfer":146,"./factory/task/orderProgramMembership":147,"./factory/task/pay":148,"./factory/task/refund":149,"./factory/task/registerService":150,"./factory/task/reserve":151,"./factory/task/sendEmailMessage":152,"./factory/task/triggerWebhook":153,"./factory/task/voidPayment":154,"./factory/taskName":133,"./factory/taskStatus":134,"./factory/thing":155,"./factory/transaction/moneyTransfer":159,"./factory/transaction/placeOrder":160,"./factory/transaction/returnOrder":161,"./factory/transactionStatusType":156,"./factory/transactionTasksExportationStatus":157,"./factory/transactionType":158,"./factory/unitCode":162,"@waiter/factory":260}],14:[function(require,module,exports){
|
|
@@ -1908,11 +1908,12 @@ var transaction;
|
|
|
1908
1908
|
transaction.deposit = DepositTransactionFactory;
|
|
1909
1909
|
transaction.transfer = TransferTransactionFactory;
|
|
1910
1910
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
1911
|
-
exports.transactionType = transactionType_1.
|
|
1911
|
+
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
1912
1912
|
|
|
1913
1913
|
},{"./account/action/moneyTransfer":19,"./account/transaction/deposit":21,"./account/transaction/transfer":22,"./account/transaction/withdraw":23,"./account/transactionType":20}],16:[function(require,module,exports){
|
|
1914
1914
|
"use strict";
|
|
1915
1915
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1916
|
+
exports.AccountStatusType = void 0;
|
|
1916
1917
|
/**
|
|
1917
1918
|
* 口座ステータスタイプ
|
|
1918
1919
|
*/
|
|
@@ -1926,8 +1927,7 @@ var AccountStatusType;
|
|
|
1926
1927
|
* 解約済
|
|
1927
1928
|
*/
|
|
1928
1929
|
AccountStatusType["Closed"] = "Closed";
|
|
1929
|
-
})(AccountStatusType || (AccountStatusType = {}));
|
|
1930
|
-
exports.default = AccountStatusType;
|
|
1930
|
+
})(AccountStatusType = exports.AccountStatusType || (exports.AccountStatusType = {}));
|
|
1931
1931
|
|
|
1932
1932
|
},{}],17:[function(require,module,exports){
|
|
1933
1933
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -1957,25 +1957,25 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
1957
1957
|
},{"dup":14}],20:[function(require,module,exports){
|
|
1958
1958
|
"use strict";
|
|
1959
1959
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1960
|
+
exports.AccountTransactionType = void 0;
|
|
1960
1961
|
/**
|
|
1961
|
-
*
|
|
1962
|
+
* 口座取引タイプ
|
|
1962
1963
|
*/
|
|
1963
|
-
var
|
|
1964
|
-
(function (
|
|
1964
|
+
var AccountTransactionType;
|
|
1965
|
+
(function (AccountTransactionType) {
|
|
1965
1966
|
/**
|
|
1966
1967
|
* 出金取引
|
|
1967
1968
|
*/
|
|
1968
|
-
|
|
1969
|
+
AccountTransactionType["Withdraw"] = "Withdraw";
|
|
1969
1970
|
/**
|
|
1970
1971
|
* 入金取引
|
|
1971
1972
|
*/
|
|
1972
|
-
|
|
1973
|
+
AccountTransactionType["Deposit"] = "Deposit";
|
|
1973
1974
|
/**
|
|
1974
1975
|
* 転送取引
|
|
1975
1976
|
*/
|
|
1976
|
-
|
|
1977
|
-
})(
|
|
1978
|
-
exports.default = TransactionType;
|
|
1977
|
+
AccountTransactionType["Transfer"] = "Transfer";
|
|
1978
|
+
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
1979
1979
|
|
|
1980
1980
|
},{}],21:[function(require,module,exports){
|
|
1981
1981
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -1986,6 +1986,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
1986
1986
|
},{"dup":14}],24:[function(require,module,exports){
|
|
1987
1987
|
"use strict";
|
|
1988
1988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1989
|
+
exports.ActionStatusType = void 0;
|
|
1989
1990
|
/**
|
|
1990
1991
|
* アクションステータス
|
|
1991
1992
|
*/
|
|
@@ -1996,12 +1997,12 @@ var ActionStatusType;
|
|
|
1996
1997
|
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
1997
1998
|
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
1998
1999
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
1999
|
-
})(ActionStatusType || (ActionStatusType = {}));
|
|
2000
|
-
exports.default = ActionStatusType;
|
|
2000
|
+
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
2001
2001
|
|
|
2002
2002
|
},{}],25:[function(require,module,exports){
|
|
2003
2003
|
"use strict";
|
|
2004
2004
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2005
|
+
exports.ActionType = void 0;
|
|
2005
2006
|
/**
|
|
2006
2007
|
* アクションタイプ
|
|
2007
2008
|
*/
|
|
@@ -2027,8 +2028,7 @@ var ActionType;
|
|
|
2027
2028
|
ActionType["UnRegisterAction"] = "UnRegisterAction";
|
|
2028
2029
|
ActionType["UpdateAction"] = "UpdateAction";
|
|
2029
2030
|
ActionType["UseAction"] = "UseAction";
|
|
2030
|
-
})(ActionType || (ActionType = {}));
|
|
2031
|
-
exports.default = ActionType;
|
|
2031
|
+
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
2032
2032
|
|
|
2033
2033
|
},{}],26:[function(require,module,exports){
|
|
2034
2034
|
"use strict";
|
|
@@ -2136,8 +2136,9 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2136
2136
|
},{"dup":14}],58:[function(require,module,exports){
|
|
2137
2137
|
"use strict";
|
|
2138
2138
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2139
|
+
exports.AssetTransactionType = void 0;
|
|
2139
2140
|
/**
|
|
2140
|
-
*
|
|
2141
|
+
* 資産取引タイプ
|
|
2141
2142
|
*/
|
|
2142
2143
|
var AssetTransactionType;
|
|
2143
2144
|
(function (AssetTransactionType) {
|
|
@@ -2167,8 +2168,7 @@ var AssetTransactionType;
|
|
|
2167
2168
|
* Service: MembershipService,PaymentCard...
|
|
2168
2169
|
*/
|
|
2169
2170
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
2170
|
-
})(AssetTransactionType || (AssetTransactionType = {}));
|
|
2171
|
-
exports.default = AssetTransactionType;
|
|
2171
|
+
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
2172
2172
|
|
|
2173
2173
|
},{}],59:[function(require,module,exports){
|
|
2174
2174
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2247,6 +2247,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2247
2247
|
},{}],68:[function(require,module,exports){
|
|
2248
2248
|
"use strict";
|
|
2249
2249
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2250
|
+
exports.CreativeWorkType = void 0;
|
|
2250
2251
|
/**
|
|
2251
2252
|
* 著作物タイプ
|
|
2252
2253
|
*/
|
|
@@ -2255,8 +2256,7 @@ var CreativeWorkType;
|
|
|
2255
2256
|
CreativeWorkType["EmailMessage"] = "EmailMessage";
|
|
2256
2257
|
CreativeWorkType["Movie"] = "Movie";
|
|
2257
2258
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
2258
|
-
})(CreativeWorkType || (CreativeWorkType = {}));
|
|
2259
|
-
exports.default = CreativeWorkType;
|
|
2259
|
+
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
2260
2260
|
|
|
2261
2261
|
},{}],69:[function(require,module,exports){
|
|
2262
2262
|
"use strict";
|
|
@@ -2278,13 +2278,13 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2278
2278
|
arguments[4][14][0].apply(exports,arguments)
|
|
2279
2279
|
},{"dup":14}],73:[function(require,module,exports){
|
|
2280
2280
|
"use strict";
|
|
2281
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2282
|
+
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
2281
2283
|
/**
|
|
2282
2284
|
* Media type typically expressed using a MIME format
|
|
2283
2285
|
* {@link http://www.iana.org/assignments/media-types/media-types.xhtml}
|
|
2284
2286
|
* {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types}
|
|
2285
2287
|
*/
|
|
2286
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2287
|
-
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
2288
2288
|
var Application;
|
|
2289
2289
|
(function (Application) {
|
|
2290
2290
|
Application["pdf"] = "application/pdf";
|
|
@@ -2321,10 +2321,11 @@ var Video;
|
|
|
2321
2321
|
|
|
2322
2322
|
},{}],74:[function(require,module,exports){
|
|
2323
2323
|
"use strict";
|
|
2324
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2325
|
+
exports.ErrorCode = void 0;
|
|
2324
2326
|
/**
|
|
2325
2327
|
* エラーコード
|
|
2326
2328
|
*/
|
|
2327
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2328
2329
|
var ErrorCode;
|
|
2329
2330
|
(function (ErrorCode) {
|
|
2330
2331
|
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
@@ -2337,8 +2338,7 @@ var ErrorCode;
|
|
|
2337
2338
|
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
2338
2339
|
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
2339
2340
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
2340
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
2341
|
-
exports.default = ErrorCode;
|
|
2341
|
+
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
2342
2342
|
|
|
2343
2343
|
},{}],75:[function(require,module,exports){
|
|
2344
2344
|
"use strict";
|
|
@@ -2358,6 +2358,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2358
2358
|
};
|
|
2359
2359
|
})();
|
|
2360
2360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2361
|
+
exports.AlreadyInUseError = void 0;
|
|
2361
2362
|
// tslint:disable-next-line:no-require-imports
|
|
2362
2363
|
var setPrototypeOf = require("setprototypeof");
|
|
2363
2364
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2374,7 +2375,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2374
2375
|
actualMessage = "The specified '" + entityName + "' value is already in use for: " + fieldNames.join(', ') + ".";
|
|
2375
2376
|
}
|
|
2376
2377
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2377
|
-
_this = _super.call(this, errorCode_1.
|
|
2378
|
+
_this = _super.call(this, errorCode_1.ErrorCode.AlreadyInUse, actualMessage) /* istanbul ignore next */ || this;
|
|
2378
2379
|
_this.entityName = entityName;
|
|
2379
2380
|
_this.fieldNames = fieldNames;
|
|
2380
2381
|
setPrototypeOf(_this, AlreadyInUseError.prototype);
|
|
@@ -2382,7 +2383,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2382
2383
|
}
|
|
2383
2384
|
return AlreadyInUseError;
|
|
2384
2385
|
}(chevre_1.ChevreError));
|
|
2385
|
-
exports.
|
|
2386
|
+
exports.AlreadyInUseError = AlreadyInUseError;
|
|
2386
2387
|
|
|
2387
2388
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],76:[function(require,module,exports){
|
|
2388
2389
|
"use strict";
|
|
@@ -2402,6 +2403,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2402
2403
|
};
|
|
2403
2404
|
})();
|
|
2404
2405
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2406
|
+
exports.ArgumentError = void 0;
|
|
2405
2407
|
// tslint:disable-next-line:no-require-imports
|
|
2406
2408
|
var setPrototypeOf = require("setprototypeof");
|
|
2407
2409
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2418,14 +2420,14 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2418
2420
|
actualMessage = "Invalid or missing argument supplied: " + argumentName + ".";
|
|
2419
2421
|
}
|
|
2420
2422
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2421
|
-
_this = _super.call(this, errorCode_1.
|
|
2423
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Argument, actualMessage) /* istanbul ignore next */ || this;
|
|
2422
2424
|
_this.argumentName = argumentName;
|
|
2423
2425
|
setPrototypeOf(_this, ArgumentError.prototype);
|
|
2424
2426
|
return _this;
|
|
2425
2427
|
}
|
|
2426
2428
|
return ArgumentError;
|
|
2427
2429
|
}(chevre_1.ChevreError));
|
|
2428
|
-
exports.
|
|
2430
|
+
exports.ArgumentError = ArgumentError;
|
|
2429
2431
|
|
|
2430
2432
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],77:[function(require,module,exports){
|
|
2431
2433
|
"use strict";
|
|
@@ -2445,6 +2447,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2445
2447
|
};
|
|
2446
2448
|
})();
|
|
2447
2449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2450
|
+
exports.ArgumentNullError = void 0;
|
|
2448
2451
|
// tslint:disable-next-line:no-require-imports
|
|
2449
2452
|
var setPrototypeOf = require("setprototypeof");
|
|
2450
2453
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2461,14 +2464,14 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2461
2464
|
actualMessage = "Missing argument: " + argumentName + ".";
|
|
2462
2465
|
}
|
|
2463
2466
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2464
|
-
_this = _super.call(this, errorCode_1.
|
|
2467
|
+
_this = _super.call(this, errorCode_1.ErrorCode.ArgumentNull, actualMessage) /* istanbul ignore next */ || this;
|
|
2465
2468
|
_this.argumentName = argumentName;
|
|
2466
2469
|
setPrototypeOf(_this, ArgumentNullError.prototype);
|
|
2467
2470
|
return _this;
|
|
2468
2471
|
}
|
|
2469
2472
|
return ArgumentNullError;
|
|
2470
2473
|
}(chevre_1.ChevreError));
|
|
2471
|
-
exports.
|
|
2474
|
+
exports.ArgumentNullError = ArgumentNullError;
|
|
2472
2475
|
|
|
2473
2476
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],78:[function(require,module,exports){
|
|
2474
2477
|
"use strict";
|
|
@@ -2527,6 +2530,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2527
2530
|
};
|
|
2528
2531
|
})();
|
|
2529
2532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2533
|
+
exports.ForbiddenError = void 0;
|
|
2530
2534
|
// tslint:disable-next-line:no-require-imports
|
|
2531
2535
|
var setPrototypeOf = require("setprototypeof");
|
|
2532
2536
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2543,13 +2547,13 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2543
2547
|
actualMessage = 'Forbidden.';
|
|
2544
2548
|
}
|
|
2545
2549
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2546
|
-
_this = _super.call(this, errorCode_1.
|
|
2550
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Forbidden, actualMessage) /* istanbul ignore next */ || this;
|
|
2547
2551
|
setPrototypeOf(_this, ForbiddenError.prototype);
|
|
2548
2552
|
return _this;
|
|
2549
2553
|
}
|
|
2550
2554
|
return ForbiddenError;
|
|
2551
2555
|
}(chevre_1.ChevreError));
|
|
2552
|
-
exports.
|
|
2556
|
+
exports.ForbiddenError = ForbiddenError;
|
|
2553
2557
|
|
|
2554
2558
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],80:[function(require,module,exports){
|
|
2555
2559
|
"use strict";
|
|
@@ -2569,6 +2573,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2569
2573
|
};
|
|
2570
2574
|
})();
|
|
2571
2575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2576
|
+
exports.GatewayTimeoutError = void 0;
|
|
2572
2577
|
// tslint:disable-next-line:no-require-imports
|
|
2573
2578
|
var setPrototypeOf = require("setprototypeof");
|
|
2574
2579
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2585,13 +2590,13 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2585
2590
|
actualMessage = 'Gateway Timeout';
|
|
2586
2591
|
}
|
|
2587
2592
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2588
|
-
_this = _super.call(this, errorCode_1.
|
|
2593
|
+
_this = _super.call(this, errorCode_1.ErrorCode.GatewayTimeout, actualMessage) /* istanbul ignore next */ || this;
|
|
2589
2594
|
setPrototypeOf(_this, GatewayTimeoutError.prototype);
|
|
2590
2595
|
return _this;
|
|
2591
2596
|
}
|
|
2592
2597
|
return GatewayTimeoutError;
|
|
2593
2598
|
}(chevre_1.ChevreError));
|
|
2594
|
-
exports.
|
|
2599
|
+
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2595
2600
|
|
|
2596
2601
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],81:[function(require,module,exports){
|
|
2597
2602
|
"use strict";
|
|
@@ -2611,6 +2616,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2611
2616
|
};
|
|
2612
2617
|
})();
|
|
2613
2618
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2619
|
+
exports.NotFoundError = void 0;
|
|
2614
2620
|
// tslint:disable-next-line:no-require-imports
|
|
2615
2621
|
var setPrototypeOf = require("setprototypeof");
|
|
2616
2622
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2627,14 +2633,14 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2627
2633
|
actualMessage = "Not Found: " + entityName + ".";
|
|
2628
2634
|
}
|
|
2629
2635
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2630
|
-
_this = _super.call(this, errorCode_1.
|
|
2636
|
+
_this = _super.call(this, errorCode_1.ErrorCode.NotFound, actualMessage) /* istanbul ignore next */ || this;
|
|
2631
2637
|
_this.entityName = entityName;
|
|
2632
2638
|
setPrototypeOf(_this, NotFoundError.prototype);
|
|
2633
2639
|
return _this;
|
|
2634
2640
|
}
|
|
2635
2641
|
return NotFoundError;
|
|
2636
2642
|
}(chevre_1.ChevreError));
|
|
2637
|
-
exports.
|
|
2643
|
+
exports.NotFoundError = NotFoundError;
|
|
2638
2644
|
|
|
2639
2645
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],82:[function(require,module,exports){
|
|
2640
2646
|
"use strict";
|
|
@@ -2654,6 +2660,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2654
2660
|
};
|
|
2655
2661
|
})();
|
|
2656
2662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2663
|
+
exports.NotImplementedError = void 0;
|
|
2657
2664
|
// tslint:disable-next-line:no-require-imports
|
|
2658
2665
|
var setPrototypeOf = require("setprototypeof");
|
|
2659
2666
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2670,13 +2677,13 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2670
2677
|
actualMessage = 'Method is not yet implemented.';
|
|
2671
2678
|
}
|
|
2672
2679
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2673
|
-
_this = _super.call(this, errorCode_1.
|
|
2680
|
+
_this = _super.call(this, errorCode_1.ErrorCode.NotImplemented, actualMessage) /* istanbul ignore next */ || this;
|
|
2674
2681
|
setPrototypeOf(_this, NotImplementedError.prototype);
|
|
2675
2682
|
return _this;
|
|
2676
2683
|
}
|
|
2677
2684
|
return NotImplementedError;
|
|
2678
2685
|
}(chevre_1.ChevreError));
|
|
2679
|
-
exports.
|
|
2686
|
+
exports.NotImplementedError = NotImplementedError;
|
|
2680
2687
|
|
|
2681
2688
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],83:[function(require,module,exports){
|
|
2682
2689
|
"use strict";
|
|
@@ -2696,6 +2703,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2696
2703
|
};
|
|
2697
2704
|
})();
|
|
2698
2705
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2706
|
+
exports.RateLimitExceededError = void 0;
|
|
2699
2707
|
// tslint:disable-next-line:no-require-imports
|
|
2700
2708
|
var setPrototypeOf = require("setprototypeof");
|
|
2701
2709
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2712,13 +2720,13 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2712
2720
|
actualMessage = 'Rate limit exceeded.';
|
|
2713
2721
|
}
|
|
2714
2722
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2715
|
-
_this = _super.call(this, errorCode_1.
|
|
2723
|
+
_this = _super.call(this, errorCode_1.ErrorCode.RateLimitExceeded, actualMessage) /* istanbul ignore next */ || this;
|
|
2716
2724
|
setPrototypeOf(_this, RateLimitExceededError.prototype);
|
|
2717
2725
|
return _this;
|
|
2718
2726
|
}
|
|
2719
2727
|
return RateLimitExceededError;
|
|
2720
2728
|
}(chevre_1.ChevreError));
|
|
2721
|
-
exports.
|
|
2729
|
+
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2722
2730
|
|
|
2723
2731
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],84:[function(require,module,exports){
|
|
2724
2732
|
"use strict";
|
|
@@ -2738,6 +2746,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2738
2746
|
};
|
|
2739
2747
|
})();
|
|
2740
2748
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2749
|
+
exports.ServiceUnavailableError = void 0;
|
|
2741
2750
|
// tslint:disable-next-line:no-require-imports
|
|
2742
2751
|
var setPrototypeOf = require("setprototypeof");
|
|
2743
2752
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2754,13 +2763,13 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2754
2763
|
actualMessage = 'Service unavailable temporarily.';
|
|
2755
2764
|
}
|
|
2756
2765
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2757
|
-
_this = _super.call(this, errorCode_1.
|
|
2766
|
+
_this = _super.call(this, errorCode_1.ErrorCode.ServiceUnavailable, actualMessage) /* istanbul ignore next */ || this;
|
|
2758
2767
|
setPrototypeOf(_this, ServiceUnavailableError.prototype);
|
|
2759
2768
|
return _this;
|
|
2760
2769
|
}
|
|
2761
2770
|
return ServiceUnavailableError;
|
|
2762
2771
|
}(chevre_1.ChevreError));
|
|
2763
|
-
exports.
|
|
2772
|
+
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2764
2773
|
|
|
2765
2774
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],85:[function(require,module,exports){
|
|
2766
2775
|
"use strict";
|
|
@@ -2780,6 +2789,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2780
2789
|
};
|
|
2781
2790
|
})();
|
|
2782
2791
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2792
|
+
exports.UnauthorizedError = void 0;
|
|
2783
2793
|
// tslint:disable-next-line:no-require-imports
|
|
2784
2794
|
var setPrototypeOf = require("setprototypeof");
|
|
2785
2795
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2796,13 +2806,13 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2796
2806
|
actualMessage = 'Unauthorized.';
|
|
2797
2807
|
}
|
|
2798
2808
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2799
|
-
_this = _super.call(this, errorCode_1.
|
|
2809
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Unauthorized, actualMessage) /* istanbul ignore next */ || this;
|
|
2800
2810
|
setPrototypeOf(_this, UnauthorizedError.prototype);
|
|
2801
2811
|
return _this;
|
|
2802
2812
|
}
|
|
2803
2813
|
return UnauthorizedError;
|
|
2804
2814
|
}(chevre_1.ChevreError));
|
|
2805
|
-
exports.
|
|
2815
|
+
exports.UnauthorizedError = UnauthorizedError;
|
|
2806
2816
|
|
|
2807
2817
|
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],86:[function(require,module,exports){
|
|
2808
2818
|
"use strict";
|
|
@@ -2812,46 +2822,47 @@ exports.Unauthorized = exports.Chevre = exports.ServiceUnavailable = exports.Rat
|
|
|
2812
2822
|
* errors
|
|
2813
2823
|
*/
|
|
2814
2824
|
var alreadyInUse_1 = require("./error/alreadyInUse");
|
|
2815
|
-
exports
|
|
2825
|
+
Object.defineProperty(exports, "AlreadyInUse", { enumerable: true, get: function () { return alreadyInUse_1.AlreadyInUseError; } });
|
|
2816
2826
|
var argument_1 = require("./error/argument");
|
|
2817
|
-
exports
|
|
2827
|
+
Object.defineProperty(exports, "Argument", { enumerable: true, get: function () { return argument_1.ArgumentError; } });
|
|
2818
2828
|
var argumentNull_1 = require("./error/argumentNull");
|
|
2819
|
-
exports
|
|
2829
|
+
Object.defineProperty(exports, "ArgumentNull", { enumerable: true, get: function () { return argumentNull_1.ArgumentNullError; } });
|
|
2820
2830
|
var chevre_1 = require("./error/chevre");
|
|
2821
2831
|
Object.defineProperty(exports, "Chevre", { enumerable: true, get: function () { return chevre_1.ChevreError; } });
|
|
2822
2832
|
var forbidden_1 = require("./error/forbidden");
|
|
2823
|
-
exports
|
|
2833
|
+
Object.defineProperty(exports, "Forbidden", { enumerable: true, get: function () { return forbidden_1.ForbiddenError; } });
|
|
2824
2834
|
var gatewayTimeout_1 = require("./error/gatewayTimeout");
|
|
2825
|
-
exports
|
|
2835
|
+
Object.defineProperty(exports, "GatewayTimeout", { enumerable: true, get: function () { return gatewayTimeout_1.GatewayTimeoutError; } });
|
|
2826
2836
|
var notFound_1 = require("./error/notFound");
|
|
2827
|
-
exports
|
|
2837
|
+
Object.defineProperty(exports, "NotFound", { enumerable: true, get: function () { return notFound_1.NotFoundError; } });
|
|
2828
2838
|
var notImplemented_1 = require("./error/notImplemented");
|
|
2829
|
-
exports
|
|
2839
|
+
Object.defineProperty(exports, "NotImplemented", { enumerable: true, get: function () { return notImplemented_1.NotImplementedError; } });
|
|
2830
2840
|
var rateLimitExceeded_1 = require("./error/rateLimitExceeded");
|
|
2831
|
-
exports
|
|
2841
|
+
Object.defineProperty(exports, "RateLimitExceeded", { enumerable: true, get: function () { return rateLimitExceeded_1.RateLimitExceededError; } });
|
|
2832
2842
|
var serviceUnavailable_1 = require("./error/serviceUnavailable");
|
|
2833
|
-
exports
|
|
2843
|
+
Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: function () { return serviceUnavailable_1.ServiceUnavailableError; } });
|
|
2834
2844
|
var unauthorized_1 = require("./error/unauthorized");
|
|
2835
|
-
exports
|
|
2845
|
+
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
2836
2846
|
|
|
2837
2847
|
},{"./error/alreadyInUse":75,"./error/argument":76,"./error/argumentNull":77,"./error/chevre":78,"./error/forbidden":79,"./error/gatewayTimeout":80,"./error/notFound":81,"./error/notImplemented":82,"./error/rateLimitExceeded":83,"./error/serviceUnavailable":84,"./error/unauthorized":85}],87:[function(require,module,exports){
|
|
2838
2848
|
"use strict";
|
|
2849
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2850
|
+
exports.EventStatusType = void 0;
|
|
2839
2851
|
/**
|
|
2840
2852
|
* イベントステータス
|
|
2841
2853
|
*/
|
|
2842
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2843
2854
|
var EventStatusType;
|
|
2844
2855
|
(function (EventStatusType) {
|
|
2845
2856
|
EventStatusType["EventCancelled"] = "EventCancelled";
|
|
2846
2857
|
EventStatusType["EventPostponed"] = "EventPostponed";
|
|
2847
2858
|
EventStatusType["EventRescheduled"] = "EventRescheduled";
|
|
2848
2859
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
2849
|
-
})(EventStatusType || (EventStatusType = {}));
|
|
2850
|
-
exports.default = EventStatusType;
|
|
2860
|
+
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
2851
2861
|
|
|
2852
2862
|
},{}],88:[function(require,module,exports){
|
|
2853
2863
|
"use strict";
|
|
2854
2864
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2865
|
+
exports.EventType = void 0;
|
|
2855
2866
|
/**
|
|
2856
2867
|
* イベントタイプ
|
|
2857
2868
|
*/
|
|
@@ -2859,8 +2870,7 @@ var EventType;
|
|
|
2859
2870
|
(function (EventType) {
|
|
2860
2871
|
EventType["ScreeningEvent"] = "ScreeningEvent";
|
|
2861
2872
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
2862
|
-
})(EventType || (EventType = {}));
|
|
2863
|
-
exports.default = EventType;
|
|
2873
|
+
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
2864
2874
|
|
|
2865
2875
|
},{}],89:[function(require,module,exports){
|
|
2866
2876
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2879,10 +2889,11 @@ var RoleType;
|
|
|
2879
2889
|
arguments[4][14][0].apply(exports,arguments)
|
|
2880
2890
|
},{"dup":14}],93:[function(require,module,exports){
|
|
2881
2891
|
"use strict";
|
|
2892
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2893
|
+
exports.ItemAvailability = void 0;
|
|
2882
2894
|
/**
|
|
2883
2895
|
* 商品在庫状況
|
|
2884
2896
|
*/
|
|
2885
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2886
2897
|
var ItemAvailability;
|
|
2887
2898
|
(function (ItemAvailability) {
|
|
2888
2899
|
ItemAvailability["Discontinued"] = "Discontinued";
|
|
@@ -2894,8 +2905,7 @@ var ItemAvailability;
|
|
|
2894
2905
|
ItemAvailability["PreOrder"] = "PreOrder";
|
|
2895
2906
|
ItemAvailability["PreSale"] = "PreSale";
|
|
2896
2907
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
2897
|
-
})(ItemAvailability || (ItemAvailability = {}));
|
|
2898
|
-
exports.default = ItemAvailability;
|
|
2908
|
+
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
2899
2909
|
|
|
2900
2910
|
},{}],94:[function(require,module,exports){
|
|
2901
2911
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2979,6 +2989,7 @@ var OrderType;
|
|
|
2979
2989
|
},{}],101:[function(require,module,exports){
|
|
2980
2990
|
"use strict";
|
|
2981
2991
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2992
|
+
exports.OrderStatus = void 0;
|
|
2982
2993
|
/**
|
|
2983
2994
|
* 注文ステータス
|
|
2984
2995
|
*/
|
|
@@ -2992,8 +3003,7 @@ var OrderStatus;
|
|
|
2992
3003
|
OrderStatus["OrderProblem"] = "OrderProblem";
|
|
2993
3004
|
OrderStatus["OrderProcessing"] = "OrderProcessing";
|
|
2994
3005
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
2995
|
-
})(OrderStatus || (OrderStatus = {}));
|
|
2996
|
-
exports.default = OrderStatus;
|
|
3006
|
+
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
2997
3007
|
|
|
2998
3008
|
},{}],102:[function(require,module,exports){
|
|
2999
3009
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3021,6 +3031,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3021
3031
|
},{"dup":14}],107:[function(require,module,exports){
|
|
3022
3032
|
"use strict";
|
|
3023
3033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3034
|
+
exports.PaymentStatusType = void 0;
|
|
3024
3035
|
/**
|
|
3025
3036
|
* 決済ステータス
|
|
3026
3037
|
*/
|
|
@@ -3031,8 +3042,7 @@ var PaymentStatusType;
|
|
|
3031
3042
|
PaymentStatusType["PaymentDeclined"] = "PaymentDeclined";
|
|
3032
3043
|
PaymentStatusType["PaymentDue"] = "PaymentDue";
|
|
3033
3044
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
3034
|
-
})(PaymentStatusType || (PaymentStatusType = {}));
|
|
3035
|
-
exports.default = PaymentStatusType;
|
|
3045
|
+
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
3036
3046
|
|
|
3037
3047
|
},{}],108:[function(require,module,exports){
|
|
3038
3048
|
"use strict";
|
|
@@ -3047,15 +3057,15 @@ var PermitType;
|
|
|
3047
3057
|
arguments[4][14][0].apply(exports,arguments)
|
|
3048
3058
|
},{"dup":14}],110:[function(require,module,exports){
|
|
3049
3059
|
"use strict";
|
|
3060
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3061
|
+
exports.PersonType = void 0;
|
|
3050
3062
|
/**
|
|
3051
3063
|
* 人物タイプ
|
|
3052
3064
|
*/
|
|
3053
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3054
3065
|
var PersonType;
|
|
3055
3066
|
(function (PersonType) {
|
|
3056
3067
|
PersonType["Person"] = "Person";
|
|
3057
|
-
})(PersonType || (PersonType = {}));
|
|
3058
|
-
exports.default = PersonType;
|
|
3068
|
+
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
3059
3069
|
|
|
3060
3070
|
},{}],111:[function(require,module,exports){
|
|
3061
3071
|
"use strict";
|
|
@@ -3085,6 +3095,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3085
3095
|
},{"dup":14}],116:[function(require,module,exports){
|
|
3086
3096
|
"use strict";
|
|
3087
3097
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3098
|
+
exports.PriceCurrency = void 0;
|
|
3088
3099
|
/**
|
|
3089
3100
|
* price currency
|
|
3090
3101
|
* The currency (in 3-letter ISO 4217 format) of the price or a price component,
|
|
@@ -3093,12 +3104,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3093
3104
|
var PriceCurrency;
|
|
3094
3105
|
(function (PriceCurrency) {
|
|
3095
3106
|
PriceCurrency["JPY"] = "JPY";
|
|
3096
|
-
})(PriceCurrency || (PriceCurrency = {}));
|
|
3097
|
-
exports.default = PriceCurrency;
|
|
3107
|
+
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
3098
3108
|
|
|
3099
3109
|
},{}],117:[function(require,module,exports){
|
|
3100
3110
|
"use strict";
|
|
3101
3111
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3112
|
+
exports.PriceSpecificationType = void 0;
|
|
3102
3113
|
/**
|
|
3103
3114
|
* 価格仕様タイプ
|
|
3104
3115
|
*/
|
|
@@ -3124,8 +3135,7 @@ var PriceSpecificationType;
|
|
|
3124
3135
|
* 単価仕様
|
|
3125
3136
|
*/
|
|
3126
3137
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
3127
|
-
})(PriceSpecificationType || (PriceSpecificationType = {}));
|
|
3128
|
-
exports.default = PriceSpecificationType;
|
|
3138
|
+
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
3129
3139
|
|
|
3130
3140
|
},{}],118:[function(require,module,exports){
|
|
3131
3141
|
"use strict";
|
|
@@ -3183,6 +3193,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3183
3193
|
},{"dup":14}],125:[function(require,module,exports){
|
|
3184
3194
|
"use strict";
|
|
3185
3195
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3196
|
+
exports.ReservationStatusType = void 0;
|
|
3186
3197
|
/**
|
|
3187
3198
|
* Enumerated status values for Reservation.
|
|
3188
3199
|
*/
|
|
@@ -3204,12 +3215,12 @@ var ReservationStatusType;
|
|
|
3204
3215
|
* The status of a reservation when a request has been sent, but not confirmed.
|
|
3205
3216
|
*/
|
|
3206
3217
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
3207
|
-
})(ReservationStatusType || (ReservationStatusType = {}));
|
|
3208
|
-
exports.default = ReservationStatusType;
|
|
3218
|
+
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
3209
3219
|
|
|
3210
3220
|
},{}],126:[function(require,module,exports){
|
|
3211
3221
|
"use strict";
|
|
3212
3222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3223
|
+
exports.ReservationType = void 0;
|
|
3213
3224
|
/**
|
|
3214
3225
|
* 予約タイプ
|
|
3215
3226
|
*/
|
|
@@ -3217,8 +3228,7 @@ var ReservationType;
|
|
|
3217
3228
|
(function (ReservationType) {
|
|
3218
3229
|
ReservationType["EventReservation"] = "EventReservation";
|
|
3219
3230
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
3220
|
-
})(ReservationType || (ReservationType = {}));
|
|
3221
|
-
exports.default = ReservationType;
|
|
3231
|
+
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
3222
3232
|
|
|
3223
3233
|
},{}],127:[function(require,module,exports){
|
|
3224
3234
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3251,6 +3261,7 @@ var Identifier;
|
|
|
3251
3261
|
},{}],132:[function(require,module,exports){
|
|
3252
3262
|
"use strict";
|
|
3253
3263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3264
|
+
exports.SortType = void 0;
|
|
3254
3265
|
/**
|
|
3255
3266
|
* ソートタイプ
|
|
3256
3267
|
*/
|
|
@@ -3258,12 +3269,12 @@ var SortType;
|
|
|
3258
3269
|
(function (SortType) {
|
|
3259
3270
|
SortType[SortType["Ascending"] = 1] = "Ascending";
|
|
3260
3271
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
3261
|
-
})(SortType || (SortType = {}));
|
|
3262
|
-
exports.default = SortType;
|
|
3272
|
+
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
3263
3273
|
|
|
3264
3274
|
},{}],133:[function(require,module,exports){
|
|
3265
3275
|
"use strict";
|
|
3266
3276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3277
|
+
exports.TaskName = void 0;
|
|
3267
3278
|
/**
|
|
3268
3279
|
* タスク名
|
|
3269
3280
|
*/
|
|
@@ -3374,12 +3385,12 @@ var TaskName;
|
|
|
3374
3385
|
* 口座転送
|
|
3375
3386
|
*/
|
|
3376
3387
|
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
3377
|
-
})(TaskName || (TaskName = {}));
|
|
3378
|
-
exports.default = TaskName;
|
|
3388
|
+
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
3379
3389
|
|
|
3380
3390
|
},{}],134:[function(require,module,exports){
|
|
3381
3391
|
"use strict";
|
|
3382
3392
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3393
|
+
exports.TaskStatus = void 0;
|
|
3383
3394
|
/**
|
|
3384
3395
|
* タスクステータス
|
|
3385
3396
|
*/
|
|
@@ -3401,8 +3412,7 @@ var TaskStatus;
|
|
|
3401
3412
|
* 実行中止
|
|
3402
3413
|
*/
|
|
3403
3414
|
TaskStatus["Aborted"] = "Aborted";
|
|
3404
|
-
})(TaskStatus || (TaskStatus = {}));
|
|
3405
|
-
exports.default = TaskStatus;
|
|
3415
|
+
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
3406
3416
|
|
|
3407
3417
|
},{}],135:[function(require,module,exports){
|
|
3408
3418
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3448,25 +3458,26 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3448
3458
|
arguments[4][14][0].apply(exports,arguments)
|
|
3449
3459
|
},{"dup":14}],156:[function(require,module,exports){
|
|
3450
3460
|
"use strict";
|
|
3461
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3462
|
+
exports.TransactionStatusType = void 0;
|
|
3451
3463
|
/**
|
|
3452
3464
|
* 取引ステータス
|
|
3453
3465
|
*/
|
|
3454
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3455
3466
|
var TransactionStatusType;
|
|
3456
3467
|
(function (TransactionStatusType) {
|
|
3457
3468
|
TransactionStatusType["InProgress"] = "InProgress";
|
|
3458
3469
|
TransactionStatusType["Canceled"] = "Canceled";
|
|
3459
3470
|
TransactionStatusType["Confirmed"] = "Confirmed";
|
|
3460
3471
|
TransactionStatusType["Expired"] = "Expired";
|
|
3461
|
-
})(TransactionStatusType || (TransactionStatusType = {}));
|
|
3462
|
-
exports.default = TransactionStatusType;
|
|
3472
|
+
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
3463
3473
|
|
|
3464
3474
|
},{}],157:[function(require,module,exports){
|
|
3465
3475
|
"use strict";
|
|
3476
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3477
|
+
exports.TransactionTasksExportationStatus = void 0;
|
|
3466
3478
|
/**
|
|
3467
3479
|
* 取引タスクエクスポートステータス
|
|
3468
3480
|
*/
|
|
3469
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3470
3481
|
var TransactionTasksExportationStatus;
|
|
3471
3482
|
(function (TransactionTasksExportationStatus) {
|
|
3472
3483
|
/**
|
|
@@ -3481,8 +3492,7 @@ var TransactionTasksExportationStatus;
|
|
|
3481
3492
|
* エクスポート済
|
|
3482
3493
|
*/
|
|
3483
3494
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
3484
|
-
})(TransactionTasksExportationStatus || (TransactionTasksExportationStatus = {}));
|
|
3485
|
-
exports.default = TransactionTasksExportationStatus;
|
|
3495
|
+
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
3486
3496
|
|
|
3487
3497
|
},{}],158:[function(require,module,exports){
|
|
3488
3498
|
"use strict";
|
|
@@ -3490,6 +3500,7 @@ exports.default = TransactionTasksExportationStatus;
|
|
|
3490
3500
|
* 取引タイプ
|
|
3491
3501
|
*/
|
|
3492
3502
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3503
|
+
exports.TransactionType = void 0;
|
|
3493
3504
|
var TransactionType;
|
|
3494
3505
|
(function (TransactionType) {
|
|
3495
3506
|
/**
|
|
@@ -3504,8 +3515,7 @@ var TransactionType;
|
|
|
3504
3515
|
* 注文返品取引
|
|
3505
3516
|
*/
|
|
3506
3517
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
3507
|
-
})(TransactionType || (TransactionType = {}));
|
|
3508
|
-
exports.default = TransactionType;
|
|
3518
|
+
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
3509
3519
|
|
|
3510
3520
|
},{}],159:[function(require,module,exports){
|
|
3511
3521
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -7926,7 +7936,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7926
7936
|
/**
|
|
7927
7937
|
* なければ作成する
|
|
7928
7938
|
*/
|
|
7929
|
-
OrderService.prototype.createIfNotExist = function (params) {
|
|
7939
|
+
OrderService.prototype.createIfNotExist = function (params, options) {
|
|
7930
7940
|
return __awaiter(this, void 0, void 0, function () {
|
|
7931
7941
|
return __generator(this, function (_a) {
|
|
7932
7942
|
switch (_a.label) {
|
|
@@ -7934,6 +7944,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7934
7944
|
uri: "/orders/" + params.orderNumber,
|
|
7935
7945
|
method: 'PUT',
|
|
7936
7946
|
body: params,
|
|
7947
|
+
qs: options,
|
|
7937
7948
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
7938
7949
|
})];
|
|
7939
7950
|
case 1:
|