{"version":3,"sources":["../../../../src/lib/classes/SkyBlockProfile.ts"],"sourcesContent":["import { Base } from './Base';\nimport type { Client } from '../Client';\nimport type { APISkyBlockProfile } from '../typings';\n\nexport interface SkyBlockProfile extends APISkyBlockProfile {}\n/**\n * The SkyBlockProfile class.\n * @category Classes\n * @Group Classes\n * @see {@link https://api.hypixel.net/#tag/SkyBlock/paths/~1skyblock~1profile/get}\n */\nexport class SkyBlockProfile extends Base {\n\t/**\n\t * @param client Instantiated (and started) hypixel.ts client\n\t * @param data SkyBlock profile data received from API\n\t */\n\tpublic constructor(client: Client, data: APISkyBlockProfile) {\n\t\tsuper(client);\n\t\tObject.assign(this, data);\n\t}\n}\n"],"mappings":";;;;AAAA,SAAS,YAAY;AAWd,IAAM,kBAAN,cAA8B,KAAK;AAAA,EAX1C,OAW0C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKlC,YAAY,QAAgB,MAA0B;AAC5D,UAAM,MAAM;AACZ,WAAO,OAAO,MAAM,IAAI;AAAA,EACzB;AACD;","names":[]}