Skip to content

Commit

Permalink
Dismissed: Callie
Browse files Browse the repository at this point in the history
  • Loading branch information
f2face committed Dec 20, 2024
1 parent 5c7c490 commit 02c33af
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jkt48-sns",
"version": "1.7.2",
"version": "1.8.0",
"description": "JKT48 members and officials account list.",
"author": "f2face",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const officials = [
export const members = [
// Members
'amanda',
'callie',
'christy',
'eli',
'ella',
Expand Down
7 changes: 0 additions & 7 deletions src/idn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ export const membersIdn: Record<ActiveMembersIdn, Readonly<IdnAccount>> = {
defaultStreamUrl:
'https://4b964ca68cf1.us-east-1.playback.live-video.net/api/video/v1/us-east-1.050891932989.channel.08vLei7g32Nv.m3u8',
},
callie: {
username: 'jkt48_callie',
uuid: '0609625b-63dc-4e08-bd4b-4dfe124220ba',
name: 'Callie',
defaultStreamUrl:
'https://4b964ca68cf1.us-east-1.playback.live-video.net/api/video/v1/us-east-1.050891932989.channel.qllToqrFVdWH.m3u8',
},
christy: {
username: 'jkt48_christy',
uuid: '01506e57-d837-4a1e-8dd4-3e99e3489ac8',
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './instagram';
export * from './showroom';
export * from './tiktok';
export * from './twitter';
export * as utils from './utils';

Check failure on line 6 in src/index.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find module './utils' or its corresponding type declarations.
1 change: 0 additions & 1 deletion src/instagram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const membersInstagram: Record<
> = {
// Members
amanda: { id: '51673997280', username: 'jkt48.amanda.s' },
callie: { id: '51704682083', username: 'jkt48.callie.a' },
christy: { id: '9145176000', username: 'jkt48.christy' },
eli: { id: '8971446779', username: 'jkt48.eli' },
ella: { id: '51296391646', username: 'jkt48.ella.a' },
Expand Down
5 changes: 0 additions & 5 deletions src/showroom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ export const membersShowroom: Record<
roomKey: 'JKT48_Amanda',
roomName: 'Amanda/アマンダ(JKT48)',
},
callie: {
roomId: 400714,
roomKey: 'JKT48_Callie',
roomName: 'Callie /カリー(JKT48)',
},
christy: {
roomId: 318112,
roomKey: 'JKT48_Christy',
Expand Down
1 change: 0 additions & 1 deletion src/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const officialsTiktok: Record<
export const membersTiktok: Record<ActiveMembers, Readonly<TiktokAccount>> = {
// Members
amanda: { id: '7059268179784729626', username: 'jkt48.amanda.s' },
callie: { id: '7059269155057402906', username: 'jkt48.callie.a' },
christy: { id: '6832179585023624194', username: 'christyjkt48' },
eli: { id: '6832179968195150849', username: 'elijkt48' },
ella: { id: '7059270147147744282', username: 'jkt48.ella.a' },
Expand Down
1 change: 0 additions & 1 deletion src/twitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const officialsTwitter: Record<ActiveOfficials, TwitterAccount> = {
export const membersTwitter: Record<ActiveMembers, TwitterAccount> = {
// Members
amanda: { id: '1487067198162046979', username: 'PS_AmandaJKT48' },
callie: { id: '1487068731142377476', username: 'AW_CallieJKT48' },
christy: { id: '1057323534551142400', username: 'A_ChristyJKT48' },
eli: { id: '1057318996561690624', username: 'H_EliJKT48' },
ella: { id: '1487291928257654785', username: 'AM_EllaJKT48' },
Expand Down

0 comments on commit 02c33af

Please sign in to comment.