@cinerino/sdk 10.22.0-alpha.2 → 11.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/example/playground/public/lib/bundle.js +8153 -6839
  2. package/lib/abstract/chevre/event.d.ts +1 -1
  3. package/lib/abstract/chevreAdmin/assetTransaction/cancelReservation.d.ts +0 -3
  4. package/lib/abstract/chevreAdmin/assetTransaction/cancelReservation.js +0 -12
  5. package/lib/abstract/chevreAdmin/authorization.d.ts +0 -4
  6. package/lib/abstract/chevreAdmin/authorization.js +0 -19
  7. package/lib/abstract/chevreAdmin/creativeWork.d.ts +1 -16
  8. package/lib/abstract/chevreAdmin/creativeWork.js +0 -89
  9. package/lib/abstract/chevreAdmin/customer.d.ts +1 -20
  10. package/lib/abstract/chevreAdmin/customer.js +0 -58
  11. package/lib/abstract/chevreAdmin/event.d.ts +0 -35
  12. package/lib/abstract/chevreAdmin/event.js +0 -82
  13. package/lib/abstract/chevreAdmin/eventSeries.d.ts +0 -60
  14. package/lib/abstract/chevreAdmin/eventSeries.js +0 -112
  15. package/lib/abstract/chevreAdmin/me.d.ts +0 -8
  16. package/lib/abstract/chevreAdmin/me.js +0 -18
  17. package/lib/abstract/chevreAdmin/member.d.ts +0 -14
  18. package/lib/abstract/chevreAdmin/member.js +0 -66
  19. package/lib/abstract/chevreAdmin/offer.d.ts +0 -12
  20. package/lib/abstract/chevreAdmin/offer.js +0 -39
  21. package/lib/abstract/chevreAdmin/offerCatalog.d.ts +0 -70
  22. package/lib/abstract/chevreAdmin/offerCatalog.js +0 -160
  23. package/lib/abstract/chevreAdmin/offerCatalogItem.d.ts +0 -40
  24. package/lib/abstract/chevreAdmin/offerCatalogItem.js +0 -98
  25. package/lib/abstract/chevreAdmin/order.d.ts +1 -79
  26. package/lib/abstract/chevreAdmin/order.js +0 -125
  27. package/lib/abstract/chevreAdmin/product.d.ts +0 -36
  28. package/lib/abstract/chevreAdmin/product.js +0 -129
  29. package/lib/abstract/chevreAdmin/reservation.d.ts +1 -10
  30. package/lib/abstract/chevreAdmin/reservation.js +0 -20
  31. package/lib/abstract/chevreAdmin.d.ts +0 -504
  32. package/lib/abstract/chevreAdmin.js +60 -1177
  33. package/lib/abstract/chevreConsole/authorization.d.ts +72 -0
  34. package/lib/abstract/chevreConsole/authorization.js +86 -0
  35. package/lib/abstract/chevreConsole/creativeWork.d.ts +22 -0
  36. package/lib/abstract/chevreConsole/creativeWork.js +156 -0
  37. package/lib/abstract/chevreConsole/customer.d.ts +31 -0
  38. package/lib/abstract/chevreConsole/customer.js +125 -0
  39. package/lib/abstract/chevreConsole/event.d.ts +43 -0
  40. package/lib/abstract/chevreConsole/event.js +149 -0
  41. package/lib/abstract/chevreConsole/eventSeries.d.ts +67 -0
  42. package/lib/abstract/chevreConsole/eventSeries.js +180 -0
  43. package/lib/abstract/chevreConsole/me.d.ts +28 -0
  44. package/lib/abstract/chevreConsole/me.js +124 -0
  45. package/lib/abstract/chevreConsole/member.d.ts +22 -0
  46. package/lib/abstract/chevreConsole/member.js +134 -0
  47. package/lib/abstract/chevreConsole/offer.d.ts +34 -0
  48. package/lib/abstract/chevreConsole/offer.js +125 -0
  49. package/lib/abstract/chevreConsole/offerCatalog.d.ts +77 -0
  50. package/lib/abstract/chevreConsole/offerCatalog.js +227 -0
  51. package/lib/abstract/chevreConsole/offerCatalogItem.d.ts +63 -0
  52. package/lib/abstract/chevreConsole/offerCatalogItem.js +181 -0
  53. package/lib/abstract/chevreConsole/order.d.ts +86 -0
  54. package/lib/abstract/chevreConsole/order.js +192 -0
  55. package/lib/abstract/chevreConsole/product.d.ts +45 -0
  56. package/lib/abstract/chevreConsole/product.js +196 -0
  57. package/lib/abstract/chevreConsole/reservation.d.ts +15 -0
  58. package/lib/abstract/chevreConsole/reservation.js +87 -0
  59. package/lib/abstract/chevreConsole.d.ts +634 -0
  60. package/lib/abstract/chevreConsole.js +1445 -0
  61. package/lib/abstract/cinerino/service/event.d.ts +1 -1
  62. package/lib/abstract/cloud/admin/order.d.ts +1 -1
  63. package/lib/abstract/cloud/admin/reservation.d.ts +1 -1
  64. package/lib/abstract/index.d.ts +3 -1
  65. package/lib/abstract/index.js +24 -1
  66. package/lib/bundle.js +8191 -6877
  67. package/lib/index.d.ts +2 -2
  68. package/lib/index.js +2 -1
  69. package/package.json +1 -1
  70. package/example/src/chevre/adminMovies.ts +0 -45
  71. package/example/src/chevre/adminProjectHasMerchantReturnPolicy.ts +0 -30
  72. package/example/src/chevre/adminSearchIssuers.ts +0 -32
  73. package/example/src/chevre/adminSearchSellers.ts +0 -32
  74. package/example/src/chevre/adminSearchTickets.ts +0 -32
  75. package/example/src/chevre/assetTransaction/processMoneyTransfer.ts +0 -74
  76. package/example/src/chevre/assetTransaction/processRegisterService.ts +0 -70
  77. package/example/src/chevre/assetTransaction/processReserve.ts +0 -193
  78. package/example/src/chevre/findPerson.ts +0 -33
  79. package/example/src/chevre/searchMessages.ts +0 -34
  80. package/example/src/chevre/searchTransactions.ts +0 -36
  81. /package/lib/abstract/{chevreAdmin → chevreConsole}/account.d.ts +0 -0
  82. /package/lib/abstract/{chevreAdmin → chevreConsole}/account.js +0 -0
  83. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountTitle.d.ts +0 -0
  84. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountTitle.js +0 -0
  85. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountTransaction.d.ts +0 -0
  86. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountTransaction.js +0 -0
  87. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountingReport.d.ts +0 -0
  88. /package/lib/abstract/{chevreAdmin → chevreConsole}/accountingReport.js +0 -0
  89. /package/lib/abstract/{chevreAdmin → chevreConsole}/action.d.ts +0 -0
  90. /package/lib/abstract/{chevreAdmin → chevreConsole}/action.js +0 -0
  91. /package/lib/abstract/{chevreAdmin → chevreConsole}/additionalProperty.d.ts +0 -0
  92. /package/lib/abstract/{chevreAdmin → chevreConsole}/additionalProperty.js +0 -0
  93. /package/lib/abstract/{chevreAdmin → chevreConsole}/advanceBookingRequirement.d.ts +0 -0
  94. /package/lib/abstract/{chevreAdmin → chevreConsole}/advanceBookingRequirement.js +0 -0
  95. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregateOffer.d.ts +0 -0
  96. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregateOffer.js +0 -0
  97. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregateReservation.d.ts +0 -0
  98. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregateReservation.js +0 -0
  99. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregation.d.ts +0 -0
  100. /package/lib/abstract/{chevreAdmin → chevreConsole}/aggregation.js +0 -0
  101. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/moneyTransfer.d.ts +0 -0
  102. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/moneyTransfer.js +0 -0
  103. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/pay.d.ts +0 -0
  104. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/pay.js +0 -0
  105. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/registerService.d.ts +0 -0
  106. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/registerService.js +0 -0
  107. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/reserve.d.ts +0 -0
  108. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction/reserve.js +0 -0
  109. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction.d.ts +0 -0
  110. /package/lib/abstract/{chevreAdmin → chevreConsole}/assetTransaction.js +0 -0
  111. /package/lib/abstract/{chevreAdmin → chevreConsole}/categoryCode.d.ts +0 -0
  112. /package/lib/abstract/{chevreAdmin → chevreConsole}/categoryCode.js +0 -0
  113. /package/lib/abstract/{chevreAdmin → chevreConsole}/comment.d.ts +0 -0
  114. /package/lib/abstract/{chevreAdmin → chevreConsole}/comment.js +0 -0
  115. /package/lib/abstract/{chevreAdmin → chevreConsole}/customerType.d.ts +0 -0
  116. /package/lib/abstract/{chevreAdmin → chevreConsole}/customerType.js +0 -0
  117. /package/lib/abstract/{chevreAdmin → chevreConsole}/emailMessage.d.ts +0 -0
  118. /package/lib/abstract/{chevreAdmin → chevreConsole}/emailMessage.js +0 -0
  119. /package/lib/abstract/{chevreAdmin → chevreConsole}/event/factory.d.ts +0 -0
  120. /package/lib/abstract/{chevreAdmin → chevreConsole}/event/factory.js +0 -0
  121. /package/lib/abstract/{chevreAdmin → chevreConsole}/eventOffer.d.ts +0 -0
  122. /package/lib/abstract/{chevreAdmin → chevreConsole}/eventOffer.js +0 -0
  123. /package/lib/abstract/{chevreAdmin → chevreConsole}/hasMerchantReturnPolicy.d.ts +0 -0
  124. /package/lib/abstract/{chevreAdmin → chevreConsole}/hasMerchantReturnPolicy.js +0 -0
  125. /package/lib/abstract/{chevreAdmin → chevreConsole}/iam.d.ts +0 -0
  126. /package/lib/abstract/{chevreAdmin → chevreConsole}/iam.js +0 -0
  127. /package/lib/abstract/{chevreAdmin → chevreConsole}/identity.d.ts +0 -0
  128. /package/lib/abstract/{chevreAdmin → chevreConsole}/identity.js +0 -0
  129. /package/lib/abstract/{chevreAdmin → chevreConsole}/identityProvider.d.ts +0 -0
  130. /package/lib/abstract/{chevreAdmin → chevreConsole}/identityProvider.js +0 -0
  131. /package/lib/abstract/{chevreAdmin → chevreConsole}/issuer.d.ts +0 -0
  132. /package/lib/abstract/{chevreAdmin → chevreConsole}/issuer.js +0 -0
  133. /package/lib/abstract/{chevreAdmin → chevreConsole}/memberProgram.d.ts +0 -0
  134. /package/lib/abstract/{chevreAdmin → chevreConsole}/memberProgram.js +0 -0
  135. /package/lib/abstract/{chevreAdmin → chevreConsole}/merchantReturnPolicy.d.ts +0 -0
  136. /package/lib/abstract/{chevreAdmin → chevreConsole}/merchantReturnPolicy.js +0 -0
  137. /package/lib/abstract/{chevreAdmin → chevreConsole}/message.d.ts +0 -0
  138. /package/lib/abstract/{chevreAdmin → chevreConsole}/message.js +0 -0
  139. /package/lib/abstract/{chevreAdmin → chevreConsole}/offerItemCondition.d.ts +0 -0
  140. /package/lib/abstract/{chevreAdmin → chevreConsole}/offerItemCondition.js +0 -0
  141. /package/lib/abstract/{chevreAdmin → chevreConsole}/order/factory.d.ts +0 -0
  142. /package/lib/abstract/{chevreAdmin → chevreConsole}/order/factory.js +0 -0
  143. /package/lib/abstract/{chevreAdmin → chevreConsole}/ownershipInfo.d.ts +0 -0
  144. /package/lib/abstract/{chevreAdmin → chevreConsole}/ownershipInfo.js +0 -0
  145. /package/lib/abstract/{chevreAdmin → chevreConsole}/paymentService.d.ts +0 -0
  146. /package/lib/abstract/{chevreAdmin → chevreConsole}/paymentService.js +0 -0
  147. /package/lib/abstract/{chevreAdmin → chevreConsole}/paymentServiceChannel.d.ts +0 -0
  148. /package/lib/abstract/{chevreAdmin → chevreConsole}/paymentServiceChannel.js +0 -0
  149. /package/lib/abstract/{chevreAdmin → chevreConsole}/pendingReservation.d.ts +0 -0
  150. /package/lib/abstract/{chevreAdmin → chevreConsole}/pendingReservation.js +0 -0
  151. /package/lib/abstract/{chevreAdmin → chevreConsole}/permission.d.ts +0 -0
  152. /package/lib/abstract/{chevreAdmin → chevreConsole}/permission.js +0 -0
  153. /package/lib/abstract/{chevreAdmin → chevreConsole}/permit.d.ts +0 -0
  154. /package/lib/abstract/{chevreAdmin → chevreConsole}/permit.js +0 -0
  155. /package/lib/abstract/{chevreAdmin → chevreConsole}/person/ownershipInfo.d.ts +0 -0
  156. /package/lib/abstract/{chevreAdmin → chevreConsole}/person/ownershipInfo.js +0 -0
  157. /package/lib/abstract/{chevreAdmin → chevreConsole}/person.d.ts +0 -0
  158. /package/lib/abstract/{chevreAdmin → chevreConsole}/person.js +0 -0
  159. /package/lib/abstract/{chevreAdmin → chevreConsole}/place/hasPOS.d.ts +0 -0
  160. /package/lib/abstract/{chevreAdmin → chevreConsole}/place/hasPOS.js +0 -0
  161. /package/lib/abstract/{chevreAdmin → chevreConsole}/place.d.ts +0 -0
  162. /package/lib/abstract/{chevreAdmin → chevreConsole}/place.js +0 -0
  163. /package/lib/abstract/{chevreAdmin → chevreConsole}/priceSpecification.d.ts +0 -0
  164. /package/lib/abstract/{chevreAdmin → chevreConsole}/priceSpecification.js +0 -0
  165. /package/lib/abstract/{chevreAdmin → chevreConsole}/productModel.d.ts +0 -0
  166. /package/lib/abstract/{chevreAdmin → chevreConsole}/productModel.js +0 -0
  167. /package/lib/abstract/{chevreAdmin → chevreConsole}/project.d.ts +0 -0
  168. /package/lib/abstract/{chevreAdmin → chevreConsole}/project.js +0 -0
  169. /package/lib/abstract/{chevreAdmin → chevreConsole}/projectMakesOffer.d.ts +0 -0
  170. /package/lib/abstract/{chevreAdmin → chevreConsole}/projectMakesOffer.js +0 -0
  171. /package/lib/abstract/{chevreAdmin → chevreConsole}/reservation/factory.d.ts +0 -0
  172. /package/lib/abstract/{chevreAdmin → chevreConsole}/reservation/factory.js +0 -0
  173. /package/lib/abstract/{chevreAdmin → chevreConsole}/seller/factory.d.ts +0 -0
  174. /package/lib/abstract/{chevreAdmin → chevreConsole}/seller/factory.js +0 -0
  175. /package/lib/abstract/{chevreAdmin → chevreConsole}/seller.d.ts +0 -0
  176. /package/lib/abstract/{chevreAdmin → chevreConsole}/seller.js +0 -0
  177. /package/lib/abstract/{chevreAdmin → chevreConsole}/sellerReturnPolicy.d.ts +0 -0
  178. /package/lib/abstract/{chevreAdmin → chevreConsole}/sellerReturnPolicy.js +0 -0
  179. /package/lib/abstract/{chevreAdmin → chevreConsole}/task.d.ts +0 -0
  180. /package/lib/abstract/{chevreAdmin → chevreConsole}/task.js +0 -0
  181. /package/lib/abstract/{chevreAdmin → chevreConsole}/ticket.d.ts +0 -0
  182. /package/lib/abstract/{chevreAdmin → chevreConsole}/ticket.js +0 -0
  183. /package/lib/abstract/{chevreAdmin → chevreConsole}/token.d.ts +0 -0
  184. /package/lib/abstract/{chevreAdmin → chevreConsole}/token.js +0 -0
  185. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/moneyTransfer.d.ts +0 -0
  186. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/moneyTransfer.js +0 -0
  187. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/placeOrder.d.ts +0 -0
  188. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/placeOrder.js +0 -0
  189. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/returnOrder.d.ts +0 -0
  190. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction/returnOrder.js +0 -0
  191. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction.d.ts +0 -0
  192. /package/lib/abstract/{chevreAdmin → chevreConsole}/transaction.js +0 -0
  193. /package/lib/abstract/{chevreAdmin → chevreConsole}/transactionNumber.d.ts +0 -0
  194. /package/lib/abstract/{chevreAdmin → chevreConsole}/transactionNumber.js +0 -0
  195. /package/lib/abstract/{chevreAdmin → chevreConsole}/trip.d.ts +0 -0
  196. /package/lib/abstract/{chevreAdmin → chevreConsole}/trip.js +0 -0
  197. /package/lib/abstract/{chevreAdmin → chevreConsole}/userPool.d.ts +0 -0
  198. /package/lib/abstract/{chevreAdmin → chevreConsole}/userPool.js +0 -0
  199. /package/lib/abstract/{chevreAdmin → chevreConsole}/webSite.d.ts +0 -0
  200. /package/lib/abstract/{chevreAdmin → chevreConsole}/webSite.js +0 -0
@@ -1,146 +1,21 @@
1
1
  import { IAdditionalOptions, IOptions, IUnset as IUnsetOnService } from './service';
2
- import type { AccountService } from './chevreAdmin/account';
3
- import type { AccountingReportService } from './chevreAdmin/accountingReport';
4
- import type { AccountTitleService } from './chevreAdmin/accountTitle';
5
- import type { AccountTransactionService } from './chevreAdmin/accountTransaction';
6
- import type { ActionService } from './chevreAdmin/action';
7
- import type { AdditionalPropertyService } from './chevreAdmin/additionalProperty';
8
- import type { AdvanceBookingRequirementService } from './chevreAdmin/advanceBookingRequirement';
9
- import type { AggregateOfferService } from './chevreAdmin/aggregateOffer';
10
- import type { AggregateReservationService } from './chevreAdmin/aggregateReservation';
11
- import type { AggregationService } from './chevreAdmin/aggregation';
12
- import type { AssetTransactionService } from './chevreAdmin/assetTransaction';
13
2
  import type { CancelReservationAssetTransactionService } from './chevreAdmin/assetTransaction/cancelReservation';
14
- import type { MoneyTransferAssetTransactionService } from './chevreAdmin/assetTransaction/moneyTransfer';
15
- import type { PayAssetTransactionService } from './chevreAdmin/assetTransaction/pay';
16
- import type { RegisterServiceAssetTransactionService } from './chevreAdmin/assetTransaction/registerService';
17
- import type { ReserveAssetTransactionService } from './chevreAdmin/assetTransaction/reserve';
18
3
  import type { AuthorizationService } from './chevreAdmin/authorization';
19
- import type { CategoryCodeService } from './chevreAdmin/categoryCode';
20
- import type { CommentService } from './chevreAdmin/comment';
21
4
  import type { CreativeWorkService } from './chevreAdmin/creativeWork';
22
5
  import type { CustomerService } from './chevreAdmin/customer';
23
- import type { CustomerTypeService } from './chevreAdmin/customerType';
24
- import type { EmailMessageService } from './chevreAdmin/emailMessage';
25
6
  import type { EventService } from './chevreAdmin/event';
26
- import type { EventOfferService } from './chevreAdmin/eventOffer';
27
7
  import type { EventSeriesService } from './chevreAdmin/eventSeries';
28
- import type { HasMerchantReturnPolicyService } from './chevreAdmin/hasMerchantReturnPolicy';
29
- import type { IAMService } from './chevreAdmin/iam';
30
- import type { IdentityService } from './chevreAdmin/identity';
31
- import type { IdentityProviderService } from './chevreAdmin/identityProvider';
32
- import type { IssuerService } from './chevreAdmin/issuer';
33
8
  import type { MeService } from './chevreAdmin/me';
34
9
  import type { MemberService } from './chevreAdmin/member';
35
- import type { MemberProgramService } from './chevreAdmin/memberProgram';
36
- import type { MerchantReturnPolicyService } from './chevreAdmin/merchantReturnPolicy';
37
- import type { MessageService } from './chevreAdmin/message';
38
10
  import type { NoteService } from './chevreAdmin/note';
39
11
  import type { OfferService } from './chevreAdmin/offer';
40
12
  import type { OfferCatalogService } from './chevreAdmin/offerCatalog';
41
13
  import type { OfferCatalogItemService } from './chevreAdmin/offerCatalogItem';
42
- import type { OfferItemConditionService } from './chevreAdmin/offerItemCondition';
43
14
  import type { OrderService } from './chevreAdmin/order';
44
- import type { OwnershipInfoService } from './chevreAdmin/ownershipInfo';
45
- import type { PaymentProductService } from './chevreAdmin/paymentService';
46
- import type { PaymentServiceChannelService } from './chevreAdmin/paymentServiceChannel';
47
- import type { PendingReservationService } from './chevreAdmin/pendingReservation';
48
- import type { PermissionService } from './chevreAdmin/permission';
49
- import type { PermitService } from './chevreAdmin/permit';
50
- import type { PersonService } from './chevreAdmin/person';
51
- import type { PersonOwnershipInfoService } from './chevreAdmin/person/ownershipInfo';
52
- import type { PlaceService } from './chevreAdmin/place';
53
- import type { HasPOSService } from './chevreAdmin/place/hasPOS';
54
- import type { PriceSpecificationService } from './chevreAdmin/priceSpecification';
55
15
  import type { ProductService } from './chevreAdmin/product';
56
- import type { ProductModelService } from './chevreAdmin/productModel';
57
- import type { ProjectService } from './chevreAdmin/project';
58
- import type { ProjectMakesOfferService } from './chevreAdmin/projectMakesOffer';
59
16
  import type { ReservationService } from './chevreAdmin/reservation';
60
- import type { SellerService } from './chevreAdmin/seller';
61
- import type { SellerReturnPolicyService } from './chevreAdmin/sellerReturnPolicy';
62
- import type { TaskService } from './chevreAdmin/task';
63
- import type { TicketService } from './chevreAdmin/ticket';
64
- import type { TokenService } from './chevreAdmin/token';
65
- import type { MoneyTransferTransactionService } from './chevreAdmin/transaction/moneyTransfer';
66
- import type { PlaceOrderTransactionService } from './chevreAdmin/transaction/placeOrder';
67
- import type { ReturnOrderTransactionService } from './chevreAdmin/transaction/returnOrder';
68
- import type { TransactionNumberService } from './chevreAdmin/transactionNumber';
69
- import type { TripService } from './chevreAdmin/trip';
70
- import type { UserPoolService } from './chevreAdmin/userPool';
71
- import type { WebSiteService } from './chevreAdmin/webSite';
72
17
  export declare namespace service {
73
18
  type IUnset = IUnsetOnService;
74
- /**
75
- * 口座サービス
76
- */
77
- type Account = AccountService;
78
- namespace Account {
79
- let svc: typeof AccountService | undefined;
80
- }
81
- /**
82
- * 経理レポートサービス
83
- */
84
- type AccountingReport = AccountingReportService;
85
- namespace AccountingReport {
86
- let svc: typeof AccountingReportService | undefined;
87
- }
88
- /**
89
- * 勘定科目サービス
90
- */
91
- type AccountTitle = AccountTitleService;
92
- namespace AccountTitle {
93
- let svc: typeof AccountTitleService | undefined;
94
- }
95
- /**
96
- * 口座取引サービス
97
- */
98
- type AccountTransaction = AccountTransactionService;
99
- namespace AccountTransaction {
100
- let svc: typeof AccountTransactionService | undefined;
101
- }
102
- /**
103
- * アクションサービス
104
- */
105
- type Action = ActionService;
106
- namespace Action {
107
- let svc: typeof ActionService | undefined;
108
- }
109
- /**
110
- * 追加特性サービス
111
- */
112
- type AdditionalProperty = AdditionalPropertyService;
113
- namespace AdditionalProperty {
114
- let svc: typeof AdditionalPropertyService | undefined;
115
- }
116
- /**
117
- * 事前予約要件サービス
118
- */
119
- type AdvanceBookingRequirement = AdvanceBookingRequirementService;
120
- namespace AdvanceBookingRequirement {
121
- let svc: typeof AdvanceBookingRequirementService | undefined;
122
- }
123
- /**
124
- * 集計オファーサービス
125
- */
126
- type AggregateOffer = AggregateOfferService;
127
- namespace AggregateOffer {
128
- let svc: typeof AggregateOfferService | undefined;
129
- }
130
- /**
131
- * 予約集計サービス
132
- */
133
- type AggregateReservation = AggregateReservationService;
134
- namespace AggregateReservation {
135
- let svc: typeof AggregateReservationService | undefined;
136
- }
137
- /**
138
- * 集計サービス
139
- */
140
- type Aggregation = AggregationService;
141
- namespace Aggregation {
142
- let svc: typeof AggregationService | undefined;
143
- }
144
19
  /**
145
20
  * 承認サービス
146
21
  */
@@ -148,20 +23,6 @@ export declare namespace service {
148
23
  namespace Authorization {
149
24
  let svc: typeof AuthorizationService | undefined;
150
25
  }
151
- /**
152
- * 区分サービス
153
- */
154
- type CategoryCode = CategoryCodeService;
155
- namespace CategoryCode {
156
- let svc: typeof CategoryCodeService | undefined;
157
- }
158
- /**
159
- * コメントサービス
160
- */
161
- type Comment = CommentService;
162
- namespace Comment {
163
- let svc: typeof CommentService | undefined;
164
- }
165
26
  /**
166
27
  * コンテンツサービス
167
28
  */
@@ -176,20 +37,6 @@ export declare namespace service {
176
37
  namespace Customer {
177
38
  let svc: typeof CustomerService | undefined;
178
39
  }
179
- /**
180
- * カスタマータイプサービス
181
- */
182
- type CustomerType = CustomerTypeService;
183
- namespace CustomerType {
184
- let svc: typeof CustomerTypeService | undefined;
185
- }
186
- /**
187
- * Eメールメッセージサービス
188
- */
189
- type EmailMessage = EmailMessageService;
190
- namespace EmailMessage {
191
- let svc: typeof EmailMessageService | undefined;
192
- }
193
40
  /**
194
41
  * イベントサービス
195
42
  */
@@ -197,13 +44,6 @@ export declare namespace service {
197
44
  namespace Event {
198
45
  let svc: typeof EventService | undefined;
199
46
  }
200
- /**
201
- * イベントオファーサービス
202
- */
203
- type EventOffer = EventOfferService;
204
- namespace EventOffer {
205
- let svc: typeof EventOfferService | undefined;
206
- }
207
47
  /**
208
48
  * 施設コンテンツサービス
209
49
  */
@@ -211,41 +51,6 @@ export declare namespace service {
211
51
  namespace EventSeries {
212
52
  let svc: typeof EventSeriesService | undefined;
213
53
  }
214
- /**
215
- * プロジェクトのhasMerchantReturnPolicyサービス
216
- */
217
- type HasMerchantReturnPolicy = HasMerchantReturnPolicyService;
218
- namespace HasMerchantReturnPolicy {
219
- let svc: typeof HasMerchantReturnPolicyService | undefined;
220
- }
221
- /**
222
- * IAMサービス
223
- */
224
- type IAM = IAMService;
225
- namespace IAM {
226
- let svc: typeof IAMService | undefined;
227
- }
228
- /**
229
- * アイデンティティサービス
230
- */
231
- type Identity = IdentityService;
232
- namespace Identity {
233
- let svc: typeof IdentityService | undefined;
234
- }
235
- /**
236
- * IDPサービス
237
- */
238
- type IdentityProvider = IdentityProviderService;
239
- namespace IdentityProvider {
240
- let svc: typeof IdentityProviderService | undefined;
241
- }
242
- /**
243
- * 発行者サービス
244
- */
245
- type Issuer = IssuerService;
246
- namespace Issuer {
247
- let svc: typeof IssuerService | undefined;
248
- }
249
54
  /**
250
55
  * 管理者サービス
251
56
  */
@@ -260,27 +65,6 @@ export declare namespace service {
260
65
  namespace Member {
261
66
  let svc: typeof MemberService | undefined;
262
67
  }
263
- /**
264
- * メンバープログラムサービス
265
- */
266
- type MemberProgram = MemberProgramService;
267
- namespace MemberProgram {
268
- let svc: typeof MemberProgramService | undefined;
269
- }
270
- /**
271
- * 返品ポリシーサービス
272
- */
273
- type MerchantReturnPolicy = MerchantReturnPolicyService;
274
- namespace MerchantReturnPolicy {
275
- let svc: typeof MerchantReturnPolicyService | undefined;
276
- }
277
- /**
278
- * メッセージサービス
279
- */
280
- type Message = MessageService;
281
- namespace Message {
282
- let svc: typeof MessageService | undefined;
283
- }
284
68
  /**
285
69
  * メモサービス
286
70
  */
@@ -295,87 +79,6 @@ export declare namespace service {
295
79
  namespace Order {
296
80
  let svc: typeof OrderService | undefined;
297
81
  }
298
- /**
299
- * 所有権サービス
300
- */
301
- type OwnershipInfo = OwnershipInfoService;
302
- namespace OwnershipInfo {
303
- let svc: typeof OwnershipInfoService | undefined;
304
- }
305
- /**
306
- * 決済サービス
307
- */
308
- type PaymentProduct = PaymentProductService;
309
- namespace PaymentProduct {
310
- let svc: typeof PaymentProductService | undefined;
311
- }
312
- /**
313
- * 決済サービスチャネルサービス
314
- */
315
- type PaymentServiceChannel = PaymentServiceChannelService;
316
- namespace PaymentServiceChannel {
317
- let svc: typeof PaymentServiceChannelService | undefined;
318
- }
319
- /**
320
- * 保留予約サービス
321
- */
322
- type PendingReservation = PendingReservationService;
323
- namespace PendingReservation {
324
- let svc: typeof PendingReservationService | undefined;
325
- }
326
- /**
327
- * 権限サービス
328
- */
329
- type Permission = PermissionService;
330
- namespace Permission {
331
- let svc: typeof PermissionService | undefined;
332
- }
333
- /**
334
- * 許可証サービス
335
- */
336
- type Permit = PermitService;
337
- namespace Permit {
338
- let svc: typeof PermitService | undefined;
339
- }
340
- /**
341
- * 会員サービス
342
- */
343
- type Person = PersonService;
344
- namespace Person {
345
- let svc: typeof PersonService | undefined;
346
- }
347
- namespace person {
348
- /**
349
- * 会員所有権サービス
350
- */
351
- type OwnershipInfo = PersonOwnershipInfoService;
352
- namespace OwnershipInfo {
353
- let svc: typeof PersonOwnershipInfoService | undefined;
354
- }
355
- }
356
- /**
357
- * 施設サービス
358
- */
359
- type Place = PlaceService;
360
- namespace Place {
361
- let svc: typeof PlaceService | undefined;
362
- }
363
- namespace place {
364
- /**
365
- * 施設のPoints-of-Salesサービス
366
- */
367
- type HasPOS = HasPOSService;
368
- namespace HasPOS {
369
- let svc: typeof HasPOSService | undefined;
370
- }
371
- }
372
- /**
373
- * 価格仕様サービス
374
- */
375
- type PriceSpecification = PriceSpecificationService;
376
- namespace PriceSpecification {
377
- let svc: typeof PriceSpecificationService | undefined;
378
- }
379
82
  /**
380
83
  * プロダクトサービス
381
84
  */
@@ -383,27 +86,6 @@ export declare namespace service {
383
86
  namespace Product {
384
87
  let svc: typeof ProductService | undefined;
385
88
  }
386
- /**
387
- * プロダクトモデルサービス
388
- */
389
- type ProductModel = ProductModelService;
390
- namespace ProductModel {
391
- let svc: typeof ProductModelService | undefined;
392
- }
393
- /**
394
- * プロジェクトサービス
395
- */
396
- type Project = ProjectService;
397
- namespace Project {
398
- let svc: typeof ProjectService | undefined;
399
- }
400
- /**
401
- * プロジェクト提供オファーサービス
402
- */
403
- type ProjectMakesOffer = ProjectMakesOfferService;
404
- namespace ProjectMakesOffer {
405
- let svc: typeof ProjectMakesOfferService | undefined;
406
- }
407
89
  /**
408
90
  * 予約サービス
409
91
  */
@@ -432,48 +114,6 @@ export declare namespace service {
432
114
  namespace OfferCatalogItem {
433
115
  let svc: typeof OfferCatalogItemService | undefined;
434
116
  }
435
- /**
436
- * アイテムコンディションサービス
437
- */
438
- type OfferItemCondition = OfferItemConditionService;
439
- namespace OfferItemCondition {
440
- let svc: typeof OfferItemConditionService | undefined;
441
- }
442
- /**
443
- * 販売者サービス
444
- */
445
- type Seller = SellerService;
446
- namespace Seller {
447
- let svc: typeof SellerService | undefined;
448
- }
449
- /**
450
- * 販売者返品ポリシーサービス
451
- */
452
- type SellerReturnPolicy = SellerReturnPolicyService;
453
- namespace SellerReturnPolicy {
454
- let svc: typeof SellerReturnPolicyService | undefined;
455
- }
456
- /**
457
- * タスクサービス
458
- */
459
- type Task = TaskService;
460
- namespace Task {
461
- let svc: typeof TaskService | undefined;
462
- }
463
- /**
464
- * チケットサービス
465
- */
466
- type Ticket = TicketService;
467
- namespace Ticket {
468
- let svc: typeof TicketService | undefined;
469
- }
470
- /**
471
- * 取引サービス
472
- */
473
- type AssetTransaction = AssetTransactionService;
474
- namespace AssetTransaction {
475
- let svc: typeof AssetTransactionService | undefined;
476
- }
477
117
  namespace assetTransaction {
478
118
  /**
479
119
  * 予約取消取引サービス
@@ -482,95 +122,6 @@ export declare namespace service {
482
122
  namespace CancelReservation {
483
123
  let svc: typeof CancelReservationAssetTransactionService | undefined;
484
124
  }
485
- /**
486
- * 通貨転送取引サービス
487
- */
488
- type MoneyTransfer = MoneyTransferAssetTransactionService;
489
- namespace MoneyTransfer {
490
- let svc: typeof MoneyTransferAssetTransactionService | undefined;
491
- }
492
- /**
493
- * 決済取引サービス
494
- */
495
- type Pay = PayAssetTransactionService;
496
- namespace Pay {
497
- let svc: typeof PayAssetTransactionService | undefined;
498
- }
499
- /**
500
- * サービス登録取引
501
- */
502
- type RegisterService = RegisterServiceAssetTransactionService;
503
- namespace RegisterService {
504
- let svc: typeof RegisterServiceAssetTransactionService | undefined;
505
- }
506
- /**
507
- * 予約取引サービス
508
- */
509
- type Reserve = ReserveAssetTransactionService;
510
- namespace Reserve {
511
- let svc: typeof ReserveAssetTransactionService | undefined;
512
- }
513
- }
514
- /**
515
- * トークンサービス
516
- */
517
- type Token = TokenService;
518
- namespace Token {
519
- let svc: typeof TokenService | undefined;
520
- }
521
- /**
522
- * 取引サービス
523
- */
524
- namespace transaction {
525
- /**
526
- * 通貨転送取引サービス
527
- */
528
- type MoneyTransfer = MoneyTransferTransactionService;
529
- namespace MoneyTransfer {
530
- let svc: typeof MoneyTransferTransactionService | undefined;
531
- }
532
- /**
533
- * 注文取引サービス
534
- */
535
- type PlaceOrder = PlaceOrderTransactionService;
536
- namespace PlaceOrder {
537
- let svc: typeof PlaceOrderTransactionService | undefined;
538
- }
539
- /**
540
- * 返品取引サービス
541
- */
542
- type ReturnOrder = ReturnOrderTransactionService;
543
- namespace ReturnOrder {
544
- let svc: typeof ReturnOrderTransactionService | undefined;
545
- }
546
- }
547
- /**
548
- * 取引番号サービス
549
- */
550
- type TransactionNumber = TransactionNumberService;
551
- namespace TransactionNumber {
552
- let svc: typeof TransactionNumberService | undefined;
553
- }
554
- /**
555
- * トリップサービス
556
- */
557
- type Trip = TripService;
558
- namespace Trip {
559
- let svc: typeof TripService | undefined;
560
- }
561
- /**
562
- * Cognitoユーザープールサービス
563
- */
564
- type UserPool = UserPoolService;
565
- namespace UserPool {
566
- let svc: typeof UserPoolService | undefined;
567
- }
568
- /**
569
- * admin web site
570
- */
571
- type WebSite = WebSiteService;
572
- namespace WebSite {
573
- let svc: typeof WebSiteService | undefined;
574
125
  }
575
126
  }
576
127
  /**
@@ -579,74 +130,19 @@ export declare namespace service {
579
130
  export declare class ChevreAdmin {
580
131
  options: Pick<IOptions, 'auth' | 'endpoint'>;
581
132
  constructor(options: Pick<IOptions, 'auth' | 'endpoint'>);
582
- createAccountInstance(params: Pick<IOptions, 'project'>): Promise<AccountService>;
583
- createAccountingReportInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AccountingReportService>;
584
- createAccountTitleInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AccountTitleService>;
585
- createAccountTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AccountTransactionService>;
586
- createActionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ActionService>;
587
- createAdditionalPropertyInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AdditionalPropertyService>;
588
- createAdvanceBookingRequirementInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AdvanceBookingRequirementService>;
589
- createAggregateOfferInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AggregateOfferService>;
590
- createAggregateReservationInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AggregateReservationService>;
591
- createAggregationInstance(): Promise<AggregationService>;
592
133
  createAuthorizationInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AuthorizationService>;
593
- createCommentInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CommentService>;
594
134
  createCreativeWorkInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CreativeWorkService>;
595
- createCategoryCodeInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CategoryCodeService>;
596
135
  createCustomerInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CustomerService>;
597
- createCustomerTypeInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CustomerTypeService>;
598
- createEmailMessageInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<EmailMessageService>;
599
136
  createEventInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<EventService>;
600
- createEventOfferInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<EventOfferService>;
601
137
  createEventSeriesInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<EventSeriesService>;
602
- createHasMerchantReturnPolicyInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<HasMerchantReturnPolicyService>;
603
- createIAMInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<IAMService>;
604
- createIdentityInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<IdentityService>;
605
- createIdentityProviderInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<IdentityProviderService>;
606
- createIssuerInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<IssuerService>;
607
138
  createMeInstance(): Promise<MeService>;
608
139
  createMemberInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MemberService>;
609
- createMemberProgramInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MemberProgramService>;
610
- createMerchantReturnPolicyInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MerchantReturnPolicyService>;
611
- createMessageInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MessageService>;
612
140
  createNoteInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<NoteService>;
613
141
  createOrderInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OrderService>;
614
- createOwnershipInfoInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OwnershipInfoService>;
615
- createPaymentProductInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PaymentProductService>;
616
- createPaymentServiceChannelInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PaymentServiceChannelService>;
617
- createPendingReservationInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PendingReservationService>;
618
- createPermissionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PermissionService>;
619
- createPermitInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PermitService>;
620
- createPersonInstance(params: Pick<IOptions, 'project'>): Promise<PersonService>;
621
- createPersonOwnershipInfoInstance(params: Pick<IOptions, 'project'>): Promise<PersonOwnershipInfoService>;
622
- createPlaceInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PlaceService>;
623
- createHasPOSInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<HasPOSService>;
624
- createPriceSpecificationInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PriceSpecificationService>;
625
142
  createProductInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ProductService>;
626
- createProductModelInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ProductModelService>;
627
- createProjectInstance(): Promise<ProjectService>;
628
- createProjectMakesOfferInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ProjectMakesOfferService>;
629
143
  createReservationInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ReservationService>;
630
144
  createOfferInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OfferService>;
631
145
  createOfferCatalogInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OfferCatalogService>;
632
146
  createOfferCatalogItemInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OfferCatalogItemService>;
633
- createOfferItemConditionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<OfferItemConditionService>;
634
- createSellerInstance(params: Pick<IOptions, 'project'>): Promise<SellerService>;
635
- createSellerReturnPolicyInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<SellerReturnPolicyService>;
636
- createTaskInstance(params: Pick<IOptions, 'project'>): Promise<TaskService>;
637
- createTicketInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<TicketService>;
638
- createAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<AssetTransactionService>;
639
147
  createCancelReservationAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<CancelReservationAssetTransactionService>;
640
- createMoneyTransferAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MoneyTransferAssetTransactionService>;
641
- createPayAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PayAssetTransactionService>;
642
- createRegisterServiceAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<RegisterServiceAssetTransactionService>;
643
- createReserveAssetTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ReserveAssetTransactionService>;
644
- createTokenInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<TokenService>;
645
- createMoneyTransferTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<MoneyTransferTransactionService>;
646
- createPlaceOrderTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<PlaceOrderTransactionService>;
647
- createReturnOrderTransactionInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<ReturnOrderTransactionService>;
648
- createTransactionNumberInstance(params: Pick<IOptions, 'project'>): Promise<TransactionNumberService>;
649
- createTripInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<TripService>;
650
- createUserPoolInstance(params: Pick<IOptions, 'project'>): Promise<UserPoolService>;
651
- createWebSiteInstance(params: Pick<IOptions, 'project'> & Pick<IAdditionalOptions, 'seller'>): Promise<WebSiteService>;
652
148
  }