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

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.
@@ -3368,11 +3368,11 @@ var TaskName;
3368
3368
  /**
3369
3369
  * 決済
3370
3370
  */
3371
- TaskName["ConfirmPay"] = "confirmPay";
3371
+ // ConfirmPay = 'confirmPay',
3372
3372
  /**
3373
3373
  * 返金
3374
3374
  */
3375
- TaskName["ConfirmRefund"] = "confirmRefund";
3375
+ // ConfirmRefund = 'confirmRefund',
3376
3376
  /**
3377
3377
  * サービス登録
3378
3378
  */
@@ -7653,6 +7653,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
7653
7653
  Object.defineProperty(exports, "__esModule", { value: true });
7654
7654
  exports.OfferService = void 0;
7655
7655
  var http_status_1 = require("http-status");
7656
+ var factory = require("../factory");
7656
7657
  var service_1 = require("../service");
7657
7658
  /**
7658
7659
  * オファーサービス
@@ -7763,11 +7764,50 @@ var OfferService = /** @class */ (function (_super) {
7763
7764
  });
7764
7765
  });
7765
7766
  };
7767
+ /**
7768
+ * プロダクトオファー承認
7769
+ */
7770
+ OfferService.prototype.authorizeProduct = function (params) {
7771
+ return __awaiter(this, void 0, void 0, function () {
7772
+ var _this = this;
7773
+ return __generator(this, function (_a) {
7774
+ return [2 /*return*/, this.fetch({
7775
+ uri: "/offers/" + factory.product.ProductType.Product + "/authorize",
7776
+ method: 'POST',
7777
+ expectedStatusCodes: [http_status_1.CREATED],
7778
+ body: params
7779
+ })
7780
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
7781
+ return [2 /*return*/, response.json()];
7782
+ }); }); })];
7783
+ });
7784
+ });
7785
+ };
7786
+ /**
7787
+ * オファー承認取消
7788
+ */
7789
+ OfferService.prototype.voidAuthorization = function (params) {
7790
+ return __awaiter(this, void 0, void 0, function () {
7791
+ return __generator(this, function (_a) {
7792
+ switch (_a.label) {
7793
+ case 0: return [4 /*yield*/, this.fetch({
7794
+ uri: "/offers/" + params.object.itemOffered.typeOf + "/authorize/" + params.id + "/void",
7795
+ method: 'PUT',
7796
+ expectedStatusCodes: [http_status_1.NO_CONTENT],
7797
+ body: params
7798
+ })];
7799
+ case 1:
7800
+ _a.sent();
7801
+ return [2 /*return*/];
7802
+ }
7803
+ });
7804
+ });
7805
+ };
7766
7806
  return OfferService;
7767
7807
  }(service_1.Service));
7768
7808
  exports.OfferService = OfferService;
7769
7809
 
7770
- },{"../service":212,"http-status":275}],184:[function(require,module,exports){
7810
+ },{"../factory":205,"../service":212,"http-status":275}],184:[function(require,module,exports){
7771
7811
  "use strict";
7772
7812
  var __extends = (this && this.__extends) || (function () {
7773
7813
  var extendStatics = function (d, b) {
@@ -4,7 +4,7 @@ import * as client from '../../../lib/index';
4
4
  // import { auth } from '../auth/clientCredentials';
5
5
  import * as auth from '../auth/auth';
6
6
 
7
- const project = { id: 'cinerino' };
7
+ const project = { id: process.env.PROJECT_ID };
8
8
 
9
9
  const profile = {
10
10
  email: <string>process.env.TEST_PROFILE_EMAIL,
package/lib/bundle.js CHANGED
@@ -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":206}],3:[function(require,module,exports){
21
+ },{"@cinerino/api-abstract-client":207}],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 */
@@ -3410,11 +3410,11 @@ var TaskName;
3410
3410
  /**
3411
3411
  * 決済
3412
3412
  */
3413
- TaskName["ConfirmPay"] = "confirmPay";
3413
+ // ConfirmPay = 'confirmPay',
3414
3414
  /**
3415
3415
  * 返金
3416
3416
  */
3417
- TaskName["ConfirmRefund"] = "confirmRefund";
3417
+ // ConfirmRefund = 'confirmRefund',
3418
3418
  /**
3419
3419
  * サービス登録
3420
3420
  */
@@ -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":199,"./chevre/transaction/placeOrder":200,"./chevre/transaction/returnOrder":202,"./chevre/transactionNumber":203,"./chevre/userPool":204,"./factory":205}],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":189,"./chevre/person":190,"./chevre/person/ownershipInfo":191,"./chevre/place":192,"./chevre/priceSpecification":193,"./chevre/product":194,"./chevre/project":195,"./chevre/reservation":196,"./chevre/seller":197,"./chevre/task":198,"./chevre/token":199,"./chevre/transaction/moneyTransfer":200,"./chevre/transaction/placeOrder":201,"./chevre/transaction/returnOrder":203,"./chevre/transactionNumber":204,"./chevre/userPool":205,"./factory":206}],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":212,"http-status":275}],164:[function(require,module,exports){
4517
+ },{"../service":213,"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":212,"http-status":275}],165:[function(require,module,exports){
4614
+ },{"../service":213,"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":205,"../service":212,"http-status":275}],166:[function(require,module,exports){
4951
+ },{"../factory":206,"../service":213,"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":212,"http-status":275}],167:[function(require,module,exports){
5048
+ },{"../service":213,"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":212,"http-status":275}],168:[function(require,module,exports){
5145
+ },{"../service":213,"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":212,"http-status":275}],169:[function(require,module,exports){
5242
+ },{"../service":213,"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":212,"http-status":275}],170:[function(require,module,exports){
5390
+ },{"../../service":213,"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":205,"../../service":212,"http-status":275}],171:[function(require,module,exports){
5523
+ },{"../../factory":206,"../../service":213,"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":205,"../../service":212,"http-status":275}],172:[function(require,module,exports){
5736
+ },{"../../factory":206,"../../service":213,"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":205,"../../service":212,"http-status":275}],173:[function(require,module,exports){
5869
+ },{"../../factory":206,"../../service":213,"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":205,"../../service":212,"http-status":275}],174:[function(require,module,exports){
6002
+ },{"../../factory":206,"../../service":213,"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":212,"http-status":275}],175:[function(require,module,exports){
6152
+ },{"../../service":213,"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":212,"http-status":275}],176:[function(require,module,exports){
6268
+ },{"../service":213,"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":212,"http-status":275}],177:[function(require,module,exports){
6432
+ },{"../service":213,"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":212,"http-status":275}],178:[function(require,module,exports){
6590
+ },{"../service":213,"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":212,"http-status":275}],179:[function(require,module,exports){
6764
+ },{"../service":213,"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":212,"http-status":275}],180:[function(require,module,exports){
6938
+ },{"../service":213,"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":212,"http-status":275}],181:[function(require,module,exports){
7180
+ },{"../service":213,"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":212,"http-status":275}],182:[function(require,module,exports){
7503
+ },{"../service":213,"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":212,"http-status":275}],183:[function(require,module,exports){
7600
+ },{"../service":213,"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) {
@@ -7653,6 +7653,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
7653
7653
  Object.defineProperty(exports, "__esModule", { value: true });
7654
7654
  exports.OfferService = void 0;
7655
7655
  var http_status_1 = require("http-status");
7656
+ var factory = require("../factory");
7656
7657
  var service_1 = require("../service");
7657
7658
  /**
7658
7659
  * オファーサービス
@@ -7763,11 +7764,50 @@ var OfferService = /** @class */ (function (_super) {
7763
7764
  });
7764
7765
  });
7765
7766
  };
7767
+ /**
7768
+ * プロダクトオファー承認
7769
+ */
7770
+ OfferService.prototype.authorizeProduct = function (params) {
7771
+ return __awaiter(this, void 0, void 0, function () {
7772
+ var _this = this;
7773
+ return __generator(this, function (_a) {
7774
+ return [2 /*return*/, this.fetch({
7775
+ uri: "/offers/" + factory.product.ProductType.Product + "/authorize",
7776
+ method: 'POST',
7777
+ expectedStatusCodes: [http_status_1.CREATED],
7778
+ body: params
7779
+ })
7780
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
7781
+ return [2 /*return*/, response.json()];
7782
+ }); }); })];
7783
+ });
7784
+ });
7785
+ };
7786
+ /**
7787
+ * オファー承認取消
7788
+ */
7789
+ OfferService.prototype.voidAuthorization = function (params) {
7790
+ return __awaiter(this, void 0, void 0, function () {
7791
+ return __generator(this, function (_a) {
7792
+ switch (_a.label) {
7793
+ case 0: return [4 /*yield*/, this.fetch({
7794
+ uri: "/offers/" + params.object.itemOffered.typeOf + "/authorize/" + params.id + "/void",
7795
+ method: 'PUT',
7796
+ expectedStatusCodes: [http_status_1.NO_CONTENT],
7797
+ body: params
7798
+ })];
7799
+ case 1:
7800
+ _a.sent();
7801
+ return [2 /*return*/];
7802
+ }
7803
+ });
7804
+ });
7805
+ };
7766
7806
  return OfferService;
7767
7807
  }(service_1.Service));
7768
7808
  exports.OfferService = OfferService;
7769
7809
 
7770
- },{"../service":212,"http-status":275}],184:[function(require,module,exports){
7810
+ },{"../factory":206,"../service":213,"http-status":275}],184:[function(require,module,exports){
7771
7811
  "use strict";
7772
7812
  var __extends = (this && this.__extends) || (function () {
7773
7813
  var extendStatics = function (d, b) {
@@ -7937,7 +7977,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
7937
7977
  }(service_1.Service));
7938
7978
  exports.OfferCatalogService = OfferCatalogService;
7939
7979
 
7940
- },{"../service":212,"http-status":275}],185:[function(require,module,exports){
7980
+ },{"../service":213,"http-status":275}],185:[function(require,module,exports){
7941
7981
  "use strict";
7942
7982
  var __extends = (this && this.__extends) || (function () {
7943
7983
  var extendStatics = function (d, b) {
@@ -8273,7 +8313,7 @@ var OrderService = /** @class */ (function (_super) {
8273
8313
  }(service_1.Service));
8274
8314
  exports.OrderService = OrderService;
8275
8315
 
8276
- },{"../factory":205,"../service":212,"http-status":275}],186:[function(require,module,exports){
8316
+ },{"../factory":206,"../service":213,"http-status":275}],186:[function(require,module,exports){
8277
8317
  "use strict";
8278
8318
  var __extends = (this && this.__extends) || (function () {
8279
8319
  var extendStatics = function (d, b) {
@@ -8361,7 +8401,7 @@ var OrderNumberService = /** @class */ (function (_super) {
8361
8401
  }(service_1.Service));
8362
8402
  exports.OrderNumberService = OrderNumberService;
8363
8403
 
8364
- },{"../service":212,"http-status":275}],187:[function(require,module,exports){
8404
+ },{"../service":213,"http-status":275}],187:[function(require,module,exports){
8365
8405
  "use strict";
8366
8406
  var __extends = (this && this.__extends) || (function () {
8367
8407
  var extendStatics = function (d, b) {
@@ -8474,7 +8514,9 @@ var OwnershipInfoService = /** @class */ (function (_super) {
8474
8514
  }(service_1.Service));
8475
8515
  exports.OwnershipInfoService = OwnershipInfoService;
8476
8516
 
8477
- },{"../service":212,"http-status":275}],188:[function(require,module,exports){
8517
+ },{"../service":213,"http-status":275}],188:[function(require,module,exports){
8518
+ arguments[4][14][0].apply(exports,arguments)
8519
+ },{"dup":14}],189:[function(require,module,exports){
8478
8520
  "use strict";
8479
8521
  var __extends = (this && this.__extends) || (function () {
8480
8522
  var extendStatics = function (d, b) {
@@ -8630,7 +8672,7 @@ var PermitService = /** @class */ (function (_super) {
8630
8672
  }(service_1.Service));
8631
8673
  exports.PermitService = PermitService;
8632
8674
 
8633
- },{"../service":212,"http-status":275}],189:[function(require,module,exports){
8675
+ },{"../service":213,"http-status":275}],190:[function(require,module,exports){
8634
8676
  "use strict";
8635
8677
  var __extends = (this && this.__extends) || (function () {
8636
8678
  var extendStatics = function (d, b) {
@@ -8866,7 +8908,7 @@ var PersonService = /** @class */ (function (_super) {
8866
8908
  }(service_1.Service));
8867
8909
  exports.PersonService = PersonService;
8868
8910
 
8869
- },{"../service":212,"http-status":275}],190:[function(require,module,exports){
8911
+ },{"../service":213,"http-status":275}],191:[function(require,module,exports){
8870
8912
  "use strict";
8871
8913
  var __extends = (this && this.__extends) || (function () {
8872
8914
  var extendStatics = function (d, b) {
@@ -9105,7 +9147,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
9105
9147
  }(service_1.Service));
9106
9148
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
9107
9149
 
9108
- },{"../../service":212,"http-status":275}],191:[function(require,module,exports){
9150
+ },{"../../service":213,"http-status":275}],192:[function(require,module,exports){
9109
9151
  "use strict";
9110
9152
  var __extends = (this && this.__extends) || (function () {
9111
9153
  var extendStatics = function (d, b) {
@@ -9540,7 +9582,7 @@ var PlaceService = /** @class */ (function (_super) {
9540
9582
  }(service_1.Service));
9541
9583
  exports.PlaceService = PlaceService;
9542
9584
 
9543
- },{"../factory":205,"../service":212,"http-status":275}],192:[function(require,module,exports){
9585
+ },{"../factory":206,"../service":213,"http-status":275}],193:[function(require,module,exports){
9544
9586
  "use strict";
9545
9587
  var __extends = (this && this.__extends) || (function () {
9546
9588
  var extendStatics = function (d, b) {
@@ -9704,7 +9746,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
9704
9746
  }(service_1.Service));
9705
9747
  exports.PriceSpecificationService = PriceSpecificationService;
9706
9748
 
9707
- },{"../service":212,"http-status":275}],193:[function(require,module,exports){
9749
+ },{"../service":213,"http-status":275}],194:[function(require,module,exports){
9708
9750
  "use strict";
9709
9751
  var __extends = (this && this.__extends) || (function () {
9710
9752
  var extendStatics = function (d, b) {
@@ -9906,7 +9948,7 @@ var ProductService = /** @class */ (function (_super) {
9906
9948
  }(service_1.Service));
9907
9949
  exports.ProductService = ProductService;
9908
9950
 
9909
- },{"../service":212,"http-status":275}],194:[function(require,module,exports){
9951
+ },{"../service":213,"http-status":275}],195:[function(require,module,exports){
9910
9952
  "use strict";
9911
9953
  var __extends = (this && this.__extends) || (function () {
9912
9954
  var extendStatics = function (d, b) {
@@ -10111,7 +10153,7 @@ var ProjectService = /** @class */ (function (_super) {
10111
10153
  }(service_1.Service));
10112
10154
  exports.ProjectService = ProjectService;
10113
10155
 
10114
- },{"../service":212,"http-status":275}],195:[function(require,module,exports){
10156
+ },{"../service":213,"http-status":275}],196:[function(require,module,exports){
10115
10157
  "use strict";
10116
10158
  var __extends = (this && this.__extends) || (function () {
10117
10159
  var extendStatics = function (d, b) {
@@ -10307,7 +10349,7 @@ var ReservationService = /** @class */ (function (_super) {
10307
10349
  }(service_1.Service));
10308
10350
  exports.ReservationService = ReservationService;
10309
10351
 
10310
- },{"../service":212,"http-status":275}],196:[function(require,module,exports){
10352
+ },{"../service":213,"http-status":275}],197:[function(require,module,exports){
10311
10353
  "use strict";
10312
10354
  var __extends = (this && this.__extends) || (function () {
10313
10355
  var extendStatics = function (d, b) {
@@ -10485,7 +10527,7 @@ var SellerService = /** @class */ (function (_super) {
10485
10527
  }(service_1.Service));
10486
10528
  exports.SellerService = SellerService;
10487
10529
 
10488
- },{"../service":212,"http-status":275}],197:[function(require,module,exports){
10530
+ },{"../service":213,"http-status":275}],198:[function(require,module,exports){
10489
10531
  "use strict";
10490
10532
  var __extends = (this && this.__extends) || (function () {
10491
10533
  var extendStatics = function (d, b) {
@@ -10619,7 +10661,7 @@ var TaskService = /** @class */ (function (_super) {
10619
10661
  }(service_1.Service));
10620
10662
  exports.TaskService = TaskService;
10621
10663
 
10622
- },{"../service":212,"http-status":275}],198:[function(require,module,exports){
10664
+ },{"../service":213,"http-status":275}],199:[function(require,module,exports){
10623
10665
  "use strict";
10624
10666
  var __extends = (this && this.__extends) || (function () {
10625
10667
  var extendStatics = function (d, b) {
@@ -10707,7 +10749,7 @@ var TokenService = /** @class */ (function (_super) {
10707
10749
  }(service_1.Service));
10708
10750
  exports.TokenService = TokenService;
10709
10751
 
10710
- },{"../service":212,"http-status":275}],199:[function(require,module,exports){
10752
+ },{"../service":213,"http-status":275}],200:[function(require,module,exports){
10711
10753
  "use strict";
10712
10754
  var __extends = (this && this.__extends) || (function () {
10713
10755
  var extendStatics = function (d, b) {
@@ -10826,7 +10868,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
10826
10868
  }(service_1.Service));
10827
10869
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
10828
10870
 
10829
- },{"../../factory":205,"../../service":212,"http-status":275}],200:[function(require,module,exports){
10871
+ },{"../../factory":206,"../../service":213,"http-status":275}],201:[function(require,module,exports){
10830
10872
  "use strict";
10831
10873
  var __extends = (this && this.__extends) || (function () {
10832
10874
  var extendStatics = function (d, b) {
@@ -11080,9 +11122,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
11080
11122
  }(service_1.Service));
11081
11123
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
11082
11124
 
11083
- },{"../../factory":205,"../../service":212,"http-status":275}],201:[function(require,module,exports){
11125
+ },{"../../factory":206,"../../service":213,"http-status":275}],202:[function(require,module,exports){
11084
11126
  arguments[4][14][0].apply(exports,arguments)
11085
- },{"dup":14}],202:[function(require,module,exports){
11127
+ },{"dup":14}],203:[function(require,module,exports){
11086
11128
  "use strict";
11087
11129
  var __extends = (this && this.__extends) || (function () {
11088
11130
  var extendStatics = function (d, b) {
@@ -11241,7 +11283,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
11241
11283
  }(service_1.Service));
11242
11284
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
11243
11285
 
11244
- },{"../../factory":205,"../../service":212,"http-status":275}],203:[function(require,module,exports){
11286
+ },{"../../factory":206,"../../service":213,"http-status":275}],204:[function(require,module,exports){
11245
11287
  "use strict";
11246
11288
  var __extends = (this && this.__extends) || (function () {
11247
11289
  var extendStatics = function (d, b) {
@@ -11329,7 +11371,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
11329
11371
  }(service_1.Service));
11330
11372
  exports.TransactionNumberService = TransactionNumberService;
11331
11373
 
11332
- },{"../service":212,"http-status":275}],204:[function(require,module,exports){
11374
+ },{"../service":213,"http-status":275}],205:[function(require,module,exports){
11333
11375
  "use strict";
11334
11376
  var __extends = (this && this.__extends) || (function () {
11335
11377
  var extendStatics = function (d, b) {
@@ -11462,7 +11504,7 @@ var UserPoolService = /** @class */ (function (_super) {
11462
11504
  }(service_1.Service));
11463
11505
  exports.UserPoolService = UserPoolService;
11464
11506
 
11465
- },{"../service":212,"http-status":275}],205:[function(require,module,exports){
11507
+ },{"../service":213,"http-status":275}],206:[function(require,module,exports){
11466
11508
  "use strict";
11467
11509
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11468
11510
  if (k2 === undefined) k2 = k;
@@ -11480,7 +11522,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11480
11522
  */
11481
11523
  __exportStar(require("@chevre/factory"), exports);
11482
11524
 
11483
- },{"@chevre/factory":160}],206:[function(require,module,exports){
11525
+ },{"@chevre/factory":160}],207:[function(require,module,exports){
11484
11526
  "use strict";
11485
11527
  var __extends = (this && this.__extends) || (function () {
11486
11528
  var extendStatics = function (d, b) {
@@ -11508,8 +11550,8 @@ var factory = require("./factory");
11508
11550
  var pecorino = require("./pecorino");
11509
11551
  var ServiceFactory = require("./service");
11510
11552
  var authClient_1 = require("./auth/authClient");
11553
+ var PaymentServiceFactory = require("./chevre/payment/factory");
11511
11554
  var OrderServiceFactory = require("./service/order/factory");
11512
- var PaymentServiceFactory = require("./service/payment/factory");
11513
11555
  var ReservationServiceFactory = require("./service/reservation/factory");
11514
11556
  var PlaceOrderTransactionServiceFactory = require("./chevre/transaction/placeOrder/factory");
11515
11557
  var account_1 = require("./service/account");
@@ -11919,7 +11961,7 @@ var service;
11919
11961
  service.txn = transaction;
11920
11962
  })(service = exports.service || (exports.service = {}));
11921
11963
 
11922
- },{"./auth/authClient":161,"./chevre":162,"./chevre/transaction/placeOrder/factory":201,"./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){
11964
+ },{"./auth/authClient":161,"./chevre":162,"./chevre/payment/factory":188,"./chevre/transaction/placeOrder/factory":202,"./factory":206,"./pecorino":208,"./service":213,"./service/account":214,"./service/categoryCode":215,"./service/creativeWork":216,"./service/customer":217,"./service/delivery":218,"./service/emailMessage":219,"./service/event":220,"./service/iam":221,"./service/offer":222,"./service/order":223,"./service/order/factory":224,"./service/ownershipInfo":225,"./service/payment":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}],208:[function(require,module,exports){
11923
11965
  "use strict";
11924
11966
  var __extends = (this && this.__extends) || (function () {
11925
11967
  var extendStatics = function (d, b) {
@@ -11999,7 +12041,7 @@ var service;
11999
12041
  })(transaction = service.transaction || (service.transaction = {}));
12000
12042
  })(service = exports.service || (exports.service = {}));
12001
12043
 
12002
- },{"./factory":205,"./pecorino/permit":208,"./pecorino/transaction/deposit":209,"./pecorino/transaction/transfer":210,"./pecorino/transaction/withdraw":211}],208:[function(require,module,exports){
12044
+ },{"./factory":206,"./pecorino/permit":209,"./pecorino/transaction/deposit":210,"./pecorino/transaction/transfer":211,"./pecorino/transaction/withdraw":212}],209:[function(require,module,exports){
12003
12045
  "use strict";
12004
12046
  var __extends = (this && this.__extends) || (function () {
12005
12047
  var extendStatics = function (d, b) {
@@ -12108,7 +12150,7 @@ var PermitService = /** @class */ (function (_super) {
12108
12150
  }(service_1.Service));
12109
12151
  exports.PermitService = PermitService;
12110
12152
 
12111
- },{"../service":212,"http-status":275}],209:[function(require,module,exports){
12153
+ },{"../service":213,"http-status":275}],210:[function(require,module,exports){
12112
12154
  "use strict";
12113
12155
  var __extends = (this && this.__extends) || (function () {
12114
12156
  var extendStatics = function (d, b) {
@@ -12241,7 +12283,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
12241
12283
  }(service_1.Service));
12242
12284
  exports.DepositTransactionService = DepositTransactionService;
12243
12285
 
12244
- },{"../../service":212,"@chevre/factory":160,"http-status":275}],210:[function(require,module,exports){
12286
+ },{"../../service":213,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12245
12287
  "use strict";
12246
12288
  var __extends = (this && this.__extends) || (function () {
12247
12289
  var extendStatics = function (d, b) {
@@ -12374,7 +12416,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
12374
12416
  }(service_1.Service));
12375
12417
  exports.TransferTransactionService = TransferTransactionService;
12376
12418
 
12377
- },{"../../service":212,"@chevre/factory":160,"http-status":275}],211:[function(require,module,exports){
12419
+ },{"../../service":213,"@chevre/factory":160,"http-status":275}],212:[function(require,module,exports){
12378
12420
  "use strict";
12379
12421
  var __extends = (this && this.__extends) || (function () {
12380
12422
  var extendStatics = function (d, b) {
@@ -12507,7 +12549,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
12507
12549
  }(service_1.Service));
12508
12550
  exports.WithdrawTransactionService = WithdrawTransactionService;
12509
12551
 
12510
- },{"../../service":212,"@chevre/factory":160,"http-status":275}],212:[function(require,module,exports){
12552
+ },{"../../service":213,"@chevre/factory":160,"http-status":275}],213:[function(require,module,exports){
12511
12553
  "use strict";
12512
12554
  var __assign = (this && this.__assign) || function () {
12513
12555
  __assign = Object.assign || function(t) {
@@ -12614,7 +12656,7 @@ var Service = /** @class */ (function () {
12614
12656
  }());
12615
12657
  exports.Service = Service;
12616
12658
 
12617
- },{"./transporters":241,"qs":243}],213:[function(require,module,exports){
12659
+ },{"./transporters":241,"qs":243}],214:[function(require,module,exports){
12618
12660
  "use strict";
12619
12661
  var __extends = (this && this.__extends) || (function () {
12620
12662
  var extendStatics = function (d, b) {
@@ -12723,7 +12765,7 @@ var AccountService = /** @class */ (function (_super) {
12723
12765
  }(service_1.Service));
12724
12766
  exports.AccountService = AccountService;
12725
12767
 
12726
- },{"../service":212,"http-status":275}],214:[function(require,module,exports){
12768
+ },{"../service":213,"http-status":275}],215:[function(require,module,exports){
12727
12769
  "use strict";
12728
12770
  var __extends = (this && this.__extends) || (function () {
12729
12771
  var extendStatics = function (d, b) {
@@ -12820,7 +12862,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
12820
12862
  }(service_1.Service));
12821
12863
  exports.CategoryCodeService = CategoryCodeService;
12822
12864
 
12823
- },{"../service":212,"http-status":275}],215:[function(require,module,exports){
12865
+ },{"../service":213,"http-status":275}],216:[function(require,module,exports){
12824
12866
  "use strict";
12825
12867
  var __extends = (this && this.__extends) || (function () {
12826
12868
  var extendStatics = function (d, b) {
@@ -12917,7 +12959,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
12917
12959
  }(service_1.Service));
12918
12960
  exports.CreativeWorkService = CreativeWorkService;
12919
12961
 
12920
- },{"../service":212,"http-status":275}],216:[function(require,module,exports){
12962
+ },{"../service":213,"http-status":275}],217:[function(require,module,exports){
12921
12963
  "use strict";
12922
12964
  var __extends = (this && this.__extends) || (function () {
12923
12965
  var extendStatics = function (d, b) {
@@ -13032,7 +13074,7 @@ var CustomerService = /** @class */ (function (_super) {
13032
13074
  }(service_1.Service));
13033
13075
  exports.CustomerService = CustomerService;
13034
13076
 
13035
- },{"../service":212,"http-status":275}],217:[function(require,module,exports){
13077
+ },{"../service":213,"http-status":275}],218:[function(require,module,exports){
13036
13078
  "use strict";
13037
13079
  var __extends = (this && this.__extends) || (function () {
13038
13080
  var extendStatics = function (d, b) {
@@ -13124,7 +13166,7 @@ var DeliveryService = /** @class */ (function (_super) {
13124
13166
  }(service_1.Service));
13125
13167
  exports.DeliveryService = DeliveryService;
13126
13168
 
13127
- },{"../service":212,"http-status":275}],218:[function(require,module,exports){
13169
+ },{"../service":213,"http-status":275}],219:[function(require,module,exports){
13128
13170
  "use strict";
13129
13171
  var __extends = (this && this.__extends) || (function () {
13130
13172
  var extendStatics = function (d, b) {
@@ -13221,7 +13263,7 @@ var EmailMessageService = /** @class */ (function (_super) {
13221
13263
  }(service_1.Service));
13222
13264
  exports.EmailMessageService = EmailMessageService;
13223
13265
 
13224
- },{"../service":212,"http-status":275}],219:[function(require,module,exports){
13266
+ },{"../service":213,"http-status":275}],220:[function(require,module,exports){
13225
13267
  "use strict";
13226
13268
  var __extends = (this && this.__extends) || (function () {
13227
13269
  var extendStatics = function (d, b) {
@@ -13422,7 +13464,7 @@ var EventService = /** @class */ (function (_super) {
13422
13464
  }(service_1.Service));
13423
13465
  exports.EventService = EventService;
13424
13466
 
13425
- },{"../service":212,"http-status":275}],220:[function(require,module,exports){
13467
+ },{"../service":213,"http-status":275}],221:[function(require,module,exports){
13426
13468
  "use strict";
13427
13469
  var __extends = (this && this.__extends) || (function () {
13428
13470
  var extendStatics = function (d, b) {
@@ -13519,7 +13561,7 @@ var IAMService = /** @class */ (function (_super) {
13519
13561
  }(service_1.Service));
13520
13562
  exports.IAMService = IAMService;
13521
13563
 
13522
- },{"../service":212,"http-status":275}],221:[function(require,module,exports){
13564
+ },{"../service":213,"http-status":275}],222:[function(require,module,exports){
13523
13565
  "use strict";
13524
13566
  var __extends = (this && this.__extends) || (function () {
13525
13567
  var extendStatics = function (d, b) {
@@ -13676,7 +13718,7 @@ var OfferService = /** @class */ (function (_super) {
13676
13718
  }(service_1.Service));
13677
13719
  exports.OfferService = OfferService;
13678
13720
 
13679
- },{"../service":212,"http-status":275}],222:[function(require,module,exports){
13721
+ },{"../service":213,"http-status":275}],223:[function(require,module,exports){
13680
13722
  "use strict";
13681
13723
  var __extends = (this && this.__extends) || (function () {
13682
13724
  var extendStatics = function (d, b) {
@@ -13948,9 +13990,9 @@ var OrderService = /** @class */ (function (_super) {
13948
13990
  }(service_1.Service));
13949
13991
  exports.OrderService = OrderService;
13950
13992
 
13951
- },{"../service":212,"http-status":275}],223:[function(require,module,exports){
13993
+ },{"../service":213,"http-status":275}],224:[function(require,module,exports){
13952
13994
  arguments[4][14][0].apply(exports,arguments)
13953
- },{"dup":14}],224:[function(require,module,exports){
13995
+ },{"dup":14}],225:[function(require,module,exports){
13954
13996
  "use strict";
13955
13997
  var __extends = (this && this.__extends) || (function () {
13956
13998
  var extendStatics = function (d, b) {
@@ -14089,7 +14131,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
14089
14131
  }(service_1.Service));
14090
14132
  exports.OwnershipInfoService = OwnershipInfoService;
14091
14133
 
14092
- },{"../service":212,"http-status":275}],225:[function(require,module,exports){
14134
+ },{"../service":213,"http-status":275}],226:[function(require,module,exports){
14093
14135
  "use strict";
14094
14136
  var __extends = (this && this.__extends) || (function () {
14095
14137
  var extendStatics = function (d, b) {
@@ -14334,9 +14376,7 @@ var PaymentService = /** @class */ (function (_super) {
14334
14376
  }(service_1.Service));
14335
14377
  exports.PaymentService = PaymentService;
14336
14378
 
14337
- },{"../factory":205,"../service":212,"http-status":275}],226:[function(require,module,exports){
14338
- arguments[4][14][0].apply(exports,arguments)
14339
- },{"dup":14}],227:[function(require,module,exports){
14379
+ },{"../factory":206,"../service":213,"http-status":275}],227:[function(require,module,exports){
14340
14380
  "use strict";
14341
14381
  var __extends = (this && this.__extends) || (function () {
14342
14382
  var extendStatics = function (d, b) {
@@ -14462,9 +14502,9 @@ var PermitService = /** @class */ (function (_super) {
14462
14502
  }(service_1.Service));
14463
14503
  exports.PermitService = PermitService;
14464
14504
 
14465
- },{"../service":212,"http-status":275}],228:[function(require,module,exports){
14466
- arguments[4][189][0].apply(exports,arguments)
14467
- },{"../service":212,"dup":189,"http-status":275}],229:[function(require,module,exports){
14505
+ },{"../service":213,"http-status":275}],228:[function(require,module,exports){
14506
+ arguments[4][190][0].apply(exports,arguments)
14507
+ },{"../service":213,"dup":190,"http-status":275}],229:[function(require,module,exports){
14468
14508
  "use strict";
14469
14509
  var __extends = (this && this.__extends) || (function () {
14470
14510
  var extendStatics = function (d, b) {
@@ -14838,7 +14878,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
14838
14878
  }(service_1.Service));
14839
14879
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
14840
14880
 
14841
- },{"../../factory":205,"../../service":212,"http-status":275}],230:[function(require,module,exports){
14881
+ },{"../../factory":206,"../../service":213,"http-status":275}],230:[function(require,module,exports){
14842
14882
  "use strict";
14843
14883
  var __extends = (this && this.__extends) || (function () {
14844
14884
  var extendStatics = function (d, b) {
@@ -14992,7 +15032,7 @@ var PlaceService = /** @class */ (function (_super) {
14992
15032
  }(service_1.Service));
14993
15033
  exports.PlaceService = PlaceService;
14994
15034
 
14995
- },{"../factory":205,"../service":212,"http-status":275}],231:[function(require,module,exports){
15035
+ },{"../factory":206,"../service":213,"http-status":275}],231:[function(require,module,exports){
14996
15036
  "use strict";
14997
15037
  var __extends = (this && this.__extends) || (function () {
14998
15038
  var extendStatics = function (d, b) {
@@ -15114,7 +15154,7 @@ var ProductService = /** @class */ (function (_super) {
15114
15154
  }(service_1.Service));
15115
15155
  exports.ProductService = ProductService;
15116
15156
 
15117
- },{"../service":212,"http-status":275}],232:[function(require,module,exports){
15157
+ },{"../service":213,"http-status":275}],232:[function(require,module,exports){
15118
15158
  "use strict";
15119
15159
  var __extends = (this && this.__extends) || (function () {
15120
15160
  var extendStatics = function (d, b) {
@@ -15279,7 +15319,7 @@ var ProjectService = /** @class */ (function (_super) {
15279
15319
  }(service_1.Service));
15280
15320
  exports.ProjectService = ProjectService;
15281
15321
 
15282
- },{"../service":212,"http-status":275}],233:[function(require,module,exports){
15322
+ },{"../service":213,"http-status":275}],233:[function(require,module,exports){
15283
15323
  "use strict";
15284
15324
  var __extends = (this && this.__extends) || (function () {
15285
15325
  var extendStatics = function (d, b) {
@@ -15463,7 +15503,7 @@ var ReservationService = /** @class */ (function (_super) {
15463
15503
  }(service_1.Service));
15464
15504
  exports.ReservationService = ReservationService;
15465
15505
 
15466
- },{"../service":212,"http-status":275}],234:[function(require,module,exports){
15506
+ },{"../service":213,"http-status":275}],234:[function(require,module,exports){
15467
15507
  arguments[4][14][0].apply(exports,arguments)
15468
15508
  },{"dup":14}],235:[function(require,module,exports){
15469
15509
  "use strict";
@@ -15580,9 +15620,9 @@ var SellerService = /** @class */ (function (_super) {
15580
15620
  }(service_1.Service));
15581
15621
  exports.SellerService = SellerService;
15582
15622
 
15583
- },{"../service":212,"http-status":275}],236:[function(require,module,exports){
15584
- arguments[4][198][0].apply(exports,arguments)
15585
- },{"../service":212,"dup":198,"http-status":275}],237:[function(require,module,exports){
15623
+ },{"../service":213,"http-status":275}],236:[function(require,module,exports){
15624
+ arguments[4][199][0].apply(exports,arguments)
15625
+ },{"../service":213,"dup":199,"http-status":275}],237:[function(require,module,exports){
15586
15626
  "use strict";
15587
15627
  var __extends = (this && this.__extends) || (function () {
15588
15628
  var extendStatics = function (d, b) {
@@ -15732,7 +15772,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
15732
15772
  }(service_1.Service));
15733
15773
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
15734
15774
 
15735
- },{"../../factory":205,"../../service":212,"http-status":275}],238:[function(require,module,exports){
15775
+ },{"../../factory":206,"../../service":213,"http-status":275}],238:[function(require,module,exports){
15736
15776
  "use strict";
15737
15777
  var __extends = (this && this.__extends) || (function () {
15738
15778
  var extendStatics = function (d, b) {
@@ -15990,7 +16030,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
15990
16030
  }(service_1.Service));
15991
16031
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
15992
16032
 
15993
- },{"../../factory":205,"../../service":212,"http-status":275}],239:[function(require,module,exports){
16033
+ },{"../../factory":206,"../../service":213,"http-status":275}],239:[function(require,module,exports){
15994
16034
  "use strict";
15995
16035
  var __extends = (this && this.__extends) || (function () {
15996
16036
  var extendStatics = function (d, b) {
@@ -16254,7 +16294,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
16254
16294
  }(service_1.Service));
16255
16295
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
16256
16296
 
16257
- },{"../../factory":205,"../../service":212,"http-status":275}],241:[function(require,module,exports){
16297
+ },{"../../factory":206,"../../service":213,"http-status":275}],241:[function(require,module,exports){
16258
16298
  "use strict";
16259
16299
  var __extends = (this && this.__extends) || (function () {
16260
16300
  var extendStatics = function (d, b) {
@@ -16819,6 +16859,7 @@ var stringify = function stringify(
16819
16859
  object,
16820
16860
  prefix,
16821
16861
  generateArrayPrefix,
16862
+ commaRoundTrip,
16822
16863
  strictNullHandling,
16823
16864
  skipNulls,
16824
16865
  encoder,
@@ -16883,7 +16924,7 @@ var stringify = function stringify(
16883
16924
  for (var i = 0; i < valuesArray.length; ++i) {
16884
16925
  valuesJoined += (i === 0 ? '' : ',') + formatter(encoder(valuesArray[i], defaults.encoder, charset, 'value', format));
16885
16926
  }
16886
- return [formatter(keyValue) + (isArray(obj) && valuesArray.length === 1 ? '[]' : '') + '=' + valuesJoined];
16927
+ return [formatter(keyValue) + (commaRoundTrip && isArray(obj) && valuesArray.length === 1 ? '[]' : '') + '=' + valuesJoined];
16887
16928
  }
16888
16929
  return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value', format))];
16889
16930
  }
@@ -16907,7 +16948,7 @@ var stringify = function stringify(
16907
16948
  objKeys = sort ? keys.sort(sort) : keys;
16908
16949
  }
16909
16950
 
16910
- var adjustedPrefix = generateArrayPrefix === 'comma' && isArray(obj) && obj.length === 1 ? prefix + '[]' : prefix;
16951
+ var adjustedPrefix = commaRoundTrip && isArray(obj) && obj.length === 1 ? prefix + '[]' : prefix;
16911
16952
 
16912
16953
  for (var j = 0; j < objKeys.length; ++j) {
16913
16954
  var key = objKeys[j];
@@ -16928,6 +16969,7 @@ var stringify = function stringify(
16928
16969
  value,
16929
16970
  keyPrefix,
16930
16971
  generateArrayPrefix,
16972
+ commaRoundTrip,
16931
16973
  strictNullHandling,
16932
16974
  skipNulls,
16933
16975
  encoder,
@@ -17024,6 +17066,10 @@ module.exports = function (object, opts) {
17024
17066
  }
17025
17067
 
17026
17068
  var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];
17069
+ if (opts && 'commaRoundTrip' in opts && typeof opts.commaRoundTrip !== 'boolean') {
17070
+ throw new TypeError('`commaRoundTrip` must be a boolean, or absent');
17071
+ }
17072
+ var commaRoundTrip = generateArrayPrefix === 'comma' && opts && opts.commaRoundTrip;
17027
17073
 
17028
17074
  if (!objKeys) {
17029
17075
  objKeys = Object.keys(obj);
@@ -17044,6 +17090,7 @@ module.exports = function (object, opts) {
17044
17090
  obj[key],
17045
17091
  key,
17046
17092
  generateArrayPrefix,
17093
+ commaRoundTrip,
17047
17094
  options.strictNullHandling,
17048
17095
  options.skipNulls,
17049
17096
  options.encode ? options.encoder : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.104.0-alpha.3",
3
+ "version": "3.104.0-alpha.6",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -97,7 +97,7 @@
97
97
  "watchify": "^3.11.1"
98
98
  },
99
99
  "dependencies": {
100
- "@cinerino/api-abstract-client": "3.104.0-alpha.3",
100
+ "@cinerino/api-abstract-client": "3.104.0-alpha.6",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",