@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
@@ -104,10 +104,10 @@
104
104
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
105
105
  <a name="reservenum" class="tsd-anchor"></a>
106
106
  <h3>reserve<wbr>Num</h3>
107
- <div class="tsd-signature tsd-kind-icon">reserve<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
107
+ <div class="tsd-signature tsd-kind-icon">reserve<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
108
108
  <aside class="tsd-sources">
109
109
  <ul>
110
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L523">src/factory/reserve.ts:523</a></li>
110
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L524">src/factory/reserve.ts:524</a></li>
111
111
  </ul>
112
112
  </aside>
113
113
  <div class="tsd-comment tsd-typography">
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">tel<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L527">src/factory/reserve.ts:527</a></li>
125
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L528">src/factory/reserve.ts:528</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -137,7 +137,7 @@
137
137
  <div class="tsd-signature tsd-kind-icon">theater<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
138
138
  <aside class="tsd-sources">
139
139
  <ul>
140
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L519">src/factory/reserve.ts:519</a></li>
140
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L520">src/factory/reserve.ts:520</a></li>
141
141
  </ul>
142
142
  </aside>
143
143
  <div class="tsd-comment tsd-typography">
@@ -110,7 +110,7 @@
110
110
  <div class="tsd-signature tsd-kind-icon">date<wbr>Jouei<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</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/reserve.ts#L570">src/factory/reserve.ts:570</a></li>
113
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L571">src/factory/reserve.ts:571</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">list<wbr>Ticket<span class="tsd-signature-symbol">:</span> <a href="_factory_reserve_.istatereserveticket.html" class="tsd-signature-type">IStateReserveTicket</a><span class="tsd-signature-symbol">[]</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/reserve.ts#L590">src/factory/reserve.ts:590</a></li>
128
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L591">src/factory/reserve.ts:591</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">screen<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/reserve.ts#L586">src/factory/reserve.ts:586</a></li>
143
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L587">src/factory/reserve.ts:587</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">time<wbr>Begin<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/reserve.ts#L582">src/factory/reserve.ts:582</a></li>
158
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L583">src/factory/reserve.ts:583</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">title<wbr>Branch<wbr>Num<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/reserve.ts#L578">src/factory/reserve.ts:578</a></li>
173
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L579">src/factory/reserve.ts:579</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">title<wbr>Code<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/reserve.ts#L574">src/factory/reserve.ts:574</a></li>
188
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L575">src/factory/reserve.ts:575</a></li>
189
189
  </ul>
190
190
  </aside>
191
191
  <div class="tsd-comment tsd-typography">
@@ -110,7 +110,7 @@
110
110
  <div class="tsd-signature tsd-kind-icon">date<wbr>Jouei<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</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/reserve.ts#L90">src/factory/reserve.ts:90</a></li>
113
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L90">src/factory/reserve.ts:90</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">screen<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</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/reserve.ts#L106">src/factory/reserve.ts:106</a></li>
128
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L106">src/factory/reserve.ts:106</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">theater<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/reserve.ts#L86">src/factory/reserve.ts:86</a></li>
143
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L86">src/factory/reserve.ts:86</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">time<wbr>Begin<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/reserve.ts#L102">src/factory/reserve.ts:102</a></li>
158
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L102">src/factory/reserve.ts:102</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">title<wbr>Branch<wbr>Num<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/reserve.ts#L98">src/factory/reserve.ts:98</a></li>
173
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L98">src/factory/reserve.ts:98</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">title<wbr>Code<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/reserve.ts#L94">src/factory/reserve.ts:94</a></li>
188
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L94">src/factory/reserve.ts:94</a></li>
189
189
  </ul>
190
190
  </aside>
191
191
  <div class="tsd-comment tsd-typography">
@@ -108,7 +108,7 @@
108
108
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</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/reserve.ts#L115">src/factory/reserve.ts:115</a></li>
111
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L115">src/factory/reserve.ts:115</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">spseat<wbr>Add1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</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/reserve.ts#L125">src/factory/reserve.ts:125</a></li>
126
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L125">src/factory/reserve.ts:125</a></li>
127
127
  </ul>
128
128
  </aside>
129
129
  <div class="tsd-comment tsd-typography">
@@ -139,7 +139,7 @@
139
139
  <div class="tsd-signature tsd-kind-icon">spseat<wbr>Add2<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</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/reserve.ts#L130">src/factory/reserve.ts:130</a></li>
142
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L130">src/factory/reserve.ts:130</a></li>
143
143
  </ul>
144
144
  </aside>
145
145
  <div class="tsd-comment tsd-typography">
@@ -155,7 +155,7 @@
155
155
  <div class="tsd-signature tsd-kind-icon">spseat<wbr>Kbn<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/reserve.ts#L120">src/factory/reserve.ts:120</a></li>
158
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L120">src/factory/reserve.ts:120</a></li>
159
159
  </ul>
160
160
  </aside>
161
161
  <div class="tsd-comment tsd-typography">
@@ -107,7 +107,7 @@
107
107
  <div class="tsd-signature tsd-kind-icon">cnt<wbr>Reserve<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
108
108
  <aside class="tsd-sources">
109
109
  <ul>
110
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L152">src/factory/reserve.ts:152</a></li>
110
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L152">src/factory/reserve.ts:152</a></li>
111
111
  </ul>
112
112
  </aside>
113
113
  <div class="tsd-comment tsd-typography">
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">cnt<wbr>Seat<wbr>Line<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L156">src/factory/reserve.ts:156</a></li>
125
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L156">src/factory/reserve.ts:156</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -137,7 +137,7 @@
137
137
  <div class="tsd-signature tsd-kind-icon">list<wbr>Seat<span class="tsd-signature-symbol">:</span> <a href="_factory_reserve_.istatereserveseatseat.html" class="tsd-signature-type">IStateReserveSeatSeat</a><span class="tsd-signature-symbol">[]</span></div>
138
138
  <aside class="tsd-sources">
139
139
  <ul>
140
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L160">src/factory/reserve.ts:160</a></li>
140
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L160">src/factory/reserve.ts:160</a></li>
141
141
  </ul>
142
142
  </aside>
143
143
  <div class="tsd-comment tsd-typography">
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">list<wbr>Free<wbr>Seat<span class="tsd-signature-symbol">:</span> <a href="_factory_reserve_.istatereserveseatfreeseat.html" class="tsd-signature-type">IStateReserveSeatFreeSeat</a><span class="tsd-signature-symbol">[]</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/reserve.ts#L143">src/factory/reserve.ts:143</a></li>
109
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L143">src/factory/reserve.ts:143</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">seat<wbr>Section<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/reserve.ts#L139">src/factory/reserve.ts:139</a></li>
124
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L139">src/factory/reserve.ts:139</a></li>
125
125
  </ul>
126
126
  </aside>
127
127
  <div class="tsd-comment tsd-typography">
@@ -105,7 +105,7 @@
105
105
  <div class="tsd-signature tsd-kind-icon">add<wbr>Glasses<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
106
106
  <aside class="tsd-sources">
107
107
  <ul>
108
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L561">src/factory/reserve.ts:561</a></li>
108
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L562">src/factory/reserve.ts:562</a></li>
109
109
  </ul>
110
110
  </aside>
111
111
  <div class="tsd-comment tsd-typography">
@@ -120,7 +120,7 @@
120
120
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
121
121
  <aside class="tsd-sources">
122
122
  <ul>
123
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L553">src/factory/reserve.ts:553</a></li>
123
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L554">src/factory/reserve.ts:554</a></li>
124
124
  </ul>
125
125
  </aside>
126
126
  <div class="tsd-comment tsd-typography">
@@ -135,7 +135,7 @@
135
135
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Qrcode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
136
136
  <aside class="tsd-sources">
137
137
  <ul>
138
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L557">src/factory/reserve.ts:557</a></li>
138
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L558">src/factory/reserve.ts:558</a></li>
139
139
  </ul>
140
140
  </aside>
141
141
  <div class="tsd-comment tsd-typography">
@@ -150,7 +150,7 @@
150
150
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
151
151
  <aside class="tsd-sources">
152
152
  <ul>
153
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L549">src/factory/reserve.ts:549</a></li>
153
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L550">src/factory/reserve.ts:550</a></li>
154
154
  </ul>
155
155
  </aside>
156
156
  <div class="tsd-comment tsd-typography">
@@ -165,7 +165,7 @@
165
165
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
166
166
  <aside class="tsd-sources">
167
167
  <ul>
168
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L533">src/factory/reserve.ts:533</a></li>
168
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L534">src/factory/reserve.ts:534</a></li>
169
169
  </ul>
170
170
  </aside>
171
171
  <div class="tsd-comment tsd-typography">
@@ -180,7 +180,7 @@
180
180
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
181
181
  <aside class="tsd-sources">
182
182
  <ul>
183
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L545">src/factory/reserve.ts:545</a></li>
183
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L546">src/factory/reserve.ts:546</a></li>
184
184
  </ul>
185
185
  </aside>
186
186
  <div class="tsd-comment tsd-typography">
@@ -195,7 +195,7 @@
195
195
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
196
196
  <aside class="tsd-sources">
197
197
  <ul>
198
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L537">src/factory/reserve.ts:537</a></li>
198
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L538">src/factory/reserve.ts:538</a></li>
199
199
  </ul>
200
200
  </aside>
201
201
  <div class="tsd-comment tsd-typography">
@@ -210,7 +210,7 @@
210
210
  <div class="tsd-signature tsd-kind-icon">ticket<wbr>Price<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
211
211
  <aside class="tsd-sources">
212
212
  <ul>
213
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L541">src/factory/reserve.ts:541</a></li>
213
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L542">src/factory/reserve.ts:542</a></li>
214
214
  </ul>
215
215
  </aside>
216
216
  <div class="tsd-comment tsd-typography">
@@ -116,7 +116,7 @@
116
116
  <div class="tsd-signature tsd-kind-icon">date<wbr>Jouei<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
117
117
  <aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L286">src/factory/reserve.ts:286</a></li>
119
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L286">src/factory/reserve.ts:286</a></li>
120
120
  </ul>
121
121
  </aside>
122
122
  <div class="tsd-comment tsd-typography">
@@ -131,7 +131,7 @@
131
131
  <div class="tsd-signature tsd-kind-icon">list<wbr>Ticket<span class="tsd-signature-symbol">:</span> <a href="_factory_reserve_.iupdreserveticket.html" class="tsd-signature-type">IUpdReserveTicket</a><span class="tsd-signature-symbol">[]</span></div>
132
132
  <aside class="tsd-sources">
133
133
  <ul>
134
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L326">src/factory/reserve.ts:326</a></li>
134
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L326">src/factory/reserve.ts:326</a></li>
135
135
  </ul>
136
136
  </aside>
137
137
  <div class="tsd-comment tsd-typography">
@@ -146,7 +146,7 @@
146
146
  <div class="tsd-signature tsd-kind-icon">mail<wbr>Addr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
147
147
  <aside class="tsd-sources">
148
148
  <ul>
149
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L318">src/factory/reserve.ts:318</a></li>
149
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L318">src/factory/reserve.ts:318</a></li>
150
150
  </ul>
151
151
  </aside>
152
152
  <div class="tsd-comment tsd-typography">
@@ -161,7 +161,7 @@
161
161
  <div class="tsd-signature tsd-kind-icon">reserve<wbr>Amount<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
162
162
  <aside class="tsd-sources">
163
163
  <ul>
164
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L322">src/factory/reserve.ts:322</a></li>
164
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L322">src/factory/reserve.ts:322</a></li>
165
165
  </ul>
166
166
  </aside>
167
167
  <div class="tsd-comment tsd-typography">
@@ -176,7 +176,7 @@
176
176
  <div class="tsd-signature tsd-kind-icon">reserve<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
177
177
  <aside class="tsd-sources">
178
178
  <ul>
179
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L306">src/factory/reserve.ts:306</a></li>
179
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L306">src/factory/reserve.ts:306</a></li>
180
180
  </ul>
181
181
  </aside>
182
182
  <div class="tsd-comment tsd-typography">
@@ -191,7 +191,7 @@
191
191
  <div class="tsd-signature tsd-kind-icon">reserve<wbr>Name<wbr>Jkana<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
192
192
  <aside class="tsd-sources">
193
193
  <ul>
194
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L310">src/factory/reserve.ts:310</a></li>
194
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L310">src/factory/reserve.ts:310</a></li>
195
195
  </ul>
196
196
  </aside>
197
197
  <div class="tsd-comment tsd-typography">
@@ -206,7 +206,7 @@
206
206
  <div class="tsd-signature tsd-kind-icon">tel<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
207
207
  <aside class="tsd-sources">
208
208
  <ul>
209
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L314">src/factory/reserve.ts:314</a></li>
209
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L314">src/factory/reserve.ts:314</a></li>
210
210
  </ul>
211
211
  </aside>
212
212
  <div class="tsd-comment tsd-typography">
@@ -221,7 +221,7 @@
221
221
  <div class="tsd-signature tsd-kind-icon">theater<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
222
222
  <aside class="tsd-sources">
223
223
  <ul>
224
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L282">src/factory/reserve.ts:282</a></li>
224
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L282">src/factory/reserve.ts:282</a></li>
225
225
  </ul>
226
226
  </aside>
227
227
  <div class="tsd-comment tsd-typography">
@@ -236,7 +236,7 @@
236
236
  <div class="tsd-signature tsd-kind-icon">time<wbr>Begin<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
237
237
  <aside class="tsd-sources">
238
238
  <ul>
239
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L298">src/factory/reserve.ts:298</a></li>
239
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L298">src/factory/reserve.ts:298</a></li>
240
240
  </ul>
241
241
  </aside>
242
242
  <div class="tsd-comment tsd-typography">
@@ -251,7 +251,7 @@
251
251
  <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>
252
252
  <aside class="tsd-sources">
253
253
  <ul>
254
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L294">src/factory/reserve.ts:294</a></li>
254
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L294">src/factory/reserve.ts:294</a></li>
255
255
  </ul>
256
256
  </aside>
257
257
  <div class="tsd-comment tsd-typography">
@@ -266,7 +266,7 @@
266
266
  <div class="tsd-signature tsd-kind-icon">title<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
267
267
  <aside class="tsd-sources">
268
268
  <ul>
269
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L290">src/factory/reserve.ts:290</a></li>
269
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L290">src/factory/reserve.ts:290</a></li>
270
270
  </ul>
271
271
  </aside>
272
272
  <div class="tsd-comment tsd-typography">
@@ -278,10 +278,10 @@
278
278
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
279
279
  <a name="tmpreservenum" class="tsd-anchor"></a>
280
280
  <h3>tmp<wbr>Reserve<wbr>Num</h3>
281
- <div class="tsd-signature tsd-kind-icon">tmp<wbr>Reserve<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
281
+ <div class="tsd-signature tsd-kind-icon">tmp<wbr>Reserve<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
282
282
  <aside class="tsd-sources">
283
283
  <ul>
284
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L302">src/factory/reserve.ts:302</a></li>
284
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L302">src/factory/reserve.ts:302</a></li>
285
285
  </ul>
286
286
  </aside>
287
287
  <div class="tsd-comment tsd-typography">
@@ -107,7 +107,7 @@
107
107
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
108
108
  <aside class="tsd-sources">
109
109
  <ul>
110
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L453">src/factory/reserve.ts:453</a></li>
110
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L454">src/factory/reserve.ts:454</a></li>
111
111
  </ul>
112
112
  </aside>
113
113
  <div class="tsd-comment tsd-typography">
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Qrcode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L457">src/factory/reserve.ts:457</a></li>
125
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L458">src/factory/reserve.ts:458</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -137,7 +137,7 @@
137
137
  <div class="tsd-signature tsd-kind-icon">seat<wbr>Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
138
138
  <aside class="tsd-sources">
139
139
  <ul>
140
- <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/8cc8ebd/src/factory/reserve.ts#L449">src/factory/reserve.ts:449</a></li>
140
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L450">src/factory/reserve.ts:450</a></li>
141
141
  </ul>
142
142
  </aside>
143
143
  <div class="tsd-comment tsd-typography">
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">list<wbr>Qr<span class="tsd-signature-symbol">:</span> <a href="_factory_reserve_.iupdreserveqr.html" class="tsd-signature-type">IUpdReserveQR</a><span class="tsd-signature-symbol">[]</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/reserve.ts#L439">src/factory/reserve.ts:439</a></li>
109
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L440">src/factory/reserve.ts:440</a></li>
110
110
  </ul>
111
111
  </aside>
112
112
  <div class="tsd-comment tsd-typography">
@@ -118,10 +118,10 @@
118
118
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
119
119
  <a name="reservenum" class="tsd-anchor"></a>
120
120
  <h3>reserve<wbr>Num</h3>
121
- <div class="tsd-signature tsd-kind-icon">reserve<wbr>Num<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
121
+ <div class="tsd-signature tsd-kind-icon">reserve<wbr>Num<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/reserve.ts#L435">src/factory/reserve.ts:435</a></li>
124
+ <li>Defined in <a href="https://github.com/motionpicture/coa-service/blob/1047dc3/src/factory/reserve.ts#L436">src/factory/reserve.ts:436</a></li>
125
125
  </ul>
126
126
  </aside>
127
127
  <div class="tsd-comment tsd-typography">