@cinerino/sdk 3.104.0-alpha.1 → 3.104.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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":205}],3:[function(require,module,exports){
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":202,"./chevre/transactionNumber":199,"./chevre/userPool":203,"./factory":204}],163:[function(require,module,exports){
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":211,"http-status":275}],164:[function(require,module,exports){
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":211,"http-status":275}],165:[function(require,module,exports){
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":204,"../service":211,"http-status":275}],166:[function(require,module,exports){
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":211,"http-status":275}],167:[function(require,module,exports){
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":211,"http-status":275}],168:[function(require,module,exports){
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":211,"http-status":275}],169:[function(require,module,exports){
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":211,"http-status":275}],170:[function(require,module,exports){
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":204,"../../service":211,"http-status":275}],171:[function(require,module,exports){
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":204,"../../service":211,"http-status":275}],172:[function(require,module,exports){
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":204,"../../service":211,"http-status":275}],173:[function(require,module,exports){
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":204,"../../service":211,"http-status":275}],174:[function(require,module,exports){
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":211,"http-status":275}],175:[function(require,module,exports){
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":211,"http-status":275}],176:[function(require,module,exports){
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":211,"http-status":275}],177:[function(require,module,exports){
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":211,"http-status":275}],178:[function(require,module,exports){
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":211,"http-status":275}],179:[function(require,module,exports){
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":211,"http-status":275}],180:[function(require,module,exports){
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":211,"http-status":275}],181:[function(require,module,exports){
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":211,"http-status":275}],182:[function(require,module,exports){
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":211,"http-status":275}],183:[function(require,module,exports){
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":211,"http-status":275}],184:[function(require,module,exports){
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":211,"http-status":275}],185:[function(require,module,exports){
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":204,"../service":211,"http-status":275}],186:[function(require,module,exports){
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":211,"http-status":275}],187:[function(require,module,exports){
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":211,"http-status":275}],188:[function(require,module,exports){
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":211,"http-status":275}],189:[function(require,module,exports){
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":211,"http-status":275}],190:[function(require,module,exports){
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":211,"http-status":275}],191:[function(require,module,exports){
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":204,"../service":211,"http-status":275}],192:[function(require,module,exports){
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":211,"http-status":275}],193:[function(require,module,exports){
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":211,"http-status":275}],194:[function(require,module,exports){
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":211,"http-status":275}],195:[function(require,module,exports){
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":211,"http-status":275}],196:[function(require,module,exports){
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":211,"http-status":275}],197:[function(require,module,exports){
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":211,"http-status":275}],198:[function(require,module,exports){
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":211,"http-status":275}],199:[function(require,module,exports){
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":211,"http-status":275}],200:[function(require,module,exports){
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":204,"../../service":211,"http-status":275}],201:[function(require,module,exports){
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
  */
@@ -11052,7 +11150,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
11052
11150
  }(service_1.Service));
11053
11151
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
11054
11152
 
11055
- },{"../../factory":204,"../../service":211,"http-status":275}],202:[function(require,module,exports){
11153
+ },{"../../factory":205,"../../service":212,"http-status":275}],202:[function(require,module,exports){
11154
+ arguments[4][14][0].apply(exports,arguments)
11155
+ },{"dup":14}],203:[function(require,module,exports){
11056
11156
  "use strict";
11057
11157
  var __extends = (this && this.__extends) || (function () {
11058
11158
  var extendStatics = function (d, b) {
@@ -11211,7 +11311,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
11211
11311
  }(service_1.Service));
11212
11312
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
11213
11313
 
11214
- },{"../../factory":204,"../../service":211,"http-status":275}],203:[function(require,module,exports){
11314
+ },{"../../factory":205,"../../service":212,"http-status":275}],204:[function(require,module,exports){
11215
11315
  "use strict";
11216
11316
  var __extends = (this && this.__extends) || (function () {
11217
11317
  var extendStatics = function (d, b) {
@@ -11344,7 +11444,7 @@ var UserPoolService = /** @class */ (function (_super) {
11344
11444
  }(service_1.Service));
11345
11445
  exports.UserPoolService = UserPoolService;
11346
11446
 
11347
- },{"../service":211,"http-status":275}],204:[function(require,module,exports){
11447
+ },{"../service":212,"http-status":275}],205:[function(require,module,exports){
11348
11448
  "use strict";
11349
11449
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11350
11450
  if (k2 === undefined) k2 = k;
@@ -11362,7 +11462,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11362
11462
  */
11363
11463
  __exportStar(require("@chevre/factory"), exports);
11364
11464
 
11365
- },{"@chevre/factory":160}],205:[function(require,module,exports){
11465
+ },{"@chevre/factory":160}],206:[function(require,module,exports){
11366
11466
  "use strict";
11367
11467
  var __extends = (this && this.__extends) || (function () {
11368
11468
  var extendStatics = function (d, b) {
@@ -11393,7 +11493,7 @@ var authClient_1 = require("./auth/authClient");
11393
11493
  var OrderServiceFactory = require("./service/order/factory");
11394
11494
  var PaymentServiceFactory = require("./service/payment/factory");
11395
11495
  var ReservationServiceFactory = require("./service/reservation/factory");
11396
- var PlaceOrderTransactionServiceFactory = require("./service/transaction/placeOrder/factory");
11496
+ var PlaceOrderTransactionServiceFactory = require("./chevre/transaction/placeOrder/factory");
11397
11497
  var account_1 = require("./service/account");
11398
11498
  var categoryCode_1 = require("./service/categoryCode");
11399
11499
  var creativeWork_1 = require("./service/creativeWork");
@@ -11801,7 +11901,7 @@ var service;
11801
11901
  service.txn = transaction;
11802
11902
  })(service = exports.service || (exports.service = {}));
11803
11903
 
11804
- },{"./auth/authClient":161,"./chevre":162,"./factory":204,"./pecorino":206,"./service":211,"./service/account":212,"./service/categoryCode":213,"./service/creativeWork":214,"./service/customer":215,"./service/delivery":216,"./service/emailMessage":217,"./service/event":218,"./service/iam":219,"./service/offer":220,"./service/order":221,"./service/order/factory":222,"./service/ownershipInfo":223,"./service/payment":224,"./service/payment/factory":225,"./service/permit":226,"./service/person":227,"./service/person/ownershipInfo":228,"./service/place":229,"./service/product":230,"./service/project":231,"./service/reservation":232,"./service/reservation/factory":233,"./service/seller":234,"./service/token":235,"./service/transaction/moneyTransfer":236,"./service/transaction/placeOrder":237,"./service/transaction/placeOrder/factory":239,"./service/transaction/placeOrder4sskts":238,"./service/transaction/returnOrder":240,"./transporters":241}],206:[function(require,module,exports){
11904
+ },{"./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
11905
  "use strict";
11806
11906
  var __extends = (this && this.__extends) || (function () {
11807
11907
  var extendStatics = function (d, b) {
@@ -11881,7 +11981,7 @@ var service;
11881
11981
  })(transaction = service.transaction || (service.transaction = {}));
11882
11982
  })(service = exports.service || (exports.service = {}));
11883
11983
 
11884
- },{"./factory":204,"./pecorino/permit":207,"./pecorino/transaction/deposit":208,"./pecorino/transaction/transfer":209,"./pecorino/transaction/withdraw":210}],207:[function(require,module,exports){
11984
+ },{"./factory":205,"./pecorino/permit":208,"./pecorino/transaction/deposit":209,"./pecorino/transaction/transfer":210,"./pecorino/transaction/withdraw":211}],208:[function(require,module,exports){
11885
11985
  "use strict";
11886
11986
  var __extends = (this && this.__extends) || (function () {
11887
11987
  var extendStatics = function (d, b) {
@@ -11990,7 +12090,7 @@ var PermitService = /** @class */ (function (_super) {
11990
12090
  }(service_1.Service));
11991
12091
  exports.PermitService = PermitService;
11992
12092
 
11993
- },{"../service":211,"http-status":275}],208:[function(require,module,exports){
12093
+ },{"../service":212,"http-status":275}],209:[function(require,module,exports){
11994
12094
  "use strict";
11995
12095
  var __extends = (this && this.__extends) || (function () {
11996
12096
  var extendStatics = function (d, b) {
@@ -12123,7 +12223,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
12123
12223
  }(service_1.Service));
12124
12224
  exports.DepositTransactionService = DepositTransactionService;
12125
12225
 
12126
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],209:[function(require,module,exports){
12226
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
12127
12227
  "use strict";
12128
12228
  var __extends = (this && this.__extends) || (function () {
12129
12229
  var extendStatics = function (d, b) {
@@ -12256,7 +12356,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
12256
12356
  }(service_1.Service));
12257
12357
  exports.TransferTransactionService = TransferTransactionService;
12258
12358
 
12259
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
12359
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12260
12360
  "use strict";
12261
12361
  var __extends = (this && this.__extends) || (function () {
12262
12362
  var extendStatics = function (d, b) {
@@ -12389,7 +12489,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
12389
12489
  }(service_1.Service));
12390
12490
  exports.WithdrawTransactionService = WithdrawTransactionService;
12391
12491
 
12392
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12492
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],212:[function(require,module,exports){
12393
12493
  "use strict";
12394
12494
  var __assign = (this && this.__assign) || function () {
12395
12495
  __assign = Object.assign || function(t) {
@@ -12496,7 +12596,7 @@ var Service = /** @class */ (function () {
12496
12596
  }());
12497
12597
  exports.Service = Service;
12498
12598
 
12499
- },{"./transporters":241,"qs":243}],212:[function(require,module,exports){
12599
+ },{"./transporters":241,"qs":243}],213:[function(require,module,exports){
12500
12600
  "use strict";
12501
12601
  var __extends = (this && this.__extends) || (function () {
12502
12602
  var extendStatics = function (d, b) {
@@ -12605,7 +12705,7 @@ var AccountService = /** @class */ (function (_super) {
12605
12705
  }(service_1.Service));
12606
12706
  exports.AccountService = AccountService;
12607
12707
 
12608
- },{"../service":211,"http-status":275}],213:[function(require,module,exports){
12708
+ },{"../service":212,"http-status":275}],214:[function(require,module,exports){
12609
12709
  "use strict";
12610
12710
  var __extends = (this && this.__extends) || (function () {
12611
12711
  var extendStatics = function (d, b) {
@@ -12702,7 +12802,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
12702
12802
  }(service_1.Service));
12703
12803
  exports.CategoryCodeService = CategoryCodeService;
12704
12804
 
12705
- },{"../service":211,"http-status":275}],214:[function(require,module,exports){
12805
+ },{"../service":212,"http-status":275}],215:[function(require,module,exports){
12706
12806
  "use strict";
12707
12807
  var __extends = (this && this.__extends) || (function () {
12708
12808
  var extendStatics = function (d, b) {
@@ -12799,7 +12899,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
12799
12899
  }(service_1.Service));
12800
12900
  exports.CreativeWorkService = CreativeWorkService;
12801
12901
 
12802
- },{"../service":211,"http-status":275}],215:[function(require,module,exports){
12902
+ },{"../service":212,"http-status":275}],216:[function(require,module,exports){
12803
12903
  "use strict";
12804
12904
  var __extends = (this && this.__extends) || (function () {
12805
12905
  var extendStatics = function (d, b) {
@@ -12914,7 +13014,7 @@ var CustomerService = /** @class */ (function (_super) {
12914
13014
  }(service_1.Service));
12915
13015
  exports.CustomerService = CustomerService;
12916
13016
 
12917
- },{"../service":211,"http-status":275}],216:[function(require,module,exports){
13017
+ },{"../service":212,"http-status":275}],217:[function(require,module,exports){
12918
13018
  "use strict";
12919
13019
  var __extends = (this && this.__extends) || (function () {
12920
13020
  var extendStatics = function (d, b) {
@@ -13006,7 +13106,7 @@ var DeliveryService = /** @class */ (function (_super) {
13006
13106
  }(service_1.Service));
13007
13107
  exports.DeliveryService = DeliveryService;
13008
13108
 
13009
- },{"../service":211,"http-status":275}],217:[function(require,module,exports){
13109
+ },{"../service":212,"http-status":275}],218:[function(require,module,exports){
13010
13110
  "use strict";
13011
13111
  var __extends = (this && this.__extends) || (function () {
13012
13112
  var extendStatics = function (d, b) {
@@ -13103,7 +13203,7 @@ var EmailMessageService = /** @class */ (function (_super) {
13103
13203
  }(service_1.Service));
13104
13204
  exports.EmailMessageService = EmailMessageService;
13105
13205
 
13106
- },{"../service":211,"http-status":275}],218:[function(require,module,exports){
13206
+ },{"../service":212,"http-status":275}],219:[function(require,module,exports){
13107
13207
  "use strict";
13108
13208
  var __extends = (this && this.__extends) || (function () {
13109
13209
  var extendStatics = function (d, b) {
@@ -13304,7 +13404,7 @@ var EventService = /** @class */ (function (_super) {
13304
13404
  }(service_1.Service));
13305
13405
  exports.EventService = EventService;
13306
13406
 
13307
- },{"../service":211,"http-status":275}],219:[function(require,module,exports){
13407
+ },{"../service":212,"http-status":275}],220:[function(require,module,exports){
13308
13408
  "use strict";
13309
13409
  var __extends = (this && this.__extends) || (function () {
13310
13410
  var extendStatics = function (d, b) {
@@ -13401,7 +13501,7 @@ var IAMService = /** @class */ (function (_super) {
13401
13501
  }(service_1.Service));
13402
13502
  exports.IAMService = IAMService;
13403
13503
 
13404
- },{"../service":211,"http-status":275}],220:[function(require,module,exports){
13504
+ },{"../service":212,"http-status":275}],221:[function(require,module,exports){
13405
13505
  "use strict";
13406
13506
  var __extends = (this && this.__extends) || (function () {
13407
13507
  var extendStatics = function (d, b) {
@@ -13558,7 +13658,7 @@ var OfferService = /** @class */ (function (_super) {
13558
13658
  }(service_1.Service));
13559
13659
  exports.OfferService = OfferService;
13560
13660
 
13561
- },{"../service":211,"http-status":275}],221:[function(require,module,exports){
13661
+ },{"../service":212,"http-status":275}],222:[function(require,module,exports){
13562
13662
  "use strict";
13563
13663
  var __extends = (this && this.__extends) || (function () {
13564
13664
  var extendStatics = function (d, b) {
@@ -13830,9 +13930,9 @@ var OrderService = /** @class */ (function (_super) {
13830
13930
  }(service_1.Service));
13831
13931
  exports.OrderService = OrderService;
13832
13932
 
13833
- },{"../service":211,"http-status":275}],222:[function(require,module,exports){
13933
+ },{"../service":212,"http-status":275}],223:[function(require,module,exports){
13834
13934
  arguments[4][14][0].apply(exports,arguments)
13835
- },{"dup":14}],223:[function(require,module,exports){
13935
+ },{"dup":14}],224:[function(require,module,exports){
13836
13936
  "use strict";
13837
13937
  var __extends = (this && this.__extends) || (function () {
13838
13938
  var extendStatics = function (d, b) {
@@ -13971,7 +14071,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
13971
14071
  }(service_1.Service));
13972
14072
  exports.OwnershipInfoService = OwnershipInfoService;
13973
14073
 
13974
- },{"../service":211,"http-status":275}],224:[function(require,module,exports){
14074
+ },{"../service":212,"http-status":275}],225:[function(require,module,exports){
13975
14075
  "use strict";
13976
14076
  var __extends = (this && this.__extends) || (function () {
13977
14077
  var extendStatics = function (d, b) {
@@ -14216,9 +14316,9 @@ var PaymentService = /** @class */ (function (_super) {
14216
14316
  }(service_1.Service));
14217
14317
  exports.PaymentService = PaymentService;
14218
14318
 
14219
- },{"../factory":204,"../service":211,"http-status":275}],225:[function(require,module,exports){
14319
+ },{"../factory":205,"../service":212,"http-status":275}],226:[function(require,module,exports){
14220
14320
  arguments[4][14][0].apply(exports,arguments)
14221
- },{"dup":14}],226:[function(require,module,exports){
14321
+ },{"dup":14}],227:[function(require,module,exports){
14222
14322
  "use strict";
14223
14323
  var __extends = (this && this.__extends) || (function () {
14224
14324
  var extendStatics = function (d, b) {
@@ -14344,9 +14444,9 @@ var PermitService = /** @class */ (function (_super) {
14344
14444
  }(service_1.Service));
14345
14445
  exports.PermitService = PermitService;
14346
14446
 
14347
- },{"../service":211,"http-status":275}],227:[function(require,module,exports){
14447
+ },{"../service":212,"http-status":275}],228:[function(require,module,exports){
14348
14448
  arguments[4][189][0].apply(exports,arguments)
14349
- },{"../service":211,"dup":189,"http-status":275}],228:[function(require,module,exports){
14449
+ },{"../service":212,"dup":189,"http-status":275}],229:[function(require,module,exports){
14350
14450
  "use strict";
14351
14451
  var __extends = (this && this.__extends) || (function () {
14352
14452
  var extendStatics = function (d, b) {
@@ -14720,7 +14820,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
14720
14820
  }(service_1.Service));
14721
14821
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
14722
14822
 
14723
- },{"../../factory":204,"../../service":211,"http-status":275}],229:[function(require,module,exports){
14823
+ },{"../../factory":205,"../../service":212,"http-status":275}],230:[function(require,module,exports){
14724
14824
  "use strict";
14725
14825
  var __extends = (this && this.__extends) || (function () {
14726
14826
  var extendStatics = function (d, b) {
@@ -14874,7 +14974,7 @@ var PlaceService = /** @class */ (function (_super) {
14874
14974
  }(service_1.Service));
14875
14975
  exports.PlaceService = PlaceService;
14876
14976
 
14877
- },{"../factory":204,"../service":211,"http-status":275}],230:[function(require,module,exports){
14977
+ },{"../factory":205,"../service":212,"http-status":275}],231:[function(require,module,exports){
14878
14978
  "use strict";
14879
14979
  var __extends = (this && this.__extends) || (function () {
14880
14980
  var extendStatics = function (d, b) {
@@ -14996,7 +15096,7 @@ var ProductService = /** @class */ (function (_super) {
14996
15096
  }(service_1.Service));
14997
15097
  exports.ProductService = ProductService;
14998
15098
 
14999
- },{"../service":211,"http-status":275}],231:[function(require,module,exports){
15099
+ },{"../service":212,"http-status":275}],232:[function(require,module,exports){
15000
15100
  "use strict";
15001
15101
  var __extends = (this && this.__extends) || (function () {
15002
15102
  var extendStatics = function (d, b) {
@@ -15161,7 +15261,7 @@ var ProjectService = /** @class */ (function (_super) {
15161
15261
  }(service_1.Service));
15162
15262
  exports.ProjectService = ProjectService;
15163
15263
 
15164
- },{"../service":211,"http-status":275}],232:[function(require,module,exports){
15264
+ },{"../service":212,"http-status":275}],233:[function(require,module,exports){
15165
15265
  "use strict";
15166
15266
  var __extends = (this && this.__extends) || (function () {
15167
15267
  var extendStatics = function (d, b) {
@@ -15345,9 +15445,9 @@ var ReservationService = /** @class */ (function (_super) {
15345
15445
  }(service_1.Service));
15346
15446
  exports.ReservationService = ReservationService;
15347
15447
 
15348
- },{"../service":211,"http-status":275}],233:[function(require,module,exports){
15448
+ },{"../service":212,"http-status":275}],234:[function(require,module,exports){
15349
15449
  arguments[4][14][0].apply(exports,arguments)
15350
- },{"dup":14}],234:[function(require,module,exports){
15450
+ },{"dup":14}],235:[function(require,module,exports){
15351
15451
  "use strict";
15352
15452
  var __extends = (this && this.__extends) || (function () {
15353
15453
  var extendStatics = function (d, b) {
@@ -15462,9 +15562,9 @@ var SellerService = /** @class */ (function (_super) {
15462
15562
  }(service_1.Service));
15463
15563
  exports.SellerService = SellerService;
15464
15564
 
15465
- },{"../service":211,"http-status":275}],235:[function(require,module,exports){
15565
+ },{"../service":212,"http-status":275}],236:[function(require,module,exports){
15466
15566
  arguments[4][198][0].apply(exports,arguments)
15467
- },{"../service":211,"dup":198,"http-status":275}],236:[function(require,module,exports){
15567
+ },{"../service":212,"dup":198,"http-status":275}],237:[function(require,module,exports){
15468
15568
  "use strict";
15469
15569
  var __extends = (this && this.__extends) || (function () {
15470
15570
  var extendStatics = function (d, b) {
@@ -15614,7 +15714,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
15614
15714
  }(service_1.Service));
15615
15715
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
15616
15716
 
15617
- },{"../../factory":204,"../../service":211,"http-status":275}],237:[function(require,module,exports){
15717
+ },{"../../factory":205,"../../service":212,"http-status":275}],238:[function(require,module,exports){
15618
15718
  "use strict";
15619
15719
  var __extends = (this && this.__extends) || (function () {
15620
15720
  var extendStatics = function (d, b) {
@@ -15872,7 +15972,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
15872
15972
  }(service_1.Service));
15873
15973
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
15874
15974
 
15875
- },{"../../factory":204,"../../service":211,"http-status":275}],238:[function(require,module,exports){
15975
+ },{"../../factory":205,"../../service":212,"http-status":275}],239:[function(require,module,exports){
15876
15976
  "use strict";
15877
15977
  var __extends = (this && this.__extends) || (function () {
15878
15978
  var extendStatics = function (d, b) {
@@ -16005,9 +16105,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
16005
16105
  }(placeOrder_1.PlaceOrderTransactionService));
16006
16106
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
16007
16107
 
16008
- },{"./placeOrder":237,"http-status":275}],239:[function(require,module,exports){
16009
- arguments[4][14][0].apply(exports,arguments)
16010
- },{"dup":14}],240:[function(require,module,exports){
16108
+ },{"./placeOrder":238,"http-status":275}],240:[function(require,module,exports){
16011
16109
  "use strict";
16012
16110
  var __extends = (this && this.__extends) || (function () {
16013
16111
  var extendStatics = function (d, b) {
@@ -16138,7 +16236,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
16138
16236
  }(service_1.Service));
16139
16237
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
16140
16238
 
16141
- },{"../../factory":204,"../../service":211,"http-status":275}],241:[function(require,module,exports){
16239
+ },{"../../factory":205,"../../service":212,"http-status":275}],241:[function(require,module,exports){
16142
16240
  "use strict";
16143
16241
  var __extends = (this && this.__extends) || (function () {
16144
16242
  var extendStatics = function (d, b) {