@cinerino/sdk 3.104.0-alpha.1 → 3.104.0-alpha.4
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/example/playground/public/lib/bundle.js +199 -83
- package/example/src/chevre/assetTransaction/processReserve.ts +1 -1
- package/example/src/chevre/transaction/processPlaceOrder.ts +154 -0
- package/example/src/transaction/processMoneyTransfer.ts +2 -2
- package/example/src/transaction/processMoneyTransferFromOrder.ts +2 -2
- package/example/src/transaction/processOrderMembershipByCreditCard.ts +2 -2
- package/example/src/transaction/processOrderMoneyTransferByCash.ts +2 -2
- package/example/src/transaction/processOrderMoneyTransferByCreditCard.ts +2 -2
- package/example/src/transaction/processOrderPaymentCardByCreditCard.ts +2 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCard.ts +2 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMembership.ts +2 -2
- package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMyMembership.ts +2 -2
- package/example/src/transaction/processPlaceOrderByCash.ts +3 -3
- package/example/src/transaction/processPlaceOrderByMovieTicket.ts +3 -3
- package/example/src/transaction/processPlaceOrderByMovieTicket4COA.ts +2 -2
- package/example/src/transaction/processPlaceOrderByPaymentCard.ts +2 -2
- package/lib/bundle.js +239 -83
- package/package.json +2 -2
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("@cinerino/api-abstract-client"), exports);
|
|
20
20
|
|
|
21
|
-
},{"@cinerino/api-abstract-client":
|
|
21
|
+
},{"@cinerino/api-abstract-client":206}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24
24
|
/* istanbul ignore file */
|
|
@@ -4270,7 +4270,7 @@ var service;
|
|
|
4270
4270
|
service.UserPool = UserPool;
|
|
4271
4271
|
})(service = exports.service || (exports.service = {}));
|
|
4272
4272
|
|
|
4273
|
-
},{"./chevre/account":163,"./chevre/accountAction":164,"./chevre/accountTitle":165,"./chevre/accountingReport":166,"./chevre/action":167,"./chevre/assetTransaction":168,"./chevre/assetTransaction/cancelReservation":169,"./chevre/assetTransaction/moneyTransfer":170,"./chevre/assetTransaction/pay":171,"./chevre/assetTransaction/refund":172,"./chevre/assetTransaction/registerService":173,"./chevre/assetTransaction/reserve":174,"./chevre/authorization":175,"./chevre/categoryCode":176,"./chevre/creativeWork":177,"./chevre/customer":178,"./chevre/emailMessage":179,"./chevre/event":180,"./chevre/iam":181,"./chevre/me":182,"./chevre/offer":183,"./chevre/offerCatalog":184,"./chevre/order":185,"./chevre/orderNumber":186,"./chevre/ownershipInfo":187,"./chevre/permit":188,"./chevre/person":189,"./chevre/person/ownershipInfo":190,"./chevre/place":191,"./chevre/priceSpecification":192,"./chevre/product":193,"./chevre/project":194,"./chevre/reservation":195,"./chevre/seller":196,"./chevre/task":197,"./chevre/token":198,"./chevre/transaction/moneyTransfer":200,"./chevre/transaction/placeOrder":201,"./chevre/transaction/returnOrder":
|
|
4273
|
+
},{"./chevre/account":163,"./chevre/accountAction":164,"./chevre/accountTitle":165,"./chevre/accountingReport":166,"./chevre/action":167,"./chevre/assetTransaction":168,"./chevre/assetTransaction/cancelReservation":169,"./chevre/assetTransaction/moneyTransfer":170,"./chevre/assetTransaction/pay":171,"./chevre/assetTransaction/refund":172,"./chevre/assetTransaction/registerService":173,"./chevre/assetTransaction/reserve":174,"./chevre/authorization":175,"./chevre/categoryCode":176,"./chevre/creativeWork":177,"./chevre/customer":178,"./chevre/emailMessage":179,"./chevre/event":180,"./chevre/iam":181,"./chevre/me":182,"./chevre/offer":183,"./chevre/offerCatalog":184,"./chevre/order":185,"./chevre/orderNumber":186,"./chevre/ownershipInfo":187,"./chevre/permit":188,"./chevre/person":189,"./chevre/person/ownershipInfo":190,"./chevre/place":191,"./chevre/priceSpecification":192,"./chevre/product":193,"./chevre/project":194,"./chevre/reservation":195,"./chevre/seller":196,"./chevre/task":197,"./chevre/token":198,"./chevre/transaction/moneyTransfer":200,"./chevre/transaction/placeOrder":201,"./chevre/transaction/returnOrder":203,"./chevre/transactionNumber":199,"./chevre/userPool":204,"./factory":205}],163:[function(require,module,exports){
|
|
4274
4274
|
"use strict";
|
|
4275
4275
|
var __extends = (this && this.__extends) || (function () {
|
|
4276
4276
|
var extendStatics = function (d, b) {
|
|
@@ -4514,7 +4514,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4514
4514
|
}(service_1.Service));
|
|
4515
4515
|
exports.AccountService = AccountService;
|
|
4516
4516
|
|
|
4517
|
-
},{"../service":
|
|
4517
|
+
},{"../service":212,"http-status":275}],164:[function(require,module,exports){
|
|
4518
4518
|
"use strict";
|
|
4519
4519
|
var __extends = (this && this.__extends) || (function () {
|
|
4520
4520
|
var extendStatics = function (d, b) {
|
|
@@ -4611,7 +4611,7 @@ var AccountActionService = /** @class */ (function (_super) {
|
|
|
4611
4611
|
}(service_1.Service));
|
|
4612
4612
|
exports.AccountActionService = AccountActionService;
|
|
4613
4613
|
|
|
4614
|
-
},{"../service":
|
|
4614
|
+
},{"../service":212,"http-status":275}],165:[function(require,module,exports){
|
|
4615
4615
|
"use strict";
|
|
4616
4616
|
var __extends = (this && this.__extends) || (function () {
|
|
4617
4617
|
var extendStatics = function (d, b) {
|
|
@@ -4948,7 +4948,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4948
4948
|
}(service_1.Service));
|
|
4949
4949
|
exports.AccountTitleService = AccountTitleService;
|
|
4950
4950
|
|
|
4951
|
-
},{"../factory":
|
|
4951
|
+
},{"../factory":205,"../service":212,"http-status":275}],166:[function(require,module,exports){
|
|
4952
4952
|
"use strict";
|
|
4953
4953
|
var __extends = (this && this.__extends) || (function () {
|
|
4954
4954
|
var extendStatics = function (d, b) {
|
|
@@ -5045,7 +5045,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
5045
5045
|
}(service_1.Service));
|
|
5046
5046
|
exports.AccountingReportService = AccountingReportService;
|
|
5047
5047
|
|
|
5048
|
-
},{"../service":
|
|
5048
|
+
},{"../service":212,"http-status":275}],167:[function(require,module,exports){
|
|
5049
5049
|
"use strict";
|
|
5050
5050
|
var __extends = (this && this.__extends) || (function () {
|
|
5051
5051
|
var extendStatics = function (d, b) {
|
|
@@ -5142,7 +5142,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5142
5142
|
}(service_1.Service));
|
|
5143
5143
|
exports.ActionService = ActionService;
|
|
5144
5144
|
|
|
5145
|
-
},{"../service":
|
|
5145
|
+
},{"../service":212,"http-status":275}],168:[function(require,module,exports){
|
|
5146
5146
|
"use strict";
|
|
5147
5147
|
var __extends = (this && this.__extends) || (function () {
|
|
5148
5148
|
var extendStatics = function (d, b) {
|
|
@@ -5239,7 +5239,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5239
5239
|
}(service_1.Service));
|
|
5240
5240
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5241
5241
|
|
|
5242
|
-
},{"../service":
|
|
5242
|
+
},{"../service":212,"http-status":275}],169:[function(require,module,exports){
|
|
5243
5243
|
"use strict";
|
|
5244
5244
|
var __extends = (this && this.__extends) || (function () {
|
|
5245
5245
|
var extendStatics = function (d, b) {
|
|
@@ -5387,7 +5387,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5387
5387
|
}(service_1.Service));
|
|
5388
5388
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5389
5389
|
|
|
5390
|
-
},{"../../service":
|
|
5390
|
+
},{"../../service":212,"http-status":275}],170:[function(require,module,exports){
|
|
5391
5391
|
"use strict";
|
|
5392
5392
|
var __extends = (this && this.__extends) || (function () {
|
|
5393
5393
|
var extendStatics = function (d, b) {
|
|
@@ -5520,7 +5520,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5520
5520
|
}(service_1.Service));
|
|
5521
5521
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5522
5522
|
|
|
5523
|
-
},{"../../factory":
|
|
5523
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],171:[function(require,module,exports){
|
|
5524
5524
|
"use strict";
|
|
5525
5525
|
var __extends = (this && this.__extends) || (function () {
|
|
5526
5526
|
var extendStatics = function (d, b) {
|
|
@@ -5733,7 +5733,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5733
5733
|
}(service_1.Service));
|
|
5734
5734
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5735
5735
|
|
|
5736
|
-
},{"../../factory":
|
|
5736
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],172:[function(require,module,exports){
|
|
5737
5737
|
"use strict";
|
|
5738
5738
|
var __extends = (this && this.__extends) || (function () {
|
|
5739
5739
|
var extendStatics = function (d, b) {
|
|
@@ -5866,7 +5866,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5866
5866
|
}(service_1.Service));
|
|
5867
5867
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5868
5868
|
|
|
5869
|
-
},{"../../factory":
|
|
5869
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],173:[function(require,module,exports){
|
|
5870
5870
|
"use strict";
|
|
5871
5871
|
var __extends = (this && this.__extends) || (function () {
|
|
5872
5872
|
var extendStatics = function (d, b) {
|
|
@@ -5999,7 +5999,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5999
5999
|
}(service_1.Service));
|
|
6000
6000
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6001
6001
|
|
|
6002
|
-
},{"../../factory":
|
|
6002
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],174:[function(require,module,exports){
|
|
6003
6003
|
"use strict";
|
|
6004
6004
|
var __extends = (this && this.__extends) || (function () {
|
|
6005
6005
|
var extendStatics = function (d, b) {
|
|
@@ -6149,7 +6149,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6149
6149
|
}(service_1.Service));
|
|
6150
6150
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6151
6151
|
|
|
6152
|
-
},{"../../service":
|
|
6152
|
+
},{"../../service":212,"http-status":275}],175:[function(require,module,exports){
|
|
6153
6153
|
"use strict";
|
|
6154
6154
|
var __extends = (this && this.__extends) || (function () {
|
|
6155
6155
|
var extendStatics = function (d, b) {
|
|
@@ -6265,7 +6265,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6265
6265
|
}(service_1.Service));
|
|
6266
6266
|
exports.AuthorizationService = AuthorizationService;
|
|
6267
6267
|
|
|
6268
|
-
},{"../service":
|
|
6268
|
+
},{"../service":212,"http-status":275}],176:[function(require,module,exports){
|
|
6269
6269
|
"use strict";
|
|
6270
6270
|
var __extends = (this && this.__extends) || (function () {
|
|
6271
6271
|
var extendStatics = function (d, b) {
|
|
@@ -6429,7 +6429,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6429
6429
|
}(service_1.Service));
|
|
6430
6430
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6431
6431
|
|
|
6432
|
-
},{"../service":
|
|
6432
|
+
},{"../service":212,"http-status":275}],177:[function(require,module,exports){
|
|
6433
6433
|
"use strict";
|
|
6434
6434
|
var __extends = (this && this.__extends) || (function () {
|
|
6435
6435
|
var extendStatics = function (d, b) {
|
|
@@ -6587,7 +6587,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6587
6587
|
}(service_1.Service));
|
|
6588
6588
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6589
6589
|
|
|
6590
|
-
},{"../service":
|
|
6590
|
+
},{"../service":212,"http-status":275}],178:[function(require,module,exports){
|
|
6591
6591
|
"use strict";
|
|
6592
6592
|
var __extends = (this && this.__extends) || (function () {
|
|
6593
6593
|
var extendStatics = function (d, b) {
|
|
@@ -6761,7 +6761,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6761
6761
|
}(service_1.Service));
|
|
6762
6762
|
exports.CustomerService = CustomerService;
|
|
6763
6763
|
|
|
6764
|
-
},{"../service":
|
|
6764
|
+
},{"../service":212,"http-status":275}],179:[function(require,module,exports){
|
|
6765
6765
|
"use strict";
|
|
6766
6766
|
var __extends = (this && this.__extends) || (function () {
|
|
6767
6767
|
var extendStatics = function (d, b) {
|
|
@@ -6935,7 +6935,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
6935
6935
|
}(service_1.Service));
|
|
6936
6936
|
exports.EmailMessageService = EmailMessageService;
|
|
6937
6937
|
|
|
6938
|
-
},{"../service":
|
|
6938
|
+
},{"../service":212,"http-status":275}],180:[function(require,module,exports){
|
|
6939
6939
|
"use strict";
|
|
6940
6940
|
var __extends = (this && this.__extends) || (function () {
|
|
6941
6941
|
var extendStatics = function (d, b) {
|
|
@@ -7177,7 +7177,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7177
7177
|
}(service_1.Service));
|
|
7178
7178
|
exports.EventService = EventService;
|
|
7179
7179
|
|
|
7180
|
-
},{"../service":
|
|
7180
|
+
},{"../service":212,"http-status":275}],181:[function(require,module,exports){
|
|
7181
7181
|
"use strict";
|
|
7182
7182
|
var __extends = (this && this.__extends) || (function () {
|
|
7183
7183
|
var extendStatics = function (d, b) {
|
|
@@ -7500,7 +7500,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7500
7500
|
}(service_1.Service));
|
|
7501
7501
|
exports.IAMService = IAMService;
|
|
7502
7502
|
|
|
7503
|
-
},{"../service":
|
|
7503
|
+
},{"../service":212,"http-status":275}],182:[function(require,module,exports){
|
|
7504
7504
|
"use strict";
|
|
7505
7505
|
var __extends = (this && this.__extends) || (function () {
|
|
7506
7506
|
var extendStatics = function (d, b) {
|
|
@@ -7597,7 +7597,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7597
7597
|
}(service_1.Service));
|
|
7598
7598
|
exports.MeService = MeService;
|
|
7599
7599
|
|
|
7600
|
-
},{"../service":
|
|
7600
|
+
},{"../service":212,"http-status":275}],183:[function(require,module,exports){
|
|
7601
7601
|
"use strict";
|
|
7602
7602
|
var __extends = (this && this.__extends) || (function () {
|
|
7603
7603
|
var extendStatics = function (d, b) {
|
|
@@ -7767,7 +7767,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
7767
7767
|
}(service_1.Service));
|
|
7768
7768
|
exports.OfferService = OfferService;
|
|
7769
7769
|
|
|
7770
|
-
},{"../service":
|
|
7770
|
+
},{"../service":212,"http-status":275}],184:[function(require,module,exports){
|
|
7771
7771
|
"use strict";
|
|
7772
7772
|
var __extends = (this && this.__extends) || (function () {
|
|
7773
7773
|
var extendStatics = function (d, b) {
|
|
@@ -7937,7 +7937,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
7937
7937
|
}(service_1.Service));
|
|
7938
7938
|
exports.OfferCatalogService = OfferCatalogService;
|
|
7939
7939
|
|
|
7940
|
-
},{"../service":
|
|
7940
|
+
},{"../service":212,"http-status":275}],185:[function(require,module,exports){
|
|
7941
7941
|
"use strict";
|
|
7942
7942
|
var __extends = (this && this.__extends) || (function () {
|
|
7943
7943
|
var extendStatics = function (d, b) {
|
|
@@ -8273,7 +8273,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8273
8273
|
}(service_1.Service));
|
|
8274
8274
|
exports.OrderService = OrderService;
|
|
8275
8275
|
|
|
8276
|
-
},{"../factory":
|
|
8276
|
+
},{"../factory":205,"../service":212,"http-status":275}],186:[function(require,module,exports){
|
|
8277
8277
|
"use strict";
|
|
8278
8278
|
var __extends = (this && this.__extends) || (function () {
|
|
8279
8279
|
var extendStatics = function (d, b) {
|
|
@@ -8361,7 +8361,7 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
8361
8361
|
}(service_1.Service));
|
|
8362
8362
|
exports.OrderNumberService = OrderNumberService;
|
|
8363
8363
|
|
|
8364
|
-
},{"../service":
|
|
8364
|
+
},{"../service":212,"http-status":275}],187:[function(require,module,exports){
|
|
8365
8365
|
"use strict";
|
|
8366
8366
|
var __extends = (this && this.__extends) || (function () {
|
|
8367
8367
|
var extendStatics = function (d, b) {
|
|
@@ -8474,7 +8474,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8474
8474
|
}(service_1.Service));
|
|
8475
8475
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
8476
8476
|
|
|
8477
|
-
},{"../service":
|
|
8477
|
+
},{"../service":212,"http-status":275}],188:[function(require,module,exports){
|
|
8478
8478
|
"use strict";
|
|
8479
8479
|
var __extends = (this && this.__extends) || (function () {
|
|
8480
8480
|
var extendStatics = function (d, b) {
|
|
@@ -8630,7 +8630,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
8630
8630
|
}(service_1.Service));
|
|
8631
8631
|
exports.PermitService = PermitService;
|
|
8632
8632
|
|
|
8633
|
-
},{"../service":
|
|
8633
|
+
},{"../service":212,"http-status":275}],189:[function(require,module,exports){
|
|
8634
8634
|
"use strict";
|
|
8635
8635
|
var __extends = (this && this.__extends) || (function () {
|
|
8636
8636
|
var extendStatics = function (d, b) {
|
|
@@ -8866,7 +8866,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
8866
8866
|
}(service_1.Service));
|
|
8867
8867
|
exports.PersonService = PersonService;
|
|
8868
8868
|
|
|
8869
|
-
},{"../service":
|
|
8869
|
+
},{"../service":212,"http-status":275}],190:[function(require,module,exports){
|
|
8870
8870
|
"use strict";
|
|
8871
8871
|
var __extends = (this && this.__extends) || (function () {
|
|
8872
8872
|
var extendStatics = function (d, b) {
|
|
@@ -9105,7 +9105,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9105
9105
|
}(service_1.Service));
|
|
9106
9106
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
9107
9107
|
|
|
9108
|
-
},{"../../service":
|
|
9108
|
+
},{"../../service":212,"http-status":275}],191:[function(require,module,exports){
|
|
9109
9109
|
"use strict";
|
|
9110
9110
|
var __extends = (this && this.__extends) || (function () {
|
|
9111
9111
|
var extendStatics = function (d, b) {
|
|
@@ -9540,7 +9540,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
9540
9540
|
}(service_1.Service));
|
|
9541
9541
|
exports.PlaceService = PlaceService;
|
|
9542
9542
|
|
|
9543
|
-
},{"../factory":
|
|
9543
|
+
},{"../factory":205,"../service":212,"http-status":275}],192:[function(require,module,exports){
|
|
9544
9544
|
"use strict";
|
|
9545
9545
|
var __extends = (this && this.__extends) || (function () {
|
|
9546
9546
|
var extendStatics = function (d, b) {
|
|
@@ -9704,7 +9704,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
9704
9704
|
}(service_1.Service));
|
|
9705
9705
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
9706
9706
|
|
|
9707
|
-
},{"../service":
|
|
9707
|
+
},{"../service":212,"http-status":275}],193:[function(require,module,exports){
|
|
9708
9708
|
"use strict";
|
|
9709
9709
|
var __extends = (this && this.__extends) || (function () {
|
|
9710
9710
|
var extendStatics = function (d, b) {
|
|
@@ -9906,7 +9906,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
9906
9906
|
}(service_1.Service));
|
|
9907
9907
|
exports.ProductService = ProductService;
|
|
9908
9908
|
|
|
9909
|
-
},{"../service":
|
|
9909
|
+
},{"../service":212,"http-status":275}],194:[function(require,module,exports){
|
|
9910
9910
|
"use strict";
|
|
9911
9911
|
var __extends = (this && this.__extends) || (function () {
|
|
9912
9912
|
var extendStatics = function (d, b) {
|
|
@@ -10111,7 +10111,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
10111
10111
|
}(service_1.Service));
|
|
10112
10112
|
exports.ProjectService = ProjectService;
|
|
10113
10113
|
|
|
10114
|
-
},{"../service":
|
|
10114
|
+
},{"../service":212,"http-status":275}],195:[function(require,module,exports){
|
|
10115
10115
|
"use strict";
|
|
10116
10116
|
var __extends = (this && this.__extends) || (function () {
|
|
10117
10117
|
var extendStatics = function (d, b) {
|
|
@@ -10307,7 +10307,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
10307
10307
|
}(service_1.Service));
|
|
10308
10308
|
exports.ReservationService = ReservationService;
|
|
10309
10309
|
|
|
10310
|
-
},{"../service":
|
|
10310
|
+
},{"../service":212,"http-status":275}],196:[function(require,module,exports){
|
|
10311
10311
|
"use strict";
|
|
10312
10312
|
var __extends = (this && this.__extends) || (function () {
|
|
10313
10313
|
var extendStatics = function (d, b) {
|
|
@@ -10485,7 +10485,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
10485
10485
|
}(service_1.Service));
|
|
10486
10486
|
exports.SellerService = SellerService;
|
|
10487
10487
|
|
|
10488
|
-
},{"../service":
|
|
10488
|
+
},{"../service":212,"http-status":275}],197:[function(require,module,exports){
|
|
10489
10489
|
"use strict";
|
|
10490
10490
|
var __extends = (this && this.__extends) || (function () {
|
|
10491
10491
|
var extendStatics = function (d, b) {
|
|
@@ -10619,7 +10619,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
10619
10619
|
}(service_1.Service));
|
|
10620
10620
|
exports.TaskService = TaskService;
|
|
10621
10621
|
|
|
10622
|
-
},{"../service":
|
|
10622
|
+
},{"../service":212,"http-status":275}],198:[function(require,module,exports){
|
|
10623
10623
|
"use strict";
|
|
10624
10624
|
var __extends = (this && this.__extends) || (function () {
|
|
10625
10625
|
var extendStatics = function (d, b) {
|
|
@@ -10707,7 +10707,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
10707
10707
|
}(service_1.Service));
|
|
10708
10708
|
exports.TokenService = TokenService;
|
|
10709
10709
|
|
|
10710
|
-
},{"../service":
|
|
10710
|
+
},{"../service":212,"http-status":275}],199:[function(require,module,exports){
|
|
10711
10711
|
"use strict";
|
|
10712
10712
|
var __extends = (this && this.__extends) || (function () {
|
|
10713
10713
|
var extendStatics = function (d, b) {
|
|
@@ -10795,7 +10795,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10795
10795
|
}(service_1.Service));
|
|
10796
10796
|
exports.TransactionNumberService = TransactionNumberService;
|
|
10797
10797
|
|
|
10798
|
-
},{"../service":
|
|
10798
|
+
},{"../service":212,"http-status":275}],200:[function(require,module,exports){
|
|
10799
10799
|
"use strict";
|
|
10800
10800
|
var __extends = (this && this.__extends) || (function () {
|
|
10801
10801
|
var extendStatics = function (d, b) {
|
|
@@ -10914,7 +10914,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10914
10914
|
}(service_1.Service));
|
|
10915
10915
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10916
10916
|
|
|
10917
|
-
},{"../../factory":
|
|
10917
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],201:[function(require,module,exports){
|
|
10918
10918
|
"use strict";
|
|
10919
10919
|
var __extends = (this && this.__extends) || (function () {
|
|
10920
10920
|
var extendStatics = function (d, b) {
|
|
@@ -10982,6 +10982,104 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
10982
10982
|
_this.typeOf = factory.transactionType.PlaceOrder;
|
|
10983
10983
|
return _this;
|
|
10984
10984
|
}
|
|
10985
|
+
/**
|
|
10986
|
+
* 取引を開始する
|
|
10987
|
+
*/
|
|
10988
|
+
PlaceOrderTransactionService.prototype.start = function (params) {
|
|
10989
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10990
|
+
var _this = this;
|
|
10991
|
+
return __generator(this, function (_a) {
|
|
10992
|
+
return [2 /*return*/, this.fetch({
|
|
10993
|
+
uri: "/transactions/" + this.typeOf + "/start",
|
|
10994
|
+
method: 'POST',
|
|
10995
|
+
body: params,
|
|
10996
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
10997
|
+
})
|
|
10998
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
10999
|
+
return [2 /*return*/, response.json()];
|
|
11000
|
+
}); }); })];
|
|
11001
|
+
});
|
|
11002
|
+
});
|
|
11003
|
+
};
|
|
11004
|
+
/**
|
|
11005
|
+
* 取引人プロフィール変更
|
|
11006
|
+
*/
|
|
11007
|
+
PlaceOrderTransactionService.prototype.setProfile = function (params) {
|
|
11008
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11009
|
+
return __generator(this, function (_a) {
|
|
11010
|
+
switch (_a.label) {
|
|
11011
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
11012
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/agent",
|
|
11013
|
+
method: 'PUT',
|
|
11014
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
11015
|
+
body: params.agent
|
|
11016
|
+
})];
|
|
11017
|
+
case 1:
|
|
11018
|
+
_a.sent();
|
|
11019
|
+
return [2 /*return*/];
|
|
11020
|
+
}
|
|
11021
|
+
});
|
|
11022
|
+
});
|
|
11023
|
+
};
|
|
11024
|
+
/**
|
|
11025
|
+
* 取引期限変更
|
|
11026
|
+
*/
|
|
11027
|
+
PlaceOrderTransactionService.prototype.changeExpiringDate = function (params) {
|
|
11028
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11029
|
+
return __generator(this, function (_a) {
|
|
11030
|
+
switch (_a.label) {
|
|
11031
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
11032
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/expires",
|
|
11033
|
+
method: 'PUT',
|
|
11034
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
11035
|
+
body: params
|
|
11036
|
+
})];
|
|
11037
|
+
case 1:
|
|
11038
|
+
_a.sent();
|
|
11039
|
+
return [2 /*return*/];
|
|
11040
|
+
}
|
|
11041
|
+
});
|
|
11042
|
+
});
|
|
11043
|
+
};
|
|
11044
|
+
/**
|
|
11045
|
+
* 取引確定
|
|
11046
|
+
*/
|
|
11047
|
+
PlaceOrderTransactionService.prototype.confirm = function (params) {
|
|
11048
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11049
|
+
var _this = this;
|
|
11050
|
+
return __generator(this, function (_a) {
|
|
11051
|
+
return [2 /*return*/, this.fetch({
|
|
11052
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
11053
|
+
method: 'PUT',
|
|
11054
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
11055
|
+
body: params
|
|
11056
|
+
})
|
|
11057
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
11058
|
+
return [2 /*return*/, response.json()];
|
|
11059
|
+
}); }); })];
|
|
11060
|
+
});
|
|
11061
|
+
});
|
|
11062
|
+
};
|
|
11063
|
+
/**
|
|
11064
|
+
* 明示的に取引を中止する
|
|
11065
|
+
* 既に確定済、あるいは、期限切れの取引に対して実行するとArgumentエラーが返されます。
|
|
11066
|
+
*/
|
|
11067
|
+
PlaceOrderTransactionService.prototype.cancel = function (params) {
|
|
11068
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11069
|
+
return __generator(this, function (_a) {
|
|
11070
|
+
switch (_a.label) {
|
|
11071
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
11072
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/cancel",
|
|
11073
|
+
method: 'PUT',
|
|
11074
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
11075
|
+
})];
|
|
11076
|
+
case 1:
|
|
11077
|
+
_a.sent();
|
|
11078
|
+
return [2 /*return*/];
|
|
11079
|
+
}
|
|
11080
|
+
});
|
|
11081
|
+
});
|
|
11082
|
+
};
|
|
10985
11083
|
/**
|
|
10986
11084
|
* 確認番号発行
|
|
10987
11085
|
*/
|
|
@@ -10992,7 +11090,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
10992
11090
|
case 0: return [4 /*yield*/, this.fetch({
|
|
10993
11091
|
uri: "/transactions/" + this.typeOf + "/" + params.id + "/publishConfirmationNumberIfNotExist",
|
|
10994
11092
|
method: 'POST',
|
|
10995
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
11093
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT, http_status_1.OK]
|
|
10996
11094
|
})];
|
|
10997
11095
|
case 1:
|
|
10998
11096
|
_a.sent();
|
|
@@ -11001,6 +11099,24 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11001
11099
|
});
|
|
11002
11100
|
});
|
|
11003
11101
|
};
|
|
11102
|
+
/**
|
|
11103
|
+
* 注文番号発行
|
|
11104
|
+
*/
|
|
11105
|
+
PlaceOrderTransactionService.prototype.publishOrderNumberIfNotExist = function (params) {
|
|
11106
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11107
|
+
var _this = this;
|
|
11108
|
+
return __generator(this, function (_a) {
|
|
11109
|
+
return [2 /*return*/, this.fetch({
|
|
11110
|
+
uri: "/transactions/" + this.typeOf + "/" + params.id + "/publishOrderNumberIfNotExist",
|
|
11111
|
+
method: 'POST',
|
|
11112
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
11113
|
+
})
|
|
11114
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
11115
|
+
return [2 /*return*/, response.json()];
|
|
11116
|
+
}); }); })];
|
|
11117
|
+
});
|
|
11118
|
+
});
|
|
11119
|
+
};
|
|
11004
11120
|
/**
|
|
11005
11121
|
* 取引検索
|
|
11006
11122
|
*/
|
|
@@ -11052,7 +11168,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11052
11168
|
}(service_1.Service));
|
|
11053
11169
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
11054
11170
|
|
|
11055
|
-
},{"../../factory":
|
|
11171
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],202:[function(require,module,exports){
|
|
11172
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
11173
|
+
},{"dup":14}],203:[function(require,module,exports){
|
|
11056
11174
|
"use strict";
|
|
11057
11175
|
var __extends = (this && this.__extends) || (function () {
|
|
11058
11176
|
var extendStatics = function (d, b) {
|
|
@@ -11211,7 +11329,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11211
11329
|
}(service_1.Service));
|
|
11212
11330
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
11213
11331
|
|
|
11214
|
-
},{"../../factory":
|
|
11332
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],204:[function(require,module,exports){
|
|
11215
11333
|
"use strict";
|
|
11216
11334
|
var __extends = (this && this.__extends) || (function () {
|
|
11217
11335
|
var extendStatics = function (d, b) {
|
|
@@ -11344,7 +11462,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
11344
11462
|
}(service_1.Service));
|
|
11345
11463
|
exports.UserPoolService = UserPoolService;
|
|
11346
11464
|
|
|
11347
|
-
},{"../service":
|
|
11465
|
+
},{"../service":212,"http-status":275}],205:[function(require,module,exports){
|
|
11348
11466
|
"use strict";
|
|
11349
11467
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11350
11468
|
if (k2 === undefined) k2 = k;
|
|
@@ -11362,7 +11480,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11362
11480
|
*/
|
|
11363
11481
|
__exportStar(require("@chevre/factory"), exports);
|
|
11364
11482
|
|
|
11365
|
-
},{"@chevre/factory":160}],
|
|
11483
|
+
},{"@chevre/factory":160}],206:[function(require,module,exports){
|
|
11366
11484
|
"use strict";
|
|
11367
11485
|
var __extends = (this && this.__extends) || (function () {
|
|
11368
11486
|
var extendStatics = function (d, b) {
|
|
@@ -11393,7 +11511,7 @@ var authClient_1 = require("./auth/authClient");
|
|
|
11393
11511
|
var OrderServiceFactory = require("./service/order/factory");
|
|
11394
11512
|
var PaymentServiceFactory = require("./service/payment/factory");
|
|
11395
11513
|
var ReservationServiceFactory = require("./service/reservation/factory");
|
|
11396
|
-
var PlaceOrderTransactionServiceFactory = require("./
|
|
11514
|
+
var PlaceOrderTransactionServiceFactory = require("./chevre/transaction/placeOrder/factory");
|
|
11397
11515
|
var account_1 = require("./service/account");
|
|
11398
11516
|
var categoryCode_1 = require("./service/categoryCode");
|
|
11399
11517
|
var creativeWork_1 = require("./service/creativeWork");
|
|
@@ -11801,7 +11919,7 @@ var service;
|
|
|
11801
11919
|
service.txn = transaction;
|
|
11802
11920
|
})(service = exports.service || (exports.service = {}));
|
|
11803
11921
|
|
|
11804
|
-
},{"./auth/authClient":161,"./chevre":162,"./factory":
|
|
11922
|
+
},{"./auth/authClient":161,"./chevre":162,"./chevre/transaction/placeOrder/factory":202,"./factory":205,"./pecorino":207,"./service":212,"./service/account":213,"./service/categoryCode":214,"./service/creativeWork":215,"./service/customer":216,"./service/delivery":217,"./service/emailMessage":218,"./service/event":219,"./service/iam":220,"./service/offer":221,"./service/order":222,"./service/order/factory":223,"./service/ownershipInfo":224,"./service/payment":225,"./service/payment/factory":226,"./service/permit":227,"./service/person":228,"./service/person/ownershipInfo":229,"./service/place":230,"./service/product":231,"./service/project":232,"./service/reservation":233,"./service/reservation/factory":234,"./service/seller":235,"./service/token":236,"./service/transaction/moneyTransfer":237,"./service/transaction/placeOrder":238,"./service/transaction/placeOrder4sskts":239,"./service/transaction/returnOrder":240,"./transporters":241}],207:[function(require,module,exports){
|
|
11805
11923
|
"use strict";
|
|
11806
11924
|
var __extends = (this && this.__extends) || (function () {
|
|
11807
11925
|
var extendStatics = function (d, b) {
|
|
@@ -11881,7 +11999,7 @@ var service;
|
|
|
11881
11999
|
})(transaction = service.transaction || (service.transaction = {}));
|
|
11882
12000
|
})(service = exports.service || (exports.service = {}));
|
|
11883
12001
|
|
|
11884
|
-
},{"./factory":
|
|
12002
|
+
},{"./factory":205,"./pecorino/permit":208,"./pecorino/transaction/deposit":209,"./pecorino/transaction/transfer":210,"./pecorino/transaction/withdraw":211}],208:[function(require,module,exports){
|
|
11885
12003
|
"use strict";
|
|
11886
12004
|
var __extends = (this && this.__extends) || (function () {
|
|
11887
12005
|
var extendStatics = function (d, b) {
|
|
@@ -11990,7 +12108,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
11990
12108
|
}(service_1.Service));
|
|
11991
12109
|
exports.PermitService = PermitService;
|
|
11992
12110
|
|
|
11993
|
-
},{"../service":
|
|
12111
|
+
},{"../service":212,"http-status":275}],209:[function(require,module,exports){
|
|
11994
12112
|
"use strict";
|
|
11995
12113
|
var __extends = (this && this.__extends) || (function () {
|
|
11996
12114
|
var extendStatics = function (d, b) {
|
|
@@ -12123,7 +12241,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
12123
12241
|
}(service_1.Service));
|
|
12124
12242
|
exports.DepositTransactionService = DepositTransactionService;
|
|
12125
12243
|
|
|
12126
|
-
},{"../../service":
|
|
12244
|
+
},{"../../service":212,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
|
|
12127
12245
|
"use strict";
|
|
12128
12246
|
var __extends = (this && this.__extends) || (function () {
|
|
12129
12247
|
var extendStatics = function (d, b) {
|
|
@@ -12256,7 +12374,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
|
|
|
12256
12374
|
}(service_1.Service));
|
|
12257
12375
|
exports.TransferTransactionService = TransferTransactionService;
|
|
12258
12376
|
|
|
12259
|
-
},{"../../service":
|
|
12377
|
+
},{"../../service":212,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
|
|
12260
12378
|
"use strict";
|
|
12261
12379
|
var __extends = (this && this.__extends) || (function () {
|
|
12262
12380
|
var extendStatics = function (d, b) {
|
|
@@ -12389,7 +12507,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
|
|
|
12389
12507
|
}(service_1.Service));
|
|
12390
12508
|
exports.WithdrawTransactionService = WithdrawTransactionService;
|
|
12391
12509
|
|
|
12392
|
-
},{"../../service":
|
|
12510
|
+
},{"../../service":212,"@chevre/factory":160,"http-status":275}],212:[function(require,module,exports){
|
|
12393
12511
|
"use strict";
|
|
12394
12512
|
var __assign = (this && this.__assign) || function () {
|
|
12395
12513
|
__assign = Object.assign || function(t) {
|
|
@@ -12496,7 +12614,7 @@ var Service = /** @class */ (function () {
|
|
|
12496
12614
|
}());
|
|
12497
12615
|
exports.Service = Service;
|
|
12498
12616
|
|
|
12499
|
-
},{"./transporters":241,"qs":243}],
|
|
12617
|
+
},{"./transporters":241,"qs":243}],213:[function(require,module,exports){
|
|
12500
12618
|
"use strict";
|
|
12501
12619
|
var __extends = (this && this.__extends) || (function () {
|
|
12502
12620
|
var extendStatics = function (d, b) {
|
|
@@ -12605,7 +12723,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
12605
12723
|
}(service_1.Service));
|
|
12606
12724
|
exports.AccountService = AccountService;
|
|
12607
12725
|
|
|
12608
|
-
},{"../service":
|
|
12726
|
+
},{"../service":212,"http-status":275}],214:[function(require,module,exports){
|
|
12609
12727
|
"use strict";
|
|
12610
12728
|
var __extends = (this && this.__extends) || (function () {
|
|
12611
12729
|
var extendStatics = function (d, b) {
|
|
@@ -12702,7 +12820,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
12702
12820
|
}(service_1.Service));
|
|
12703
12821
|
exports.CategoryCodeService = CategoryCodeService;
|
|
12704
12822
|
|
|
12705
|
-
},{"../service":
|
|
12823
|
+
},{"../service":212,"http-status":275}],215:[function(require,module,exports){
|
|
12706
12824
|
"use strict";
|
|
12707
12825
|
var __extends = (this && this.__extends) || (function () {
|
|
12708
12826
|
var extendStatics = function (d, b) {
|
|
@@ -12799,7 +12917,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
12799
12917
|
}(service_1.Service));
|
|
12800
12918
|
exports.CreativeWorkService = CreativeWorkService;
|
|
12801
12919
|
|
|
12802
|
-
},{"../service":
|
|
12920
|
+
},{"../service":212,"http-status":275}],216:[function(require,module,exports){
|
|
12803
12921
|
"use strict";
|
|
12804
12922
|
var __extends = (this && this.__extends) || (function () {
|
|
12805
12923
|
var extendStatics = function (d, b) {
|
|
@@ -12914,7 +13032,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
12914
13032
|
}(service_1.Service));
|
|
12915
13033
|
exports.CustomerService = CustomerService;
|
|
12916
13034
|
|
|
12917
|
-
},{"../service":
|
|
13035
|
+
},{"../service":212,"http-status":275}],217:[function(require,module,exports){
|
|
12918
13036
|
"use strict";
|
|
12919
13037
|
var __extends = (this && this.__extends) || (function () {
|
|
12920
13038
|
var extendStatics = function (d, b) {
|
|
@@ -13006,7 +13124,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
13006
13124
|
}(service_1.Service));
|
|
13007
13125
|
exports.DeliveryService = DeliveryService;
|
|
13008
13126
|
|
|
13009
|
-
},{"../service":
|
|
13127
|
+
},{"../service":212,"http-status":275}],218:[function(require,module,exports){
|
|
13010
13128
|
"use strict";
|
|
13011
13129
|
var __extends = (this && this.__extends) || (function () {
|
|
13012
13130
|
var extendStatics = function (d, b) {
|
|
@@ -13103,7 +13221,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13103
13221
|
}(service_1.Service));
|
|
13104
13222
|
exports.EmailMessageService = EmailMessageService;
|
|
13105
13223
|
|
|
13106
|
-
},{"../service":
|
|
13224
|
+
},{"../service":212,"http-status":275}],219:[function(require,module,exports){
|
|
13107
13225
|
"use strict";
|
|
13108
13226
|
var __extends = (this && this.__extends) || (function () {
|
|
13109
13227
|
var extendStatics = function (d, b) {
|
|
@@ -13304,7 +13422,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
13304
13422
|
}(service_1.Service));
|
|
13305
13423
|
exports.EventService = EventService;
|
|
13306
13424
|
|
|
13307
|
-
},{"../service":
|
|
13425
|
+
},{"../service":212,"http-status":275}],220:[function(require,module,exports){
|
|
13308
13426
|
"use strict";
|
|
13309
13427
|
var __extends = (this && this.__extends) || (function () {
|
|
13310
13428
|
var extendStatics = function (d, b) {
|
|
@@ -13401,7 +13519,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
13401
13519
|
}(service_1.Service));
|
|
13402
13520
|
exports.IAMService = IAMService;
|
|
13403
13521
|
|
|
13404
|
-
},{"../service":
|
|
13522
|
+
},{"../service":212,"http-status":275}],221:[function(require,module,exports){
|
|
13405
13523
|
"use strict";
|
|
13406
13524
|
var __extends = (this && this.__extends) || (function () {
|
|
13407
13525
|
var extendStatics = function (d, b) {
|
|
@@ -13558,7 +13676,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
13558
13676
|
}(service_1.Service));
|
|
13559
13677
|
exports.OfferService = OfferService;
|
|
13560
13678
|
|
|
13561
|
-
},{"../service":
|
|
13679
|
+
},{"../service":212,"http-status":275}],222:[function(require,module,exports){
|
|
13562
13680
|
"use strict";
|
|
13563
13681
|
var __extends = (this && this.__extends) || (function () {
|
|
13564
13682
|
var extendStatics = function (d, b) {
|
|
@@ -13830,9 +13948,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13830
13948
|
}(service_1.Service));
|
|
13831
13949
|
exports.OrderService = OrderService;
|
|
13832
13950
|
|
|
13833
|
-
},{"../service":
|
|
13951
|
+
},{"../service":212,"http-status":275}],223:[function(require,module,exports){
|
|
13834
13952
|
arguments[4][14][0].apply(exports,arguments)
|
|
13835
|
-
},{"dup":14}],
|
|
13953
|
+
},{"dup":14}],224:[function(require,module,exports){
|
|
13836
13954
|
"use strict";
|
|
13837
13955
|
var __extends = (this && this.__extends) || (function () {
|
|
13838
13956
|
var extendStatics = function (d, b) {
|
|
@@ -13971,7 +14089,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
13971
14089
|
}(service_1.Service));
|
|
13972
14090
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
13973
14091
|
|
|
13974
|
-
},{"../service":
|
|
14092
|
+
},{"../service":212,"http-status":275}],225:[function(require,module,exports){
|
|
13975
14093
|
"use strict";
|
|
13976
14094
|
var __extends = (this && this.__extends) || (function () {
|
|
13977
14095
|
var extendStatics = function (d, b) {
|
|
@@ -14216,9 +14334,9 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
14216
14334
|
}(service_1.Service));
|
|
14217
14335
|
exports.PaymentService = PaymentService;
|
|
14218
14336
|
|
|
14219
|
-
},{"../factory":
|
|
14337
|
+
},{"../factory":205,"../service":212,"http-status":275}],226:[function(require,module,exports){
|
|
14220
14338
|
arguments[4][14][0].apply(exports,arguments)
|
|
14221
|
-
},{"dup":14}],
|
|
14339
|
+
},{"dup":14}],227:[function(require,module,exports){
|
|
14222
14340
|
"use strict";
|
|
14223
14341
|
var __extends = (this && this.__extends) || (function () {
|
|
14224
14342
|
var extendStatics = function (d, b) {
|
|
@@ -14344,9 +14462,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
14344
14462
|
}(service_1.Service));
|
|
14345
14463
|
exports.PermitService = PermitService;
|
|
14346
14464
|
|
|
14347
|
-
},{"../service":
|
|
14465
|
+
},{"../service":212,"http-status":275}],228:[function(require,module,exports){
|
|
14348
14466
|
arguments[4][189][0].apply(exports,arguments)
|
|
14349
|
-
},{"../service":
|
|
14467
|
+
},{"../service":212,"dup":189,"http-status":275}],229:[function(require,module,exports){
|
|
14350
14468
|
"use strict";
|
|
14351
14469
|
var __extends = (this && this.__extends) || (function () {
|
|
14352
14470
|
var extendStatics = function (d, b) {
|
|
@@ -14720,7 +14838,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
14720
14838
|
}(service_1.Service));
|
|
14721
14839
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
14722
14840
|
|
|
14723
|
-
},{"../../factory":
|
|
14841
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],230:[function(require,module,exports){
|
|
14724
14842
|
"use strict";
|
|
14725
14843
|
var __extends = (this && this.__extends) || (function () {
|
|
14726
14844
|
var extendStatics = function (d, b) {
|
|
@@ -14874,7 +14992,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14874
14992
|
}(service_1.Service));
|
|
14875
14993
|
exports.PlaceService = PlaceService;
|
|
14876
14994
|
|
|
14877
|
-
},{"../factory":
|
|
14995
|
+
},{"../factory":205,"../service":212,"http-status":275}],231:[function(require,module,exports){
|
|
14878
14996
|
"use strict";
|
|
14879
14997
|
var __extends = (this && this.__extends) || (function () {
|
|
14880
14998
|
var extendStatics = function (d, b) {
|
|
@@ -14996,7 +15114,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
14996
15114
|
}(service_1.Service));
|
|
14997
15115
|
exports.ProductService = ProductService;
|
|
14998
15116
|
|
|
14999
|
-
},{"../service":
|
|
15117
|
+
},{"../service":212,"http-status":275}],232:[function(require,module,exports){
|
|
15000
15118
|
"use strict";
|
|
15001
15119
|
var __extends = (this && this.__extends) || (function () {
|
|
15002
15120
|
var extendStatics = function (d, b) {
|
|
@@ -15161,7 +15279,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
15161
15279
|
}(service_1.Service));
|
|
15162
15280
|
exports.ProjectService = ProjectService;
|
|
15163
15281
|
|
|
15164
|
-
},{"../service":
|
|
15282
|
+
},{"../service":212,"http-status":275}],233:[function(require,module,exports){
|
|
15165
15283
|
"use strict";
|
|
15166
15284
|
var __extends = (this && this.__extends) || (function () {
|
|
15167
15285
|
var extendStatics = function (d, b) {
|
|
@@ -15345,9 +15463,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
15345
15463
|
}(service_1.Service));
|
|
15346
15464
|
exports.ReservationService = ReservationService;
|
|
15347
15465
|
|
|
15348
|
-
},{"../service":
|
|
15466
|
+
},{"../service":212,"http-status":275}],234:[function(require,module,exports){
|
|
15349
15467
|
arguments[4][14][0].apply(exports,arguments)
|
|
15350
|
-
},{"dup":14}],
|
|
15468
|
+
},{"dup":14}],235:[function(require,module,exports){
|
|
15351
15469
|
"use strict";
|
|
15352
15470
|
var __extends = (this && this.__extends) || (function () {
|
|
15353
15471
|
var extendStatics = function (d, b) {
|
|
@@ -15462,9 +15580,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
15462
15580
|
}(service_1.Service));
|
|
15463
15581
|
exports.SellerService = SellerService;
|
|
15464
15582
|
|
|
15465
|
-
},{"../service":
|
|
15583
|
+
},{"../service":212,"http-status":275}],236:[function(require,module,exports){
|
|
15466
15584
|
arguments[4][198][0].apply(exports,arguments)
|
|
15467
|
-
},{"../service":
|
|
15585
|
+
},{"../service":212,"dup":198,"http-status":275}],237:[function(require,module,exports){
|
|
15468
15586
|
"use strict";
|
|
15469
15587
|
var __extends = (this && this.__extends) || (function () {
|
|
15470
15588
|
var extendStatics = function (d, b) {
|
|
@@ -15614,7 +15732,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
15614
15732
|
}(service_1.Service));
|
|
15615
15733
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
15616
15734
|
|
|
15617
|
-
},{"../../factory":
|
|
15735
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],238:[function(require,module,exports){
|
|
15618
15736
|
"use strict";
|
|
15619
15737
|
var __extends = (this && this.__extends) || (function () {
|
|
15620
15738
|
var extendStatics = function (d, b) {
|
|
@@ -15872,7 +15990,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
15872
15990
|
}(service_1.Service));
|
|
15873
15991
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
15874
15992
|
|
|
15875
|
-
},{"../../factory":
|
|
15993
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],239:[function(require,module,exports){
|
|
15876
15994
|
"use strict";
|
|
15877
15995
|
var __extends = (this && this.__extends) || (function () {
|
|
15878
15996
|
var extendStatics = function (d, b) {
|
|
@@ -16005,9 +16123,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
16005
16123
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
16006
16124
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
16007
16125
|
|
|
16008
|
-
},{"./placeOrder":
|
|
16009
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
16010
|
-
},{"dup":14}],240:[function(require,module,exports){
|
|
16126
|
+
},{"./placeOrder":238,"http-status":275}],240:[function(require,module,exports){
|
|
16011
16127
|
"use strict";
|
|
16012
16128
|
var __extends = (this && this.__extends) || (function () {
|
|
16013
16129
|
var extendStatics = function (d, b) {
|
|
@@ -16138,7 +16254,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16138
16254
|
}(service_1.Service));
|
|
16139
16255
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
16140
16256
|
|
|
16141
|
-
},{"../../factory":
|
|
16257
|
+
},{"../../factory":205,"../../service":212,"http-status":275}],241:[function(require,module,exports){
|
|
16142
16258
|
"use strict";
|
|
16143
16259
|
var __extends = (this && this.__extends) || (function () {
|
|
16144
16260
|
var extendStatics = function (d, b) {
|