@cinerino/sdk 3.104.0-alpha.0 → 3.104.0-alpha.3

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,141 @@ 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
+ };
11083
+ /**
11084
+ * 確認番号発行
11085
+ */
11086
+ PlaceOrderTransactionService.prototype.publishConfirmationNumberIfNotExist = function (params) {
11087
+ return __awaiter(this, void 0, void 0, function () {
11088
+ return __generator(this, function (_a) {
11089
+ switch (_a.label) {
11090
+ case 0: return [4 /*yield*/, this.fetch({
11091
+ uri: "/transactions/" + this.typeOf + "/" + params.id + "/publishConfirmationNumberIfNotExist",
11092
+ method: 'POST',
11093
+ expectedStatusCodes: [http_status_1.NO_CONTENT, http_status_1.OK]
11094
+ })];
11095
+ case 1:
11096
+ _a.sent();
11097
+ return [2 /*return*/];
11098
+ }
11099
+ });
11100
+ });
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
+ };
10985
11120
  /**
10986
11121
  * 取引検索
10987
11122
  */
@@ -11033,7 +11168,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
11033
11168
  }(service_1.Service));
11034
11169
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
11035
11170
 
11036
- },{"../../factory":204,"../../service":211,"http-status":275}],202:[function(require,module,exports){
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){
11037
11174
  "use strict";
11038
11175
  var __extends = (this && this.__extends) || (function () {
11039
11176
  var extendStatics = function (d, b) {
@@ -11192,7 +11329,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
11192
11329
  }(service_1.Service));
11193
11330
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
11194
11331
 
11195
- },{"../../factory":204,"../../service":211,"http-status":275}],203:[function(require,module,exports){
11332
+ },{"../../factory":205,"../../service":212,"http-status":275}],204:[function(require,module,exports){
11196
11333
  "use strict";
11197
11334
  var __extends = (this && this.__extends) || (function () {
11198
11335
  var extendStatics = function (d, b) {
@@ -11325,7 +11462,7 @@ var UserPoolService = /** @class */ (function (_super) {
11325
11462
  }(service_1.Service));
11326
11463
  exports.UserPoolService = UserPoolService;
11327
11464
 
11328
- },{"../service":211,"http-status":275}],204:[function(require,module,exports){
11465
+ },{"../service":212,"http-status":275}],205:[function(require,module,exports){
11329
11466
  "use strict";
11330
11467
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11331
11468
  if (k2 === undefined) k2 = k;
@@ -11343,7 +11480,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11343
11480
  */
11344
11481
  __exportStar(require("@chevre/factory"), exports);
11345
11482
 
11346
- },{"@chevre/factory":160}],205:[function(require,module,exports){
11483
+ },{"@chevre/factory":160}],206:[function(require,module,exports){
11347
11484
  "use strict";
11348
11485
  var __extends = (this && this.__extends) || (function () {
11349
11486
  var extendStatics = function (d, b) {
@@ -11374,7 +11511,7 @@ var authClient_1 = require("./auth/authClient");
11374
11511
  var OrderServiceFactory = require("./service/order/factory");
11375
11512
  var PaymentServiceFactory = require("./service/payment/factory");
11376
11513
  var ReservationServiceFactory = require("./service/reservation/factory");
11377
- var PlaceOrderTransactionServiceFactory = require("./service/transaction/placeOrder/factory");
11514
+ var PlaceOrderTransactionServiceFactory = require("./chevre/transaction/placeOrder/factory");
11378
11515
  var account_1 = require("./service/account");
11379
11516
  var categoryCode_1 = require("./service/categoryCode");
11380
11517
  var creativeWork_1 = require("./service/creativeWork");
@@ -11782,7 +11919,7 @@ var service;
11782
11919
  service.txn = transaction;
11783
11920
  })(service = exports.service || (exports.service = {}));
11784
11921
 
11785
- },{"./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){
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){
11786
11923
  "use strict";
11787
11924
  var __extends = (this && this.__extends) || (function () {
11788
11925
  var extendStatics = function (d, b) {
@@ -11862,7 +11999,7 @@ var service;
11862
11999
  })(transaction = service.transaction || (service.transaction = {}));
11863
12000
  })(service = exports.service || (exports.service = {}));
11864
12001
 
11865
- },{"./factory":204,"./pecorino/permit":207,"./pecorino/transaction/deposit":208,"./pecorino/transaction/transfer":209,"./pecorino/transaction/withdraw":210}],207:[function(require,module,exports){
12002
+ },{"./factory":205,"./pecorino/permit":208,"./pecorino/transaction/deposit":209,"./pecorino/transaction/transfer":210,"./pecorino/transaction/withdraw":211}],208:[function(require,module,exports){
11866
12003
  "use strict";
11867
12004
  var __extends = (this && this.__extends) || (function () {
11868
12005
  var extendStatics = function (d, b) {
@@ -11971,7 +12108,7 @@ var PermitService = /** @class */ (function (_super) {
11971
12108
  }(service_1.Service));
11972
12109
  exports.PermitService = PermitService;
11973
12110
 
11974
- },{"../service":211,"http-status":275}],208:[function(require,module,exports){
12111
+ },{"../service":212,"http-status":275}],209:[function(require,module,exports){
11975
12112
  "use strict";
11976
12113
  var __extends = (this && this.__extends) || (function () {
11977
12114
  var extendStatics = function (d, b) {
@@ -12104,7 +12241,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
12104
12241
  }(service_1.Service));
12105
12242
  exports.DepositTransactionService = DepositTransactionService;
12106
12243
 
12107
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],209:[function(require,module,exports){
12244
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
12108
12245
  "use strict";
12109
12246
  var __extends = (this && this.__extends) || (function () {
12110
12247
  var extendStatics = function (d, b) {
@@ -12237,7 +12374,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
12237
12374
  }(service_1.Service));
12238
12375
  exports.TransferTransactionService = TransferTransactionService;
12239
12376
 
12240
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
12377
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12241
12378
  "use strict";
12242
12379
  var __extends = (this && this.__extends) || (function () {
12243
12380
  var extendStatics = function (d, b) {
@@ -12370,7 +12507,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
12370
12507
  }(service_1.Service));
12371
12508
  exports.WithdrawTransactionService = WithdrawTransactionService;
12372
12509
 
12373
- },{"../../service":211,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12510
+ },{"../../service":212,"@chevre/factory":160,"http-status":275}],212:[function(require,module,exports){
12374
12511
  "use strict";
12375
12512
  var __assign = (this && this.__assign) || function () {
12376
12513
  __assign = Object.assign || function(t) {
@@ -12477,7 +12614,7 @@ var Service = /** @class */ (function () {
12477
12614
  }());
12478
12615
  exports.Service = Service;
12479
12616
 
12480
- },{"./transporters":241,"qs":243}],212:[function(require,module,exports){
12617
+ },{"./transporters":241,"qs":243}],213:[function(require,module,exports){
12481
12618
  "use strict";
12482
12619
  var __extends = (this && this.__extends) || (function () {
12483
12620
  var extendStatics = function (d, b) {
@@ -12586,7 +12723,7 @@ var AccountService = /** @class */ (function (_super) {
12586
12723
  }(service_1.Service));
12587
12724
  exports.AccountService = AccountService;
12588
12725
 
12589
- },{"../service":211,"http-status":275}],213:[function(require,module,exports){
12726
+ },{"../service":212,"http-status":275}],214:[function(require,module,exports){
12590
12727
  "use strict";
12591
12728
  var __extends = (this && this.__extends) || (function () {
12592
12729
  var extendStatics = function (d, b) {
@@ -12683,7 +12820,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
12683
12820
  }(service_1.Service));
12684
12821
  exports.CategoryCodeService = CategoryCodeService;
12685
12822
 
12686
- },{"../service":211,"http-status":275}],214:[function(require,module,exports){
12823
+ },{"../service":212,"http-status":275}],215:[function(require,module,exports){
12687
12824
  "use strict";
12688
12825
  var __extends = (this && this.__extends) || (function () {
12689
12826
  var extendStatics = function (d, b) {
@@ -12780,7 +12917,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
12780
12917
  }(service_1.Service));
12781
12918
  exports.CreativeWorkService = CreativeWorkService;
12782
12919
 
12783
- },{"../service":211,"http-status":275}],215:[function(require,module,exports){
12920
+ },{"../service":212,"http-status":275}],216:[function(require,module,exports){
12784
12921
  "use strict";
12785
12922
  var __extends = (this && this.__extends) || (function () {
12786
12923
  var extendStatics = function (d, b) {
@@ -12895,7 +13032,7 @@ var CustomerService = /** @class */ (function (_super) {
12895
13032
  }(service_1.Service));
12896
13033
  exports.CustomerService = CustomerService;
12897
13034
 
12898
- },{"../service":211,"http-status":275}],216:[function(require,module,exports){
13035
+ },{"../service":212,"http-status":275}],217:[function(require,module,exports){
12899
13036
  "use strict";
12900
13037
  var __extends = (this && this.__extends) || (function () {
12901
13038
  var extendStatics = function (d, b) {
@@ -12987,7 +13124,7 @@ var DeliveryService = /** @class */ (function (_super) {
12987
13124
  }(service_1.Service));
12988
13125
  exports.DeliveryService = DeliveryService;
12989
13126
 
12990
- },{"../service":211,"http-status":275}],217:[function(require,module,exports){
13127
+ },{"../service":212,"http-status":275}],218:[function(require,module,exports){
12991
13128
  "use strict";
12992
13129
  var __extends = (this && this.__extends) || (function () {
12993
13130
  var extendStatics = function (d, b) {
@@ -13084,7 +13221,7 @@ var EmailMessageService = /** @class */ (function (_super) {
13084
13221
  }(service_1.Service));
13085
13222
  exports.EmailMessageService = EmailMessageService;
13086
13223
 
13087
- },{"../service":211,"http-status":275}],218:[function(require,module,exports){
13224
+ },{"../service":212,"http-status":275}],219:[function(require,module,exports){
13088
13225
  "use strict";
13089
13226
  var __extends = (this && this.__extends) || (function () {
13090
13227
  var extendStatics = function (d, b) {
@@ -13285,7 +13422,7 @@ var EventService = /** @class */ (function (_super) {
13285
13422
  }(service_1.Service));
13286
13423
  exports.EventService = EventService;
13287
13424
 
13288
- },{"../service":211,"http-status":275}],219:[function(require,module,exports){
13425
+ },{"../service":212,"http-status":275}],220:[function(require,module,exports){
13289
13426
  "use strict";
13290
13427
  var __extends = (this && this.__extends) || (function () {
13291
13428
  var extendStatics = function (d, b) {
@@ -13382,7 +13519,7 @@ var IAMService = /** @class */ (function (_super) {
13382
13519
  }(service_1.Service));
13383
13520
  exports.IAMService = IAMService;
13384
13521
 
13385
- },{"../service":211,"http-status":275}],220:[function(require,module,exports){
13522
+ },{"../service":212,"http-status":275}],221:[function(require,module,exports){
13386
13523
  "use strict";
13387
13524
  var __extends = (this && this.__extends) || (function () {
13388
13525
  var extendStatics = function (d, b) {
@@ -13539,7 +13676,7 @@ var OfferService = /** @class */ (function (_super) {
13539
13676
  }(service_1.Service));
13540
13677
  exports.OfferService = OfferService;
13541
13678
 
13542
- },{"../service":211,"http-status":275}],221:[function(require,module,exports){
13679
+ },{"../service":212,"http-status":275}],222:[function(require,module,exports){
13543
13680
  "use strict";
13544
13681
  var __extends = (this && this.__extends) || (function () {
13545
13682
  var extendStatics = function (d, b) {
@@ -13811,9 +13948,9 @@ var OrderService = /** @class */ (function (_super) {
13811
13948
  }(service_1.Service));
13812
13949
  exports.OrderService = OrderService;
13813
13950
 
13814
- },{"../service":211,"http-status":275}],222:[function(require,module,exports){
13951
+ },{"../service":212,"http-status":275}],223:[function(require,module,exports){
13815
13952
  arguments[4][14][0].apply(exports,arguments)
13816
- },{"dup":14}],223:[function(require,module,exports){
13953
+ },{"dup":14}],224:[function(require,module,exports){
13817
13954
  "use strict";
13818
13955
  var __extends = (this && this.__extends) || (function () {
13819
13956
  var extendStatics = function (d, b) {
@@ -13952,7 +14089,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
13952
14089
  }(service_1.Service));
13953
14090
  exports.OwnershipInfoService = OwnershipInfoService;
13954
14091
 
13955
- },{"../service":211,"http-status":275}],224:[function(require,module,exports){
14092
+ },{"../service":212,"http-status":275}],225:[function(require,module,exports){
13956
14093
  "use strict";
13957
14094
  var __extends = (this && this.__extends) || (function () {
13958
14095
  var extendStatics = function (d, b) {
@@ -14197,9 +14334,9 @@ var PaymentService = /** @class */ (function (_super) {
14197
14334
  }(service_1.Service));
14198
14335
  exports.PaymentService = PaymentService;
14199
14336
 
14200
- },{"../factory":204,"../service":211,"http-status":275}],225:[function(require,module,exports){
14337
+ },{"../factory":205,"../service":212,"http-status":275}],226:[function(require,module,exports){
14201
14338
  arguments[4][14][0].apply(exports,arguments)
14202
- },{"dup":14}],226:[function(require,module,exports){
14339
+ },{"dup":14}],227:[function(require,module,exports){
14203
14340
  "use strict";
14204
14341
  var __extends = (this && this.__extends) || (function () {
14205
14342
  var extendStatics = function (d, b) {
@@ -14325,9 +14462,9 @@ var PermitService = /** @class */ (function (_super) {
14325
14462
  }(service_1.Service));
14326
14463
  exports.PermitService = PermitService;
14327
14464
 
14328
- },{"../service":211,"http-status":275}],227:[function(require,module,exports){
14465
+ },{"../service":212,"http-status":275}],228:[function(require,module,exports){
14329
14466
  arguments[4][189][0].apply(exports,arguments)
14330
- },{"../service":211,"dup":189,"http-status":275}],228:[function(require,module,exports){
14467
+ },{"../service":212,"dup":189,"http-status":275}],229:[function(require,module,exports){
14331
14468
  "use strict";
14332
14469
  var __extends = (this && this.__extends) || (function () {
14333
14470
  var extendStatics = function (d, b) {
@@ -14701,7 +14838,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
14701
14838
  }(service_1.Service));
14702
14839
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
14703
14840
 
14704
- },{"../../factory":204,"../../service":211,"http-status":275}],229:[function(require,module,exports){
14841
+ },{"../../factory":205,"../../service":212,"http-status":275}],230:[function(require,module,exports){
14705
14842
  "use strict";
14706
14843
  var __extends = (this && this.__extends) || (function () {
14707
14844
  var extendStatics = function (d, b) {
@@ -14855,7 +14992,7 @@ var PlaceService = /** @class */ (function (_super) {
14855
14992
  }(service_1.Service));
14856
14993
  exports.PlaceService = PlaceService;
14857
14994
 
14858
- },{"../factory":204,"../service":211,"http-status":275}],230:[function(require,module,exports){
14995
+ },{"../factory":205,"../service":212,"http-status":275}],231:[function(require,module,exports){
14859
14996
  "use strict";
14860
14997
  var __extends = (this && this.__extends) || (function () {
14861
14998
  var extendStatics = function (d, b) {
@@ -14977,7 +15114,7 @@ var ProductService = /** @class */ (function (_super) {
14977
15114
  }(service_1.Service));
14978
15115
  exports.ProductService = ProductService;
14979
15116
 
14980
- },{"../service":211,"http-status":275}],231:[function(require,module,exports){
15117
+ },{"../service":212,"http-status":275}],232:[function(require,module,exports){
14981
15118
  "use strict";
14982
15119
  var __extends = (this && this.__extends) || (function () {
14983
15120
  var extendStatics = function (d, b) {
@@ -15142,7 +15279,7 @@ var ProjectService = /** @class */ (function (_super) {
15142
15279
  }(service_1.Service));
15143
15280
  exports.ProjectService = ProjectService;
15144
15281
 
15145
- },{"../service":211,"http-status":275}],232:[function(require,module,exports){
15282
+ },{"../service":212,"http-status":275}],233:[function(require,module,exports){
15146
15283
  "use strict";
15147
15284
  var __extends = (this && this.__extends) || (function () {
15148
15285
  var extendStatics = function (d, b) {
@@ -15326,9 +15463,9 @@ var ReservationService = /** @class */ (function (_super) {
15326
15463
  }(service_1.Service));
15327
15464
  exports.ReservationService = ReservationService;
15328
15465
 
15329
- },{"../service":211,"http-status":275}],233:[function(require,module,exports){
15466
+ },{"../service":212,"http-status":275}],234:[function(require,module,exports){
15330
15467
  arguments[4][14][0].apply(exports,arguments)
15331
- },{"dup":14}],234:[function(require,module,exports){
15468
+ },{"dup":14}],235:[function(require,module,exports){
15332
15469
  "use strict";
15333
15470
  var __extends = (this && this.__extends) || (function () {
15334
15471
  var extendStatics = function (d, b) {
@@ -15443,9 +15580,9 @@ var SellerService = /** @class */ (function (_super) {
15443
15580
  }(service_1.Service));
15444
15581
  exports.SellerService = SellerService;
15445
15582
 
15446
- },{"../service":211,"http-status":275}],235:[function(require,module,exports){
15583
+ },{"../service":212,"http-status":275}],236:[function(require,module,exports){
15447
15584
  arguments[4][198][0].apply(exports,arguments)
15448
- },{"../service":211,"dup":198,"http-status":275}],236:[function(require,module,exports){
15585
+ },{"../service":212,"dup":198,"http-status":275}],237:[function(require,module,exports){
15449
15586
  "use strict";
15450
15587
  var __extends = (this && this.__extends) || (function () {
15451
15588
  var extendStatics = function (d, b) {
@@ -15595,7 +15732,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
15595
15732
  }(service_1.Service));
15596
15733
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
15597
15734
 
15598
- },{"../../factory":204,"../../service":211,"http-status":275}],237:[function(require,module,exports){
15735
+ },{"../../factory":205,"../../service":212,"http-status":275}],238:[function(require,module,exports){
15599
15736
  "use strict";
15600
15737
  var __extends = (this && this.__extends) || (function () {
15601
15738
  var extendStatics = function (d, b) {
@@ -15853,7 +15990,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
15853
15990
  }(service_1.Service));
15854
15991
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
15855
15992
 
15856
- },{"../../factory":204,"../../service":211,"http-status":275}],238:[function(require,module,exports){
15993
+ },{"../../factory":205,"../../service":212,"http-status":275}],239:[function(require,module,exports){
15857
15994
  "use strict";
15858
15995
  var __extends = (this && this.__extends) || (function () {
15859
15996
  var extendStatics = function (d, b) {
@@ -15986,9 +16123,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
15986
16123
  }(placeOrder_1.PlaceOrderTransactionService));
15987
16124
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
15988
16125
 
15989
- },{"./placeOrder":237,"http-status":275}],239:[function(require,module,exports){
15990
- arguments[4][14][0].apply(exports,arguments)
15991
- },{"dup":14}],240:[function(require,module,exports){
16126
+ },{"./placeOrder":238,"http-status":275}],240:[function(require,module,exports){
15992
16127
  "use strict";
15993
16128
  var __extends = (this && this.__extends) || (function () {
15994
16129
  var extendStatics = function (d, b) {
@@ -16119,7 +16254,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
16119
16254
  }(service_1.Service));
16120
16255
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
16121
16256
 
16122
- },{"../../factory":204,"../../service":211,"http-status":275}],241:[function(require,module,exports){
16257
+ },{"../../factory":205,"../../service":212,"http-status":275}],241:[function(require,module,exports){
16123
16258
  "use strict";
16124
16259
  var __extends = (this && this.__extends) || (function () {
16125
16260
  var extendStatics = function (d, b) {