@motionpicture/coa-service 9.2.0 → 9.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/example/findFilms.js +19 -2
- package/example/findKubunNames.js +6 -3
- package/example/findPerformances.js +1 -1
- package/example/findScreen.js +1 -1
- package/example/findTheater.js +1 -1
- package/example/findTickets.js +1 -1
- package/example/getToken.js +21 -0
- package/example/salesTicket.js +6 -5
- package/example/stateReserve.js +1 -1
- package/example/stateReserveSeat.js +1 -1
- package/lib/auth/credentials.d.ts +1 -2
- package/lib/auth/refreshTokenClient.d.ts +11 -6
- package/lib/auth/refreshTokenClient.js +81 -4
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/service.d.ts +4 -3
- package/lib/transporters.d.ts +35 -6
- package/lib/transporters.js +114 -4
- package/package.json +7 -10
- package/docs/assets/css/main.css +0 -1
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -51
- package/docs/assets/js/search.json +0 -1
- package/docs/classes/_auth_refreshtokenclient_.refreshtokenclient.html +0 -517
- package/docs/classes/_index_.auth.refreshtoken.html +0 -529
- package/docs/classes/_index_.service.master.html +0 -599
- package/docs/classes/_index_.service.reserve.html +0 -594
- package/docs/classes/_service_.service.html +0 -316
- package/docs/classes/_service_master_.masterservice.html +0 -583
- package/docs/classes/_service_reserve_.reserveservice.html +0 -578
- package/docs/classes/_transporters_.coaserviceerror.html +0 -370
- package/docs/classes/_transporters_.defaulttransporter.html +0 -408
- package/docs/classes/_transporters_.transporter.html +0 -246
- package/docs/enums/_factory_master_.flgearlybooking.html +0 -277
- package/docs/enums/_factory_master_.flgmember.html +0 -277
- package/docs/enums/_factory_reserve_.flgmember.html +0 -295
- package/docs/globals.html +0 -173
- package/docs/index.html +0 -249
- package/docs/interfaces/_auth_credentials_.icredentials.html +0 -232
- package/docs/interfaces/_auth_refreshtokenclient_.ioptions.html +0 -221
- package/docs/interfaces/_factory_master_.ikubunnameargs.html +0 -286
- package/docs/interfaces/_factory_master_.ikubunnameresult.html +0 -324
- package/docs/interfaces/_factory_master_.imgtkticketcodeargs.html +0 -343
- package/docs/interfaces/_factory_master_.imgtkticketcoderesult.html +0 -362
- package/docs/interfaces/_factory_master_.imvtkticketcodeargs.html +0 -438
- package/docs/interfaces/_factory_master_.imvtkticketcoderesult.html +0 -362
- package/docs/interfaces/_factory_master_.ischeduleargs.html +0 -305
- package/docs/interfaces/_factory_master_.ischeduleresult.html +0 -518
- package/docs/interfaces/_factory_master_.iscreenargs.html +0 -267
- package/docs/interfaces/_factory_master_.iscreenresult.html +0 -324
- package/docs/interfaces/_factory_master_.iscreenseat.html +0 -381
- package/docs/interfaces/_factory_master_.itheaterargs.html +0 -267
- package/docs/interfaces/_factory_master_.itheaterresult.html +0 -343
- package/docs/interfaces/_factory_master_.iticketargs.html +0 -267
- package/docs/interfaces/_factory_master_.iticketresult.html +0 -362
- package/docs/interfaces/_factory_master_.ititleargs.html +0 -267
- package/docs/interfaces/_factory_master_.ititleresult.html +0 -552
- package/docs/interfaces/_factory_reserve_.icountfreeseatargs.html +0 -323
- package/docs/interfaces/_factory_reserve_.icountfreeseatdate.html +0 -323
- package/docs/interfaces/_factory_reserve_.icountfreeseatperformance.html +0 -380
- package/docs/interfaces/_factory_reserve_.icountfreeseatresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.idelreserveargs.html +0 -418
- package/docs/interfaces/_factory_reserve_.idelreserveseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.ideltmpreserveargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.isalesticketargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.isalesticketresult.html +0 -475
- package/docs/interfaces/_factory_reserve_.istatereserveargs.html +0 -323
- package/docs/interfaces/_factory_reserve_.istatereserveresult.html +0 -380
- package/docs/interfaces/_factory_reserve_.istatereserveseatargs.html +0 -380
- package/docs/interfaces/_factory_reserve_.istatereserveseatfreeseat.html +0 -345
- package/docs/interfaces/_factory_reserve_.istatereserveseatresult.html +0 -323
- package/docs/interfaces/_factory_reserve_.istatereserveseatseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.istatereserveticket.html +0 -411
- package/docs/interfaces/_factory_reserve_.iupdreserveargs.html +0 -494
- package/docs/interfaces/_factory_reserve_.iupdreserveqr.html +0 -323
- package/docs/interfaces/_factory_reserve_.iupdreserveresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdreserveticket.html +0 -647
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatargs.html +0 -399
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatresult.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatseat.html +0 -304
- package/docs/interfaces/_factory_reserve_.iupdtmpreserveseattmpreserve.html +0 -323
- package/docs/interfaces/_service_.ioptions.html +0 -225
- package/docs/modules/_auth_credentials_.html +0 -167
- package/docs/modules/_auth_refreshtokenclient_.html +0 -198
- package/docs/modules/_auth_refreshtokenclient_spec_.html +0 -208
- package/docs/modules/_factory_.html +0 -194
- package/docs/modules/_factory_master_.html +0 -244
- package/docs/modules/_factory_reserve_.html +0 -268
- package/docs/modules/_index_.auth.html +0 -178
- package/docs/modules/_index_.html +0 -195
- package/docs/modules/_index_.service.html +0 -189
- package/docs/modules/_service_.html +0 -176
- package/docs/modules/_service_master_.html +0 -167
- package/docs/modules/_service_master_spec_.html +0 -208
- package/docs/modules/_service_reserve_.html +0 -167
- package/docs/modules/_service_reserve_spec_.html +0 -208
- package/docs/modules/_transporters_.html +0 -253
|
@@ -1,594 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Reserve | @motionpicture/coa-service</title>
|
|
7
|
-
<meta name="description" content="Documentation for @motionpicture/coa-service">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">@motionpicture/coa-service</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="../modules/_index_.html">"index"</a>
|
|
60
|
-
</li>
|
|
61
|
-
<li>
|
|
62
|
-
<a href="../modules/_index_.service.html">service</a>
|
|
63
|
-
</li>
|
|
64
|
-
<li>
|
|
65
|
-
<a href="_index_.service.reserve.html">Reserve</a>
|
|
66
|
-
</li>
|
|
67
|
-
</ul>
|
|
68
|
-
<h1>Class Reserve</h1>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
</header>
|
|
72
|
-
<div class="container container-main">
|
|
73
|
-
<div class="row">
|
|
74
|
-
<div class="col-8 col-content">
|
|
75
|
-
<section class="tsd-panel tsd-comment">
|
|
76
|
-
<div class="tsd-comment tsd-typography">
|
|
77
|
-
<div class="lead">
|
|
78
|
-
<p>予約サービス</p>
|
|
79
|
-
</div>
|
|
80
|
-
</div>
|
|
81
|
-
</section>
|
|
82
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
83
|
-
<h3>Hierarchy</h3>
|
|
84
|
-
<ul class="tsd-hierarchy">
|
|
85
|
-
<li>
|
|
86
|
-
<a href="_service_reserve_.reserveservice.html" class="tsd-signature-type">ReserveService</a>
|
|
87
|
-
<ul class="tsd-hierarchy">
|
|
88
|
-
<li>
|
|
89
|
-
<span class="target">Reserve</span>
|
|
90
|
-
</li>
|
|
91
|
-
</ul>
|
|
92
|
-
</li>
|
|
93
|
-
</ul>
|
|
94
|
-
</section>
|
|
95
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
96
|
-
<h2>Index</h2>
|
|
97
|
-
<section class="tsd-panel tsd-index-panel">
|
|
98
|
-
<div class="tsd-index-content">
|
|
99
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
100
|
-
<h3>Constructors</h3>
|
|
101
|
-
<ul class="tsd-index-list">
|
|
102
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
103
|
-
</ul>
|
|
104
|
-
</section>
|
|
105
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
106
|
-
<h3>Properties</h3>
|
|
107
|
-
<ul class="tsd-index-list">
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#options" class="tsd-kind-icon">options</a></li>
|
|
109
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#requestoptions" class="tsd-kind-icon">request<wbr>Options</a></li>
|
|
110
|
-
</ul>
|
|
111
|
-
</section>
|
|
112
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
113
|
-
<h3>Methods</h3>
|
|
114
|
-
<ul class="tsd-index-list">
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#countfreeseat" class="tsd-kind-icon">count<wbr>Free<wbr>Seat</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#delreserve" class="tsd-kind-icon">del<wbr>Reserve</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#deltmpreserve" class="tsd-kind-icon">del<wbr>Tmp<wbr>Reserve</a></li>
|
|
118
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#request" class="tsd-kind-icon">request</a></li>
|
|
119
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#salesticket" class="tsd-kind-icon">sales<wbr>Ticket</a></li>
|
|
120
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#statereserve" class="tsd-kind-icon">state<wbr>Reserve</a></li>
|
|
121
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#statereserveseat" class="tsd-kind-icon">state<wbr>Reserve<wbr>Seat</a></li>
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#updreserve" class="tsd-kind-icon">upd<wbr>Reserve</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_index_.service.reserve.html#updtmpreserveseat" class="tsd-kind-icon">upd<wbr>Tmp<wbr>Reserve<wbr>Seat</a></li>
|
|
124
|
-
</ul>
|
|
125
|
-
</section>
|
|
126
|
-
</div>
|
|
127
|
-
</section>
|
|
128
|
-
</section>
|
|
129
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
130
|
-
<h2>Constructors</h2>
|
|
131
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
132
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
133
|
-
<h3>constructor</h3>
|
|
134
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
135
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Reserve<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/_service_.ioptions.html" class="tsd-signature-type">IOptions</a>, requestOptions<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">request.CoreOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_index_.service.reserve.html" class="tsd-signature-type">Reserve</a></li>
|
|
136
|
-
</ul>
|
|
137
|
-
<ul class="tsd-descriptions">
|
|
138
|
-
<li class="tsd-description">
|
|
139
|
-
<aside class="tsd-sources">
|
|
140
|
-
<p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#constructor">constructor</a></p>
|
|
141
|
-
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L18">src/service.ts:18</a></li>
|
|
143
|
-
</ul>
|
|
144
|
-
</aside>
|
|
145
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
146
|
-
<ul class="tsd-parameters">
|
|
147
|
-
<li>
|
|
148
|
-
<h5>options: <a href="../interfaces/_service_.ioptions.html" class="tsd-signature-type">IOptions</a></h5>
|
|
149
|
-
</li>
|
|
150
|
-
<li>
|
|
151
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> requestOptions: <span class="tsd-signature-type">request.CoreOptions</span></h5>
|
|
152
|
-
</li>
|
|
153
|
-
</ul>
|
|
154
|
-
<h4 class="tsd-returns-title">Returns <a href="_index_.service.reserve.html" class="tsd-signature-type">Reserve</a></h4>
|
|
155
|
-
</li>
|
|
156
|
-
</ul>
|
|
157
|
-
</section>
|
|
158
|
-
</section>
|
|
159
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
160
|
-
<h2>Properties</h2>
|
|
161
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
162
|
-
<a name="options" class="tsd-anchor"></a>
|
|
163
|
-
<h3>options</h3>
|
|
164
|
-
<div class="tsd-signature tsd-kind-icon">options<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_service_.ioptions.html" class="tsd-signature-type">IOptions</a></div>
|
|
165
|
-
<aside class="tsd-sources">
|
|
166
|
-
<p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#options">options</a></p>
|
|
167
|
-
<ul>
|
|
168
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L17">src/service.ts:17</a></li>
|
|
169
|
-
</ul>
|
|
170
|
-
</aside>
|
|
171
|
-
</section>
|
|
172
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
173
|
-
<a name="requestoptions" class="tsd-anchor"></a>
|
|
174
|
-
<h3>request<wbr>Options</h3>
|
|
175
|
-
<div class="tsd-signature tsd-kind-icon">request<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">CoreOptions</span></div>
|
|
176
|
-
<aside class="tsd-sources">
|
|
177
|
-
<p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#requestoptions">requestOptions</a></p>
|
|
178
|
-
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L18">src/service.ts:18</a></li>
|
|
180
|
-
</ul>
|
|
181
|
-
</aside>
|
|
182
|
-
</section>
|
|
183
|
-
</section>
|
|
184
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
185
|
-
<h2>Methods</h2>
|
|
186
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
187
|
-
<a name="countfreeseat" class="tsd-anchor"></a>
|
|
188
|
-
<h3>count<wbr>Free<wbr>Seat</h3>
|
|
189
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
190
|
-
<li class="tsd-signature tsd-kind-icon">count<wbr>Free<wbr>Seat<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.icountfreeseatargs.html" class="tsd-signature-type">ICountFreeSeatArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.icountfreeseatresult.html" class="tsd-signature-type">ICountFreeSeatResult</a><span class="tsd-signature-symbol">></span></li>
|
|
191
|
-
</ul>
|
|
192
|
-
<ul class="tsd-descriptions">
|
|
193
|
-
<li class="tsd-description">
|
|
194
|
-
<aside class="tsd-sources">
|
|
195
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#countfreeseat">countFreeSeat</a></p>
|
|
196
|
-
<ul>
|
|
197
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L18">src/service/reserve.ts:18</a></li>
|
|
198
|
-
</ul>
|
|
199
|
-
</aside>
|
|
200
|
-
<div class="tsd-comment tsd-typography">
|
|
201
|
-
<div class="lead">
|
|
202
|
-
<p>空席状況</p>
|
|
203
|
-
</div>
|
|
204
|
-
</div>
|
|
205
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
206
|
-
<ul class="tsd-parameters">
|
|
207
|
-
<li>
|
|
208
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.icountfreeseatargs.html" class="tsd-signature-type">ICountFreeSeatArgs</a></h5>
|
|
209
|
-
</li>
|
|
210
|
-
</ul>
|
|
211
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.icountfreeseatresult.html" class="tsd-signature-type">ICountFreeSeatResult</a><span class="tsd-signature-symbol">></span></h4>
|
|
212
|
-
</li>
|
|
213
|
-
</ul>
|
|
214
|
-
</section>
|
|
215
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
216
|
-
<a name="delreserve" class="tsd-anchor"></a>
|
|
217
|
-
<h3>del<wbr>Reserve</h3>
|
|
218
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
219
|
-
<li class="tsd-signature tsd-kind-icon">del<wbr>Reserve<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.idelreserveargs.html" class="tsd-signature-type">IDelReserveArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
220
|
-
</ul>
|
|
221
|
-
<ul class="tsd-descriptions">
|
|
222
|
-
<li class="tsd-description">
|
|
223
|
-
<aside class="tsd-sources">
|
|
224
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#delreserve">delReserve</a></p>
|
|
225
|
-
<ul>
|
|
226
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L274">src/service/reserve.ts:274</a></li>
|
|
227
|
-
</ul>
|
|
228
|
-
</aside>
|
|
229
|
-
<div class="tsd-comment tsd-typography">
|
|
230
|
-
<div class="lead">
|
|
231
|
-
<p>購入チケット取り消し</p>
|
|
232
|
-
</div>
|
|
233
|
-
</div>
|
|
234
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
235
|
-
<ul class="tsd-parameters">
|
|
236
|
-
<li>
|
|
237
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.idelreserveargs.html" class="tsd-signature-type">IDelReserveArgs</a></h5>
|
|
238
|
-
</li>
|
|
239
|
-
</ul>
|
|
240
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
241
|
-
</li>
|
|
242
|
-
</ul>
|
|
243
|
-
</section>
|
|
244
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
245
|
-
<a name="deltmpreserve" class="tsd-anchor"></a>
|
|
246
|
-
<h3>del<wbr>Tmp<wbr>Reserve</h3>
|
|
247
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
248
|
-
<li class="tsd-signature tsd-kind-icon">del<wbr>Tmp<wbr>Reserve<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.ideltmpreserveargs.html" class="tsd-signature-type">IDelTmpReserveArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
249
|
-
</ul>
|
|
250
|
-
<ul class="tsd-descriptions">
|
|
251
|
-
<li class="tsd-description">
|
|
252
|
-
<aside class="tsd-sources">
|
|
253
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#deltmpreserve">delTmpReserve</a></p>
|
|
254
|
-
<ul>
|
|
255
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L155">src/service/reserve.ts:155</a></li>
|
|
256
|
-
</ul>
|
|
257
|
-
</aside>
|
|
258
|
-
<div class="tsd-comment tsd-typography">
|
|
259
|
-
<div class="lead">
|
|
260
|
-
<p>座席仮予約削除</p>
|
|
261
|
-
</div>
|
|
262
|
-
</div>
|
|
263
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
264
|
-
<ul class="tsd-parameters">
|
|
265
|
-
<li>
|
|
266
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.ideltmpreserveargs.html" class="tsd-signature-type">IDelTmpReserveArgs</a></h5>
|
|
267
|
-
</li>
|
|
268
|
-
</ul>
|
|
269
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
270
|
-
</li>
|
|
271
|
-
</ul>
|
|
272
|
-
</section>
|
|
273
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
274
|
-
<a name="request" class="tsd-anchor"></a>
|
|
275
|
-
<h3>request</h3>
|
|
276
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
277
|
-
<li class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</span>, expectedStatusCodes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
278
|
-
</ul>
|
|
279
|
-
<ul class="tsd-descriptions">
|
|
280
|
-
<li class="tsd-description">
|
|
281
|
-
<aside class="tsd-sources">
|
|
282
|
-
<p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#request">request</a></p>
|
|
283
|
-
<ul>
|
|
284
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L34">src/service.ts:34</a></li>
|
|
285
|
-
</ul>
|
|
286
|
-
</aside>
|
|
287
|
-
<div class="tsd-comment tsd-typography">
|
|
288
|
-
<div class="lead">
|
|
289
|
-
<p>Create and send request to API</p>
|
|
290
|
-
</div>
|
|
291
|
-
</div>
|
|
292
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
293
|
-
<ul class="tsd-parameters">
|
|
294
|
-
<li>
|
|
295
|
-
<h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
|
|
296
|
-
</li>
|
|
297
|
-
<li>
|
|
298
|
-
<h5>expectedStatusCodes: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
299
|
-
</li>
|
|
300
|
-
</ul>
|
|
301
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
302
|
-
</li>
|
|
303
|
-
</ul>
|
|
304
|
-
</section>
|
|
305
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
306
|
-
<a name="salesticket" class="tsd-anchor"></a>
|
|
307
|
-
<h3>sales<wbr>Ticket</h3>
|
|
308
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
309
|
-
<li class="tsd-signature tsd-kind-icon">sales<wbr>Ticket<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.isalesticketargs.html" class="tsd-signature-type">ISalesTicketArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.isalesticketresult.html" class="tsd-signature-type">ISalesTicketResult</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
310
|
-
</ul>
|
|
311
|
-
<ul class="tsd-descriptions">
|
|
312
|
-
<li class="tsd-description">
|
|
313
|
-
<aside class="tsd-sources">
|
|
314
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#salesticket">salesTicket</a></p>
|
|
315
|
-
<ul>
|
|
316
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L351">src/service/reserve.ts:351</a></li>
|
|
317
|
-
</ul>
|
|
318
|
-
</aside>
|
|
319
|
-
<div class="tsd-comment tsd-typography">
|
|
320
|
-
<div class="lead">
|
|
321
|
-
<p>販売可能チケット情報</p>
|
|
322
|
-
</div>
|
|
323
|
-
</div>
|
|
324
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
325
|
-
<ul class="tsd-parameters">
|
|
326
|
-
<li>
|
|
327
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.isalesticketargs.html" class="tsd-signature-type">ISalesTicketArgs</a></h5>
|
|
328
|
-
</li>
|
|
329
|
-
</ul>
|
|
330
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.isalesticketresult.html" class="tsd-signature-type">ISalesTicketResult</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
331
|
-
</li>
|
|
332
|
-
</ul>
|
|
333
|
-
</section>
|
|
334
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
335
|
-
<a name="statereserve" class="tsd-anchor"></a>
|
|
336
|
-
<h3>state<wbr>Reserve</h3>
|
|
337
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
338
|
-
<li class="tsd-signature tsd-kind-icon">state<wbr>Reserve<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.istatereserveargs.html" class="tsd-signature-type">IStateReserveArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.istatereserveresult.html" class="tsd-signature-type">IStateReserveResult</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></li>
|
|
339
|
-
</ul>
|
|
340
|
-
<ul class="tsd-descriptions">
|
|
341
|
-
<li class="tsd-description">
|
|
342
|
-
<aside class="tsd-sources">
|
|
343
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#statereserve">stateReserve</a></p>
|
|
344
|
-
<ul>
|
|
345
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L301">src/service/reserve.ts:301</a></li>
|
|
346
|
-
</ul>
|
|
347
|
-
</aside>
|
|
348
|
-
<div class="tsd-comment tsd-typography">
|
|
349
|
-
<div class="lead">
|
|
350
|
-
<p>購入チケット内容抽出</p>
|
|
351
|
-
</div>
|
|
352
|
-
</div>
|
|
353
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
354
|
-
<ul class="tsd-parameters">
|
|
355
|
-
<li>
|
|
356
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.istatereserveargs.html" class="tsd-signature-type">IStateReserveArgs</a></h5>
|
|
357
|
-
</li>
|
|
358
|
-
</ul>
|
|
359
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.istatereserveresult.html" class="tsd-signature-type">IStateReserveResult</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></h4>
|
|
360
|
-
</li>
|
|
361
|
-
</ul>
|
|
362
|
-
</section>
|
|
363
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
364
|
-
<a name="statereserveseat" class="tsd-anchor"></a>
|
|
365
|
-
<h3>state<wbr>Reserve<wbr>Seat</h3>
|
|
366
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
367
|
-
<li class="tsd-signature tsd-kind-icon">state<wbr>Reserve<wbr>Seat<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.istatereserveseatargs.html" class="tsd-signature-type">IStateReserveSeatArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.istatereserveseatresult.html" class="tsd-signature-type">IStateReserveSeatResult</a><span class="tsd-signature-symbol">></span></li>
|
|
368
|
-
</ul>
|
|
369
|
-
<ul class="tsd-descriptions">
|
|
370
|
-
<li class="tsd-description">
|
|
371
|
-
<aside class="tsd-sources">
|
|
372
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#statereserveseat">stateReserveSeat</a></p>
|
|
373
|
-
<ul>
|
|
374
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L61">src/service/reserve.ts:61</a></li>
|
|
375
|
-
</ul>
|
|
376
|
-
</aside>
|
|
377
|
-
<div class="tsd-comment tsd-typography">
|
|
378
|
-
<div class="lead">
|
|
379
|
-
<p>座席予約状態抽出</p>
|
|
380
|
-
</div>
|
|
381
|
-
</div>
|
|
382
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
383
|
-
<ul class="tsd-parameters">
|
|
384
|
-
<li>
|
|
385
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.istatereserveseatargs.html" class="tsd-signature-type">IStateReserveSeatArgs</a></h5>
|
|
386
|
-
</li>
|
|
387
|
-
</ul>
|
|
388
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.istatereserveseatresult.html" class="tsd-signature-type">IStateReserveSeatResult</a><span class="tsd-signature-symbol">></span></h4>
|
|
389
|
-
</li>
|
|
390
|
-
</ul>
|
|
391
|
-
</section>
|
|
392
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
393
|
-
<a name="updreserve" class="tsd-anchor"></a>
|
|
394
|
-
<h3>upd<wbr>Reserve</h3>
|
|
395
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
396
|
-
<li class="tsd-signature tsd-kind-icon">upd<wbr>Reserve<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.iupdreserveargs.html" class="tsd-signature-type">IUpdReserveArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.iupdreserveresult.html" class="tsd-signature-type">IUpdReserveResult</a><span class="tsd-signature-symbol">></span></li>
|
|
397
|
-
</ul>
|
|
398
|
-
<ul class="tsd-descriptions">
|
|
399
|
-
<li class="tsd-description">
|
|
400
|
-
<aside class="tsd-sources">
|
|
401
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#updreserve">updReserve</a></p>
|
|
402
|
-
<ul>
|
|
403
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L207">src/service/reserve.ts:207</a></li>
|
|
404
|
-
</ul>
|
|
405
|
-
</aside>
|
|
406
|
-
<div class="tsd-comment tsd-typography">
|
|
407
|
-
<div class="lead">
|
|
408
|
-
<p>座席本予約</p>
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
412
|
-
<ul class="tsd-parameters">
|
|
413
|
-
<li>
|
|
414
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.iupdreserveargs.html" class="tsd-signature-type">IUpdReserveArgs</a></h5>
|
|
415
|
-
</li>
|
|
416
|
-
</ul>
|
|
417
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.iupdreserveresult.html" class="tsd-signature-type">IUpdReserveResult</a><span class="tsd-signature-symbol">></span></h4>
|
|
418
|
-
</li>
|
|
419
|
-
</ul>
|
|
420
|
-
</section>
|
|
421
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
422
|
-
<a name="updtmpreserveseat" class="tsd-anchor"></a>
|
|
423
|
-
<h3>upd<wbr>Tmp<wbr>Reserve<wbr>Seat</h3>
|
|
424
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
425
|
-
<li class="tsd-signature tsd-kind-icon">upd<wbr>Tmp<wbr>Reserve<wbr>Seat<span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="../interfaces/_factory_reserve_.iupdtmpreserveseatargs.html" class="tsd-signature-type">IUpdTmpReserveSeatArgs</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.iupdtmpreserveseatresult.html" class="tsd-signature-type">IUpdTmpReserveSeatResult</a><span class="tsd-signature-symbol">></span></li>
|
|
426
|
-
</ul>
|
|
427
|
-
<ul class="tsd-descriptions">
|
|
428
|
-
<li class="tsd-description">
|
|
429
|
-
<aside class="tsd-sources">
|
|
430
|
-
<p>Inherited from <a href="_service_reserve_.reserveservice.html">ReserveService</a>.<a href="_service_reserve_.reserveservice.html#updtmpreserveseat">updTmpReserveSeat</a></p>
|
|
431
|
-
<ul>
|
|
432
|
-
<li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service/reserve.ts#L116">src/service/reserve.ts:116</a></li>
|
|
433
|
-
</ul>
|
|
434
|
-
</aside>
|
|
435
|
-
<div class="tsd-comment tsd-typography">
|
|
436
|
-
<div class="lead">
|
|
437
|
-
<p>座席仮予約</p>
|
|
438
|
-
</div>
|
|
439
|
-
</div>
|
|
440
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
441
|
-
<ul class="tsd-parameters">
|
|
442
|
-
<li>
|
|
443
|
-
<h5>args: <a href="../interfaces/_factory_reserve_.iupdtmpreserveseatargs.html" class="tsd-signature-type">IUpdTmpReserveSeatArgs</a></h5>
|
|
444
|
-
</li>
|
|
445
|
-
</ul>
|
|
446
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_factory_reserve_.iupdtmpreserveseatresult.html" class="tsd-signature-type">IUpdTmpReserveSeatResult</a><span class="tsd-signature-symbol">></span></h4>
|
|
447
|
-
</li>
|
|
448
|
-
</ul>
|
|
449
|
-
</section>
|
|
450
|
-
</section>
|
|
451
|
-
</div>
|
|
452
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
453
|
-
<nav class="tsd-navigation primary">
|
|
454
|
-
<ul>
|
|
455
|
-
<li class="globals ">
|
|
456
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
457
|
-
</li>
|
|
458
|
-
<li class=" tsd-kind-module">
|
|
459
|
-
<a href="../modules/_auth_credentials_.html">"auth/credentials"</a>
|
|
460
|
-
</li>
|
|
461
|
-
<li class=" tsd-kind-module">
|
|
462
|
-
<a href="../modules/_auth_refreshtokenclient_.html">"auth/refresh<wbr>Token<wbr>Client"</a>
|
|
463
|
-
</li>
|
|
464
|
-
<li class=" tsd-kind-module">
|
|
465
|
-
<a href="../modules/_auth_refreshtokenclient_spec_.html">"auth/refresh<wbr>Token<wbr>Client.spec"</a>
|
|
466
|
-
</li>
|
|
467
|
-
<li class=" tsd-kind-module">
|
|
468
|
-
<a href="../modules/_factory_.html">"factory"</a>
|
|
469
|
-
</li>
|
|
470
|
-
<li class=" tsd-kind-module">
|
|
471
|
-
<a href="../modules/_factory_master_.html">"factory/master"</a>
|
|
472
|
-
</li>
|
|
473
|
-
<li class=" tsd-kind-module">
|
|
474
|
-
<a href="../modules/_factory_reserve_.html">"factory/reserve"</a>
|
|
475
|
-
</li>
|
|
476
|
-
<li class="current tsd-kind-module">
|
|
477
|
-
<a href="../modules/_index_.html">"index"</a>
|
|
478
|
-
<ul>
|
|
479
|
-
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
480
|
-
<a href="../modules/_index_.auth.html">auth</a>
|
|
481
|
-
</li>
|
|
482
|
-
<li class="current tsd-kind-namespace tsd-parent-kind-module">
|
|
483
|
-
<a href="../modules/_index_.service.html">service</a>
|
|
484
|
-
</li>
|
|
485
|
-
</ul>
|
|
486
|
-
</li>
|
|
487
|
-
<li class=" tsd-kind-module">
|
|
488
|
-
<a href="../modules/_service_.html">"service"</a>
|
|
489
|
-
</li>
|
|
490
|
-
<li class=" tsd-kind-module">
|
|
491
|
-
<a href="../modules/_service_master_.html">"service/master"</a>
|
|
492
|
-
</li>
|
|
493
|
-
<li class=" tsd-kind-module">
|
|
494
|
-
<a href="../modules/_service_master_spec_.html">"service/master.spec"</a>
|
|
495
|
-
</li>
|
|
496
|
-
<li class=" tsd-kind-module">
|
|
497
|
-
<a href="../modules/_service_reserve_.html">"service/reserve"</a>
|
|
498
|
-
</li>
|
|
499
|
-
<li class=" tsd-kind-module">
|
|
500
|
-
<a href="../modules/_service_reserve_spec_.html">"service/reserve.spec"</a>
|
|
501
|
-
</li>
|
|
502
|
-
<li class=" tsd-kind-module">
|
|
503
|
-
<a href="../modules/_transporters_.html">"transporters"</a>
|
|
504
|
-
</li>
|
|
505
|
-
</ul>
|
|
506
|
-
</nav>
|
|
507
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
508
|
-
<ul class="before-current">
|
|
509
|
-
<li class=" tsd-kind-class tsd-parent-kind-namespace">
|
|
510
|
-
<a href="_index_.service.master.html" class="tsd-kind-icon">Master</a>
|
|
511
|
-
</li>
|
|
512
|
-
</ul>
|
|
513
|
-
<ul class="current">
|
|
514
|
-
<li class="current tsd-kind-class tsd-parent-kind-namespace">
|
|
515
|
-
<a href="_index_.service.reserve.html" class="tsd-kind-icon">Reserve</a>
|
|
516
|
-
<ul>
|
|
517
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
518
|
-
<a href="_index_.service.reserve.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
519
|
-
</li>
|
|
520
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
521
|
-
<a href="_index_.service.reserve.html#options" class="tsd-kind-icon">options</a>
|
|
522
|
-
</li>
|
|
523
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
524
|
-
<a href="_index_.service.reserve.html#requestoptions" class="tsd-kind-icon">request<wbr>Options</a>
|
|
525
|
-
</li>
|
|
526
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
527
|
-
<a href="_index_.service.reserve.html#countfreeseat" class="tsd-kind-icon">count<wbr>Free<wbr>Seat</a>
|
|
528
|
-
</li>
|
|
529
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
530
|
-
<a href="_index_.service.reserve.html#delreserve" class="tsd-kind-icon">del<wbr>Reserve</a>
|
|
531
|
-
</li>
|
|
532
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
533
|
-
<a href="_index_.service.reserve.html#deltmpreserve" class="tsd-kind-icon">del<wbr>Tmp<wbr>Reserve</a>
|
|
534
|
-
</li>
|
|
535
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
536
|
-
<a href="_index_.service.reserve.html#request" class="tsd-kind-icon">request</a>
|
|
537
|
-
</li>
|
|
538
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
539
|
-
<a href="_index_.service.reserve.html#salesticket" class="tsd-kind-icon">sales<wbr>Ticket</a>
|
|
540
|
-
</li>
|
|
541
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
542
|
-
<a href="_index_.service.reserve.html#statereserve" class="tsd-kind-icon">state<wbr>Reserve</a>
|
|
543
|
-
</li>
|
|
544
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
545
|
-
<a href="_index_.service.reserve.html#statereserveseat" class="tsd-kind-icon">state<wbr>Reserve<wbr>Seat</a>
|
|
546
|
-
</li>
|
|
547
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
548
|
-
<a href="_index_.service.reserve.html#updreserve" class="tsd-kind-icon">upd<wbr>Reserve</a>
|
|
549
|
-
</li>
|
|
550
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
551
|
-
<a href="_index_.service.reserve.html#updtmpreserveseat" class="tsd-kind-icon">upd<wbr>Tmp<wbr>Reserve<wbr>Seat</a>
|
|
552
|
-
</li>
|
|
553
|
-
</ul>
|
|
554
|
-
</li>
|
|
555
|
-
</ul>
|
|
556
|
-
<ul class="after-current">
|
|
557
|
-
</ul>
|
|
558
|
-
</nav>
|
|
559
|
-
</div>
|
|
560
|
-
</div>
|
|
561
|
-
</div>
|
|
562
|
-
<footer class="with-border-bottom">
|
|
563
|
-
<div class="container">
|
|
564
|
-
<h2>Legend</h2>
|
|
565
|
-
<div class="tsd-legend-group">
|
|
566
|
-
<ul class="tsd-legend">
|
|
567
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
568
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
569
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
570
|
-
</ul>
|
|
571
|
-
<ul class="tsd-legend">
|
|
572
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
573
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
574
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
575
|
-
</ul>
|
|
576
|
-
<ul class="tsd-legend">
|
|
577
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
578
|
-
</ul>
|
|
579
|
-
<ul class="tsd-legend">
|
|
580
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
581
|
-
</ul>
|
|
582
|
-
<ul class="tsd-legend">
|
|
583
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
584
|
-
</ul>
|
|
585
|
-
</div>
|
|
586
|
-
</div>
|
|
587
|
-
</footer>
|
|
588
|
-
<div class="container tsd-generator">
|
|
589
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
590
|
-
</div>
|
|
591
|
-
<div class="overlay"></div>
|
|
592
|
-
<script src="../assets/js/main.js"></script>
|
|
593
|
-
</body>
|
|
594
|
-
</html>
|