@cinerino/sdk 3.51.0 → 3.52.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bundle.js +124 -114
- package/package.json +2 -2
package/lib/bundle.js
CHANGED
|
@@ -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":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/reservation/event":125,"./factory/reservationStatusType":126,"./factory/reservationType":127,"./factory/seller":128,"./factory/service/paymentService":129,"./factory/service/webAPI":130,"./factory/serviceType":131,"./factory/sortType":132,"./factory/task/accountMoneyTransfer":133,"./factory/task/aggregateScreeningEvent":134,"./factory/task/aggregateUseActionsOnEvent":135,"./factory/task/cancelAccountMoneyTransfer":136,"./factory/task/cancelMoneyTransfer":137,"./factory/task/cancelPendingReservation":138,"./factory/task/cancelReservation":139,"./factory/task/confirmCancelReserve":140,"./factory/task/importEventCapacitiesFromCOA":141,"./factory/task/importEventsFromCOA":142,"./factory/task/importOffersFromCOA":143,"./factory/task/moneyTransfer":144,"./factory/task/orderProgramMembership":145,"./factory/task/pay":146,"./factory/task/refund":147,"./factory/task/registerService":148,"./factory/task/reserve":149,"./factory/task/sendEmailMessage":150,"./factory/task/triggerWebhook":151,"./factory/task/voidPayment":152,"./factory/taskName":153,"./factory/taskStatus":154,"./factory/thing":155,"./factory/transaction/moneyTransfer":156,"./factory/transaction/placeOrder":157,"./factory/transaction/returnOrder":158,"./factory/transactionStatusType":159,"./factory/transactionTasksExportationStatus":160,"./factory/transactionType":161,"./factory/unitCode":162,"@waiter/factory":260}],14:[function(require,module,exports){
|
|
@@ -1908,7 +1908,7 @@ 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":16,"./account/transaction/deposit":17,"./account/transaction/transfer":18,"./account/transaction/withdraw":19,"./account/transactionType":20}],16:[function(require,module,exports){
|
|
1914
1914
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -1921,29 +1921,30 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
1921
1921
|
},{"dup":14}],20:[function(require,module,exports){
|
|
1922
1922
|
"use strict";
|
|
1923
1923
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1924
|
+
exports.AccountTransactionType = void 0;
|
|
1924
1925
|
/**
|
|
1925
|
-
*
|
|
1926
|
+
* 口座取引タイプ
|
|
1926
1927
|
*/
|
|
1927
|
-
var
|
|
1928
|
-
(function (
|
|
1928
|
+
var AccountTransactionType;
|
|
1929
|
+
(function (AccountTransactionType) {
|
|
1929
1930
|
/**
|
|
1930
1931
|
* 出金取引
|
|
1931
1932
|
*/
|
|
1932
|
-
|
|
1933
|
+
AccountTransactionType["Withdraw"] = "Withdraw";
|
|
1933
1934
|
/**
|
|
1934
1935
|
* 入金取引
|
|
1935
1936
|
*/
|
|
1936
|
-
|
|
1937
|
+
AccountTransactionType["Deposit"] = "Deposit";
|
|
1937
1938
|
/**
|
|
1938
1939
|
* 転送取引
|
|
1939
1940
|
*/
|
|
1940
|
-
|
|
1941
|
-
})(
|
|
1942
|
-
exports.default = TransactionType;
|
|
1941
|
+
AccountTransactionType["Transfer"] = "Transfer";
|
|
1942
|
+
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
1943
1943
|
|
|
1944
1944
|
},{}],21:[function(require,module,exports){
|
|
1945
1945
|
"use strict";
|
|
1946
1946
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1947
|
+
exports.AccountStatusType = void 0;
|
|
1947
1948
|
/**
|
|
1948
1949
|
* 口座ステータスタイプ
|
|
1949
1950
|
*/
|
|
@@ -1957,8 +1958,7 @@ var AccountStatusType;
|
|
|
1957
1958
|
* 解約済
|
|
1958
1959
|
*/
|
|
1959
1960
|
AccountStatusType["Closed"] = "Closed";
|
|
1960
|
-
})(AccountStatusType || (AccountStatusType = {}));
|
|
1961
|
-
exports.default = AccountStatusType;
|
|
1961
|
+
})(AccountStatusType = exports.AccountStatusType || (exports.AccountStatusType = {}));
|
|
1962
1962
|
|
|
1963
1963
|
},{}],22:[function(require,module,exports){
|
|
1964
1964
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2089,6 +2089,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2089
2089
|
},{"dup":14}],56:[function(require,module,exports){
|
|
2090
2090
|
"use strict";
|
|
2091
2091
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2092
|
+
exports.ActionStatusType = void 0;
|
|
2092
2093
|
/**
|
|
2093
2094
|
* アクションステータス
|
|
2094
2095
|
*/
|
|
@@ -2099,12 +2100,12 @@ var ActionStatusType;
|
|
|
2099
2100
|
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
2100
2101
|
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
2101
2102
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
2102
|
-
})(ActionStatusType || (ActionStatusType = {}));
|
|
2103
|
-
exports.default = ActionStatusType;
|
|
2103
|
+
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
2104
2104
|
|
|
2105
2105
|
},{}],57:[function(require,module,exports){
|
|
2106
2106
|
"use strict";
|
|
2107
2107
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2108
|
+
exports.ActionType = void 0;
|
|
2108
2109
|
/**
|
|
2109
2110
|
* アクションタイプ
|
|
2110
2111
|
*/
|
|
@@ -2130,8 +2131,7 @@ var ActionType;
|
|
|
2130
2131
|
ActionType["UnRegisterAction"] = "UnRegisterAction";
|
|
2131
2132
|
ActionType["UpdateAction"] = "UpdateAction";
|
|
2132
2133
|
ActionType["UseAction"] = "UseAction";
|
|
2133
|
-
})(ActionType || (ActionType = {}));
|
|
2134
|
-
exports.default = ActionType;
|
|
2134
|
+
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
2135
2135
|
|
|
2136
2136
|
},{}],58:[function(require,module,exports){
|
|
2137
2137
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2148,8 +2148,9 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2148
2148
|
},{"dup":14}],64:[function(require,module,exports){
|
|
2149
2149
|
"use strict";
|
|
2150
2150
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2151
|
+
exports.AssetTransactionType = void 0;
|
|
2151
2152
|
/**
|
|
2152
|
-
*
|
|
2153
|
+
* 資産取引タイプ
|
|
2153
2154
|
*/
|
|
2154
2155
|
var AssetTransactionType;
|
|
2155
2156
|
(function (AssetTransactionType) {
|
|
@@ -2179,8 +2180,7 @@ var AssetTransactionType;
|
|
|
2179
2180
|
* Service: MembershipService,PaymentCard...
|
|
2180
2181
|
*/
|
|
2181
2182
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
2182
|
-
})(AssetTransactionType || (AssetTransactionType = {}));
|
|
2183
|
-
exports.default = AssetTransactionType;
|
|
2183
|
+
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
2184
2184
|
|
|
2185
2185
|
},{}],65:[function(require,module,exports){
|
|
2186
2186
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2263,6 +2263,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2263
2263
|
},{"dup":14}],71:[function(require,module,exports){
|
|
2264
2264
|
"use strict";
|
|
2265
2265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2266
|
+
exports.CreativeWorkType = void 0;
|
|
2266
2267
|
/**
|
|
2267
2268
|
* 著作物タイプ
|
|
2268
2269
|
*/
|
|
@@ -2271,20 +2272,19 @@ var CreativeWorkType;
|
|
|
2271
2272
|
CreativeWorkType["EmailMessage"] = "EmailMessage";
|
|
2272
2273
|
CreativeWorkType["Movie"] = "Movie";
|
|
2273
2274
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
2274
|
-
})(CreativeWorkType || (CreativeWorkType = {}));
|
|
2275
|
-
exports.default = CreativeWorkType;
|
|
2275
|
+
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
2276
2276
|
|
|
2277
2277
|
},{}],72:[function(require,module,exports){
|
|
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";
|
|
@@ -2337,6 +2337,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2337
2337
|
};
|
|
2338
2338
|
})();
|
|
2339
2339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2340
|
+
exports.AlreadyInUseError = void 0;
|
|
2340
2341
|
// tslint:disable-next-line:no-require-imports
|
|
2341
2342
|
var setPrototypeOf = require("setprototypeof");
|
|
2342
2343
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2353,7 +2354,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2353
2354
|
actualMessage = "The specified '" + entityName + "' value is already in use for: " + fieldNames.join(', ') + ".";
|
|
2354
2355
|
}
|
|
2355
2356
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2356
|
-
_this = _super.call(this, errorCode_1.
|
|
2357
|
+
_this = _super.call(this, errorCode_1.ErrorCode.AlreadyInUse, actualMessage) /* istanbul ignore next */ || this;
|
|
2357
2358
|
_this.entityName = entityName;
|
|
2358
2359
|
_this.fieldNames = fieldNames;
|
|
2359
2360
|
setPrototypeOf(_this, AlreadyInUseError.prototype);
|
|
@@ -2361,7 +2362,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2361
2362
|
}
|
|
2362
2363
|
return AlreadyInUseError;
|
|
2363
2364
|
}(chevre_1.ChevreError));
|
|
2364
|
-
exports.
|
|
2365
|
+
exports.AlreadyInUseError = AlreadyInUseError;
|
|
2365
2366
|
|
|
2366
2367
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],75:[function(require,module,exports){
|
|
2367
2368
|
"use strict";
|
|
@@ -2381,6 +2382,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2381
2382
|
};
|
|
2382
2383
|
})();
|
|
2383
2384
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2385
|
+
exports.ArgumentError = void 0;
|
|
2384
2386
|
// tslint:disable-next-line:no-require-imports
|
|
2385
2387
|
var setPrototypeOf = require("setprototypeof");
|
|
2386
2388
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2397,14 +2399,14 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2397
2399
|
actualMessage = "Invalid or missing argument supplied: " + argumentName + ".";
|
|
2398
2400
|
}
|
|
2399
2401
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2400
|
-
_this = _super.call(this, errorCode_1.
|
|
2402
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Argument, actualMessage) /* istanbul ignore next */ || this;
|
|
2401
2403
|
_this.argumentName = argumentName;
|
|
2402
2404
|
setPrototypeOf(_this, ArgumentError.prototype);
|
|
2403
2405
|
return _this;
|
|
2404
2406
|
}
|
|
2405
2407
|
return ArgumentError;
|
|
2406
2408
|
}(chevre_1.ChevreError));
|
|
2407
|
-
exports.
|
|
2409
|
+
exports.ArgumentError = ArgumentError;
|
|
2408
2410
|
|
|
2409
2411
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],76:[function(require,module,exports){
|
|
2410
2412
|
"use strict";
|
|
@@ -2424,6 +2426,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2424
2426
|
};
|
|
2425
2427
|
})();
|
|
2426
2428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2429
|
+
exports.ArgumentNullError = void 0;
|
|
2427
2430
|
// tslint:disable-next-line:no-require-imports
|
|
2428
2431
|
var setPrototypeOf = require("setprototypeof");
|
|
2429
2432
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2440,14 +2443,14 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2440
2443
|
actualMessage = "Missing argument: " + argumentName + ".";
|
|
2441
2444
|
}
|
|
2442
2445
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2443
|
-
_this = _super.call(this, errorCode_1.
|
|
2446
|
+
_this = _super.call(this, errorCode_1.ErrorCode.ArgumentNull, actualMessage) /* istanbul ignore next */ || this;
|
|
2444
2447
|
_this.argumentName = argumentName;
|
|
2445
2448
|
setPrototypeOf(_this, ArgumentNullError.prototype);
|
|
2446
2449
|
return _this;
|
|
2447
2450
|
}
|
|
2448
2451
|
return ArgumentNullError;
|
|
2449
2452
|
}(chevre_1.ChevreError));
|
|
2450
|
-
exports.
|
|
2453
|
+
exports.ArgumentNullError = ArgumentNullError;
|
|
2451
2454
|
|
|
2452
2455
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],77:[function(require,module,exports){
|
|
2453
2456
|
"use strict";
|
|
@@ -2506,6 +2509,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2506
2509
|
};
|
|
2507
2510
|
})();
|
|
2508
2511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2512
|
+
exports.ForbiddenError = void 0;
|
|
2509
2513
|
// tslint:disable-next-line:no-require-imports
|
|
2510
2514
|
var setPrototypeOf = require("setprototypeof");
|
|
2511
2515
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2522,13 +2526,13 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2522
2526
|
actualMessage = 'Forbidden.';
|
|
2523
2527
|
}
|
|
2524
2528
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2525
|
-
_this = _super.call(this, errorCode_1.
|
|
2529
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Forbidden, actualMessage) /* istanbul ignore next */ || this;
|
|
2526
2530
|
setPrototypeOf(_this, ForbiddenError.prototype);
|
|
2527
2531
|
return _this;
|
|
2528
2532
|
}
|
|
2529
2533
|
return ForbiddenError;
|
|
2530
2534
|
}(chevre_1.ChevreError));
|
|
2531
|
-
exports.
|
|
2535
|
+
exports.ForbiddenError = ForbiddenError;
|
|
2532
2536
|
|
|
2533
2537
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],79:[function(require,module,exports){
|
|
2534
2538
|
"use strict";
|
|
@@ -2548,6 +2552,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2548
2552
|
};
|
|
2549
2553
|
})();
|
|
2550
2554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2555
|
+
exports.GatewayTimeoutError = void 0;
|
|
2551
2556
|
// tslint:disable-next-line:no-require-imports
|
|
2552
2557
|
var setPrototypeOf = require("setprototypeof");
|
|
2553
2558
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2564,13 +2569,13 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2564
2569
|
actualMessage = 'Gateway Timeout';
|
|
2565
2570
|
}
|
|
2566
2571
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2567
|
-
_this = _super.call(this, errorCode_1.
|
|
2572
|
+
_this = _super.call(this, errorCode_1.ErrorCode.GatewayTimeout, actualMessage) /* istanbul ignore next */ || this;
|
|
2568
2573
|
setPrototypeOf(_this, GatewayTimeoutError.prototype);
|
|
2569
2574
|
return _this;
|
|
2570
2575
|
}
|
|
2571
2576
|
return GatewayTimeoutError;
|
|
2572
2577
|
}(chevre_1.ChevreError));
|
|
2573
|
-
exports.
|
|
2578
|
+
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2574
2579
|
|
|
2575
2580
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],80:[function(require,module,exports){
|
|
2576
2581
|
"use strict";
|
|
@@ -2590,6 +2595,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2590
2595
|
};
|
|
2591
2596
|
})();
|
|
2592
2597
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2598
|
+
exports.NotFoundError = void 0;
|
|
2593
2599
|
// tslint:disable-next-line:no-require-imports
|
|
2594
2600
|
var setPrototypeOf = require("setprototypeof");
|
|
2595
2601
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2606,14 +2612,14 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2606
2612
|
actualMessage = "Not Found: " + entityName + ".";
|
|
2607
2613
|
}
|
|
2608
2614
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2609
|
-
_this = _super.call(this, errorCode_1.
|
|
2615
|
+
_this = _super.call(this, errorCode_1.ErrorCode.NotFound, actualMessage) /* istanbul ignore next */ || this;
|
|
2610
2616
|
_this.entityName = entityName;
|
|
2611
2617
|
setPrototypeOf(_this, NotFoundError.prototype);
|
|
2612
2618
|
return _this;
|
|
2613
2619
|
}
|
|
2614
2620
|
return NotFoundError;
|
|
2615
2621
|
}(chevre_1.ChevreError));
|
|
2616
|
-
exports.
|
|
2622
|
+
exports.NotFoundError = NotFoundError;
|
|
2617
2623
|
|
|
2618
2624
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],81:[function(require,module,exports){
|
|
2619
2625
|
"use strict";
|
|
@@ -2633,6 +2639,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2633
2639
|
};
|
|
2634
2640
|
})();
|
|
2635
2641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2642
|
+
exports.NotImplementedError = void 0;
|
|
2636
2643
|
// tslint:disable-next-line:no-require-imports
|
|
2637
2644
|
var setPrototypeOf = require("setprototypeof");
|
|
2638
2645
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2649,13 +2656,13 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2649
2656
|
actualMessage = 'Method is not yet implemented.';
|
|
2650
2657
|
}
|
|
2651
2658
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2652
|
-
_this = _super.call(this, errorCode_1.
|
|
2659
|
+
_this = _super.call(this, errorCode_1.ErrorCode.NotImplemented, actualMessage) /* istanbul ignore next */ || this;
|
|
2653
2660
|
setPrototypeOf(_this, NotImplementedError.prototype);
|
|
2654
2661
|
return _this;
|
|
2655
2662
|
}
|
|
2656
2663
|
return NotImplementedError;
|
|
2657
2664
|
}(chevre_1.ChevreError));
|
|
2658
|
-
exports.
|
|
2665
|
+
exports.NotImplementedError = NotImplementedError;
|
|
2659
2666
|
|
|
2660
2667
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],82:[function(require,module,exports){
|
|
2661
2668
|
"use strict";
|
|
@@ -2675,6 +2682,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2675
2682
|
};
|
|
2676
2683
|
})();
|
|
2677
2684
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2685
|
+
exports.RateLimitExceededError = void 0;
|
|
2678
2686
|
// tslint:disable-next-line:no-require-imports
|
|
2679
2687
|
var setPrototypeOf = require("setprototypeof");
|
|
2680
2688
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2691,13 +2699,13 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2691
2699
|
actualMessage = 'Rate limit exceeded.';
|
|
2692
2700
|
}
|
|
2693
2701
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2694
|
-
_this = _super.call(this, errorCode_1.
|
|
2702
|
+
_this = _super.call(this, errorCode_1.ErrorCode.RateLimitExceeded, actualMessage) /* istanbul ignore next */ || this;
|
|
2695
2703
|
setPrototypeOf(_this, RateLimitExceededError.prototype);
|
|
2696
2704
|
return _this;
|
|
2697
2705
|
}
|
|
2698
2706
|
return RateLimitExceededError;
|
|
2699
2707
|
}(chevre_1.ChevreError));
|
|
2700
|
-
exports.
|
|
2708
|
+
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2701
2709
|
|
|
2702
2710
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],83:[function(require,module,exports){
|
|
2703
2711
|
"use strict";
|
|
@@ -2717,6 +2725,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2717
2725
|
};
|
|
2718
2726
|
})();
|
|
2719
2727
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2728
|
+
exports.ServiceUnavailableError = void 0;
|
|
2720
2729
|
// tslint:disable-next-line:no-require-imports
|
|
2721
2730
|
var setPrototypeOf = require("setprototypeof");
|
|
2722
2731
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2733,13 +2742,13 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2733
2742
|
actualMessage = 'Service unavailable temporarily.';
|
|
2734
2743
|
}
|
|
2735
2744
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2736
|
-
_this = _super.call(this, errorCode_1.
|
|
2745
|
+
_this = _super.call(this, errorCode_1.ErrorCode.ServiceUnavailable, actualMessage) /* istanbul ignore next */ || this;
|
|
2737
2746
|
setPrototypeOf(_this, ServiceUnavailableError.prototype);
|
|
2738
2747
|
return _this;
|
|
2739
2748
|
}
|
|
2740
2749
|
return ServiceUnavailableError;
|
|
2741
2750
|
}(chevre_1.ChevreError));
|
|
2742
|
-
exports.
|
|
2751
|
+
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2743
2752
|
|
|
2744
2753
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],84:[function(require,module,exports){
|
|
2745
2754
|
"use strict";
|
|
@@ -2759,6 +2768,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
2759
2768
|
};
|
|
2760
2769
|
})();
|
|
2761
2770
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2771
|
+
exports.UnauthorizedError = void 0;
|
|
2762
2772
|
// tslint:disable-next-line:no-require-imports
|
|
2763
2773
|
var setPrototypeOf = require("setprototypeof");
|
|
2764
2774
|
var errorCode_1 = require("../errorCode");
|
|
@@ -2775,20 +2785,21 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2775
2785
|
actualMessage = 'Unauthorized.';
|
|
2776
2786
|
}
|
|
2777
2787
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
2778
|
-
_this = _super.call(this, errorCode_1.
|
|
2788
|
+
_this = _super.call(this, errorCode_1.ErrorCode.Unauthorized, actualMessage) /* istanbul ignore next */ || this;
|
|
2779
2789
|
setPrototypeOf(_this, UnauthorizedError.prototype);
|
|
2780
2790
|
return _this;
|
|
2781
2791
|
}
|
|
2782
2792
|
return UnauthorizedError;
|
|
2783
2793
|
}(chevre_1.ChevreError));
|
|
2784
|
-
exports.
|
|
2794
|
+
exports.UnauthorizedError = UnauthorizedError;
|
|
2785
2795
|
|
|
2786
2796
|
},{"../errorCode":85,"./chevre":77,"setprototypeof":289}],85:[function(require,module,exports){
|
|
2787
2797
|
"use strict";
|
|
2798
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2799
|
+
exports.ErrorCode = void 0;
|
|
2788
2800
|
/**
|
|
2789
2801
|
* エラーコード
|
|
2790
2802
|
*/
|
|
2791
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2792
2803
|
var ErrorCode;
|
|
2793
2804
|
(function (ErrorCode) {
|
|
2794
2805
|
ErrorCode["AlreadyInUse"] = "AlreadyInUse";
|
|
@@ -2801,8 +2812,7 @@ var ErrorCode;
|
|
|
2801
2812
|
ErrorCode["RateLimitExceeded"] = "RateLimitExceeded";
|
|
2802
2813
|
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
2803
2814
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
2804
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
2805
|
-
exports.default = ErrorCode;
|
|
2815
|
+
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
2806
2816
|
|
|
2807
2817
|
},{}],86:[function(require,module,exports){
|
|
2808
2818
|
"use strict";
|
|
@@ -2812,27 +2822,27 @@ 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":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){
|
|
2838
2848
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2840,22 +2850,23 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2840
2850
|
arguments[4][14][0].apply(exports,arguments)
|
|
2841
2851
|
},{"dup":14}],89:[function(require,module,exports){
|
|
2842
2852
|
"use strict";
|
|
2853
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2854
|
+
exports.EventStatusType = void 0;
|
|
2843
2855
|
/**
|
|
2844
2856
|
* イベントステータス
|
|
2845
2857
|
*/
|
|
2846
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2847
2858
|
var EventStatusType;
|
|
2848
2859
|
(function (EventStatusType) {
|
|
2849
2860
|
EventStatusType["EventCancelled"] = "EventCancelled";
|
|
2850
2861
|
EventStatusType["EventPostponed"] = "EventPostponed";
|
|
2851
2862
|
EventStatusType["EventRescheduled"] = "EventRescheduled";
|
|
2852
2863
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
2853
|
-
})(EventStatusType || (EventStatusType = {}));
|
|
2854
|
-
exports.default = EventStatusType;
|
|
2864
|
+
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
2855
2865
|
|
|
2856
2866
|
},{}],90:[function(require,module,exports){
|
|
2857
2867
|
"use strict";
|
|
2858
2868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2869
|
+
exports.EventType = void 0;
|
|
2859
2870
|
/**
|
|
2860
2871
|
* イベントタイプ
|
|
2861
2872
|
*/
|
|
@@ -2863,8 +2874,7 @@ var EventType;
|
|
|
2863
2874
|
(function (EventType) {
|
|
2864
2875
|
EventType["ScreeningEvent"] = "ScreeningEvent";
|
|
2865
2876
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
2866
|
-
})(EventType || (EventType = {}));
|
|
2867
|
-
exports.default = EventType;
|
|
2877
|
+
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
2868
2878
|
|
|
2869
2879
|
},{}],91:[function(require,module,exports){
|
|
2870
2880
|
"use strict";
|
|
@@ -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
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3085,6 +3095,7 @@ var PlaceType;
|
|
|
3085
3095
|
},{}],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";
|
|
@@ -3185,6 +3195,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3185
3195
|
},{"dup":14}],126:[function(require,module,exports){
|
|
3186
3196
|
"use strict";
|
|
3187
3197
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3198
|
+
exports.ReservationStatusType = void 0;
|
|
3188
3199
|
/**
|
|
3189
3200
|
* Enumerated status values for Reservation.
|
|
3190
3201
|
*/
|
|
@@ -3206,12 +3217,12 @@ var ReservationStatusType;
|
|
|
3206
3217
|
* The status of a reservation when a request has been sent, but not confirmed.
|
|
3207
3218
|
*/
|
|
3208
3219
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
3209
|
-
})(ReservationStatusType || (ReservationStatusType = {}));
|
|
3210
|
-
exports.default = ReservationStatusType;
|
|
3220
|
+
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
3211
3221
|
|
|
3212
3222
|
},{}],127:[function(require,module,exports){
|
|
3213
3223
|
"use strict";
|
|
3214
3224
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3225
|
+
exports.ReservationType = void 0;
|
|
3215
3226
|
/**
|
|
3216
3227
|
* 予約タイプ
|
|
3217
3228
|
*/
|
|
@@ -3219,8 +3230,7 @@ var ReservationType;
|
|
|
3219
3230
|
(function (ReservationType) {
|
|
3220
3231
|
ReservationType["EventReservation"] = "EventReservation";
|
|
3221
3232
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
3222
|
-
})(ReservationType || (ReservationType = {}));
|
|
3223
|
-
exports.default = ReservationType;
|
|
3233
|
+
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
3224
3234
|
|
|
3225
3235
|
},{}],128:[function(require,module,exports){
|
|
3226
3236
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3251,6 +3261,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3251
3261
|
},{"dup":14}],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,8 +3269,7 @@ 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
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3304,6 +3314,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3304
3314
|
},{"dup":14}],153:[function(require,module,exports){
|
|
3305
3315
|
"use strict";
|
|
3306
3316
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3317
|
+
exports.TaskName = void 0;
|
|
3307
3318
|
/**
|
|
3308
3319
|
* タスク名
|
|
3309
3320
|
*/
|
|
@@ -3414,12 +3425,12 @@ var TaskName;
|
|
|
3414
3425
|
* 口座転送
|
|
3415
3426
|
*/
|
|
3416
3427
|
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
3417
|
-
})(TaskName || (TaskName = {}));
|
|
3418
|
-
exports.default = TaskName;
|
|
3428
|
+
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
3419
3429
|
|
|
3420
3430
|
},{}],154:[function(require,module,exports){
|
|
3421
3431
|
"use strict";
|
|
3422
3432
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3433
|
+
exports.TaskStatus = void 0;
|
|
3423
3434
|
/**
|
|
3424
3435
|
* タスクステータス
|
|
3425
3436
|
*/
|
|
@@ -3441,8 +3452,7 @@ var TaskStatus;
|
|
|
3441
3452
|
* 実行中止
|
|
3442
3453
|
*/
|
|
3443
3454
|
TaskStatus["Aborted"] = "Aborted";
|
|
3444
|
-
})(TaskStatus || (TaskStatus = {}));
|
|
3445
|
-
exports.default = TaskStatus;
|
|
3455
|
+
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
3446
3456
|
|
|
3447
3457
|
},{}],155:[function(require,module,exports){
|
|
3448
3458
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3471,25 +3481,26 @@ var Reason;
|
|
|
3471
3481
|
|
|
3472
3482
|
},{}],159:[function(require,module,exports){
|
|
3473
3483
|
"use strict";
|
|
3484
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3485
|
+
exports.TransactionStatusType = void 0;
|
|
3474
3486
|
/**
|
|
3475
3487
|
* 取引ステータス
|
|
3476
3488
|
*/
|
|
3477
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3478
3489
|
var TransactionStatusType;
|
|
3479
3490
|
(function (TransactionStatusType) {
|
|
3480
3491
|
TransactionStatusType["InProgress"] = "InProgress";
|
|
3481
3492
|
TransactionStatusType["Canceled"] = "Canceled";
|
|
3482
3493
|
TransactionStatusType["Confirmed"] = "Confirmed";
|
|
3483
3494
|
TransactionStatusType["Expired"] = "Expired";
|
|
3484
|
-
})(TransactionStatusType || (TransactionStatusType = {}));
|
|
3485
|
-
exports.default = TransactionStatusType;
|
|
3495
|
+
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
3486
3496
|
|
|
3487
3497
|
},{}],160:[function(require,module,exports){
|
|
3488
3498
|
"use strict";
|
|
3499
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3500
|
+
exports.TransactionTasksExportationStatus = void 0;
|
|
3489
3501
|
/**
|
|
3490
3502
|
* 取引タスクエクスポートステータス
|
|
3491
3503
|
*/
|
|
3492
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3493
3504
|
var TransactionTasksExportationStatus;
|
|
3494
3505
|
(function (TransactionTasksExportationStatus) {
|
|
3495
3506
|
/**
|
|
@@ -3504,8 +3515,7 @@ var TransactionTasksExportationStatus;
|
|
|
3504
3515
|
* エクスポート済
|
|
3505
3516
|
*/
|
|
3506
3517
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
3507
|
-
})(TransactionTasksExportationStatus || (TransactionTasksExportationStatus = {}));
|
|
3508
|
-
exports.default = TransactionTasksExportationStatus;
|
|
3518
|
+
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
3509
3519
|
|
|
3510
3520
|
},{}],161:[function(require,module,exports){
|
|
3511
3521
|
"use strict";
|
|
@@ -3513,6 +3523,7 @@ exports.default = TransactionTasksExportationStatus;
|
|
|
3513
3523
|
* 取引タイプ
|
|
3514
3524
|
*/
|
|
3515
3525
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3526
|
+
exports.TransactionType = void 0;
|
|
3516
3527
|
var TransactionType;
|
|
3517
3528
|
(function (TransactionType) {
|
|
3518
3529
|
/**
|
|
@@ -3527,8 +3538,7 @@ var TransactionType;
|
|
|
3527
3538
|
* 注文返品取引
|
|
3528
3539
|
*/
|
|
3529
3540
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
3530
|
-
})(TransactionType || (TransactionType = {}));
|
|
3531
|
-
exports.default = TransactionType;
|
|
3541
|
+
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
3532
3542
|
|
|
3533
3543
|
},{}],162:[function(require,module,exports){
|
|
3534
3544
|
"use strict";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.52.0-alpha.0",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"watchify": "^3.11.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@cinerino/api-abstract-client": "3.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.52.0-alpha.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|