-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f072a4d
commit 28ff157
Showing
20 changed files
with
148 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
|
||
\.idea/ | ||
|
||
accounts-line/package-lock.json | ||
|
||
line-config-ui/package-lock.json | ||
|
||
line-oauth/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,60 @@ | ||
accounts-base@1.9.0 | ||
accounts-oauth@1.2.0 | ||
allow-deny@1.1.0 | ||
babel-compiler@7.6.1 | ||
babel-runtime@1.5.0 | ||
accounts-base@2.2.6 | ||
accounts-oauth@1.4.2 | ||
allow-deny@1.1.1 | ||
babel-compiler@7.10.1 | ||
babel-runtime@1.5.1 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.7.1 | ||
callback-hook@1.3.0 | ||
check@1.3.1 | ||
ddp@1.4.0 | ||
ddp-client@2.4.0 | ||
callback-hook@1.4.0 | ||
check@1.3.2 | ||
ddp@1.4.1 | ||
ddp-client@2.6.1 | ||
ddp-common@1.4.0 | ||
ddp-rate-limiter@1.0.9 | ||
ddp-server@2.3.2 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.6.0 | ||
ecmascript@0.15.1 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.11.0 | ||
ecmascript-runtime-server@0.10.0 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
id-map@1.1.0 | ||
ddp-rate-limiter@1.1.1 | ||
ddp-server@2.6.0 | ||
diff-sequence@1.1.2 | ||
dynamic-import@0.7.2 | ||
ecmascript@0.16.4 | ||
ecmascript-runtime@0.8.0 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
ejson@1.1.3 | ||
fetch@0.1.2 | ||
geojson-utils@1.0.11 | ||
id-map@1.1.1 | ||
inter-process-messaging@0.1.1 | ||
localstorage@1.2.0 | ||
logging@1.2.0 | ||
meteor@1.9.3 | ||
minimongo@1.6.2 | ||
modern-browsers@0.1.5 | ||
modules@0.16.0 | ||
modules-runtime@0.12.0 | ||
mongo@1.11.0 | ||
mongo-decimal@0.1.2 | ||
logging@1.3.1 | ||
meteor@1.10.3 | ||
minimongo@1.9.1 | ||
modern-browsers@0.1.9 | ||
modules@0.19.0 | ||
modules-runtime@0.13.1 | ||
mongo@1.16.3 | ||
mongo-decimal@0.1.3 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.7 | ||
npm-mongo@3.9.0 | ||
oauth@1.3.2 | ||
oauth2@1.3.0 | ||
mongo-id@1.0.8 | ||
npm-mongo@4.12.1 | ||
oauth@2.1.3 | ||
oauth2@1.3.2 | ||
ordered-dict@1.1.0 | ||
promise@0.11.2 | ||
random@1.2.0 | ||
promise@0.12.2 | ||
random@1.2.1 | ||
rate-limit@1.0.9 | ||
react-fast-refresh@0.1.0 | ||
reactive-var@1.0.11 | ||
react-fast-refresh@0.2.3 | ||
reactive-var@1.0.12 | ||
reload@1.3.1 | ||
retry@1.1.0 | ||
routepolicy@1.1.0 | ||
service-configuration@1.0.11 | ||
socket-stream-client@0.3.1 | ||
storyteller:accounts-line@1.2.3 | ||
routepolicy@1.1.1 | ||
service-configuration@1.3.1 | ||
socket-stream-client@0.5.0 | ||
storyteller:accounts-line@1.3.0 | ||
storyteller:line-oauth@1.2.2 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
url@1.3.1 | ||
webapp@1.10.1 | ||
webapp-hashing@1.1.0 | ||
tracker@1.2.1 | ||
typescript@4.6.4 | ||
underscore@1.0.11 | ||
url@1.3.2 | ||
webapp@1.13.2 | ||
webapp-hashing@1.1.1 | ||
zodern:types@1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
declare module 'storyteller:accounts-line' {} | ||
|
||
declare module 'meteor/meteor' { | ||
namespace Meteor { | ||
function loginWithLine( | ||
options?: Meteor.LoginWithExternalServiceOptions, | ||
callback?: (error?: Error | Meteor.Error | Meteor.TypedError) => void, | ||
): void; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"typesEntry": "main.ts" | ||
"typesEntry": "definitions.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
babel-compiler@7.6.1 | ||
babel-runtime@1.5.0 | ||
babel-compiler@7.10.1 | ||
babel-runtime@1.5.1 | ||
base64@1.0.12 | ||
blaze@2.5.0 | ||
blaze@2.6.0 | ||
blaze-tools@1.1.0 | ||
caching-compiler@1.2.2 | ||
caching-html-compiler@1.2.0 | ||
check@1.3.1 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.6.0 | ||
ecmascript@0.15.1 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.11.0 | ||
ecmascript-runtime-server@0.10.0 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
check@1.3.2 | ||
diff-sequence@1.1.2 | ||
dynamic-import@0.7.2 | ||
ecmascript@0.16.4 | ||
ecmascript-runtime@0.8.0 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
ejson@1.1.3 | ||
fetch@0.1.2 | ||
html-tools@1.1.0 | ||
htmljs@1.1.0 | ||
id-map@1.1.0 | ||
htmljs@1.1.1 | ||
inter-process-messaging@0.1.1 | ||
meteor@1.9.3 | ||
modern-browsers@0.1.5 | ||
modules@0.16.0 | ||
modules-runtime@0.12.0 | ||
mongo-id@1.0.7 | ||
meteor@1.10.3 | ||
modern-browsers@0.1.9 | ||
modules@0.19.0 | ||
modules-runtime@0.13.1 | ||
mongo-id@1.0.8 | ||
observe-sequence@1.0.16 | ||
ordered-dict@1.1.0 | ||
promise@0.11.2 | ||
random@1.2.0 | ||
react-fast-refresh@0.1.0 | ||
reactive-var@1.0.11 | ||
spacebars@1.2.0 | ||
promise@0.12.2 | ||
random@1.2.1 | ||
react-fast-refresh@0.2.3 | ||
reactive-var@1.0.12 | ||
spacebars@1.3.0 | ||
spacebars-compiler@1.2.0 | ||
storyteller:line-config-ui@1.1.2 | ||
templating@1.4.1 | ||
storyteller:line-config-ui@1.2.0 | ||
templating@1.4.2 | ||
templating-compiler@1.4.1 | ||
templating-runtime@1.5.0 | ||
templating-runtime@1.6.0 | ||
templating-tools@1.2.0 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
tracker@1.2.1 | ||
typescript@4.6.4 | ||
underscore@1.0.11 | ||
zodern:types@1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"typesEntry": "main.ts" | ||
"typesEntry": "definitions.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,58 @@ | ||
accounts-base@2.2.4 | ||
accounts-base@2.2.6 | ||
allow-deny@1.1.1 | ||
babel-compiler@7.9.0 | ||
babel-compiler@7.10.1 | ||
babel-runtime@1.5.1 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.7.1 | ||
callback-hook@1.4.0 | ||
check@1.3.1 | ||
ddp@1.4.0 | ||
ddp-client@2.5.0 | ||
check@1.3.2 | ||
ddp@1.4.1 | ||
ddp-client@2.6.1 | ||
ddp-common@1.4.0 | ||
ddp-rate-limiter@1.1.0 | ||
ddp-server@2.5.0 | ||
diff-sequence@1.1.1 | ||
ddp-rate-limiter@1.1.1 | ||
ddp-server@2.6.0 | ||
diff-sequence@1.1.2 | ||
dynamic-import@0.7.2 | ||
ecmascript@0.16.2 | ||
ecmascript@0.16.4 | ||
ecmascript-runtime@0.8.0 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
ejson@1.1.2 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
ejson@1.1.3 | ||
fetch@0.1.2 | ||
geojson-utils@1.0.11 | ||
id-map@1.1.1 | ||
inter-process-messaging@0.1.1 | ||
localstorage@1.2.0 | ||
logging@1.3.1 | ||
meteor@1.10.0 | ||
minimongo@1.8.0 | ||
modern-browsers@0.1.8 | ||
modules@0.18.0 | ||
modules-runtime@0.13.0 | ||
mongo@1.15.0 | ||
meteor@1.10.3 | ||
minimongo@1.9.1 | ||
modern-browsers@0.1.9 | ||
modules@0.19.0 | ||
modules-runtime@0.13.1 | ||
mongo@1.16.3 | ||
mongo-decimal@0.1.3 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.8 | ||
npm-mongo@4.3.1 | ||
oauth@2.1.2 | ||
oauth2@1.3.1 | ||
npm-mongo@4.12.1 | ||
oauth@2.1.3 | ||
oauth2@1.3.2 | ||
ordered-dict@1.1.0 | ||
promise@0.12.0 | ||
random@1.2.0 | ||
promise@0.12.2 | ||
random@1.2.1 | ||
rate-limit@1.0.9 | ||
react-fast-refresh@0.2.3 | ||
reactive-var@1.0.11 | ||
reactive-var@1.0.12 | ||
reload@1.3.1 | ||
retry@1.1.0 | ||
routepolicy@1.1.1 | ||
service-configuration@1.3.0 | ||
service-configuration@1.3.1 | ||
socket-stream-client@0.5.0 | ||
storyteller:line-oauth@1.2.3 | ||
tracker@1.2.0 | ||
underscore@1.0.10 | ||
storyteller:line-oauth@1.3.0 | ||
tracker@1.2.1 | ||
typescript@4.6.4 | ||
underscore@1.0.11 | ||
url@1.3.2 | ||
webapp@1.13.1 | ||
webapp-hashing@1.1.0 | ||
webapp@1.13.2 | ||
webapp-hashing@1.1.1 | ||
zodern:types@1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
declare module 'storyteller:line-oauth' {} | ||
|
||
declare global { | ||
interface Line { | ||
retrieveCredential(credentialToken: string, credentialSecret: string): void | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"typesEntry": "main.ts" | ||
"typesEntry": "definition.d.ts" | ||
} |
Oops, something went wrong.