@motionpicture/coa-service 9.2.0 → 9.3.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/README.md +1 -6
  2. package/example/findFilms.js +17 -1
  3. package/example/findKubunNames.js +6 -3
  4. package/example/getToken.js +21 -0
  5. package/example/salesTicket.js +6 -5
  6. package/lib/auth/credentials.d.ts +1 -2
  7. package/lib/auth/refreshTokenClient.d.ts +11 -6
  8. package/lib/auth/refreshTokenClient.js +77 -3
  9. package/lib/index.d.ts +1 -1
  10. package/lib/index.js +1 -1
  11. package/lib/service.d.ts +4 -3
  12. package/lib/transporters.d.ts +7 -6
  13. package/lib/transporters.js +1 -1
  14. package/package.json +7 -10
  15. package/docs/assets/css/main.css +0 -1
  16. package/docs/assets/images/icons.png +0 -0
  17. package/docs/assets/images/icons@2x.png +0 -0
  18. package/docs/assets/images/widgets.png +0 -0
  19. package/docs/assets/images/widgets@2x.png +0 -0
  20. package/docs/assets/js/main.js +0 -51
  21. package/docs/assets/js/search.json +0 -1
  22. package/docs/classes/_auth_refreshtokenclient_.refreshtokenclient.html +0 -517
  23. package/docs/classes/_index_.auth.refreshtoken.html +0 -529
  24. package/docs/classes/_index_.service.master.html +0 -599
  25. package/docs/classes/_index_.service.reserve.html +0 -594
  26. package/docs/classes/_service_.service.html +0 -316
  27. package/docs/classes/_service_master_.masterservice.html +0 -583
  28. package/docs/classes/_service_reserve_.reserveservice.html +0 -578
  29. package/docs/classes/_transporters_.coaserviceerror.html +0 -370
  30. package/docs/classes/_transporters_.defaulttransporter.html +0 -408
  31. package/docs/classes/_transporters_.transporter.html +0 -246
  32. package/docs/enums/_factory_master_.flgearlybooking.html +0 -277
  33. package/docs/enums/_factory_master_.flgmember.html +0 -277
  34. package/docs/enums/_factory_reserve_.flgmember.html +0 -295
  35. package/docs/globals.html +0 -173
  36. package/docs/index.html +0 -249
  37. package/docs/interfaces/_auth_credentials_.icredentials.html +0 -232
  38. package/docs/interfaces/_auth_refreshtokenclient_.ioptions.html +0 -221
  39. package/docs/interfaces/_factory_master_.ikubunnameargs.html +0 -286
  40. package/docs/interfaces/_factory_master_.ikubunnameresult.html +0 -324
  41. package/docs/interfaces/_factory_master_.imgtkticketcodeargs.html +0 -343
  42. package/docs/interfaces/_factory_master_.imgtkticketcoderesult.html +0 -362
  43. package/docs/interfaces/_factory_master_.imvtkticketcodeargs.html +0 -438
  44. package/docs/interfaces/_factory_master_.imvtkticketcoderesult.html +0 -362
  45. package/docs/interfaces/_factory_master_.ischeduleargs.html +0 -305
  46. package/docs/interfaces/_factory_master_.ischeduleresult.html +0 -518
  47. package/docs/interfaces/_factory_master_.iscreenargs.html +0 -267
  48. package/docs/interfaces/_factory_master_.iscreenresult.html +0 -324
  49. package/docs/interfaces/_factory_master_.iscreenseat.html +0 -381
  50. package/docs/interfaces/_factory_master_.itheaterargs.html +0 -267
  51. package/docs/interfaces/_factory_master_.itheaterresult.html +0 -343
  52. package/docs/interfaces/_factory_master_.iticketargs.html +0 -267
  53. package/docs/interfaces/_factory_master_.iticketresult.html +0 -362
  54. package/docs/interfaces/_factory_master_.ititleargs.html +0 -267
  55. package/docs/interfaces/_factory_master_.ititleresult.html +0 -552
  56. package/docs/interfaces/_factory_reserve_.icountfreeseatargs.html +0 -323
  57. package/docs/interfaces/_factory_reserve_.icountfreeseatdate.html +0 -323
  58. package/docs/interfaces/_factory_reserve_.icountfreeseatperformance.html +0 -380
  59. package/docs/interfaces/_factory_reserve_.icountfreeseatresult.html +0 -304
  60. package/docs/interfaces/_factory_reserve_.idelreserveargs.html +0 -418
  61. package/docs/interfaces/_factory_reserve_.idelreserveseat.html +0 -304
  62. package/docs/interfaces/_factory_reserve_.ideltmpreserveargs.html +0 -380
  63. package/docs/interfaces/_factory_reserve_.isalesticketargs.html +0 -380
  64. package/docs/interfaces/_factory_reserve_.isalesticketresult.html +0 -475
  65. package/docs/interfaces/_factory_reserve_.istatereserveargs.html +0 -323
  66. package/docs/interfaces/_factory_reserve_.istatereserveresult.html +0 -380
  67. package/docs/interfaces/_factory_reserve_.istatereserveseatargs.html +0 -380
  68. package/docs/interfaces/_factory_reserve_.istatereserveseatfreeseat.html +0 -345
  69. package/docs/interfaces/_factory_reserve_.istatereserveseatresult.html +0 -323
  70. package/docs/interfaces/_factory_reserve_.istatereserveseatseat.html +0 -304
  71. package/docs/interfaces/_factory_reserve_.istatereserveticket.html +0 -411
  72. package/docs/interfaces/_factory_reserve_.iupdreserveargs.html +0 -494
  73. package/docs/interfaces/_factory_reserve_.iupdreserveqr.html +0 -323
  74. package/docs/interfaces/_factory_reserve_.iupdreserveresult.html +0 -304
  75. package/docs/interfaces/_factory_reserve_.iupdreserveticket.html +0 -647
  76. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatargs.html +0 -399
  77. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatresult.html +0 -304
  78. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseatseat.html +0 -304
  79. package/docs/interfaces/_factory_reserve_.iupdtmpreserveseattmpreserve.html +0 -323
  80. package/docs/interfaces/_service_.ioptions.html +0 -225
  81. package/docs/modules/_auth_credentials_.html +0 -167
  82. package/docs/modules/_auth_refreshtokenclient_.html +0 -198
  83. package/docs/modules/_auth_refreshtokenclient_spec_.html +0 -208
  84. package/docs/modules/_factory_.html +0 -194
  85. package/docs/modules/_factory_master_.html +0 -244
  86. package/docs/modules/_factory_reserve_.html +0 -268
  87. package/docs/modules/_index_.auth.html +0 -178
  88. package/docs/modules/_index_.html +0 -195
  89. package/docs/modules/_index_.service.html +0 -189
  90. package/docs/modules/_service_.html +0 -176
  91. package/docs/modules/_service_master_.html +0 -167
  92. package/docs/modules/_service_master_spec_.html +0 -208
  93. package/docs/modules/_service_reserve_.html +0 -167
  94. package/docs/modules/_service_reserve_spec_.html +0 -208
  95. package/docs/modules/_transporters_.html +0 -253
package/docs/index.html DELETED
@@ -1,249 +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>@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
- </ul>
59
- <h1>@motionpicture/coa-service</h1>
60
- </div>
61
- </div>
62
- </header>
63
- <div class="container container-main">
64
- <div class="row">
65
- <div class="col-8 col-content">
66
- <div class="tsd-panel tsd-typography">
67
- <a href="#coa-client-library-for-nodejs" id="coa-client-library-for-nodejs" style="color: inherit; text-decoration: none;">
68
- <h1>COA client library for Node.js</h1>
69
- </a>
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
- <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
- <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://snyk.io/test/github/motionpicture/coa-service"><img src="https://snyk.io/test/github/motionpicture/coa-service/badge.svg" alt="Known Vulnerabilities"></a>
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>
75
- <p>Node.jsでCOAサービスを使うためのライブラリです。</p>
76
- <a href="#table-of-contents" id="table-of-contents" style="color: inherit; text-decoration: none;">
77
- <h2>Table of contents</h2>
78
- </a>
79
- <ul>
80
- <li><a href="#coa-client-library-for-nodejs">COA client library for Node.js</a><ul>
81
- <li><a href="#table-of-contents">Table of contents</a></li>
82
- <li><a href="#specification">Specification</a></li>
83
- <li><a href="#usage">Usage</a><ul>
84
- <li><a href="#environment-variables">Environment variables</a></li>
85
- <li><a href="#%E5%8A%87%E5%A0%B4%E6%83%85%E5%A0%B1%E3%82%92%E5%8F%96%E5%BE%97%E3%81%99%E3%82%8B">劇場情報を取得する</a></li>
86
- </ul>
87
- </li>
88
- <li><a href="#code-samples">Code Samples</a></li>
89
- <li><a href="#documentation">Documentation</a></li>
90
- <li><a href="#license">License</a></li>
91
- </ul>
92
- </li>
93
- </ul>
94
- <a href="#specification" id="specification" style="color: inherit; text-decoration: none;">
95
- <h2>Specification</h2>
96
- </a>
97
- <p>COA APIの仕様で注意すべき点は以下の通りです。</p>
98
- <ul>
99
- <li>正常時レスポンスにはstatusが含まれるが、0以外のステータスはない。</li>
100
- <li>カタカナは全角統一(半角はありえない)</li>
101
- <li>仮予約番号と購入番号の型はstringで統一。</li>
102
- <li>座席番号は半角と全角を区別する、</li>
103
- <li>購入番号は劇場内でユニーク、劇場コード合わせれば全体でユニーク。</li>
104
- <li>購入番号は連番かどうか<ul>
105
- <li>仮予約番号は連番だが、購入番号は仮予約番号と同じ番号。よって、仮予約で止めたり、仮予約のキャンセルが発生すると、空き番号が発生しうる。</li>
106
- </ul>
107
- </li>
108
- <li>購入番号は最大8桁。 最大番号(99999999)を超える時点で1に戻る。</li>
109
- <li>劇場コードは、基本的に3桁(001、018等)だが、場合によっては1桁や2桁(1、18等)の表示になっていることはあるかもしれない、とのこと。</li>
110
- <li>座席の解放については、基幹システム側では何も行っていない。</li>
111
- </ul>
112
- <a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
113
- <h2>Usage</h2>
114
- </a>
115
- <pre><code class="language-shell">npm install @motionpicture/coa-service</code></pre>
116
- <pre><code class="language-js"><span class="hljs-keyword">const</span> COA = <span class="hljs-built_in">require</span>(<span class="hljs-string">&#x27;@motionpicture/coa-service&#x27;</span>);</code></pre>
117
- <a href="#environment-variables" id="environment-variables" style="color: inherit; text-decoration: none;">
118
- <h3>Environment variables</h3>
119
- </a>
120
- <table>
121
- <thead>
122
- <tr>
123
- <th>Name</th>
124
- <th>Required</th>
125
- <th>Value</th>
126
- <th>Purpose</th>
127
- </tr>
128
- </thead>
129
- <tbody><tr>
130
- <td><code>DEBUG</code></td>
131
- <td>false</td>
132
- <td>coa-service:*</td>
133
- <td>Debug</td>
134
- </tr>
135
- </tbody></table>
136
- <a href="#劇場情報を取得する" id="劇場情報を取得する" style="color: inherit; text-decoration: none;">
137
- <h3>劇場情報を取得する</h3>
138
- </a>
139
- <pre><code class="language-js"><span class="hljs-keyword">const</span> COA = <span class="hljs-built_in">require</span>(<span class="hljs-string">&#x27;@motionpicture/coa-service&#x27;</span>);
140
-
141
- <span class="hljs-keyword">const</span> masterService = <span class="hljs-keyword">new</span> COA.service.Master({
142
- <span class="hljs-attr">endpoint</span>: <span class="hljs-string">&#x27;&#x27;</span>,
143
- <span class="hljs-attr">auth</span>: <span class="hljs-keyword">new</span> COA.auth.RefreshTokenClient({
144
- <span class="hljs-attr">endpoint</span>: <span class="hljs-string">&#x27;&#x27;</span>,
145
- <span class="hljs-attr">refreshToken</span>: <span class="hljs-string">&#x27;&#x27;</span>
146
- })
147
- });
148
-
149
- masterService.theater({
150
- <span class="hljs-attr">theaterCode</span>: <span class="hljs-string">&#x27;123&#x27;</span>
151
- })
152
- .then(<span class="hljs-built_in">console</span>.log)
153
- .catch(<span class="hljs-built_in">console</span>.error);</code></pre>
154
- <a href="#code-samples" id="code-samples" style="color: inherit; text-decoration: none;">
155
- <h2>Code Samples</h2>
156
- </a>
157
- <p>Code sample are <a href="https://github.com/motionpicture/coa-service/tree/master/example">here</a>.</p>
158
- <a href="#documentation" id="documentation" style="color: inherit; text-decoration: none;">
159
- <h2>Documentation</h2>
160
- </a>
161
- <p><code>npm run doc</code> emits typedoc to ./docs.</p>
162
- <a href="#license" id="license" style="color: inherit; text-decoration: none;">
163
- <h2>License</h2>
164
- </a>
165
- <p>ISC</p>
166
- </div>
167
- </div>
168
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
169
- <nav class="tsd-navigation primary">
170
- <ul>
171
- <li class="globals ">
172
- <a href="globals.html"><em>Globals</em></a>
173
- </li>
174
- <li class=" tsd-kind-module">
175
- <a href="modules/_auth_credentials_.html">&quot;auth/credentials&quot;</a>
176
- </li>
177
- <li class=" tsd-kind-module">
178
- <a href="modules/_auth_refreshtokenclient_.html">&quot;auth/refresh<wbr>Token<wbr>Client&quot;</a>
179
- </li>
180
- <li class=" tsd-kind-module">
181
- <a href="modules/_auth_refreshtokenclient_spec_.html">&quot;auth/refresh<wbr>Token<wbr>Client.spec&quot;</a>
182
- </li>
183
- <li class=" tsd-kind-module">
184
- <a href="modules/_factory_.html">&quot;factory&quot;</a>
185
- </li>
186
- <li class=" tsd-kind-module">
187
- <a href="modules/_factory_master_.html">&quot;factory/master&quot;</a>
188
- </li>
189
- <li class=" tsd-kind-module">
190
- <a href="modules/_factory_reserve_.html">&quot;factory/reserve&quot;</a>
191
- </li>
192
- <li class=" tsd-kind-module">
193
- <a href="modules/_index_.html">&quot;index&quot;</a>
194
- </li>
195
- <li class=" tsd-kind-module">
196
- <a href="modules/_service_.html">&quot;service&quot;</a>
197
- </li>
198
- <li class=" tsd-kind-module">
199
- <a href="modules/_service_master_.html">&quot;service/master&quot;</a>
200
- </li>
201
- <li class=" tsd-kind-module">
202
- <a href="modules/_service_master_spec_.html">&quot;service/master.spec&quot;</a>
203
- </li>
204
- <li class=" tsd-kind-module">
205
- <a href="modules/_service_reserve_.html">&quot;service/reserve&quot;</a>
206
- </li>
207
- <li class=" tsd-kind-module">
208
- <a href="modules/_service_reserve_spec_.html">&quot;service/reserve.spec&quot;</a>
209
- </li>
210
- <li class=" tsd-kind-module">
211
- <a href="modules/_transporters_.html">&quot;transporters&quot;</a>
212
- </li>
213
- </ul>
214
- </nav>
215
- <nav class="tsd-navigation secondary menu-sticky">
216
- <ul class="before-current">
217
- </ul>
218
- </nav>
219
- </div>
220
- </div>
221
- </div>
222
- <footer class="with-border-bottom">
223
- <div class="container">
224
- <h2>Legend</h2>
225
- <div class="tsd-legend-group">
226
- <ul class="tsd-legend">
227
- <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
228
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
229
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
230
- </ul>
231
- <ul class="tsd-legend">
232
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
233
- </ul>
234
- <ul class="tsd-legend">
235
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
236
- </ul>
237
- <ul class="tsd-legend">
238
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
239
- </ul>
240
- </div>
241
- </div>
242
- </footer>
243
- <div class="container tsd-generator">
244
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
245
- </div>
246
- <div class="overlay"></div>
247
- <script src="assets/js/main.js"></script>
248
- </body>
249
- </html>
@@ -1,232 +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>ICredentials | @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/_auth_credentials_.html">&quot;auth/credentials&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_auth_credentials_.icredentials.html">ICredentials</a>
63
- </li>
64
- </ul>
65
- <h1>Interface ICredentials</h1>
66
- </div>
67
- </div>
68
- </header>
69
- <div class="container container-main">
70
- <div class="row">
71
- <div class="col-8 col-content">
72
- <section class="tsd-panel tsd-comment">
73
- <div class="tsd-comment tsd-typography">
74
- <div class="lead">
75
- <p>認証情報インターフェース</p>
76
- </div>
77
- </div>
78
- </section>
79
- <section class="tsd-panel tsd-hierarchy">
80
- <h3>Hierarchy</h3>
81
- <ul class="tsd-hierarchy">
82
- <li>
83
- <span class="target">ICredentials</span>
84
- </li>
85
- </ul>
86
- </section>
87
- <section class="tsd-panel-group tsd-index-group">
88
- <h2>Index</h2>
89
- <section class="tsd-panel tsd-index-panel">
90
- <div class="tsd-index-content">
91
- <section class="tsd-index-section ">
92
- <h3>Properties</h3>
93
- <ul class="tsd-index-list">
94
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_auth_credentials_.icredentials.html#access_token" class="tsd-kind-icon">access_<wbr>token</a></li>
95
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_auth_credentials_.icredentials.html#expired_at" class="tsd-kind-icon">expired_<wbr>at</a></li>
96
- </ul>
97
- </section>
98
- </div>
99
- </section>
100
- </section>
101
- <section class="tsd-panel-group tsd-member-group ">
102
- <h2>Properties</h2>
103
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
104
- <a name="access_token" class="tsd-anchor"></a>
105
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> access_<wbr>token</h3>
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
- <aside class="tsd-sources">
108
- <ul>
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
- </ul>
111
- </aside>
112
- <div class="tsd-comment tsd-typography">
113
- <div class="lead">
114
- <p>アクセストークン</p>
115
- </div>
116
- </div>
117
- </section>
118
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
119
- <a name="expired_at" class="tsd-anchor"></a>
120
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> expired_<wbr>at</h3>
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
- <aside class="tsd-sources">
123
- <ul>
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
- </ul>
126
- </aside>
127
- <div class="tsd-comment tsd-typography">
128
- <div class="lead">
129
- <p>期限UNIXタイムスタンプ</p>
130
- </div>
131
- </div>
132
- </section>
133
- </section>
134
- </div>
135
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
136
- <nav class="tsd-navigation primary">
137
- <ul>
138
- <li class="globals ">
139
- <a href="../globals.html"><em>Globals</em></a>
140
- </li>
141
- <li class="current tsd-kind-module">
142
- <a href="../modules/_auth_credentials_.html">&quot;auth/credentials&quot;</a>
143
- </li>
144
- <li class=" tsd-kind-module">
145
- <a href="../modules/_auth_refreshtokenclient_.html">&quot;auth/refresh<wbr>Token<wbr>Client&quot;</a>
146
- </li>
147
- <li class=" tsd-kind-module">
148
- <a href="../modules/_auth_refreshtokenclient_spec_.html">&quot;auth/refresh<wbr>Token<wbr>Client.spec&quot;</a>
149
- </li>
150
- <li class=" tsd-kind-module">
151
- <a href="../modules/_factory_.html">&quot;factory&quot;</a>
152
- </li>
153
- <li class=" tsd-kind-module">
154
- <a href="../modules/_factory_master_.html">&quot;factory/master&quot;</a>
155
- </li>
156
- <li class=" tsd-kind-module">
157
- <a href="../modules/_factory_reserve_.html">&quot;factory/reserve&quot;</a>
158
- </li>
159
- <li class=" tsd-kind-module">
160
- <a href="../modules/_index_.html">&quot;index&quot;</a>
161
- </li>
162
- <li class=" tsd-kind-module">
163
- <a href="../modules/_service_.html">&quot;service&quot;</a>
164
- </li>
165
- <li class=" tsd-kind-module">
166
- <a href="../modules/_service_master_.html">&quot;service/master&quot;</a>
167
- </li>
168
- <li class=" tsd-kind-module">
169
- <a href="../modules/_service_master_spec_.html">&quot;service/master.spec&quot;</a>
170
- </li>
171
- <li class=" tsd-kind-module">
172
- <a href="../modules/_service_reserve_.html">&quot;service/reserve&quot;</a>
173
- </li>
174
- <li class=" tsd-kind-module">
175
- <a href="../modules/_service_reserve_spec_.html">&quot;service/reserve.spec&quot;</a>
176
- </li>
177
- <li class=" tsd-kind-module">
178
- <a href="../modules/_transporters_.html">&quot;transporters&quot;</a>
179
- </li>
180
- </ul>
181
- </nav>
182
- <nav class="tsd-navigation secondary menu-sticky">
183
- <ul class="before-current">
184
- </ul>
185
- <ul class="current">
186
- <li class="current tsd-kind-interface tsd-parent-kind-module">
187
- <a href="_auth_credentials_.icredentials.html" class="tsd-kind-icon">ICredentials</a>
188
- <ul>
189
- <li class=" tsd-kind-property tsd-parent-kind-interface">
190
- <a href="_auth_credentials_.icredentials.html#access_token" class="tsd-kind-icon">access_<wbr>token</a>
191
- </li>
192
- <li class=" tsd-kind-property tsd-parent-kind-interface">
193
- <a href="_auth_credentials_.icredentials.html#expired_at" class="tsd-kind-icon">expired_<wbr>at</a>
194
- </li>
195
- </ul>
196
- </li>
197
- </ul>
198
- <ul class="after-current">
199
- </ul>
200
- </nav>
201
- </div>
202
- </div>
203
- </div>
204
- <footer class="with-border-bottom">
205
- <div class="container">
206
- <h2>Legend</h2>
207
- <div class="tsd-legend-group">
208
- <ul class="tsd-legend">
209
- <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
210
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
211
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
212
- </ul>
213
- <ul class="tsd-legend">
214
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
215
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
216
- </ul>
217
- <ul class="tsd-legend">
218
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
219
- </ul>
220
- <ul class="tsd-legend">
221
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
222
- </ul>
223
- </div>
224
- </div>
225
- </footer>
226
- <div class="container tsd-generator">
227
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
228
- </div>
229
- <div class="overlay"></div>
230
- <script src="../assets/js/main.js"></script>
231
- </body>
232
- </html>