@motionpicture/coa-service 9.0.0-alpha.0 → 9.2.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 (76) hide show
  1. package/README.md +1 -2
  2. package/docs/assets/js/search.json +1 -1
  3. package/docs/classes/_auth_refreshtokenclient_.refreshtokenclient.html +11 -11
  4. package/docs/classes/_index_.auth.refreshtoken.html +11 -11
  5. package/docs/classes/_index_.service.master.html +12 -12
  6. package/docs/classes/_index_.service.reserve.html +12 -12
  7. package/docs/classes/_service_.service.html +4 -4
  8. package/docs/classes/_service_master_.masterservice.html +12 -12
  9. package/docs/classes/_service_reserve_.reserveservice.html +12 -12
  10. package/docs/classes/_transporters_.coaserviceerror.html +25 -8
  11. package/docs/classes/_transporters_.defaulttransporter.html +10 -7
  12. package/docs/classes/_transporters_.transporter.html +1 -1
  13. package/docs/enums/_factory_master_.flgearlybooking.html +2 -2
  14. package/docs/enums/_factory_master_.flgmember.html +2 -2
  15. package/docs/enums/_factory_reserve_.flgmember.html +2 -2
  16. package/docs/index.html +1 -2
  17. package/docs/interfaces/_auth_credentials_.icredentials.html +2 -2
  18. package/docs/interfaces/_auth_refreshtokenclient_.ioptions.html +2 -2
  19. package/docs/interfaces/_factory_master_.ikubunnameargs.html +2 -2
  20. package/docs/interfaces/_factory_master_.ikubunnameresult.html +4 -4
  21. package/docs/interfaces/_factory_master_.imgtkticketcodeargs.html +5 -5
  22. package/docs/interfaces/_factory_master_.imgtkticketcoderesult.html +6 -6
  23. package/docs/interfaces/_factory_master_.imvtkticketcodeargs.html +10 -10
  24. package/docs/interfaces/_factory_master_.imvtkticketcoderesult.html +6 -6
  25. package/docs/interfaces/_factory_master_.ischeduleargs.html +3 -3
  26. package/docs/interfaces/_factory_master_.ischeduleresult.html +14 -14
  27. package/docs/interfaces/_factory_master_.iscreenargs.html +1 -1
  28. package/docs/interfaces/_factory_master_.iscreenresult.html +4 -4
  29. package/docs/interfaces/_factory_master_.iscreenseat.html +7 -7
  30. package/docs/interfaces/_factory_master_.itheaterargs.html +1 -1
  31. package/docs/interfaces/_factory_master_.itheaterresult.html +5 -5
  32. package/docs/interfaces/_factory_master_.iticketargs.html +1 -1
  33. package/docs/interfaces/_factory_master_.iticketresult.html +6 -6
  34. package/docs/interfaces/_factory_master_.ititleargs.html +1 -1
  35. package/docs/interfaces/_factory_master_.ititleresult.html +16 -16
  36. package/docs/interfaces/_factory_reserve_.icountfreeseatargs.html +3 -3
  37. package/docs/interfaces/_factory_reserve_.icountfreeseatdate.html +3 -3
  38. package/docs/interfaces/_factory_reserve_.icountfreeseatperformance.html +6 -6
  39. package/docs/interfaces/_factory_reserve_.icountfreeseatresult.html +2 -2
  40. package/docs/interfaces/_factory_reserve_.idelreserveargs.html +9 -9
  41. package/docs/interfaces/_factory_reserve_.idelreserveseat.html +2 -2
  42. package/docs/interfaces/_factory_reserve_.ideltmpreserveargs.html +7 -7
  43. package/docs/interfaces/_factory_reserve_.isalesticketargs.html +6 -6
  44. package/docs/interfaces/_factory_reserve_.isalesticketresult.html +11 -11
  45. package/docs/interfaces/_factory_reserve_.istatereserveargs.html +4 -4
  46. package/docs/interfaces/_factory_reserve_.istatereserveresult.html +6 -6
  47. package/docs/interfaces/_factory_reserve_.istatereserveseatargs.html +6 -6
  48. package/docs/interfaces/_factory_reserve_.istatereserveseatfreeseat.html +4 -4
  49. package/docs/interfaces/_factory_reserve_.istatereserveseatresult.html +3 -3
  50. package/docs/interfaces/_factory_reserve_.istatereserveseatseat.html +2 -2
  51. package/docs/interfaces/_factory_reserve_.istatereserveticket.html +8 -8
  52. package/docs/interfaces/_factory_reserve_.iupdreserveargs.html +13 -13
  53. package/docs/interfaces/_factory_reserve_.iupdreserveqr.html +3 -3
  54. package/docs/interfaces/_factory_reserve_.iupdreserveresult.html +3 -3
  55. package/docs/interfaces/_factory_reserve_.iupdreserveticket.html +22 -21
  56. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatargs.html +7 -7
  57. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatresult.html +3 -3
  58. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatseat.html +2 -2
  59. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseattmpreserve.html +3 -3
  60. package/docs/interfaces/_service_.ioptions.html +2 -2
  61. package/docs/modules/_auth_refreshtokenclient_.html +1 -1
  62. package/docs/modules/_auth_refreshtokenclient_spec_.html +3 -3
  63. package/docs/modules/_factory_.html +2 -2
  64. package/docs/modules/_index_.html +1 -1
  65. package/docs/modules/_service_master_spec_.html +3 -3
  66. package/docs/modules/_service_reserve_spec_.html +3 -3
  67. package/docs/modules/_transporters_.html +4 -4
  68. package/example/delReserve.js +1 -1
  69. package/example/delTmpReserve.js +1 -1
  70. package/example/stateReserve.js +1 -1
  71. package/lib/factory/reserve.d.ts +9 -8
  72. package/lib/transporters.d.ts +2 -1
  73. package/lib/transporters.js +10 -8
  74. package/package.json +7 -7
  75. package/CHANGELOG.md +0 -217
  76. package/example/.gitignore +0 -1
@@ -141,7 +141,7 @@
141
141
  <aside class="tsd-sources">
142
142
  <p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#constructor">constructor</a></p>
143
143
  <ul>
144
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service.ts#L18">src/service.ts:18</a></li>
144
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L18">src/service.ts:18</a></li>
145
145
  </ul>
146
146
  </aside>
147
147
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -167,7 +167,7 @@
167
167
  <aside class="tsd-sources">
168
168
  <p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#options">options</a></p>
169
169
  <ul>
170
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service.ts#L17">src/service.ts:17</a></li>
170
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L17">src/service.ts:17</a></li>
171
171
  </ul>
172
172
  </aside>
173
173
  </section>
@@ -178,7 +178,7 @@
178
178
  <aside class="tsd-sources">
179
179
  <p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#requestoptions">requestOptions</a></p>
180
180
  <ul>
181
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service.ts#L18">src/service.ts:18</a></li>
181
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L18">src/service.ts:18</a></li>
182
182
  </ul>
183
183
  </aside>
184
184
  </section>
@@ -195,7 +195,7 @@
195
195
  <li class="tsd-description">
196
196
  <aside class="tsd-sources">
197
197
  <ul>
198
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L18">src/service/reserve.ts:18</a></li>
198
+ <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>
199
199
  </ul>
200
200
  </aside>
201
201
  <div class="tsd-comment tsd-typography">
@@ -223,7 +223,7 @@
223
223
  <li class="tsd-description">
224
224
  <aside class="tsd-sources">
225
225
  <ul>
226
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L274">src/service/reserve.ts:274</a></li>
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
227
  </ul>
228
228
  </aside>
229
229
  <div class="tsd-comment tsd-typography">
@@ -251,7 +251,7 @@
251
251
  <li class="tsd-description">
252
252
  <aside class="tsd-sources">
253
253
  <ul>
254
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L155">src/service/reserve.ts:155</a></li>
254
+ <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>
255
255
  </ul>
256
256
  </aside>
257
257
  <div class="tsd-comment tsd-typography">
@@ -280,7 +280,7 @@
280
280
  <aside class="tsd-sources">
281
281
  <p>Inherited from <a href="_service_.service.html">Service</a>.<a href="_service_.service.html#request">request</a></p>
282
282
  <ul>
283
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service.ts#L34">src/service.ts:34</a></li>
283
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/service.ts#L34">src/service.ts:34</a></li>
284
284
  </ul>
285
285
  </aside>
286
286
  <div class="tsd-comment tsd-typography">
@@ -311,7 +311,7 @@
311
311
  <li class="tsd-description">
312
312
  <aside class="tsd-sources">
313
313
  <ul>
314
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L351">src/service/reserve.ts:351</a></li>
314
+ <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>
315
315
  </ul>
316
316
  </aside>
317
317
  <div class="tsd-comment tsd-typography">
@@ -339,7 +339,7 @@
339
339
  <li class="tsd-description">
340
340
  <aside class="tsd-sources">
341
341
  <ul>
342
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L301">src/service/reserve.ts:301</a></li>
342
+ <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>
343
343
  </ul>
344
344
  </aside>
345
345
  <div class="tsd-comment tsd-typography">
@@ -367,7 +367,7 @@
367
367
  <li class="tsd-description">
368
368
  <aside class="tsd-sources">
369
369
  <ul>
370
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L61">src/service/reserve.ts:61</a></li>
370
+ <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>
371
371
  </ul>
372
372
  </aside>
373
373
  <div class="tsd-comment tsd-typography">
@@ -395,7 +395,7 @@
395
395
  <li class="tsd-description">
396
396
  <aside class="tsd-sources">
397
397
  <ul>
398
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L207">src/service/reserve.ts:207</a></li>
398
+ <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>
399
399
  </ul>
400
400
  </aside>
401
401
  <div class="tsd-comment tsd-typography">
@@ -423,7 +423,7 @@
423
423
  <li class="tsd-description">
424
424
  <aside class="tsd-sources">
425
425
  <ul>
426
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/service/reserve.ts#L116">src/service/reserve.ts:116</a></li>
426
+ <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>
427
427
  </ul>
428
428
  </aside>
429
429
  <div class="tsd-comment tsd-typography">
@@ -105,6 +105,7 @@
105
105
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="_transporters_.coaserviceerror.html#code" class="tsd-kind-icon">code</a></li>
106
106
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_transporters_.coaserviceerror.html#message" class="tsd-kind-icon">message</a></li>
107
107
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="_transporters_.coaserviceerror.html#name" class="tsd-kind-icon">name</a></li>
108
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="_transporters_.coaserviceerror.html#requestoptions" class="tsd-kind-icon">request<wbr>Options</a></li>
108
109
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_transporters_.coaserviceerror.html#stack" class="tsd-kind-icon">stack</a></li>
109
110
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="_transporters_.coaserviceerror.html#status" class="tsd-kind-icon">status</a></li>
110
111
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="_transporters_.coaserviceerror.html#error" class="tsd-kind-icon">Error</a></li>
@@ -119,13 +120,13 @@
119
120
  <a name="constructor" class="tsd-anchor"></a>
120
121
  <h3>constructor</h3>
121
122
  <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
122
- <li class="tsd-signature tsd-kind-icon">new COAService<wbr>Error<span class="tsd-signature-symbol">(</span>code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, status<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, message<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_transporters_.coaserviceerror.html" class="tsd-signature-type">COAServiceError</a></li>
123
+ <li class="tsd-signature tsd-kind-icon">new COAService<wbr>Error<span class="tsd-signature-symbol">(</span>code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, status<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, message<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, requestOptions<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">request.OptionsWithUri</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_transporters_.coaserviceerror.html" class="tsd-signature-type">COAServiceError</a></li>
123
124
  </ul>
124
125
  <ul class="tsd-descriptions">
125
126
  <li class="tsd-description">
126
127
  <aside class="tsd-sources">
127
128
  <ul>
128
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L34">src/transporters.ts:34</a></li>
129
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L35">src/transporters.ts:35</a></li>
129
130
  </ul>
130
131
  </aside>
131
132
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -139,6 +140,9 @@
139
140
  <li>
140
141
  <h5><span class="tsd-flag ts-flagOptional">Optional</span> message: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
141
142
  </li>
143
+ <li>
144
+ <h5><span class="tsd-flag ts-flagOptional">Optional</span> requestOptions: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
145
+ </li>
142
146
  </ul>
143
147
  <h4 class="tsd-returns-title">Returns <a href="_transporters_.coaserviceerror.html" class="tsd-signature-type">COAServiceError</a></h4>
144
148
  </li>
@@ -153,7 +157,7 @@
153
157
  <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
154
158
  <aside class="tsd-sources">
155
159
  <ul>
156
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L33">src/transporters.ts:33</a></li>
160
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L33">src/transporters.ts:33</a></li>
157
161
  </ul>
158
162
  </aside>
159
163
  </section>
@@ -164,7 +168,7 @@
164
168
  <aside class="tsd-sources">
165
169
  <p>Inherited from <a href="_transporters_.coaserviceerror.html">COAServiceError</a>.<a href="_transporters_.coaserviceerror.html#message">message</a></p>
166
170
  <ul>
167
- <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:974</li>
171
+ <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1029</li>
168
172
  </ul>
169
173
  </aside>
170
174
  </section>
@@ -175,7 +179,17 @@
175
179
  <aside class="tsd-sources">
176
180
  <p>Inherited from <a href="_transporters_.coaserviceerror.html">COAServiceError</a>.<a href="_transporters_.coaserviceerror.html#name">name</a></p>
177
181
  <ul>
178
- <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:973</li>
182
+ <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1028</li>
183
+ </ul>
184
+ </aside>
185
+ </section>
186
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
187
+ <a name="requestoptions" class="tsd-anchor"></a>
188
+ <h3>request<wbr>Options</h3>
189
+ <div class="tsd-signature tsd-kind-icon">request<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">request.OptionsWithUri</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
190
+ <aside class="tsd-sources">
191
+ <ul>
192
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L35">src/transporters.ts:35</a></li>
179
193
  </ul>
180
194
  </aside>
181
195
  </section>
@@ -187,7 +201,7 @@
187
201
  <p>Inherited from <a href="_transporters_.coaserviceerror.html">COAServiceError</a>.<a href="_transporters_.coaserviceerror.html#stack">stack</a></p>
188
202
  <p>Overrides <a href="_transporters_.coaserviceerror.html">COAServiceError</a>.<a href="_transporters_.coaserviceerror.html#stack">stack</a></p>
189
203
  <ul>
190
- <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:975</li>
204
+ <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1030</li>
191
205
  </ul>
192
206
  </aside>
193
207
  </section>
@@ -197,7 +211,7 @@
197
211
  <div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
198
212
  <aside class="tsd-sources">
199
213
  <ul>
200
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L34">src/transporters.ts:34</a></li>
214
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L34">src/transporters.ts:34</a></li>
201
215
  </ul>
202
216
  </aside>
203
217
  </section>
@@ -207,7 +221,7 @@
207
221
  <div class="tsd-signature tsd-kind-icon">Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ErrorConstructor</span></div>
208
222
  <aside class="tsd-sources">
209
223
  <ul>
210
- <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:984</li>
224
+ <li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1039</li>
211
225
  </ul>
212
226
  </aside>
213
227
  </section>
@@ -279,6 +293,9 @@
279
293
  <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
280
294
  <a href="_transporters_.coaserviceerror.html#name" class="tsd-kind-icon">name</a>
281
295
  </li>
296
+ <li class=" tsd-kind-property tsd-parent-kind-class">
297
+ <a href="_transporters_.coaserviceerror.html#requestoptions" class="tsd-kind-icon">request<wbr>Options</a>
298
+ </li>
282
299
  <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
283
300
  <a href="_transporters_.coaserviceerror.html#stack" class="tsd-kind-icon">stack</a>
284
301
  </li>
@@ -130,7 +130,7 @@
130
130
  <li class="tsd-description">
131
131
  <aside class="tsd-sources">
132
132
  <ul>
133
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L54">src/transporters.ts:54</a></li>
133
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L56">src/transporters.ts:56</a></li>
134
134
  </ul>
135
135
  </aside>
136
136
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -152,7 +152,7 @@
152
152
  <div class="tsd-signature tsd-kind-icon">expected<wbr>Status<wbr>Codes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
153
153
  <aside class="tsd-sources">
154
154
  <ul>
155
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L54">src/transporters.ts:54</a></li>
155
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L56">src/transporters.ts:56</a></li>
156
156
  </ul>
157
157
  </aside>
158
158
  </section>
@@ -162,7 +162,7 @@
162
162
  <div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x60;coa-service/${pkg.version}&#x60;</span></div>
163
163
  <aside class="tsd-sources">
164
164
  <ul>
165
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L52">src/transporters.ts:52</a></li>
165
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L54">src/transporters.ts:54</a></li>
166
166
  </ul>
167
167
  </aside>
168
168
  <div class="tsd-comment tsd-typography">
@@ -184,7 +184,7 @@
184
184
  <li class="tsd-description">
185
185
  <aside class="tsd-sources">
186
186
  <ul>
187
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L82">src/transporters.ts:82</a></li>
187
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L84">src/transporters.ts:84</a></li>
188
188
  </ul>
189
189
  </aside>
190
190
  <div class="tsd-comment tsd-typography">
@@ -206,13 +206,13 @@
206
206
  <a name="wrapcallback" class="tsd-anchor"></a>
207
207
  <h3><span class="tsd-flag ts-flagPrivate">Private</span> wrap<wbr>Callback</h3>
208
208
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
209
- <li class="tsd-signature tsd-kind-icon">wrap<wbr>Callback<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, response<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.RequestResponse</span>, body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
209
+ <li class="tsd-signature tsd-kind-icon">wrap<wbr>Callback<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, response<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.RequestResponse</span>, body<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">request.OptionsWithUri</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
210
210
  </ul>
211
211
  <ul class="tsd-descriptions">
212
212
  <li class="tsd-description">
213
213
  <aside class="tsd-sources">
214
214
  <ul>
215
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L101">src/transporters.ts:101</a></li>
215
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L103">src/transporters.ts:103</a></li>
216
216
  </ul>
217
217
  </aside>
218
218
  <div class="tsd-comment tsd-typography">
@@ -231,6 +231,9 @@
231
231
  <li>
232
232
  <h5>body: <span class="tsd-signature-type">any</span></h5>
233
233
  </li>
234
+ <li>
235
+ <h5>options: <span class="tsd-signature-type">request.OptionsWithUri</span></h5>
236
+ </li>
234
237
  </ul>
235
238
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
236
239
  </li>
@@ -246,7 +249,7 @@
246
249
  <li class="tsd-description">
247
250
  <aside class="tsd-sources">
248
251
  <ul>
249
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L63">src/transporters.ts:63</a></li>
252
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L65">src/transporters.ts:65</a></li>
250
253
  </ul>
251
254
  </aside>
252
255
  <div class="tsd-comment tsd-typography">
@@ -116,7 +116,7 @@
116
116
  <li class="tsd-description">
117
117
  <aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/transporters.ts#L24">src/transporters.ts:24</a></li>
119
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/transporters.ts#L24">src/transporters.ts:24</a></li>
120
120
  </ul>
121
121
  </aside>
122
122
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -98,7 +98,7 @@
98
98
  <div class="tsd-signature tsd-kind-icon">Early<wbr>Booking<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;1&quot;</span></div>
99
99
  <aside class="tsd-sources">
100
100
  <ul>
101
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L208">src/factory/master.ts:208</a></li>
101
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L208">src/factory/master.ts:208</a></li>
102
102
  </ul>
103
103
  </aside>
104
104
  <div class="tsd-comment tsd-typography">
@@ -113,7 +113,7 @@
113
113
  <div class="tsd-signature tsd-kind-icon">Not<wbr>Pre<wbr>Order<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;0&quot;</span></div>
114
114
  <aside class="tsd-sources">
115
115
  <ul>
116
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L204">src/factory/master.ts:204</a></li>
116
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L204">src/factory/master.ts:204</a></li>
117
117
  </ul>
118
118
  </aside>
119
119
  <div class="tsd-comment tsd-typography">
@@ -98,7 +98,7 @@
98
98
  <div class="tsd-signature tsd-kind-icon">Member<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;1&quot;</span></div>
99
99
  <aside class="tsd-sources">
100
100
  <ul>
101
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L288">src/factory/master.ts:288</a></li>
101
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L288">src/factory/master.ts:288</a></li>
102
102
  </ul>
103
103
  </aside>
104
104
  <div class="tsd-comment tsd-typography">
@@ -113,7 +113,7 @@
113
113
  <div class="tsd-signature tsd-kind-icon">Non<wbr>Member<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;0&quot;</span></div>
114
114
  <aside class="tsd-sources">
115
115
  <ul>
116
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L284">src/factory/master.ts:284</a></li>
116
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L284">src/factory/master.ts:284</a></li>
117
117
  </ul>
118
118
  </aside>
119
119
  <div class="tsd-comment tsd-typography">
@@ -98,7 +98,7 @@
98
98
  <div class="tsd-signature tsd-kind-icon">Member<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;1&quot;</span></div>
99
99
  <aside class="tsd-sources">
100
100
  <ul>
101
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L604">src/factory/reserve.ts:604</a></li>
101
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L605">src/factory/reserve.ts:605</a></li>
102
102
  </ul>
103
103
  </aside>
104
104
  <div class="tsd-comment tsd-typography">
@@ -113,7 +113,7 @@
113
113
  <div class="tsd-signature tsd-kind-icon">Non<wbr>Member<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;0&quot;</span></div>
114
114
  <aside class="tsd-sources">
115
115
  <ul>
116
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L600">src/factory/reserve.ts:600</a></li>
116
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L601">src/factory/reserve.ts:601</a></li>
117
117
  </ul>
118
118
  </aside>
119
119
  <div class="tsd-comment tsd-typography">
package/docs/index.html CHANGED
@@ -70,7 +70,6 @@
70
70
  <p><a href="https://www.npmjs.com/package/@motionpicture/coa-service"><img src="https://img.shields.io/npm/v/@motionpicture/coa-service.svg" alt="npm (scoped)"></a>
71
71
  <a href="https://circleci.com/gh/motionpicture/coa-service"><img src="https://circleci.com/gh/motionpicture/coa-service.svg?style=shield" alt="CircleCI"></a>
72
72
  <a href="https://coveralls.io/github/motionpicture/coa-service?branch=master"><img src="https://coveralls.io/repos/github/motionpicture/coa-service/badge.svg?branch=master" alt="Coverage Status"></a>
73
- <a href="https://david-dm.org/motionpicture/coa-service"><img src="https://img.shields.io/david/motionpicture/coa-service.svg" alt="Dependency Status"></a>
74
73
  <a href="https://snyk.io/test/github/motionpicture/coa-service"><img src="https://snyk.io/test/github/motionpicture/coa-service/badge.svg" alt="Known Vulnerabilities"></a>
75
74
  <a href="https://nodei.co/npm/@motionpicture/coa-service/"><img src="https://img.shields.io/npm/dm/@motionpicture/coa-service.svg" alt="npm"></a></p>
76
75
  <p>Node.jsでCOAサービスを使うためのライブラリです。</p>
@@ -99,7 +98,7 @@
99
98
  <ul>
100
99
  <li>正常時レスポンスにはstatusが含まれるが、0以外のステータスはない。</li>
101
100
  <li>カタカナは全角統一(半角はありえない)</li>
102
- <li>仮予約番号と購入番号の型はnumberで統一。</li>
101
+ <li>仮予約番号と購入番号の型はstringで統一。</li>
103
102
  <li>座席番号は半角と全角を区別する、</li>
104
103
  <li>購入番号は劇場内でユニーク、劇場コード合わせれば全体でユニーク。</li>
105
104
  <li>購入番号は連番かどうか<ul>
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">access_<wbr>token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
107
107
  <aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/auth/credentials.ts#L8">src/auth/credentials.ts:8</a></li>
109
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/auth/credentials.ts#L8">src/auth/credentials.ts:8</a></li>
110
110
  </ul>
111
111
  </aside>
112
112
  <div class="tsd-comment tsd-typography">
@@ -121,7 +121,7 @@
121
121
  <div class="tsd-signature tsd-kind-icon">expired_<wbr>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
122
122
  <aside class="tsd-sources">
123
123
  <ul>
124
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/auth/credentials.ts#L12">src/auth/credentials.ts:12</a></li>
124
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/auth/credentials.ts#L12">src/auth/credentials.ts:12</a></li>
125
125
  </ul>
126
126
  </aside>
127
127
  <div class="tsd-comment tsd-typography">
@@ -99,7 +99,7 @@
99
99
  <div class="tsd-signature tsd-kind-icon">endpoint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
100
100
  <aside class="tsd-sources">
101
101
  <ul>
102
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/auth/refreshTokenClient.ts#L11">src/auth/refreshTokenClient.ts:11</a></li>
102
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/auth/refreshTokenClient.ts#L11">src/auth/refreshTokenClient.ts:11</a></li>
103
103
  </ul>
104
104
  </aside>
105
105
  </section>
@@ -109,7 +109,7 @@
109
109
  <div class="tsd-signature tsd-kind-icon">refresh<wbr>Token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/auth/refreshTokenClient.ts#L12">src/auth/refreshTokenClient.ts:12</a></li>
112
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/auth/refreshTokenClient.ts#L12">src/auth/refreshTokenClient.ts:12</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  </section>
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">kubun<wbr>Class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
107
107
  <aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L341">src/factory/master.ts:341</a></li>
109
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L341">src/factory/master.ts:341</a></li>
110
110
  </ul>
111
111
  </aside>
112
112
  <div class="tsd-comment tsd-typography">
@@ -121,7 +121,7 @@
121
121
  <div class="tsd-signature tsd-kind-icon">theater<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
122
122
  <aside class="tsd-sources">
123
123
  <ul>
124
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L337">src/factory/master.ts:337</a></li>
124
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L337">src/factory/master.ts:337</a></li>
125
125
  </ul>
126
126
  </aside>
127
127
  <div class="tsd-comment tsd-typography">
@@ -108,7 +108,7 @@
108
108
  <div class="tsd-signature tsd-kind-icon">kubun<wbr>Add<wbr>Price<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
109
109
  <aside class="tsd-sources">
110
110
  <ul>
111
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L362">src/factory/master.ts:362</a></li>
111
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L362">src/factory/master.ts:362</a></li>
112
112
  </ul>
113
113
  </aside>
114
114
  <div class="tsd-comment tsd-typography">
@@ -123,7 +123,7 @@
123
123
  <div class="tsd-signature tsd-kind-icon">kubun<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
124
124
  <aside class="tsd-sources">
125
125
  <ul>
126
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L350">src/factory/master.ts:350</a></li>
126
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L350">src/factory/master.ts:350</a></li>
127
127
  </ul>
128
128
  </aside>
129
129
  <div class="tsd-comment tsd-typography">
@@ -138,7 +138,7 @@
138
138
  <div class="tsd-signature tsd-kind-icon">kubun<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
139
139
  <aside class="tsd-sources">
140
140
  <ul>
141
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L354">src/factory/master.ts:354</a></li>
141
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L354">src/factory/master.ts:354</a></li>
142
142
  </ul>
143
143
  </aside>
144
144
  <div class="tsd-comment tsd-typography">
@@ -153,7 +153,7 @@
153
153
  <div class="tsd-signature tsd-kind-icon">kubun<wbr>Name<wbr>Eng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
154
154
  <aside class="tsd-sources">
155
155
  <ul>
156
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L358">src/factory/master.ts:358</a></li>
156
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L358">src/factory/master.ts:358</a></li>
157
157
  </ul>
158
158
  </aside>
159
159
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,7 @@
109
109
  <div class="tsd-signature tsd-kind-icon">date<wbr>Jouei<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L464">src/factory/master.ts:464</a></li>
112
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L464">src/factory/master.ts:464</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  <div class="tsd-comment tsd-typography">
@@ -124,7 +124,7 @@
124
124
  <div class="tsd-signature tsd-kind-icon">mgtk<wbr>Ticketcode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
125
125
  <aside class="tsd-sources">
126
126
  <ul>
127
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L452">src/factory/master.ts:452</a></li>
127
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L452">src/factory/master.ts:452</a></li>
128
128
  </ul>
129
129
  </aside>
130
130
  <div class="tsd-comment tsd-typography">
@@ -139,7 +139,7 @@
139
139
  <div class="tsd-signature tsd-kind-icon">theater<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
140
140
  <aside class="tsd-sources">
141
141
  <ul>
142
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L448">src/factory/master.ts:448</a></li>
142
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L448">src/factory/master.ts:448</a></li>
143
143
  </ul>
144
144
  </aside>
145
145
  <div class="tsd-comment tsd-typography">
@@ -154,7 +154,7 @@
154
154
  <div class="tsd-signature tsd-kind-icon">title<wbr>Branch<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
155
155
  <aside class="tsd-sources">
156
156
  <ul>
157
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L460">src/factory/master.ts:460</a></li>
157
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L460">src/factory/master.ts:460</a></li>
158
158
  </ul>
159
159
  </aside>
160
160
  <div class="tsd-comment tsd-typography">
@@ -169,7 +169,7 @@
169
169
  <div class="tsd-signature tsd-kind-icon">title<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
170
170
  <aside class="tsd-sources">
171
171
  <ul>
172
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L456">src/factory/master.ts:456</a></li>
172
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L456">src/factory/master.ts:456</a></li>
173
173
  </ul>
174
174
  </aside>
175
175
  <div class="tsd-comment tsd-typography">
@@ -110,7 +110,7 @@
110
110
  <div class="tsd-signature tsd-kind-icon">add<wbr>Price<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
111
111
  <aside class="tsd-sources">
112
112
  <ul>
113
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L490">src/factory/master.ts:490</a></li>
113
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L490">src/factory/master.ts:490</a></li>
114
114
  </ul>
115
115
  </aside>
116
116
  <div class="tsd-comment tsd-typography">
@@ -125,7 +125,7 @@
125
125
  <div class="tsd-signature tsd-kind-icon">add<wbr>Price<wbr>Glasses<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
126
126
  <aside class="tsd-sources">
127
127
  <ul>
128
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L494">src/factory/master.ts:494</a></li>
128
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L494">src/factory/master.ts:494</a></li>
129
129
  </ul>
130
130
  </aside>
131
131
  <div class="tsd-comment tsd-typography">
@@ -140,7 +140,7 @@
140
140
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L474">src/factory/master.ts:474</a></li>
143
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L474">src/factory/master.ts:474</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -155,7 +155,7 @@
155
155
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
156
156
  <aside class="tsd-sources">
157
157
  <ul>
158
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L478">src/factory/master.ts:478</a></li>
158
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L478">src/factory/master.ts:478</a></li>
159
159
  </ul>
160
160
  </aside>
161
161
  <div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@
170
170
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Name<wbr>Eng<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L486">src/factory/master.ts:486</a></li>
173
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L486">src/factory/master.ts:486</a></li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -185,7 +185,7 @@
185
185
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Name<wbr>Kana<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
186
186
  <aside class="tsd-sources">
187
187
  <ul>
188
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/master.ts#L482">src/factory/master.ts:482</a></li>
188
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/master.ts#L482">src/factory/master.ts:482</a></li>
189
189
  </ul>
190
190
  </aside>
191
191
  <div class="tsd-comment tsd-typography">