diff --git a/src/controllers/default.ts b/src/controllers/default.ts index 1caf1d7..6faf598 100644 --- a/src/controllers/default.ts +++ b/src/controllers/default.ts @@ -1,22 +1,48 @@ import { Context } from '../types.js'; -import { eacnet } from '../decorators/eacnet.js'; +import { p2d, sdvx } from '../decorators/eacnet.js'; import { v } from '../utils/kxml-value.js'; import { singleton } from 'tsyringe'; @singleton() export class DefaultService { async default(ctx: Context) { - const descriptor = { - value: () => ({ - status: v.s32(0), - error: v.s32(0), - result: { - dummy: v.u8(0), - } - }) - }; + if (ctx.service.name === 'p2d') { + const descriptor = { + value: () => ({ + status: v.s32(0), + error: v.s32(0), + result: {}, + }) + }; - eacnet(ctx.service.name)(undefined, undefined, descriptor); - return descriptor.value(); + p2d()(undefined, undefined, descriptor); + return descriptor.value(); + } else if (ctx.service.name === 'sdvx') { + const result = { + status: v.s32(0), + error_code: v.s32(0), + response: {}, + }; + + // handle ac relay + if (ctx.eacnetRequest) { + result['xrpc_status_code'] = v.s32(0); + result['xrpc_fault_code'] = v.s32(0); + result['response'] = { + [ctx.eacnetRequest.module]: { + $status: 0, + } + } + } + + const descriptor = { + value: () => result, + }; + + sdvx()(undefined, undefined, descriptor); + return descriptor.value(); + } + + throw new Error(`unsupported game ${ctx.service.name}`); } } diff --git a/src/controllers/p2d/data.json b/src/controllers/p2d/data.json deleted file mode 100644 index aa0a48f..0000000 --- a/src/controllers/p2d/data.json +++ /dev/null @@ -1,7711 +0,0 @@ -{ - "items": [ - "I1900000", - "I1900001", - "I1900002", - "I1900003", - "I1900004", - "I1900005", - "I1900006", - "I1900007", - "I1900008", - "I1900009", - "I1900010", - "I1900011", - "I1900012", - "I1900013", - "I1900014", - "I1900015", - "I1900016", - "I1900017", - "I1900018", - "I1900019", - "I1900020", - "I1900021", - "I1900022" - ], - "musics": [ - { - "id": 1000, - "noteBit": 462 - }, - { - "id": 1001, - "noteBit": 462 - }, - { - "id": 1003, - "noteBit": 462 - }, - { - "id": 1005, - "noteBit": 462 - }, - { - "id": 1006, - "noteBit": 198 - }, - { - "id": 1008, - "noteBit": 462 - }, - { - "id": 1009, - "noteBit": 462 - }, - { - "id": 1013, - "noteBit": 206 - }, - { - "id": 1015, - "noteBit": 462 - }, - { - "id": 1019, - "noteBit": 198 - }, - { - "id": 1020, - "noteBit": 462 - }, - { - "id": 2000, - "noteBit": 462 - }, - { - "id": 2002, - "noteBit": 198 - }, - { - "id": 2006, - "noteBit": 206 - }, - { - "id": 2011, - "noteBit": 206 - }, - { - "id": 2012, - "noteBit": 206 - }, - { - "id": 2016, - "noteBit": 198 - }, - { - "id": 3000, - "noteBit": 198 - }, - { - "id": 3001, - "noteBit": 206 - }, - { - "id": 3004, - "noteBit": 462 - }, - { - "id": 3005, - "noteBit": 462 - }, - { - "id": 3006, - "noteBit": 462 - }, - { - "id": 3008, - "noteBit": 462 - }, - { - "id": 3009, - "noteBit": 462 - }, - { - "id": 3010, - "noteBit": 462 - }, - { - "id": 3011, - "noteBit": 206 - }, - { - "id": 3012, - "noteBit": 198 - }, - { - "id": 3013, - "noteBit": 199 - }, - { - "id": 3018, - "noteBit": 206 - }, - { - "id": 4000, - "noteBit": 462 - }, - { - "id": 4001, - "noteBit": 990 - }, - { - "id": 4003, - "noteBit": 462 - }, - { - "id": 4004, - "noteBit": 462 - }, - { - "id": 4005, - "noteBit": 990 - }, - { - "id": 4006, - "noteBit": 462 - }, - { - "id": 4007, - "noteBit": 206 - }, - { - "id": 4008, - "noteBit": 462 - }, - { - "id": 4012, - "noteBit": 462 - }, - { - "id": 4014, - "noteBit": 462 - }, - { - "id": 4015, - "noteBit": 462 - }, - { - "id": 4016, - "noteBit": 462 - }, - { - "id": 4020, - "noteBit": 463 - }, - { - "id": 4021, - "noteBit": 206 - }, - { - "id": 4023, - "noteBit": 206 - }, - { - "id": 4025, - "noteBit": 462 - }, - { - "id": 4026, - "noteBit": 198 - }, - { - "id": 4031, - "noteBit": 462 - }, - { - "id": 4032, - "noteBit": 198 - }, - { - "id": 4033, - "noteBit": 206 - }, - { - "id": 5000, - "noteBit": 462 - }, - { - "id": 5004, - "noteBit": 462 - }, - { - "id": 5005, - "noteBit": 462 - }, - { - "id": 5007, - "noteBit": 462 - }, - { - "id": 5009, - "noteBit": 206 - }, - { - "id": 5011, - "noteBit": 462 - }, - { - "id": 5012, - "noteBit": 462 - }, - { - "id": 5014, - "noteBit": 990 - }, - { - "id": 5015, - "noteBit": 198 - }, - { - "id": 5016, - "noteBit": 206 - }, - { - "id": 5017, - "noteBit": 462 - }, - { - "id": 5019, - "noteBit": 462 - }, - { - "id": 5021, - "noteBit": 463 - }, - { - "id": 5023, - "noteBit": 462 - }, - { - "id": 5025, - "noteBit": 206 - }, - { - "id": 5027, - "noteBit": 198 - }, - { - "id": 5028, - "noteBit": 198 - }, - { - "id": 5029, - "noteBit": 462 - }, - { - "id": 5030, - "noteBit": 206 - }, - { - "id": 6001, - "noteBit": 206 - }, - { - "id": 6003, - "noteBit": 462 - }, - { - "id": 6004, - "noteBit": 462 - }, - { - "id": 6005, - "noteBit": 462 - }, - { - "id": 6010, - "noteBit": 462 - }, - { - "id": 6011, - "noteBit": 206 - }, - { - "id": 6012, - "noteBit": 462 - }, - { - "id": 6013, - "noteBit": 462 - }, - { - "id": 6014, - "noteBit": 198 - }, - { - "id": 6015, - "noteBit": 462 - }, - { - "id": 6016, - "noteBit": 462 - }, - { - "id": 6018, - "noteBit": 206 - }, - { - "id": 6019, - "noteBit": 462 - }, - { - "id": 6020, - "noteBit": 198 - }, - { - "id": 6022, - "noteBit": 206 - }, - { - "id": 6023, - "noteBit": 462 - }, - { - "id": 6027, - "noteBit": 462 - }, - { - "id": 6028, - "noteBit": 198 - }, - { - "id": 6029, - "noteBit": 462 - }, - { - "id": 6031, - "noteBit": 462 - }, - { - "id": 7002, - "noteBit": 462 - }, - { - "id": 7003, - "noteBit": 206 - }, - { - "id": 7004, - "noteBit": 462 - }, - { - "id": 7005, - "noteBit": 206 - }, - { - "id": 7006, - "noteBit": 462 - }, - { - "id": 7009, - "noteBit": 198 - }, - { - "id": 7010, - "noteBit": 206 - }, - { - "id": 7011, - "noteBit": 206 - }, - { - "id": 7013, - "noteBit": 462 - }, - { - "id": 7016, - "noteBit": 206 - }, - { - "id": 7018, - "noteBit": 462 - }, - { - "id": 7020, - "noteBit": 206 - }, - { - "id": 7022, - "noteBit": 206 - }, - { - "id": 7024, - "noteBit": 206 - }, - { - "id": 7025, - "noteBit": 462 - }, - { - "id": 7026, - "noteBit": 198 - }, - { - "id": 7032, - "noteBit": 462 - }, - { - "id": 7036, - "noteBit": 462 - }, - { - "id": 7038, - "noteBit": 990 - }, - { - "id": 7039, - "noteBit": 462 - }, - { - "id": 8001, - "noteBit": 462 - }, - { - "id": 8003, - "noteBit": 462 - }, - { - "id": 8005, - "noteBit": 206 - }, - { - "id": 8008, - "noteBit": 462 - }, - { - "id": 8009, - "noteBit": 462 - }, - { - "id": 8010, - "noteBit": 462 - }, - { - "id": 8011, - "noteBit": 206 - }, - { - "id": 8013, - "noteBit": 462 - }, - { - "id": 8014, - "noteBit": 462 - }, - { - "id": 8017, - "noteBit": 462 - }, - { - "id": 8019, - "noteBit": 462 - }, - { - "id": 8020, - "noteBit": 462 - }, - { - "id": 8022, - "noteBit": 462 - }, - { - "id": 8023, - "noteBit": 462 - }, - { - "id": 8024, - "noteBit": 990 - }, - { - "id": 8025, - "noteBit": 462 - }, - { - "id": 8026, - "noteBit": 462 - }, - { - "id": 8028, - "noteBit": 462 - }, - { - "id": 8029, - "noteBit": 462 - }, - { - "id": 8030, - "noteBit": 198 - }, - { - "id": 8031, - "noteBit": 462 - }, - { - "id": 8032, - "noteBit": 462 - }, - { - "id": 8037, - "noteBit": 206 - }, - { - "id": 8040, - "noteBit": 462 - }, - { - "id": 8043, - "noteBit": 462 - }, - { - "id": 8044, - "noteBit": 206 - }, - { - "id": 8045, - "noteBit": 462 - }, - { - "id": 8047, - "noteBit": 198 - }, - { - "id": 8048, - "noteBit": 462 - }, - { - "id": 8049, - "noteBit": 462 - }, - { - "id": 9000, - "noteBit": 462 - }, - { - "id": 9001, - "noteBit": 462 - }, - { - "id": 9002, - "noteBit": 462 - }, - { - "id": 9004, - "noteBit": 206 - }, - { - "id": 9005, - "noteBit": 206 - }, - { - "id": 9007, - "noteBit": 462 - }, - { - "id": 9008, - "noteBit": 462 - }, - { - "id": 9010, - "noteBit": 206 - }, - { - "id": 9011, - "noteBit": 462 - }, - { - "id": 9012, - "noteBit": 462 - }, - { - "id": 9013, - "noteBit": 462 - }, - { - "id": 9014, - "noteBit": 206 - }, - { - "id": 9015, - "noteBit": 206 - }, - { - "id": 9017, - "noteBit": 206 - }, - { - "id": 9029, - "noteBit": 462 - }, - { - "id": 9030, - "noteBit": 462 - }, - { - "id": 9033, - "noteBit": 462 - }, - { - "id": 9037, - "noteBit": 462 - }, - { - "id": 9038, - "noteBit": 974 - }, - { - "id": 9042, - "noteBit": 463 - }, - { - "id": 9043, - "noteBit": 206 - }, - { - "id": 9044, - "noteBit": 206 - }, - { - "id": 9045, - "noteBit": 462 - }, - { - "id": 9046, - "noteBit": 462 - }, - { - "id": 9048, - "noteBit": 206 - }, - { - "id": 9051, - "noteBit": 991 - }, - { - "id": 9052, - "noteBit": 198 - }, - { - "id": 9054, - "noteBit": 462 - }, - { - "id": 9057, - "noteBit": 462 - }, - { - "id": 9058, - "noteBit": 462 - }, - { - "id": 9059, - "noteBit": 462 - }, - { - "id": 10001, - "noteBit": 462 - }, - { - "id": 10002, - "noteBit": 462 - }, - { - "id": 10004, - "noteBit": 462 - }, - { - "id": 10005, - "noteBit": 206 - }, - { - "id": 10006, - "noteBit": 206 - }, - { - "id": 10009, - "noteBit": 462 - }, - { - "id": 10012, - "noteBit": 462 - }, - { - "id": 10013, - "noteBit": 462 - }, - { - "id": 10014, - "noteBit": 462 - }, - { - "id": 10016, - "noteBit": 206 - }, - { - "id": 10017, - "noteBit": 206 - }, - { - "id": 10018, - "noteBit": 462 - }, - { - "id": 10019, - "noteBit": 462 - }, - { - "id": 10020, - "noteBit": 462 - }, - { - "id": 10022, - "noteBit": 462 - }, - { - "id": 10023, - "noteBit": 462 - }, - { - "id": 10024, - "noteBit": 462 - }, - { - "id": 10025, - "noteBit": 462 - }, - { - "id": 10034, - "noteBit": 462 - }, - { - "id": 10035, - "noteBit": 462 - }, - { - "id": 10036, - "noteBit": 462 - }, - { - "id": 10040, - "noteBit": 462 - }, - { - "id": 10041, - "noteBit": 462 - }, - { - "id": 10047, - "noteBit": 462 - }, - { - "id": 10048, - "noteBit": 463 - }, - { - "id": 10049, - "noteBit": 462 - }, - { - "id": 10052, - "noteBit": 462 - }, - { - "id": 10053, - "noteBit": 462 - }, - { - "id": 10054, - "noteBit": 462 - }, - { - "id": 11001, - "noteBit": 462 - }, - { - "id": 11002, - "noteBit": 462 - }, - { - "id": 11003, - "noteBit": 462 - }, - { - "id": 11004, - "noteBit": 462 - }, - { - "id": 11007, - "noteBit": 206 - }, - { - "id": 11008, - "noteBit": 462 - }, - { - "id": 11009, - "noteBit": 462 - }, - { - "id": 11010, - "noteBit": 462 - }, - { - "id": 11011, - "noteBit": 206 - }, - { - "id": 11012, - "noteBit": 990 - }, - { - "id": 11013, - "noteBit": 462 - }, - { - "id": 11014, - "noteBit": 206 - }, - { - "id": 11015, - "noteBit": 206 - }, - { - "id": 11018, - "noteBit": 462 - }, - { - "id": 11026, - "noteBit": 462 - }, - { - "id": 11027, - "noteBit": 206 - }, - { - "id": 11028, - "noteBit": 462 - }, - { - "id": 11032, - "noteBit": 991 - }, - { - "id": 11035, - "noteBit": 462 - }, - { - "id": 11036, - "noteBit": 463 - }, - { - "id": 11037, - "noteBit": 463 - }, - { - "id": 11038, - "noteBit": 462 - }, - { - "id": 11040, - "noteBit": 462 - }, - { - "id": 11043, - "noteBit": 462 - }, - { - "id": 11050, - "noteBit": 462 - }, - { - "id": 11051, - "noteBit": 462 - }, - { - "id": 11052, - "noteBit": 462 - }, - { - "id": 12000, - "noteBit": 206 - }, - { - "id": 12001, - "noteBit": 462 - }, - { - "id": 12002, - "noteBit": 990 - }, - { - "id": 12003, - "noteBit": 462 - }, - { - "id": 12004, - "noteBit": 463 - }, - { - "id": 12005, - "noteBit": 206 - }, - { - "id": 12006, - "noteBit": 462 - }, - { - "id": 12007, - "noteBit": 462 - }, - { - "id": 12008, - "noteBit": 462 - }, - { - "id": 12009, - "noteBit": 463 - }, - { - "id": 12010, - "noteBit": 990 - }, - { - "id": 12011, - "noteBit": 462 - }, - { - "id": 12012, - "noteBit": 462 - }, - { - "id": 12013, - "noteBit": 462 - }, - { - "id": 12014, - "noteBit": 462 - }, - { - "id": 12015, - "noteBit": 463 - }, - { - "id": 12016, - "noteBit": 990 - }, - { - "id": 12018, - "noteBit": 206 - }, - { - "id": 12019, - "noteBit": 462 - }, - { - "id": 12020, - "noteBit": 462 - }, - { - "id": 12021, - "noteBit": 462 - }, - { - "id": 12022, - "noteBit": 206 - }, - { - "id": 12023, - "noteBit": 462 - }, - { - "id": 12024, - "noteBit": 206 - }, - { - "id": 12025, - "noteBit": 462 - }, - { - "id": 12026, - "noteBit": 206 - }, - { - "id": 12027, - "noteBit": 462 - }, - { - "id": 12028, - "noteBit": 463 - }, - { - "id": 12029, - "noteBit": 462 - }, - { - "id": 12034, - "noteBit": 206 - }, - { - "id": 12036, - "noteBit": 462 - }, - { - "id": 12044, - "noteBit": 462 - }, - { - "id": 12045, - "noteBit": 462 - }, - { - "id": 12048, - "noteBit": 206 - }, - { - "id": 12049, - "noteBit": 462 - }, - { - "id": 12050, - "noteBit": 206 - }, - { - "id": 12052, - "noteBit": 462 - }, - { - "id": 12053, - "noteBit": 462 - }, - { - "id": 12054, - "noteBit": 990 - }, - { - "id": 13000, - "noteBit": 462 - }, - { - "id": 13001, - "noteBit": 462 - }, - { - "id": 13002, - "noteBit": 462 - }, - { - "id": 13003, - "noteBit": 462 - }, - { - "id": 13005, - "noteBit": 462 - }, - { - "id": 13006, - "noteBit": 206 - }, - { - "id": 13008, - "noteBit": 462 - }, - { - "id": 13009, - "noteBit": 462 - }, - { - "id": 13010, - "noteBit": 990 - }, - { - "id": 13011, - "noteBit": 462 - }, - { - "id": 13012, - "noteBit": 462 - }, - { - "id": 13013, - "noteBit": 462 - }, - { - "id": 13014, - "noteBit": 463 - }, - { - "id": 13015, - "noteBit": 463 - }, - { - "id": 13017, - "noteBit": 463 - }, - { - "id": 13018, - "noteBit": 206 - }, - { - "id": 13019, - "noteBit": 462 - }, - { - "id": 13021, - "noteBit": 462 - }, - { - "id": 13022, - "noteBit": 206 - }, - { - "id": 13023, - "noteBit": 462 - }, - { - "id": 13024, - "noteBit": 206 - }, - { - "id": 13026, - "noteBit": 462 - }, - { - "id": 13027, - "noteBit": 462 - }, - { - "id": 13028, - "noteBit": 206 - }, - { - "id": 13029, - "noteBit": 462 - }, - { - "id": 13034, - "noteBit": 206 - }, - { - "id": 13035, - "noteBit": 462 - }, - { - "id": 13036, - "noteBit": 206 - }, - { - "id": 13037, - "noteBit": 462 - }, - { - "id": 13038, - "noteBit": 990 - }, - { - "id": 13039, - "noteBit": 462 - }, - { - "id": 13040, - "noteBit": 462 - }, - { - "id": 13041, - "noteBit": 462 - }, - { - "id": 13044, - "noteBit": 206 - }, - { - "id": 13047, - "noteBit": 462 - }, - { - "id": 13048, - "noteBit": 462 - }, - { - "id": 13049, - "noteBit": 462 - }, - { - "id": 13050, - "noteBit": 462 - }, - { - "id": 13051, - "noteBit": 462 - }, - { - "id": 13052, - "noteBit": 206 - }, - { - "id": 13053, - "noteBit": 462 - }, - { - "id": 13054, - "noteBit": 463 - }, - { - "id": 13055, - "noteBit": 462 - }, - { - "id": 14000, - "noteBit": 206 - }, - { - "id": 14001, - "noteBit": 462 - }, - { - "id": 14003, - "noteBit": 206 - }, - { - "id": 14004, - "noteBit": 990 - }, - { - "id": 14005, - "noteBit": 462 - }, - { - "id": 14006, - "noteBit": 206 - }, - { - "id": 14007, - "noteBit": 463 - }, - { - "id": 14008, - "noteBit": 462 - }, - { - "id": 14009, - "noteBit": 990 - }, - { - "id": 14011, - "noteBit": 462 - }, - { - "id": 14012, - "noteBit": 463 - }, - { - "id": 14014, - "noteBit": 462 - }, - { - "id": 14015, - "noteBit": 462 - }, - { - "id": 14016, - "noteBit": 462 - }, - { - "id": 14017, - "noteBit": 462 - }, - { - "id": 14018, - "noteBit": 206 - }, - { - "id": 14019, - "noteBit": 462 - }, - { - "id": 14020, - "noteBit": 462 - }, - { - "id": 14021, - "noteBit": 462 - }, - { - "id": 14022, - "noteBit": 990 - }, - { - "id": 14023, - "noteBit": 462 - }, - { - "id": 14024, - "noteBit": 206 - }, - { - "id": 14025, - "noteBit": 462 - }, - { - "id": 14026, - "noteBit": 206 - }, - { - "id": 14027, - "noteBit": 462 - }, - { - "id": 14028, - "noteBit": 462 - }, - { - "id": 14029, - "noteBit": 463 - }, - { - "id": 14030, - "noteBit": 463 - }, - { - "id": 14031, - "noteBit": 462 - }, - { - "id": 14033, - "noteBit": 463 - }, - { - "id": 14034, - "noteBit": 462 - }, - { - "id": 14038, - "noteBit": 462 - }, - { - "id": 14045, - "noteBit": 206 - }, - { - "id": 14046, - "noteBit": 990 - }, - { - "id": 14047, - "noteBit": 206 - }, - { - "id": 14048, - "noteBit": 462 - }, - { - "id": 14049, - "noteBit": 463 - }, - { - "id": 14050, - "noteBit": 463 - }, - { - "id": 14051, - "noteBit": 462 - }, - { - "id": 14052, - "noteBit": 462 - }, - { - "id": 14053, - "noteBit": 479 - }, - { - "id": 14055, - "noteBit": 206 - }, - { - "id": 14056, - "noteBit": 463 - }, - { - "id": 15000, - "noteBit": 990 - }, - { - "id": 15001, - "noteBit": 462 - }, - { - "id": 15002, - "noteBit": 206 - }, - { - "id": 15003, - "noteBit": 462 - }, - { - "id": 15004, - "noteBit": 991 - }, - { - "id": 15005, - "noteBit": 990 - }, - { - "id": 15006, - "noteBit": 206 - }, - { - "id": 15007, - "noteBit": 991 - }, - { - "id": 15008, - "noteBit": 990 - }, - { - "id": 15009, - "noteBit": 463 - }, - { - "id": 15010, - "noteBit": 462 - }, - { - "id": 15011, - "noteBit": 462 - }, - { - "id": 15012, - "noteBit": 462 - }, - { - "id": 15013, - "noteBit": 462 - }, - { - "id": 15014, - "noteBit": 974 - }, - { - "id": 15015, - "noteBit": 990 - }, - { - "id": 15016, - "noteBit": 462 - }, - { - "id": 15017, - "noteBit": 462 - }, - { - "id": 15018, - "noteBit": 462 - }, - { - "id": 15019, - "noteBit": 462 - }, - { - "id": 15020, - "noteBit": 462 - }, - { - "id": 15021, - "noteBit": 462 - }, - { - "id": 15022, - "noteBit": 462 - }, - { - "id": 15023, - "noteBit": 990 - }, - { - "id": 15024, - "noteBit": 463 - }, - { - "id": 15025, - "noteBit": 990 - }, - { - "id": 15026, - "noteBit": 990 - }, - { - "id": 15028, - "noteBit": 462 - }, - { - "id": 15031, - "noteBit": 462 - }, - { - "id": 15032, - "noteBit": 462 - }, - { - "id": 15033, - "noteBit": 206 - }, - { - "id": 15034, - "noteBit": 462 - }, - { - "id": 15036, - "noteBit": 206 - }, - { - "id": 15038, - "noteBit": 462 - }, - { - "id": 15039, - "noteBit": 462 - }, - { - "id": 15040, - "noteBit": 462 - }, - { - "id": 15044, - "noteBit": 462 - }, - { - "id": 15045, - "noteBit": 990 - }, - { - "id": 15047, - "noteBit": 462 - }, - { - "id": 15048, - "noteBit": 463 - }, - { - "id": 15049, - "noteBit": 462 - }, - { - "id": 15050, - "noteBit": 462 - }, - { - "id": 15051, - "noteBit": 462 - }, - { - "id": 15052, - "noteBit": 462 - }, - { - "id": 15054, - "noteBit": 991 - }, - { - "id": 15056, - "noteBit": 462 - }, - { - "id": 15057, - "noteBit": 462 - }, - { - "id": 15058, - "noteBit": 462 - }, - { - "id": 15059, - "noteBit": 462 - }, - { - "id": 15061, - "noteBit": 990 - }, - { - "id": 16000, - "noteBit": 991 - }, - { - "id": 16001, - "noteBit": 990 - }, - { - "id": 16003, - "noteBit": 463 - }, - { - "id": 16004, - "noteBit": 463 - }, - { - "id": 16005, - "noteBit": 462 - }, - { - "id": 16006, - "noteBit": 463 - }, - { - "id": 16008, - "noteBit": 462 - }, - { - "id": 16009, - "noteBit": 462 - }, - { - "id": 16010, - "noteBit": 462 - }, - { - "id": 16011, - "noteBit": 990 - }, - { - "id": 16012, - "noteBit": 462 - }, - { - "id": 16013, - "noteBit": 462 - }, - { - "id": 16014, - "noteBit": 462 - }, - { - "id": 16015, - "noteBit": 990 - }, - { - "id": 16016, - "noteBit": 462 - }, - { - "id": 16017, - "noteBit": 462 - }, - { - "id": 16018, - "noteBit": 990 - }, - { - "id": 16019, - "noteBit": 463 - }, - { - "id": 16020, - "noteBit": 462 - }, - { - "id": 16021, - "noteBit": 463 - }, - { - "id": 16022, - "noteBit": 990 - }, - { - "id": 16023, - "noteBit": 462 - }, - { - "id": 16024, - "noteBit": 462 - }, - { - "id": 16025, - "noteBit": 991 - }, - { - "id": 16026, - "noteBit": 463 - }, - { - "id": 16029, - "noteBit": 462 - }, - { - "id": 16031, - "noteBit": 990 - }, - { - "id": 16032, - "noteBit": 462 - }, - { - "id": 16035, - "noteBit": 462 - }, - { - "id": 16036, - "noteBit": 462 - }, - { - "id": 16037, - "noteBit": 462 - }, - { - "id": 16039, - "noteBit": 462 - }, - { - "id": 16040, - "noteBit": 462 - }, - { - "id": 16041, - "noteBit": 462 - }, - { - "id": 16042, - "noteBit": 990 - }, - { - "id": 16043, - "noteBit": 462 - }, - { - "id": 16044, - "noteBit": 462 - }, - { - "id": 16045, - "noteBit": 990 - }, - { - "id": 16047, - "noteBit": 990 - }, - { - "id": 16050, - "noteBit": 991 - }, - { - "id": 16051, - "noteBit": 463 - }, - { - "id": 16052, - "noteBit": 462 - }, - { - "id": 16053, - "noteBit": 462 - }, - { - "id": 17000, - "noteBit": 463 - }, - { - "id": 17001, - "noteBit": 462 - }, - { - "id": 17002, - "noteBit": 462 - }, - { - "id": 17003, - "noteBit": 462 - }, - { - "id": 17004, - "noteBit": 462 - }, - { - "id": 17005, - "noteBit": 462 - }, - { - "id": 17006, - "noteBit": 462 - }, - { - "id": 17007, - "noteBit": 462 - }, - { - "id": 17008, - "noteBit": 462 - }, - { - "id": 17009, - "noteBit": 462 - }, - { - "id": 17010, - "noteBit": 462 - }, - { - "id": 17011, - "noteBit": 462 - }, - { - "id": 17012, - "noteBit": 462 - }, - { - "id": 17013, - "noteBit": 463 - }, - { - "id": 17014, - "noteBit": 462 - }, - { - "id": 17015, - "noteBit": 462 - }, - { - "id": 17016, - "noteBit": 462 - }, - { - "id": 17017, - "noteBit": 462 - }, - { - "id": 17018, - "noteBit": 462 - }, - { - "id": 17019, - "noteBit": 462 - }, - { - "id": 17020, - "noteBit": 462 - }, - { - "id": 17021, - "noteBit": 462 - }, - { - "id": 17022, - "noteBit": 462 - }, - { - "id": 17023, - "noteBit": 462 - }, - { - "id": 17024, - "noteBit": 462 - }, - { - "id": 17025, - "noteBit": 463 - }, - { - "id": 17026, - "noteBit": 462 - }, - { - "id": 17027, - "noteBit": 462 - }, - { - "id": 17028, - "noteBit": 991 - }, - { - "id": 17030, - "noteBit": 462 - }, - { - "id": 17031, - "noteBit": 462 - }, - { - "id": 17032, - "noteBit": 462 - }, - { - "id": 17033, - "noteBit": 462 - }, - { - "id": 17034, - "noteBit": 462 - }, - { - "id": 17037, - "noteBit": 462 - }, - { - "id": 17038, - "noteBit": 462 - }, - { - "id": 17039, - "noteBit": 462 - }, - { - "id": 17040, - "noteBit": 462 - }, - { - "id": 17043, - "noteBit": 462 - }, - { - "id": 17044, - "noteBit": 462 - }, - { - "id": 17046, - "noteBit": 462 - }, - { - "id": 17048, - "noteBit": 462 - }, - { - "id": 17049, - "noteBit": 462 - }, - { - "id": 17050, - "noteBit": 462 - }, - { - "id": 17051, - "noteBit": 463 - }, - { - "id": 17053, - "noteBit": 462 - }, - { - "id": 17054, - "noteBit": 463 - }, - { - "id": 17055, - "noteBit": 462 - }, - { - "id": 17056, - "noteBit": 462 - }, - { - "id": 17058, - "noteBit": 462 - }, - { - "id": 17059, - "noteBit": 462 - }, - { - "id": 17060, - "noteBit": 990 - }, - { - "id": 17062, - "noteBit": 462 - }, - { - "id": 17064, - "noteBit": 462 - }, - { - "id": 17065, - "noteBit": 462 - }, - { - "id": 18000, - "noteBit": 462 - }, - { - "id": 18001, - "noteBit": 462 - }, - { - "id": 18002, - "noteBit": 462 - }, - { - "id": 18004, - "noteBit": 462 - }, - { - "id": 18005, - "noteBit": 462 - }, - { - "id": 18006, - "noteBit": 462 - }, - { - "id": 18007, - "noteBit": 462 - }, - { - "id": 18008, - "noteBit": 462 - }, - { - "id": 18009, - "noteBit": 462 - }, - { - "id": 18010, - "noteBit": 462 - }, - { - "id": 18011, - "noteBit": 990 - }, - { - "id": 18012, - "noteBit": 462 - }, - { - "id": 18013, - "noteBit": 462 - }, - { - "id": 18014, - "noteBit": 463 - }, - { - "id": 18015, - "noteBit": 462 - }, - { - "id": 18016, - "noteBit": 462 - }, - { - "id": 18017, - "noteBit": 462 - }, - { - "id": 18018, - "noteBit": 462 - }, - { - "id": 18019, - "noteBit": 462 - }, - { - "id": 18021, - "noteBit": 462 - }, - { - "id": 18022, - "noteBit": 462 - }, - { - "id": 18023, - "noteBit": 463 - }, - { - "id": 18024, - "noteBit": 462 - }, - { - "id": 18025, - "noteBit": 990 - }, - { - "id": 18026, - "noteBit": 462 - }, - { - "id": 18027, - "noteBit": 462 - }, - { - "id": 18028, - "noteBit": 462 - }, - { - "id": 18029, - "noteBit": 463 - }, - { - "id": 18030, - "noteBit": 462 - }, - { - "id": 18032, - "noteBit": 463 - }, - { - "id": 18035, - "noteBit": 462 - }, - { - "id": 18036, - "noteBit": 463 - }, - { - "id": 18041, - "noteBit": 462 - }, - { - "id": 18042, - "noteBit": 462 - }, - { - "id": 18043, - "noteBit": 462 - }, - { - "id": 18044, - "noteBit": 462 - }, - { - "id": 18045, - "noteBit": 462 - }, - { - "id": 18046, - "noteBit": 462 - }, - { - "id": 18047, - "noteBit": 462 - }, - { - "id": 18048, - "noteBit": 462 - }, - { - "id": 18050, - "noteBit": 463 - }, - { - "id": 18051, - "noteBit": 462 - }, - { - "id": 18053, - "noteBit": 462 - }, - { - "id": 18055, - "noteBit": 463 - }, - { - "id": 18056, - "noteBit": 462 - }, - { - "id": 18057, - "noteBit": 462 - }, - { - "id": 18058, - "noteBit": 462 - }, - { - "id": 18059, - "noteBit": 463 - }, - { - "id": 18060, - "noteBit": 462 - }, - { - "id": 18061, - "noteBit": 462 - }, - { - "id": 18062, - "noteBit": 462 - }, - { - "id": 18063, - "noteBit": 462 - }, - { - "id": 18064, - "noteBit": 463 - }, - { - "id": 18065, - "noteBit": 462 - }, - { - "id": 18066, - "noteBit": 462 - }, - { - "id": 18067, - "noteBit": 462 - }, - { - "id": 18068, - "noteBit": 462 - }, - { - "id": 18069, - "noteBit": 462 - }, - { - "id": 18070, - "noteBit": 462 - }, - { - "id": 18071, - "noteBit": 462 - }, - { - "id": 18072, - "noteBit": 462 - }, - { - "id": 19001, - "noteBit": 462 - }, - { - "id": 19002, - "noteBit": 462 - }, - { - "id": 19003, - "noteBit": 462 - }, - { - "id": 19004, - "noteBit": 462 - }, - { - "id": 19005, - "noteBit": 463 - }, - { - "id": 19006, - "noteBit": 462 - }, - { - "id": 19007, - "noteBit": 462 - }, - { - "id": 19008, - "noteBit": 462 - }, - { - "id": 19009, - "noteBit": 462 - }, - { - "id": 19010, - "noteBit": 462 - }, - { - "id": 19011, - "noteBit": 462 - }, - { - "id": 19012, - "noteBit": 462 - }, - { - "id": 19013, - "noteBit": 462 - }, - { - "id": 19014, - "noteBit": 462 - }, - { - "id": 19015, - "noteBit": 463 - }, - { - "id": 19016, - "noteBit": 462 - }, - { - "id": 19017, - "noteBit": 462 - }, - { - "id": 19018, - "noteBit": 462 - }, - { - "id": 19019, - "noteBit": 462 - }, - { - "id": 19020, - "noteBit": 462 - }, - { - "id": 19021, - "noteBit": 462 - }, - { - "id": 19022, - "noteBit": 462 - }, - { - "id": 19024, - "noteBit": 462 - }, - { - "id": 19025, - "noteBit": 462 - }, - { - "id": 19026, - "noteBit": 462 - }, - { - "id": 19027, - "noteBit": 462 - }, - { - "id": 19028, - "noteBit": 462 - }, - { - "id": 19029, - "noteBit": 462 - }, - { - "id": 19030, - "noteBit": 462 - }, - { - "id": 19031, - "noteBit": 462 - }, - { - "id": 19032, - "noteBit": 462 - }, - { - "id": 19033, - "noteBit": 462 - }, - { - "id": 19034, - "noteBit": 462 - }, - { - "id": 19035, - "noteBit": 462 - }, - { - "id": 19036, - "noteBit": 462 - }, - { - "id": 19037, - "noteBit": 462 - }, - { - "id": 19038, - "noteBit": 462 - }, - { - "id": 19039, - "noteBit": 462 - }, - { - "id": 19040, - "noteBit": 462 - }, - { - "id": 19045, - "noteBit": 462 - }, - { - "id": 19046, - "noteBit": 462 - }, - { - "id": 19047, - "noteBit": 462 - }, - { - "id": 19048, - "noteBit": 462 - }, - { - "id": 19049, - "noteBit": 462 - }, - { - "id": 19052, - "noteBit": 462 - }, - { - "id": 19053, - "noteBit": 462 - }, - { - "id": 19054, - "noteBit": 462 - }, - { - "id": 19055, - "noteBit": 462 - }, - { - "id": 19056, - "noteBit": 462 - }, - { - "id": 19058, - "noteBit": 463 - }, - { - "id": 19059, - "noteBit": 463 - }, - { - "id": 19060, - "noteBit": 463 - }, - { - "id": 19061, - "noteBit": 462 - }, - { - "id": 19062, - "noteBit": 462 - }, - { - "id": 19063, - "noteBit": 990 - }, - { - "id": 19064, - "noteBit": 462 - }, - { - "id": 19065, - "noteBit": 462 - }, - { - "id": 19067, - "noteBit": 462 - }, - { - "id": 19068, - "noteBit": 462 - }, - { - "id": 19069, - "noteBit": 462 - }, - { - "id": 19070, - "noteBit": 463 - }, - { - "id": 19071, - "noteBit": 463 - }, - { - "id": 19072, - "noteBit": 463 - }, - { - "id": 19073, - "noteBit": 463 - }, - { - "id": 19074, - "noteBit": 991 - }, - { - "id": 19075, - "noteBit": 462 - }, - { - "id": 20000, - "noteBit": 462 - }, - { - "id": 20001, - "noteBit": 462 - }, - { - "id": 20002, - "noteBit": 462 - }, - { - "id": 20003, - "noteBit": 462 - }, - { - "id": 20004, - "noteBit": 462 - }, - { - "id": 20005, - "noteBit": 462 - }, - { - "id": 20006, - "noteBit": 462 - }, - { - "id": 20007, - "noteBit": 462 - }, - { - "id": 20008, - "noteBit": 462 - }, - { - "id": 20009, - "noteBit": 462 - }, - { - "id": 20010, - "noteBit": 462 - }, - { - "id": 20011, - "noteBit": 462 - }, - { - "id": 20012, - "noteBit": 462 - }, - { - "id": 20013, - "noteBit": 462 - }, - { - "id": 20014, - "noteBit": 462 - }, - { - "id": 20015, - "noteBit": 463 - }, - { - "id": 20016, - "noteBit": 462 - }, - { - "id": 20017, - "noteBit": 462 - }, - { - "id": 20018, - "noteBit": 462 - }, - { - "id": 20019, - "noteBit": 990 - }, - { - "id": 20020, - "noteBit": 463 - }, - { - "id": 20021, - "noteBit": 462 - }, - { - "id": 20022, - "noteBit": 462 - }, - { - "id": 20023, - "noteBit": 462 - }, - { - "id": 20024, - "noteBit": 990 - }, - { - "id": 20025, - "noteBit": 462 - }, - { - "id": 20027, - "noteBit": 462 - }, - { - "id": 20028, - "noteBit": 462 - }, - { - "id": 20029, - "noteBit": 462 - }, - { - "id": 20030, - "noteBit": 462 - }, - { - "id": 20031, - "noteBit": 462 - }, - { - "id": 20032, - "noteBit": 462 - }, - { - "id": 20033, - "noteBit": 462 - }, - { - "id": 20034, - "noteBit": 462 - }, - { - "id": 20035, - "noteBit": 462 - }, - { - "id": 20036, - "noteBit": 462 - }, - { - "id": 20037, - "noteBit": 462 - }, - { - "id": 20038, - "noteBit": 462 - }, - { - "id": 20039, - "noteBit": 990 - }, - { - "id": 20040, - "noteBit": 462 - }, - { - "id": 20041, - "noteBit": 462 - }, - { - "id": 20042, - "noteBit": 462 - }, - { - "id": 20043, - "noteBit": 462 - }, - { - "id": 20044, - "noteBit": 462 - }, - { - "id": 20045, - "noteBit": 462 - }, - { - "id": 20046, - "noteBit": 462 - }, - { - "id": 20047, - "noteBit": 463 - }, - { - "id": 20048, - "noteBit": 462 - }, - { - "id": 20049, - "noteBit": 462 - }, - { - "id": 20050, - "noteBit": 462 - }, - { - "id": 20051, - "noteBit": 462 - }, - { - "id": 20052, - "noteBit": 462 - }, - { - "id": 20053, - "noteBit": 463 - }, - { - "id": 20055, - "noteBit": 462 - }, - { - "id": 20056, - "noteBit": 462 - }, - { - "id": 20057, - "noteBit": 462 - }, - { - "id": 20058, - "noteBit": 462 - }, - { - "id": 20060, - "noteBit": 462 - }, - { - "id": 20061, - "noteBit": 462 - }, - { - "id": 20062, - "noteBit": 462 - }, - { - "id": 20064, - "noteBit": 462 - }, - { - "id": 20065, - "noteBit": 462 - }, - { - "id": 20066, - "noteBit": 462 - }, - { - "id": 20067, - "noteBit": 462 - }, - { - "id": 20068, - "noteBit": 990 - }, - { - "id": 20069, - "noteBit": 462 - }, - { - "id": 20070, - "noteBit": 462 - }, - { - "id": 20071, - "noteBit": 463 - }, - { - "id": 20072, - "noteBit": 463 - }, - { - "id": 20073, - "noteBit": 462 - }, - { - "id": 20074, - "noteBit": 463 - }, - { - "id": 20075, - "noteBit": 462 - }, - { - "id": 20076, - "noteBit": 462 - }, - { - "id": 20082, - "noteBit": 462 - }, - { - "id": 20083, - "noteBit": 462 - }, - { - "id": 20086, - "noteBit": 462 - }, - { - "id": 20087, - "noteBit": 462 - }, - { - "id": 20088, - "noteBit": 462 - }, - { - "id": 20089, - "noteBit": 462 - }, - { - "id": 20090, - "noteBit": 462 - }, - { - "id": 20091, - "noteBit": 462 - }, - { - "id": 20092, - "noteBit": 462 - }, - { - "id": 20093, - "noteBit": 462 - }, - { - "id": 20094, - "noteBit": 462 - }, - { - "id": 20095, - "noteBit": 462 - }, - { - "id": 20096, - "noteBit": 463 - }, - { - "id": 20097, - "noteBit": 462 - }, - { - "id": 20098, - "noteBit": 462 - }, - { - "id": 20099, - "noteBit": 462 - }, - { - "id": 20100, - "noteBit": 991 - }, - { - "id": 20101, - "noteBit": 462 - }, - { - "id": 20102, - "noteBit": 462 - }, - { - "id": 21001, - "noteBit": 462 - }, - { - "id": 21002, - "noteBit": 462 - }, - { - "id": 21003, - "noteBit": 462 - }, - { - "id": 21004, - "noteBit": 462 - }, - { - "id": 21005, - "noteBit": 462 - }, - { - "id": 21006, - "noteBit": 462 - }, - { - "id": 21007, - "noteBit": 463 - }, - { - "id": 21008, - "noteBit": 462 - }, - { - "id": 21009, - "noteBit": 462 - }, - { - "id": 21010, - "noteBit": 462 - }, - { - "id": 21011, - "noteBit": 462 - }, - { - "id": 21012, - "noteBit": 990 - }, - { - "id": 21014, - "noteBit": 462 - }, - { - "id": 21015, - "noteBit": 462 - }, - { - "id": 21016, - "noteBit": 462 - }, - { - "id": 21017, - "noteBit": 462 - }, - { - "id": 21018, - "noteBit": 462 - }, - { - "id": 21019, - "noteBit": 463 - }, - { - "id": 21020, - "noteBit": 462 - }, - { - "id": 21021, - "noteBit": 462 - }, - { - "id": 21022, - "noteBit": 462 - }, - { - "id": 21024, - "noteBit": 462 - }, - { - "id": 21025, - "noteBit": 462 - }, - { - "id": 21026, - "noteBit": 462 - }, - { - "id": 21027, - "noteBit": 462 - }, - { - "id": 21028, - "noteBit": 462 - }, - { - "id": 21029, - "noteBit": 990 - }, - { - "id": 21030, - "noteBit": 462 - }, - { - "id": 21032, - "noteBit": 462 - }, - { - "id": 21033, - "noteBit": 462 - }, - { - "id": 21035, - "noteBit": 462 - }, - { - "id": 21036, - "noteBit": 462 - }, - { - "id": 21037, - "noteBit": 462 - }, - { - "id": 21038, - "noteBit": 462 - }, - { - "id": 21041, - "noteBit": 462 - }, - { - "id": 21042, - "noteBit": 462 - }, - { - "id": 21043, - "noteBit": 462 - }, - { - "id": 21045, - "noteBit": 462 - }, - { - "id": 21046, - "noteBit": 462 - }, - { - "id": 21047, - "noteBit": 462 - }, - { - "id": 21048, - "noteBit": 990 - }, - { - "id": 21049, - "noteBit": 462 - }, - { - "id": 21050, - "noteBit": 990 - }, - { - "id": 21051, - "noteBit": 462 - }, - { - "id": 21052, - "noteBit": 990 - }, - { - "id": 21053, - "noteBit": 462 - }, - { - "id": 21054, - "noteBit": 462 - }, - { - "id": 21056, - "noteBit": 462 - }, - { - "id": 21057, - "noteBit": 462 - }, - { - "id": 21058, - "noteBit": 463 - }, - { - "id": 21059, - "noteBit": 990 - }, - { - "id": 21060, - "noteBit": 462 - }, - { - "id": 21061, - "noteBit": 462 - }, - { - "id": 21062, - "noteBit": 462 - }, - { - "id": 21063, - "noteBit": 462 - }, - { - "id": 21064, - "noteBit": 462 - }, - { - "id": 21065, - "noteBit": 462 - }, - { - "id": 21066, - "noteBit": 462 - }, - { - "id": 21067, - "noteBit": 462 - }, - { - "id": 21068, - "noteBit": 462 - }, - { - "id": 21069, - "noteBit": 990 - }, - { - "id": 21070, - "noteBit": 462 - }, - { - "id": 21071, - "noteBit": 462 - }, - { - "id": 21073, - "noteBit": 990 - }, - { - "id": 21074, - "noteBit": 462 - }, - { - "id": 21075, - "noteBit": 462 - }, - { - "id": 21076, - "noteBit": 462 - }, - { - "id": 21077, - "noteBit": 462 - }, - { - "id": 21078, - "noteBit": 462 - }, - { - "id": 21079, - "noteBit": 462 - }, - { - "id": 21080, - "noteBit": 462 - }, - { - "id": 21081, - "noteBit": 462 - }, - { - "id": 21082, - "noteBit": 462 - }, - { - "id": 21083, - "noteBit": 462 - }, - { - "id": 21085, - "noteBit": 462 - }, - { - "id": 21086, - "noteBit": 462 - }, - { - "id": 21087, - "noteBit": 462 - }, - { - "id": 21088, - "noteBit": 462 - }, - { - "id": 21089, - "noteBit": 990 - }, - { - "id": 21090, - "noteBit": 462 - }, - { - "id": 22001, - "noteBit": 462 - }, - { - "id": 22002, - "noteBit": 462 - }, - { - "id": 22003, - "noteBit": 462 - }, - { - "id": 22004, - "noteBit": 462 - }, - { - "id": 22005, - "noteBit": 462 - }, - { - "id": 22006, - "noteBit": 990 - }, - { - "id": 22007, - "noteBit": 462 - }, - { - "id": 22008, - "noteBit": 990 - }, - { - "id": 22009, - "noteBit": 462 - }, - { - "id": 22010, - "noteBit": 462 - }, - { - "id": 22011, - "noteBit": 462 - }, - { - "id": 22012, - "noteBit": 462 - }, - { - "id": 22013, - "noteBit": 990 - }, - { - "id": 22014, - "noteBit": 462 - }, - { - "id": 22015, - "noteBit": 462 - }, - { - "id": 22016, - "noteBit": 462 - }, - { - "id": 22017, - "noteBit": 462 - }, - { - "id": 22018, - "noteBit": 462 - }, - { - "id": 22019, - "noteBit": 462 - }, - { - "id": 22020, - "noteBit": 462 - }, - { - "id": 22023, - "noteBit": 462 - }, - { - "id": 22024, - "noteBit": 990 - }, - { - "id": 22025, - "noteBit": 462 - }, - { - "id": 22026, - "noteBit": 462 - }, - { - "id": 22027, - "noteBit": 990 - }, - { - "id": 22028, - "noteBit": 462 - }, - { - "id": 22029, - "noteBit": 462 - }, - { - "id": 22031, - "noteBit": 990 - }, - { - "id": 22032, - "noteBit": 462 - }, - { - "id": 22033, - "noteBit": 462 - }, - { - "id": 22034, - "noteBit": 462 - }, - { - "id": 22035, - "noteBit": 462 - }, - { - "id": 22036, - "noteBit": 462 - }, - { - "id": 22037, - "noteBit": 462 - }, - { - "id": 22038, - "noteBit": 463 - }, - { - "id": 22039, - "noteBit": 462 - }, - { - "id": 22040, - "noteBit": 462 - }, - { - "id": 22041, - "noteBit": 462 - }, - { - "id": 22042, - "noteBit": 462 - }, - { - "id": 22043, - "noteBit": 462 - }, - { - "id": 22044, - "noteBit": 462 - }, - { - "id": 22045, - "noteBit": 462 - }, - { - "id": 22046, - "noteBit": 462 - }, - { - "id": 22047, - "noteBit": 462 - }, - { - "id": 22048, - "noteBit": 462 - }, - { - "id": 22051, - "noteBit": 462 - }, - { - "id": 22052, - "noteBit": 462 - }, - { - "id": 22053, - "noteBit": 462 - }, - { - "id": 22054, - "noteBit": 463 - }, - { - "id": 22055, - "noteBit": 462 - }, - { - "id": 22057, - "noteBit": 462 - }, - { - "id": 22058, - "noteBit": 462 - }, - { - "id": 22059, - "noteBit": 462 - }, - { - "id": 22060, - "noteBit": 462 - }, - { - "id": 22061, - "noteBit": 462 - }, - { - "id": 22062, - "noteBit": 463 - }, - { - "id": 22063, - "noteBit": 462 - }, - { - "id": 22064, - "noteBit": 462 - }, - { - "id": 22065, - "noteBit": 462 - }, - { - "id": 22067, - "noteBit": 462 - }, - { - "id": 22068, - "noteBit": 462 - }, - { - "id": 22069, - "noteBit": 462 - }, - { - "id": 22070, - "noteBit": 462 - }, - { - "id": 22071, - "noteBit": 462 - }, - { - "id": 22073, - "noteBit": 462 - }, - { - "id": 22074, - "noteBit": 462 - }, - { - "id": 22075, - "noteBit": 462 - }, - { - "id": 22077, - "noteBit": 463 - }, - { - "id": 22079, - "noteBit": 462 - }, - { - "id": 22080, - "noteBit": 462 - }, - { - "id": 22082, - "noteBit": 462 - }, - { - "id": 22087, - "noteBit": 463 - }, - { - "id": 22088, - "noteBit": 463 - }, - { - "id": 22089, - "noteBit": 990 - }, - { - "id": 22090, - "noteBit": 462 - }, - { - "id": 22091, - "noteBit": 462 - }, - { - "id": 22092, - "noteBit": 462 - }, - { - "id": 22093, - "noteBit": 462 - }, - { - "id": 22094, - "noteBit": 462 - }, - { - "id": 22095, - "noteBit": 462 - }, - { - "id": 22098, - "noteBit": 462 - }, - { - "id": 22099, - "noteBit": 462 - }, - { - "id": 22100, - "noteBit": 462 - }, - { - "id": 23000, - "noteBit": 462 - }, - { - "id": 23001, - "noteBit": 462 - }, - { - "id": 23002, - "noteBit": 462 - }, - { - "id": 23003, - "noteBit": 462 - }, - { - "id": 23004, - "noteBit": 462 - }, - { - "id": 23005, - "noteBit": 462 - }, - { - "id": 23007, - "noteBit": 462 - }, - { - "id": 23008, - "noteBit": 462 - }, - { - "id": 23009, - "noteBit": 462 - }, - { - "id": 23010, - "noteBit": 462 - }, - { - "id": 23011, - "noteBit": 462 - }, - { - "id": 23012, - "noteBit": 462 - }, - { - "id": 23013, - "noteBit": 462 - }, - { - "id": 23014, - "noteBit": 462 - }, - { - "id": 23015, - "noteBit": 462 - }, - { - "id": 23016, - "noteBit": 462 - }, - { - "id": 23017, - "noteBit": 462 - }, - { - "id": 23018, - "noteBit": 462 - }, - { - "id": 23019, - "noteBit": 462 - }, - { - "id": 23020, - "noteBit": 462 - }, - { - "id": 23021, - "noteBit": 462 - }, - { - "id": 23022, - "noteBit": 462 - }, - { - "id": 23023, - "noteBit": 462 - }, - { - "id": 23024, - "noteBit": 462 - }, - { - "id": 23025, - "noteBit": 462 - }, - { - "id": 23026, - "noteBit": 462 - }, - { - "id": 23027, - "noteBit": 463 - }, - { - "id": 23028, - "noteBit": 462 - }, - { - "id": 23029, - "noteBit": 462 - }, - { - "id": 23030, - "noteBit": 462 - }, - { - "id": 23031, - "noteBit": 990 - }, - { - "id": 23032, - "noteBit": 462 - }, - { - "id": 23034, - "noteBit": 462 - }, - { - "id": 23035, - "noteBit": 462 - }, - { - "id": 23036, - "noteBit": 462 - }, - { - "id": 23037, - "noteBit": 462 - }, - { - "id": 23038, - "noteBit": 462 - }, - { - "id": 23039, - "noteBit": 462 - }, - { - "id": 23040, - "noteBit": 462 - }, - { - "id": 23041, - "noteBit": 462 - }, - { - "id": 23042, - "noteBit": 462 - }, - { - "id": 23043, - "noteBit": 462 - }, - { - "id": 23045, - "noteBit": 462 - }, - { - "id": 23046, - "noteBit": 462 - }, - { - "id": 23047, - "noteBit": 462 - }, - { - "id": 23048, - "noteBit": 463 - }, - { - "id": 23049, - "noteBit": 462 - }, - { - "id": 23050, - "noteBit": 462 - }, - { - "id": 23051, - "noteBit": 462 - }, - { - "id": 23052, - "noteBit": 462 - }, - { - "id": 23053, - "noteBit": 462 - }, - { - "id": 23054, - "noteBit": 990 - }, - { - "id": 23055, - "noteBit": 462 - }, - { - "id": 23056, - "noteBit": 462 - }, - { - "id": 23057, - "noteBit": 462 - }, - { - "id": 23058, - "noteBit": 462 - }, - { - "id": 23059, - "noteBit": 462 - }, - { - "id": 23060, - "noteBit": 462 - }, - { - "id": 23061, - "noteBit": 462 - }, - { - "id": 23062, - "noteBit": 462 - }, - { - "id": 23063, - "noteBit": 462 - }, - { - "id": 23065, - "noteBit": 462 - }, - { - "id": 23067, - "noteBit": 462 - }, - { - "id": 23068, - "noteBit": 462 - }, - { - "id": 23069, - "noteBit": 462 - }, - { - "id": 23070, - "noteBit": 990 - }, - { - "id": 23074, - "noteBit": 463 - }, - { - "id": 23075, - "noteBit": 462 - }, - { - "id": 23076, - "noteBit": 462 - }, - { - "id": 23077, - "noteBit": 462 - }, - { - "id": 23082, - "noteBit": 462 - }, - { - "id": 23083, - "noteBit": 463 - }, - { - "id": 23084, - "noteBit": 462 - }, - { - "id": 23085, - "noteBit": 462 - }, - { - "id": 23086, - "noteBit": 462 - }, - { - "id": 23087, - "noteBit": 462 - }, - { - "id": 23088, - "noteBit": 462 - }, - { - "id": 23090, - "noteBit": 462 - }, - { - "id": 23091, - "noteBit": 462 - }, - { - "id": 23092, - "noteBit": 462 - }, - { - "id": 23093, - "noteBit": 462 - }, - { - "id": 23094, - "noteBit": 462 - }, - { - "id": 23095, - "noteBit": 990 - }, - { - "id": 24000, - "noteBit": 462 - }, - { - "id": 24001, - "noteBit": 462 - }, - { - "id": 24002, - "noteBit": 462 - }, - { - "id": 24003, - "noteBit": 462 - }, - { - "id": 24004, - "noteBit": 462 - }, - { - "id": 24005, - "noteBit": 462 - }, - { - "id": 24006, - "noteBit": 462 - }, - { - "id": 24007, - "noteBit": 462 - }, - { - "id": 24008, - "noteBit": 462 - }, - { - "id": 24009, - "noteBit": 462 - }, - { - "id": 24010, - "noteBit": 462 - }, - { - "id": 24011, - "noteBit": 991 - }, - { - "id": 24012, - "noteBit": 462 - }, - { - "id": 24013, - "noteBit": 462 - }, - { - "id": 24014, - "noteBit": 462 - }, - { - "id": 24015, - "noteBit": 462 - }, - { - "id": 24016, - "noteBit": 462 - }, - { - "id": 24017, - "noteBit": 463 - }, - { - "id": 24018, - "noteBit": 462 - }, - { - "id": 24019, - "noteBit": 462 - }, - { - "id": 24020, - "noteBit": 462 - }, - { - "id": 24021, - "noteBit": 462 - }, - { - "id": 24022, - "noteBit": 462 - }, - { - "id": 24023, - "noteBit": 462 - }, - { - "id": 24024, - "noteBit": 462 - }, - { - "id": 24025, - "noteBit": 462 - }, - { - "id": 24026, - "noteBit": 462 - }, - { - "id": 24027, - "noteBit": 462 - }, - { - "id": 24028, - "noteBit": 462 - }, - { - "id": 24029, - "noteBit": 462 - }, - { - "id": 24030, - "noteBit": 462 - }, - { - "id": 24031, - "noteBit": 462 - }, - { - "id": 24033, - "noteBit": 462 - }, - { - "id": 24034, - "noteBit": 462 - }, - { - "id": 24035, - "noteBit": 462 - }, - { - "id": 24036, - "noteBit": 462 - }, - { - "id": 24037, - "noteBit": 462 - }, - { - "id": 24038, - "noteBit": 462 - }, - { - "id": 24039, - "noteBit": 462 - }, - { - "id": 24040, - "noteBit": 462 - }, - { - "id": 24041, - "noteBit": 991 - }, - { - "id": 24042, - "noteBit": 462 - }, - { - "id": 24043, - "noteBit": 462 - }, - { - "id": 24044, - "noteBit": 462 - }, - { - "id": 24045, - "noteBit": 462 - }, - { - "id": 24046, - "noteBit": 462 - }, - { - "id": 24047, - "noteBit": 462 - }, - { - "id": 24048, - "noteBit": 462 - }, - { - "id": 24050, - "noteBit": 990 - }, - { - "id": 24051, - "noteBit": 463 - }, - { - "id": 24053, - "noteBit": 462 - }, - { - "id": 24054, - "noteBit": 462 - }, - { - "id": 24055, - "noteBit": 462 - }, - { - "id": 24056, - "noteBit": 462 - }, - { - "id": 24057, - "noteBit": 462 - }, - { - "id": 24058, - "noteBit": 462 - }, - { - "id": 24063, - "noteBit": 462 - }, - { - "id": 24064, - "noteBit": 462 - }, - { - "id": 24065, - "noteBit": 462 - }, - { - "id": 24066, - "noteBit": 462 - }, - { - "id": 24067, - "noteBit": 462 - }, - { - "id": 24068, - "noteBit": 462 - }, - { - "id": 24070, - "noteBit": 462 - }, - { - "id": 24072, - "noteBit": 463 - }, - { - "id": 24073, - "noteBit": 462 - }, - { - "id": 24074, - "noteBit": 462 - }, - { - "id": 24075, - "noteBit": 462 - }, - { - "id": 24076, - "noteBit": 462 - }, - { - "id": 24077, - "noteBit": 462 - }, - { - "id": 24078, - "noteBit": 462 - }, - { - "id": 24080, - "noteBit": 462 - }, - { - "id": 24081, - "noteBit": 462 - }, - { - "id": 24082, - "noteBit": 462 - }, - { - "id": 24083, - "noteBit": 462 - }, - { - "id": 24084, - "noteBit": 462 - }, - { - "id": 24085, - "noteBit": 463 - }, - { - "id": 24088, - "noteBit": 462 - }, - { - "id": 24089, - "noteBit": 462 - }, - { - "id": 24090, - "noteBit": 462 - }, - { - "id": 24091, - "noteBit": 462 - }, - { - "id": 24093, - "noteBit": 462 - }, - { - "id": 24094, - "noteBit": 462 - }, - { - "id": 24095, - "noteBit": 462 - }, - { - "id": 25000, - "noteBit": 462 - }, - { - "id": 25001, - "noteBit": 463 - }, - { - "id": 25002, - "noteBit": 462 - }, - { - "id": 25003, - "noteBit": 462 - }, - { - "id": 25004, - "noteBit": 463 - }, - { - "id": 25005, - "noteBit": 462 - }, - { - "id": 25006, - "noteBit": 463 - }, - { - "id": 25008, - "noteBit": 462 - }, - { - "id": 25009, - "noteBit": 462 - }, - { - "id": 25010, - "noteBit": 462 - }, - { - "id": 25011, - "noteBit": 462 - }, - { - "id": 25012, - "noteBit": 462 - }, - { - "id": 25013, - "noteBit": 462 - }, - { - "id": 25014, - "noteBit": 462 - }, - { - "id": 25015, - "noteBit": 462 - }, - { - "id": 25016, - "noteBit": 462 - }, - { - "id": 25017, - "noteBit": 462 - }, - { - "id": 25018, - "noteBit": 462 - }, - { - "id": 25019, - "noteBit": 462 - }, - { - "id": 25020, - "noteBit": 462 - }, - { - "id": 25021, - "noteBit": 463 - }, - { - "id": 25022, - "noteBit": 462 - }, - { - "id": 25023, - "noteBit": 462 - }, - { - "id": 25024, - "noteBit": 462 - }, - { - "id": 25026, - "noteBit": 462 - }, - { - "id": 25027, - "noteBit": 462 - }, - { - "id": 25028, - "noteBit": 462 - }, - { - "id": 25029, - "noteBit": 462 - }, - { - "id": 25030, - "noteBit": 462 - }, - { - "id": 25031, - "noteBit": 462 - }, - { - "id": 25032, - "noteBit": 462 - }, - { - "id": 25033, - "noteBit": 462 - }, - { - "id": 25034, - "noteBit": 462 - }, - { - "id": 25035, - "noteBit": 462 - }, - { - "id": 25036, - "noteBit": 462 - }, - { - "id": 25037, - "noteBit": 462 - }, - { - "id": 25038, - "noteBit": 462 - }, - { - "id": 25039, - "noteBit": 462 - }, - { - "id": 25040, - "noteBit": 462 - }, - { - "id": 25041, - "noteBit": 462 - }, - { - "id": 25042, - "noteBit": 462 - }, - { - "id": 25043, - "noteBit": 462 - }, - { - "id": 25044, - "noteBit": 462 - }, - { - "id": 25045, - "noteBit": 462 - }, - { - "id": 25046, - "noteBit": 462 - }, - { - "id": 25047, - "noteBit": 462 - }, - { - "id": 25048, - "noteBit": 462 - }, - { - "id": 25049, - "noteBit": 462 - }, - { - "id": 25050, - "noteBit": 462 - }, - { - "id": 25051, - "noteBit": 462 - }, - { - "id": 25052, - "noteBit": 462 - }, - { - "id": 25054, - "noteBit": 462 - }, - { - "id": 25055, - "noteBit": 462 - }, - { - "id": 25056, - "noteBit": 462 - }, - { - "id": 25057, - "noteBit": 462 - }, - { - "id": 25058, - "noteBit": 462 - }, - { - "id": 25059, - "noteBit": 463 - }, - { - "id": 25060, - "noteBit": 462 - }, - { - "id": 25061, - "noteBit": 462 - }, - { - "id": 25063, - "noteBit": 463 - }, - { - "id": 25069, - "noteBit": 462 - }, - { - "id": 25070, - "noteBit": 462 - }, - { - "id": 25071, - "noteBit": 462 - }, - { - "id": 25072, - "noteBit": 462 - }, - { - "id": 25073, - "noteBit": 462 - }, - { - "id": 25074, - "noteBit": 462 - }, - { - "id": 25075, - "noteBit": 462 - }, - { - "id": 25076, - "noteBit": 462 - }, - { - "id": 25078, - "noteBit": 462 - }, - { - "id": 25079, - "noteBit": 462 - }, - { - "id": 25080, - "noteBit": 462 - }, - { - "id": 25081, - "noteBit": 462 - }, - { - "id": 25083, - "noteBit": 462 - }, - { - "id": 25085, - "noteBit": 462 - }, - { - "id": 25088, - "noteBit": 462 - }, - { - "id": 25089, - "noteBit": 462 - }, - { - "id": 25090, - "noteBit": 462 - }, - { - "id": 25091, - "noteBit": 462 - }, - { - "id": 25092, - "noteBit": 462 - }, - { - "id": 25093, - "noteBit": 462 - }, - { - "id": 25094, - "noteBit": 462 - }, - { - "id": 25095, - "noteBit": 462 - }, - { - "id": 25096, - "noteBit": 462 - }, - { - "id": 26000, - "noteBit": 462 - }, - { - "id": 26001, - "noteBit": 462 - }, - { - "id": 26003, - "noteBit": 462 - }, - { - "id": 26004, - "noteBit": 462 - }, - { - "id": 26005, - "noteBit": 463 - }, - { - "id": 26007, - "noteBit": 462 - }, - { - "id": 26009, - "noteBit": 463 - }, - { - "id": 26010, - "noteBit": 462 - }, - { - "id": 26011, - "noteBit": 462 - }, - { - "id": 26012, - "noteBit": 462 - }, - { - "id": 26013, - "noteBit": 462 - }, - { - "id": 26014, - "noteBit": 462 - }, - { - "id": 26015, - "noteBit": 462 - }, - { - "id": 26016, - "noteBit": 462 - }, - { - "id": 26017, - "noteBit": 462 - }, - { - "id": 26018, - "noteBit": 462 - }, - { - "id": 26019, - "noteBit": 462 - }, - { - "id": 26020, - "noteBit": 462 - }, - { - "id": 26021, - "noteBit": 462 - }, - { - "id": 26023, - "noteBit": 462 - }, - { - "id": 26024, - "noteBit": 462 - }, - { - "id": 26025, - "noteBit": 462 - }, - { - "id": 26026, - "noteBit": 462 - }, - { - "id": 26028, - "noteBit": 462 - }, - { - "id": 26029, - "noteBit": 462 - }, - { - "id": 26030, - "noteBit": 462 - }, - { - "id": 26031, - "noteBit": 462 - }, - { - "id": 26032, - "noteBit": 462 - }, - { - "id": 26033, - "noteBit": 462 - }, - { - "id": 26034, - "noteBit": 462 - }, - { - "id": 26035, - "noteBit": 462 - }, - { - "id": 26036, - "noteBit": 462 - }, - { - "id": 26037, - "noteBit": 463 - }, - { - "id": 26038, - "noteBit": 462 - }, - { - "id": 26039, - "noteBit": 462 - }, - { - "id": 26041, - "noteBit": 462 - }, - { - "id": 26042, - "noteBit": 462 - }, - { - "id": 26043, - "noteBit": 462 - }, - { - "id": 26044, - "noteBit": 462 - }, - { - "id": 26046, - "noteBit": 462 - }, - { - "id": 26047, - "noteBit": 462 - }, - { - "id": 26048, - "noteBit": 462 - }, - { - "id": 26050, - "noteBit": 462 - }, - { - "id": 26051, - "noteBit": 462 - }, - { - "id": 26052, - "noteBit": 462 - }, - { - "id": 26053, - "noteBit": 462 - }, - { - "id": 26054, - "noteBit": 462 - }, - { - "id": 26055, - "noteBit": 462 - }, - { - "id": 26058, - "noteBit": 462 - }, - { - "id": 26059, - "noteBit": 462 - }, - { - "id": 26060, - "noteBit": 462 - }, - { - "id": 26062, - "noteBit": 462 - }, - { - "id": 26064, - "noteBit": 462 - }, - { - "id": 26065, - "noteBit": 462 - }, - { - "id": 26066, - "noteBit": 462 - }, - { - "id": 26067, - "noteBit": 462 - }, - { - "id": 26068, - "noteBit": 462 - }, - { - "id": 26069, - "noteBit": 462 - }, - { - "id": 26071, - "noteBit": 462 - }, - { - "id": 26074, - "noteBit": 462 - }, - { - "id": 26076, - "noteBit": 462 - }, - { - "id": 26077, - "noteBit": 462 - }, - { - "id": 26078, - "noteBit": 462 - }, - { - "id": 26079, - "noteBit": 462 - }, - { - "id": 26080, - "noteBit": 462 - }, - { - "id": 26081, - "noteBit": 462 - }, - { - "id": 26082, - "noteBit": 462 - }, - { - "id": 26084, - "noteBit": 462 - }, - { - "id": 26086, - "noteBit": 462 - }, - { - "id": 26087, - "noteBit": 462 - }, - { - "id": 26088, - "noteBit": 462 - }, - { - "id": 26089, - "noteBit": 462 - }, - { - "id": 26090, - "noteBit": 462 - }, - { - "id": 26091, - "noteBit": 462 - }, - { - "id": 26092, - "noteBit": 462 - }, - { - "id": 26093, - "noteBit": 462 - }, - { - "id": 26094, - "noteBit": 462 - }, - { - "id": 26095, - "noteBit": 463 - }, - { - "id": 26096, - "noteBit": 462 - }, - { - "id": 26097, - "noteBit": 462 - }, - { - "id": 26098, - "noteBit": 462 - }, - { - "id": 26099, - "noteBit": 462 - }, - { - "id": 26101, - "noteBit": 462 - }, - { - "id": 26102, - "noteBit": 462 - }, - { - "id": 26104, - "noteBit": 462 - }, - { - "id": 26106, - "noteBit": 462 - }, - { - "id": 26107, - "noteBit": 462 - }, - { - "id": 26108, - "noteBit": 462 - }, - { - "id": 26109, - "noteBit": 462 - }, - { - "id": 26110, - "noteBit": 462 - }, - { - "id": 26111, - "noteBit": 462 - }, - { - "id": 26112, - "noteBit": 462 - }, - { - "id": 26113, - "noteBit": 462 - }, - { - "id": 26114, - "noteBit": 462 - }, - { - "id": 26115, - "noteBit": 462 - }, - { - "id": 27000, - "noteBit": 462 - }, - { - "id": 27001, - "noteBit": 462 - }, - { - "id": 27002, - "noteBit": 462 - }, - { - "id": 27003, - "noteBit": 462 - }, - { - "id": 27004, - "noteBit": 462 - }, - { - "id": 27005, - "noteBit": 463 - }, - { - "id": 27007, - "noteBit": 463 - }, - { - "id": 27008, - "noteBit": 462 - }, - { - "id": 27009, - "noteBit": 462 - }, - { - "id": 27010, - "noteBit": 462 - }, - { - "id": 27012, - "noteBit": 462 - }, - { - "id": 27013, - "noteBit": 462 - }, - { - "id": 27014, - "noteBit": 462 - }, - { - "id": 27015, - "noteBit": 462 - }, - { - "id": 27016, - "noteBit": 462 - }, - { - "id": 27018, - "noteBit": 462 - }, - { - "id": 27019, - "noteBit": 462 - }, - { - "id": 27020, - "noteBit": 462 - }, - { - "id": 27021, - "noteBit": 462 - }, - { - "id": 27022, - "noteBit": 462 - }, - { - "id": 27023, - "noteBit": 462 - }, - { - "id": 27024, - "noteBit": 462 - }, - { - "id": 27025, - "noteBit": 462 - }, - { - "id": 27026, - "noteBit": 462 - }, - { - "id": 27029, - "noteBit": 462 - }, - { - "id": 27030, - "noteBit": 462 - }, - { - "id": 27031, - "noteBit": 462 - }, - { - "id": 27032, - "noteBit": 462 - }, - { - "id": 27033, - "noteBit": 462 - }, - { - "id": 27034, - "noteBit": 462 - }, - { - "id": 27035, - "noteBit": 462 - }, - { - "id": 27036, - "noteBit": 462 - }, - { - "id": 27037, - "noteBit": 462 - }, - { - "id": 27039, - "noteBit": 462 - }, - { - "id": 27041, - "noteBit": 462 - }, - { - "id": 27042, - "noteBit": 462 - }, - { - "id": 27043, - "noteBit": 463 - }, - { - "id": 27044, - "noteBit": 462 - }, - { - "id": 27045, - "noteBit": 462 - }, - { - "id": 27046, - "noteBit": 462 - }, - { - "id": 27047, - "noteBit": 462 - }, - { - "id": 27048, - "noteBit": 462 - }, - { - "id": 27049, - "noteBit": 462 - }, - { - "id": 27050, - "noteBit": 462 - }, - { - "id": 27051, - "noteBit": 462 - }, - { - "id": 27052, - "noteBit": 462 - }, - { - "id": 27053, - "noteBit": 462 - }, - { - "id": 27054, - "noteBit": 462 - }, - { - "id": 27058, - "noteBit": 462 - }, - { - "id": 27059, - "noteBit": 462 - }, - { - "id": 27060, - "noteBit": 462 - }, - { - "id": 27061, - "noteBit": 462 - }, - { - "id": 27062, - "noteBit": 462 - }, - { - "id": 27063, - "noteBit": 462 - }, - { - "id": 27064, - "noteBit": 462 - }, - { - "id": 27065, - "noteBit": 462 - }, - { - "id": 27066, - "noteBit": 462 - }, - { - "id": 27067, - "noteBit": 462 - }, - { - "id": 27068, - "noteBit": 462 - }, - { - "id": 27074, - "noteBit": 462 - }, - { - "id": 27075, - "noteBit": 462 - }, - { - "id": 27076, - "noteBit": 462 - }, - { - "id": 27077, - "noteBit": 462 - }, - { - "id": 27079, - "noteBit": 462 - }, - { - "id": 27080, - "noteBit": 462 - }, - { - "id": 27083, - "noteBit": 463 - }, - { - "id": 27084, - "noteBit": 462 - }, - { - "id": 27089, - "noteBit": 462 - }, - { - "id": 27092, - "noteBit": 462 - }, - { - "id": 27094, - "noteBit": 462 - }, - { - "id": 27095, - "noteBit": 462 - }, - { - "id": 27100, - "noteBit": 462 - }, - { - "id": 27101, - "noteBit": 462 - }, - { - "id": 27102, - "noteBit": 462 - }, - { - "id": 27103, - "noteBit": 462 - }, - { - "id": 27105, - "noteBit": 462 - }, - { - "id": 27106, - "noteBit": 462 - }, - { - "id": 27107, - "noteBit": 462 - }, - { - "id": 27110, - "noteBit": 462 - }, - { - "id": 27112, - "noteBit": 462 - }, - { - "id": 27113, - "noteBit": 462 - }, - { - "id": 27114, - "noteBit": 462 - }, - { - "id": 27116, - "noteBit": 990 - }, - { - "id": 27117, - "noteBit": 462 - }, - { - "id": 28002, - "noteBit": 462 - }, - { - "id": 28005, - "noteBit": 463 - }, - { - "id": 28007, - "noteBit": 462 - }, - { - "id": 28008, - "noteBit": 462 - }, - { - "id": 28009, - "noteBit": 462 - }, - { - "id": 28010, - "noteBit": 462 - }, - { - "id": 28011, - "noteBit": 462 - }, - { - "id": 28012, - "noteBit": 462 - }, - { - "id": 28014, - "noteBit": 462 - }, - { - "id": 28016, - "noteBit": 462 - }, - { - "id": 28017, - "noteBit": 462 - }, - { - "id": 28018, - "noteBit": 462 - }, - { - "id": 28019, - "noteBit": 462 - }, - { - "id": 28020, - "noteBit": 462 - }, - { - "id": 28021, - "noteBit": 462 - }, - { - "id": 28022, - "noteBit": 462 - }, - { - "id": 28023, - "noteBit": 463 - }, - { - "id": 28024, - "noteBit": 462 - }, - { - "id": 28026, - "noteBit": 462 - }, - { - "id": 28027, - "noteBit": 462 - }, - { - "id": 28028, - "noteBit": 462 - }, - { - "id": 28031, - "noteBit": 462 - }, - { - "id": 28032, - "noteBit": 462 - }, - { - "id": 28033, - "noteBit": 462 - }, - { - "id": 28034, - "noteBit": 462 - }, - { - "id": 28035, - "noteBit": 462 - }, - { - "id": 28039, - "noteBit": 462 - }, - { - "id": 28040, - "noteBit": 462 - }, - { - "id": 28041, - "noteBit": 462 - }, - { - "id": 28042, - "noteBit": 462 - }, - { - "id": 28043, - "noteBit": 462 - }, - { - "id": 28044, - "noteBit": 462 - }, - { - "id": 28046, - "noteBit": 462 - }, - { - "id": 28047, - "noteBit": 462 - }, - { - "id": 28048, - "noteBit": 462 - }, - { - "id": 28050, - "noteBit": 463 - }, - { - "id": 28052, - "noteBit": 462 - }, - { - "id": 28056, - "noteBit": 462 - }, - { - "id": 28057, - "noteBit": 462 - }, - { - "id": 28058, - "noteBit": 463 - }, - { - "id": 28060, - "noteBit": 462 - }, - { - "id": 28061, - "noteBit": 462 - }, - { - "id": 28063, - "noteBit": 462 - }, - { - "id": 28065, - "noteBit": 462 - }, - { - "id": 28066, - "noteBit": 462 - }, - { - "id": 28069, - "noteBit": 462 - }, - { - "id": 28070, - "noteBit": 462 - }, - { - "id": 28073, - "noteBit": 462 - }, - { - "id": 28076, - "noteBit": 462 - }, - { - "id": 28077, - "noteBit": 462 - }, - { - "id": 28079, - "noteBit": 463 - }, - { - "id": 28080, - "noteBit": 462 - }, - { - "id": 28082, - "noteBit": 462 - }, - { - "id": 28083, - "noteBit": 462 - }, - { - "id": 28087, - "noteBit": 462 - }, - { - "id": 28089, - "noteBit": 462 - }, - { - "id": 28090, - "noteBit": 462 - }, - { - "id": 28091, - "noteBit": 462 - }, - { - "id": 28092, - "noteBit": 463 - }, - { - "id": 28095, - "noteBit": 462 - }, - { - "id": 28098, - "noteBit": 462 - }, - { - "id": 28101, - "noteBit": 462 - }, - { - "id": 28110, - "noteBit": 462 - }, - { - "id": 28111, - "noteBit": 462 - }, - { - "id": 28113, - "noteBit": 462 - }, - { - "id": 28114, - "noteBit": 462 - }, - { - "id": 29001, - "noteBit": 462 - }, - { - "id": 29003, - "noteBit": 463 - }, - { - "id": 29005, - "noteBit": 462 - }, - { - "id": 29007, - "noteBit": 462 - }, - { - "id": 29009, - "noteBit": 462 - }, - { - "id": 29011, - "noteBit": 462 - }, - { - "id": 29012, - "noteBit": 462 - }, - { - "id": 29015, - "noteBit": 462 - }, - { - "id": 29019, - "noteBit": 462 - }, - { - "id": 29021, - "noteBit": 462 - }, - { - "id": 29022, - "noteBit": 462 - }, - { - "id": 29025, - "noteBit": 462 - }, - { - "id": 29027, - "noteBit": 462 - }, - { - "id": 29028, - "noteBit": 462 - }, - { - "id": 29031, - "noteBit": 462 - }, - { - "id": 29032, - "noteBit": 462 - }, - { - "id": 29033, - "noteBit": 462 - }, - { - "id": 29038, - "noteBit": 462 - }, - { - "id": 29040, - "noteBit": 462 - }, - { - "id": 29041, - "noteBit": 462 - }, - { - "id": 29043, - "noteBit": 462 - }, - { - "id": 29045, - "noteBit": 462 - }, - { - "id": 29046, - "noteBit": 462 - }, - { - "id": 29052, - "noteBit": 462 - }, - { - "id": 29055, - "noteBit": 462 - }, - { - "id": 29056, - "noteBit": 462 - }, - { - "id": 29057, - "noteBit": 462 - }, - { - "id": 29063, - "noteBit": 462 - }, - { - "id": 29064, - "noteBit": 462 - }, - { - "id": 29069, - "noteBit": 463 - }, - { - "id": 29076, - "noteBit": 462 - }, - { - "id": 29077, - "noteBit": 462 - }, - { - "id": 29080, - "noteBit": 462 - }, - { - "id": 29084, - "noteBit": 462 - }, - { - "id": 29086, - "noteBit": 462 - }, - { - "id": 29087, - "noteBit": 462 - }, - { - "id": 29088, - "noteBit": 462 - }, - { - "id": 29089, - "noteBit": 462 - }, - { - "id": 29090, - "noteBit": 462 - }, - { - "id": 29091, - "noteBit": 462 - }, - { - "id": 29093, - "noteBit": 462 - }, - { - "id": 29094, - "noteBit": 462 - }, - { - "id": 29095, - "noteBit": 462 - }, - { - "id": 29097, - "noteBit": 462 - }, - { - "id": 30003, - "noteBit": 462 - }, - { - "id": 30010, - "noteBit": 462 - }, - { - "id": 30030, - "noteBit": 462 - }, - { - "id": 30086, - "noteBit": 462 - }, - { - "id": 30087, - "noteBit": 462 - }, - { - "id": 30088, - "noteBit": 462 - }, - { - "id": 30089, - "noteBit": 462 - }, - { - "id": 30090, - "noteBit": 462 - }, - { - "id": 30091, - "noteBit": 462 - }, - { - "id": 30092, - "noteBit": 462 - }, - { - "id": 30093, - "noteBit": 462 - }, - { - "id": 30096, - "noteBit": 462 - }, - { - "id": 30114, - "noteBit": 462 - }, - { - "id": 80001, - "noteBit": 462 - }, - { - "id": 80002, - "noteBit": 462 - }, - { - "id": 80003, - "noteBit": 462 - }, - { - "id": 80004, - "noteBit": 462 - }, - { - "id": 80005, - "noteBit": 462 - }, - { - "id": 80006, - "noteBit": 462 - }, - { - "id": 80007, - "noteBit": 462 - }, - { - "id": 80008, - "noteBit": 462 - }, - { - "id": 80009, - "noteBit": 462 - }, - { - "id": 80010, - "noteBit": 462 - }, - { - "id": 80011, - "noteBit": 462 - }, - { - "id": 80014, - "noteBit": 462 - }, - { - "id": 80015, - "noteBit": 462 - }, - { - "id": 80016, - "noteBit": 462 - }, - { - "id": 80017, - "noteBit": 462 - }, - { - "id": 80018, - "noteBit": 462 - }, - { - "id": 80019, - "noteBit": 462 - }, - { - "id": 80020, - "noteBit": 462 - }, - { - "id": 80021, - "noteBit": 462 - }, - { - "id": 80022, - "noteBit": 462 - }, - { - "id": 80023, - "noteBit": 462 - }, - { - "id": 80024, - "noteBit": 462 - }, - { - "id": 80025, - "noteBit": 462 - }, - { - "id": 80026, - "noteBit": 462 - }, - { - "id": 80027, - "noteBit": 462 - }, - { - "id": 80028, - "noteBit": 462 - }, - { - "id": 80029, - "noteBit": 462 - }, - { - "id": 80030, - "noteBit": 462 - }, - { - "id": 80031, - "noteBit": 462 - }, - { - "id": 80032, - "noteBit": 462 - }, - { - "id": 80033, - "noteBit": 462 - }, - { - "id": 80034, - "noteBit": 462 - }, - { - "id": 80035, - "noteBit": 462 - }, - { - "id": 80036, - "noteBit": 462 - }, - { - "id": 80037, - "noteBit": 462 - }, - { - "id": 80038, - "noteBit": 462 - }, - { - "id": 80039, - "noteBit": 462 - }, - { - "id": 80040, - "noteBit": 462 - }, - { - "id": 80042, - "noteBit": 462 - }, - { - "id": 80043, - "noteBit": 462 - }, - { - "id": 80044, - "noteBit": 462 - }, - { - "id": 80045, - "noteBit": 462 - }, - { - "id": 80046, - "noteBit": 462 - }, - { - "id": 80047, - "noteBit": 462 - }, - { - "id": 80048, - "noteBit": 462 - }, - { - "id": 80049, - "noteBit": 462 - }, - { - "id": 80050, - "noteBit": 462 - }, - { - "id": 80051, - "noteBit": 462 - } - ], - "omni_musics": [ - { - "id": 1004, - "noteBit": 462 - }, - { - "id": 1007, - "noteBit": 462 - }, - { - "id": 1010, - "noteBit": 206 - }, - { - "id": 1017, - "noteBit": 990 - }, - { - "id": 2003, - "noteBit": 206 - }, - { - "id": 2005, - "noteBit": 206 - }, - { - "id": 2008, - "noteBit": 206 - }, - { - "id": 3007, - "noteBit": 206 - }, - { - "id": 4002, - "noteBit": 206 - }, - { - "id": 4017, - "noteBit": 462 - }, - { - "id": 4029, - "noteBit": 462 - }, - { - "id": 5010, - "noteBit": 462 - }, - { - "id": 5018, - "noteBit": 198 - }, - { - "id": 5024, - "noteBit": 462 - }, - { - "id": 6007, - "noteBit": 462 - }, - { - "id": 6021, - "noteBit": 198 - }, - { - "id": 7008, - "noteBit": 462 - }, - { - "id": 7014, - "noteBit": 462 - }, - { - "id": 7021, - "noteBit": 462 - }, - { - "id": 7031, - "noteBit": 462 - }, - { - "id": 7034, - "noteBit": 462 - }, - { - "id": 7037, - "noteBit": 462 - }, - { - "id": 8000, - "noteBit": 206 - }, - { - "id": 8004, - "noteBit": 462 - }, - { - "id": 8006, - "noteBit": 462 - }, - { - "id": 8018, - "noteBit": 462 - }, - { - "id": 8027, - "noteBit": 462 - }, - { - "id": 8039, - "noteBit": 206 - }, - { - "id": 9003, - "noteBit": 462 - }, - { - "id": 9006, - "noteBit": 462 - }, - { - "id": 9016, - "noteBit": 462 - }, - { - "id": 9018, - "noteBit": 462 - }, - { - "id": 9022, - "noteBit": 462 - }, - { - "id": 9026, - "noteBit": 462 - }, - { - "id": 9027, - "noteBit": 206 - }, - { - "id": 9028, - "noteBit": 462 - }, - { - "id": 9034, - "noteBit": 206 - }, - { - "id": 9036, - "noteBit": 462 - }, - { - "id": 9039, - "noteBit": 206 - }, - { - "id": 9055, - "noteBit": 462 - }, - { - "id": 10010, - "noteBit": 462 - }, - { - "id": 10028, - "noteBit": 462 - }, - { - "id": 10031, - "noteBit": 462 - }, - { - "id": 10033, - "noteBit": 463 - }, - { - "id": 10038, - "noteBit": 462 - }, - { - "id": 10042, - "noteBit": 462 - }, - { - "id": 10046, - "noteBit": 462 - }, - { - "id": 11005, - "noteBit": 462 - }, - { - "id": 11019, - "noteBit": 206 - }, - { - "id": 11025, - "noteBit": 462 - }, - { - "id": 11030, - "noteBit": 462 - }, - { - "id": 11031, - "noteBit": 462 - }, - { - "id": 11033, - "noteBit": 206 - }, - { - "id": 11034, - "noteBit": 206 - }, - { - "id": 12030, - "noteBit": 990 - }, - { - "id": 12031, - "noteBit": 462 - }, - { - "id": 12037, - "noteBit": 462 - }, - { - "id": 12038, - "noteBit": 462 - }, - { - "id": 12039, - "noteBit": 462 - }, - { - "id": 12040, - "noteBit": 462 - }, - { - "id": 12041, - "noteBit": 206 - }, - { - "id": 12043, - "noteBit": 462 - }, - { - "id": 12046, - "noteBit": 462 - }, - { - "id": 12051, - "noteBit": 462 - }, - { - "id": 13025, - "noteBit": 206 - }, - { - "id": 13031, - "noteBit": 462 - }, - { - "id": 13032, - "noteBit": 462 - }, - { - "id": 13046, - "noteBit": 462 - }, - { - "id": 14002, - "noteBit": 462 - }, - { - "id": 14035, - "noteBit": 462 - }, - { - "id": 14036, - "noteBit": 462 - }, - { - "id": 14037, - "noteBit": 462 - }, - { - "id": 14039, - "noteBit": 462 - }, - { - "id": 14040, - "noteBit": 462 - }, - { - "id": 14044, - "noteBit": 462 - }, - { - "id": 14058, - "noteBit": 206 - }, - { - "id": 15027, - "noteBit": 462 - }, - { - "id": 15029, - "noteBit": 463 - }, - { - "id": 15030, - "noteBit": 462 - }, - { - "id": 15041, - "noteBit": 478 - }, - { - "id": 15043, - "noteBit": 462 - }, - { - "id": 15055, - "noteBit": 462 - }, - { - "id": 16002, - "noteBit": 990 - }, - { - "id": 16027, - "noteBit": 462 - }, - { - "id": 16028, - "noteBit": 462 - }, - { - "id": 16030, - "noteBit": 991 - }, - { - "id": 16034, - "noteBit": 462 - }, - { - "id": 16038, - "noteBit": 990 - }, - { - "id": 16049, - "noteBit": 462 - }, - { - "id": 16072, - "noteBit": 2 - }, - { - "id": 16080, - "noteBit": 2 - }, - { - "id": 16081, - "noteBit": 2 - }, - { - "id": 16082, - "noteBit": 2 - }, - { - "id": 17035, - "noteBit": 462 - }, - { - "id": 17041, - "noteBit": 462 - }, - { - "id": 17042, - "noteBit": 462 - }, - { - "id": 17052, - "noteBit": 463 - }, - { - "id": 17057, - "noteBit": 462 - }, - { - "id": 17061, - "noteBit": 462 - }, - { - "id": 17063, - "noteBit": 462 - }, - { - "id": 18003, - "noteBit": 462 - }, - { - "id": 18020, - "noteBit": 462 - }, - { - "id": 18039, - "noteBit": 462 - }, - { - "id": 18040, - "noteBit": 462 - }, - { - "id": 18054, - "noteBit": 462 - }, - { - "id": 19042, - "noteBit": 462 - }, - { - "id": 19050, - "noteBit": 462 - }, - { - "id": 19051, - "noteBit": 462 - }, - { - "id": 20054, - "noteBit": 462 - }, - { - "id": 20059, - "noteBit": 462 - }, - { - "id": 20063, - "noteBit": 462 - }, - { - "id": 21013, - "noteBit": 462 - }, - { - "id": 21034, - "noteBit": 462 - }, - { - "id": 21039, - "noteBit": 462 - }, - { - "id": 21044, - "noteBit": 974 - }, - { - "id": 21055, - "noteBit": 462 - }, - { - "id": 21072, - "noteBit": 462 - }, - { - "id": 21084, - "noteBit": 463 - }, - { - "id": 22049, - "noteBit": 462 - }, - { - "id": 22056, - "noteBit": 462 - }, - { - "id": 22076, - "noteBit": 462 - }, - { - "id": 22083, - "noteBit": 990 - }, - { - "id": 22084, - "noteBit": 462 - }, - { - "id": 22085, - "noteBit": 463 - }, - { - "id": 22086, - "noteBit": 462 - }, - { - "id": 23033, - "noteBit": 462 - }, - { - "id": 23044, - "noteBit": 462 - }, - { - "id": 23066, - "noteBit": 462 - }, - { - "id": 23072, - "noteBit": 462 - }, - { - "id": 23073, - "noteBit": 462 - }, - { - "id": 23078, - "noteBit": 462 - }, - { - "id": 23079, - "noteBit": 462 - }, - { - "id": 23080, - "noteBit": 990 - }, - { - "id": 24032, - "noteBit": 462 - }, - { - "id": 24049, - "noteBit": 462 - }, - { - "id": 24052, - "noteBit": 462 - }, - { - "id": 24060, - "noteBit": 462 - }, - { - "id": 24061, - "noteBit": 990 - }, - { - "id": 24069, - "noteBit": 462 - }, - { - "id": 24071, - "noteBit": 462 - }, - { - "id": 24079, - "noteBit": 462 - }, - { - "id": 24086, - "noteBit": 462 - }, - { - "id": 24087, - "noteBit": 462 - }, - { - "id": 24092, - "noteBit": 462 - }, - { - "id": 25007, - "noteBit": 463 - }, - { - "id": 25053, - "noteBit": 462 - }, - { - "id": 25068, - "noteBit": 462 - }, - { - "id": 25082, - "noteBit": 462 - }, - { - "id": 25084, - "noteBit": 462 - }, - { - "id": 25086, - "noteBit": 462 - }, - { - "id": 26002, - "noteBit": 463 - }, - { - "id": 26006, - "noteBit": 463 - }, - { - "id": 26022, - "noteBit": 463 - }, - { - "id": 26027, - "noteBit": 462 - }, - { - "id": 26040, - "noteBit": 462 - }, - { - "id": 26045, - "noteBit": 463 - }, - { - "id": 26049, - "noteBit": 462 - }, - { - "id": 26063, - "noteBit": 462 - }, - { - "id": 26070, - "noteBit": 462 - }, - { - "id": 26072, - "noteBit": 462 - }, - { - "id": 26083, - "noteBit": 462 - }, - { - "id": 26085, - "noteBit": 462 - }, - { - "id": 27011, - "noteBit": 462 - }, - { - "id": 27017, - "noteBit": 462 - }, - { - "id": 27055, - "noteBit": 462 - }, - { - "id": 27056, - "noteBit": 462 - }, - { - "id": 27069, - "noteBit": 462 - }, - { - "id": 27070, - "noteBit": 462 - }, - { - "id": 27071, - "noteBit": 991 - }, - { - "id": 27073, - "noteBit": 463 - }, - { - "id": 27078, - "noteBit": 462 - }, - { - "id": 27081, - "noteBit": 462 - }, - { - "id": 27087, - "noteBit": 462 - }, - { - "id": 27088, - "noteBit": 462 - }, - { - "id": 27090, - "noteBit": 462 - }, - { - "id": 27096, - "noteBit": 462 - }, - { - "id": 27108, - "noteBit": 462 - }, - { - "id": 27109, - "noteBit": 462 - }, - { - "id": 28000, - "noteBit": 462 - }, - { - "id": 28001, - "noteBit": 463 - }, - { - "id": 28004, - "noteBit": 462 - }, - { - "id": 28015, - "noteBit": 462 - }, - { - "id": 28025, - "noteBit": 462 - }, - { - "id": 28029, - "noteBit": 462 - }, - { - "id": 28030, - "noteBit": 462 - }, - { - "id": 28036, - "noteBit": 463 - }, - { - "id": 28037, - "noteBit": 462 - }, - { - "id": 28038, - "noteBit": 462 - }, - { - "id": 28045, - "noteBit": 462 - }, - { - "id": 28049, - "noteBit": 462 - }, - { - "id": 28051, - "noteBit": 462 - }, - { - "id": 28053, - "noteBit": 462 - }, - { - "id": 28055, - "noteBit": 462 - }, - { - "id": 28059, - "noteBit": 990 - }, - { - "id": 28062, - "noteBit": 462 - }, - { - "id": 28064, - "noteBit": 462 - }, - { - "id": 28067, - "noteBit": 462 - }, - { - "id": 28068, - "noteBit": 462 - }, - { - "id": 28071, - "noteBit": 462 - }, - { - "id": 28072, - "noteBit": 462 - }, - { - "id": 28074, - "noteBit": 463 - }, - { - "id": 28081, - "noteBit": 462 - }, - { - "id": 28084, - "noteBit": 462 - }, - { - "id": 28085, - "noteBit": 462 - }, - { - "id": 28086, - "noteBit": 462 - }, - { - "id": 28088, - "noteBit": 462 - }, - { - "id": 28093, - "noteBit": 462 - }, - { - "id": 28094, - "noteBit": 462 - }, - { - "id": 28096, - "noteBit": 462 - }, - { - "id": 28100, - "noteBit": 462 - }, - { - "id": 28102, - "noteBit": 462 - }, - { - "id": 28109, - "noteBit": 462 - }, - { - "id": 28112, - "noteBit": 462 - }, - { - "id": 28117, - "noteBit": 462 - }, - { - "id": 29000, - "noteBit": 462 - }, - { - "id": 29002, - "noteBit": 462 - }, - { - "id": 29006, - "noteBit": 462 - }, - { - "id": 29008, - "noteBit": 463 - }, - { - "id": 29010, - "noteBit": 462 - }, - { - "id": 29013, - "noteBit": 462 - }, - { - "id": 29014, - "noteBit": 462 - }, - { - "id": 29016, - "noteBit": 462 - }, - { - "id": 29017, - "noteBit": 462 - }, - { - "id": 29018, - "noteBit": 462 - }, - { - "id": 29020, - "noteBit": 462 - }, - { - "id": 29023, - "noteBit": 462 - }, - { - "id": 29024, - "noteBit": 462 - }, - { - "id": 29026, - "noteBit": 462 - }, - { - "id": 29029, - "noteBit": 462 - }, - { - "id": 29030, - "noteBit": 462 - }, - { - "id": 29035, - "noteBit": 462 - }, - { - "id": 29036, - "noteBit": 462 - }, - { - "id": 29037, - "noteBit": 462 - }, - { - "id": 29039, - "noteBit": 462 - }, - { - "id": 29042, - "noteBit": 463 - }, - { - "id": 29044, - "noteBit": 462 - }, - { - "id": 29047, - "noteBit": 462 - }, - { - "id": 29049, - "noteBit": 462 - }, - { - "id": 29050, - "noteBit": 462 - }, - { - "id": 29051, - "noteBit": 462 - }, - { - "id": 29053, - "noteBit": 462 - }, - { - "id": 29054, - "noteBit": 462 - }, - { - "id": 29058, - "noteBit": 462 - }, - { - "id": 29060, - "noteBit": 462 - }, - { - "id": 29061, - "noteBit": 462 - }, - { - "id": 29062, - "noteBit": 462 - }, - { - "id": 29065, - "noteBit": 462 - }, - { - "id": 29066, - "noteBit": 462 - }, - { - "id": 29068, - "noteBit": 462 - }, - { - "id": 29070, - "noteBit": 462 - }, - { - "id": 29071, - "noteBit": 991 - }, - { - "id": 29072, - "noteBit": 991 - }, - { - "id": 29074, - "noteBit": 462 - }, - { - "id": 29075, - "noteBit": 991 - }, - { - "id": 29078, - "noteBit": 463 - }, - { - "id": 29079, - "noteBit": 462 - }, - { - "id": 29081, - "noteBit": 463 - }, - { - "id": 29082, - "noteBit": 463 - }, - { - "id": 29085, - "noteBit": 991 - }, - { - "id": 29092, - "noteBit": 463 - }, - { - "id": 29096, - "noteBit": 462 - }, - { - "id": 29098, - "noteBit": 462 - }, - { - "id": 29099, - "noteBit": 462 - }, - { - "id": 29100, - "noteBit": 462 - }, - { - "id": 29101, - "noteBit": 991 - }, - { - "id": 29102, - "noteBit": 463 - }, - { - "id": 29103, - "noteBit": 463 - }, - { - "id": 30000, - "noteBit": 462 - }, - { - "id": 30001, - "noteBit": 462 - }, - { - "id": 30002, - "noteBit": 462 - }, - { - "id": 30004, - "noteBit": 462 - }, - { - "id": 30005, - "noteBit": 462 - }, - { - "id": 30006, - "noteBit": 462 - }, - { - "id": 30007, - "noteBit": 462 - }, - { - "id": 30008, - "noteBit": 462 - }, - { - "id": 30009, - "noteBit": 462 - }, - { - "id": 30011, - "noteBit": 462 - }, - { - "id": 30012, - "noteBit": 462 - }, - { - "id": 30013, - "noteBit": 462 - }, - { - "id": 30014, - "noteBit": 462 - }, - { - "id": 30015, - "noteBit": 462 - }, - { - "id": 30016, - "noteBit": 462 - }, - { - "id": 30017, - "noteBit": 462 - }, - { - "id": 30018, - "noteBit": 462 - }, - { - "id": 30019, - "noteBit": 462 - }, - { - "id": 30020, - "noteBit": 462 - }, - { - "id": 30022, - "noteBit": 462 - }, - { - "id": 30024, - "noteBit": 462 - }, - { - "id": 30025, - "noteBit": 462 - }, - { - "id": 30026, - "noteBit": 462 - }, - { - "id": 30027, - "noteBit": 462 - }, - { - "id": 30028, - "noteBit": 462 - }, - { - "id": 30029, - "noteBit": 463 - }, - { - "id": 30031, - "noteBit": 462 - }, - { - "id": 30032, - "noteBit": 462 - }, - { - "id": 30033, - "noteBit": 462 - }, - { - "id": 30034, - "noteBit": 462 - }, - { - "id": 30035, - "noteBit": 462 - }, - { - "id": 30036, - "noteBit": 463 - }, - { - "id": 30037, - "noteBit": 462 - }, - { - "id": 30038, - "noteBit": 462 - }, - { - "id": 30039, - "noteBit": 462 - }, - { - "id": 30040, - "noteBit": 462 - }, - { - "id": 30041, - "noteBit": 462 - }, - { - "id": 30042, - "noteBit": 462 - }, - { - "id": 30043, - "noteBit": 462 - }, - { - "id": 30044, - "noteBit": 462 - }, - { - "id": 30045, - "noteBit": 462 - }, - { - "id": 30046, - "noteBit": 462 - }, - { - "id": 30047, - "noteBit": 462 - }, - { - "id": 30048, - "noteBit": 462 - }, - { - "id": 30049, - "noteBit": 462 - }, - { - "id": 30050, - "noteBit": 462 - }, - { - "id": 30051, - "noteBit": 463 - }, - { - "id": 30052, - "noteBit": 462 - }, - { - "id": 30053, - "noteBit": 462 - }, - { - "id": 30054, - "noteBit": 462 - }, - { - "id": 30055, - "noteBit": 462 - }, - { - "id": 30056, - "noteBit": 462 - }, - { - "id": 30057, - "noteBit": 462 - }, - { - "id": 30058, - "noteBit": 462 - }, - { - "id": 30059, - "noteBit": 462 - }, - { - "id": 30060, - "noteBit": 462 - }, - { - "id": 30061, - "noteBit": 462 - }, - { - "id": 30062, - "noteBit": 462 - }, - { - "id": 30063, - "noteBit": 462 - }, - { - "id": 30064, - "noteBit": 462 - }, - { - "id": 30065, - "noteBit": 462 - }, - { - "id": 30066, - "noteBit": 462 - }, - { - "id": 30067, - "noteBit": 462 - }, - { - "id": 30068, - "noteBit": 462 - }, - { - "id": 30069, - "noteBit": 462 - }, - { - "id": 30070, - "noteBit": 463 - }, - { - "id": 30072, - "noteBit": 462 - }, - { - "id": 30073, - "noteBit": 462 - }, - { - "id": 30074, - "noteBit": 462 - }, - { - "id": 30075, - "noteBit": 462 - }, - { - "id": 30076, - "noteBit": 462 - }, - { - "id": 30077, - "noteBit": 462 - }, - { - "id": 30078, - "noteBit": 462 - }, - { - "id": 30079, - "noteBit": 462 - }, - { - "id": 30080, - "noteBit": 462 - }, - { - "id": 30081, - "noteBit": 462 - }, - { - "id": 30082, - "noteBit": 463 - }, - { - "id": 30083, - "noteBit": 463 - }, - { - "id": 30084, - "noteBit": 463 - }, - { - "id": 30085, - "noteBit": 463 - }, - { - "id": 30094, - "noteBit": 462 - }, - { - "id": 30095, - "noteBit": 462 - }, - { - "id": 30097, - "noteBit": 462 - }, - { - "id": 30098, - "noteBit": 462 - }, - { - "id": 30099, - "noteBit": 462 - }, - { - "id": 30100, - "noteBit": 462 - }, - { - "id": 30101, - "noteBit": 463 - }, - { - "id": 30102, - "noteBit": 991 - }, - { - "id": 30104, - "noteBit": 463 - }, - { - "id": 30105, - "noteBit": 463 - }, - { - "id": 30106, - "noteBit": 462 - }, - { - "id": 30107, - "noteBit": 462 - }, - { - "id": 30108, - "noteBit": 462 - }, - { - "id": 30109, - "noteBit": 462 - }, - { - "id": 30111, - "noteBit": 462 - }, - { - "id": 31000, - "noteBit": 462 - }, - { - "id": 31001, - "noteBit": 462 - }, - { - "id": 31004, - "noteBit": 462 - }, - { - "id": 31005, - "noteBit": 462 - }, - { - "id": 31008, - "noteBit": 462 - }, - { - "id": 31009, - "noteBit": 462 - }, - { - "id": 31011, - "noteBit": 462 - }, - { - "id": 31012, - "noteBit": 462 - }, - { - "id": 31013, - "noteBit": 462 - }, - { - "id": 31015, - "noteBit": 462 - }, - { - "id": 31016, - "noteBit": 462 - }, - { - "id": 31017, - "noteBit": 462 - }, - { - "id": 31018, - "noteBit": 462 - }, - { - "id": 31019, - "noteBit": 462 - }, - { - "id": 31021, - "noteBit": 463 - }, - { - "id": 31022, - "noteBit": 463 - }, - { - "id": 31023, - "noteBit": 463 - }, - { - "id": 31025, - "noteBit": 463 - }, - { - "id": 31026, - "noteBit": 462 - }, - { - "id": 31027, - "noteBit": 462 - }, - { - "id": 31029, - "noteBit": 462 - }, - { - "id": 31030, - "noteBit": 462 - }, - { - "id": 31031, - "noteBit": 462 - }, - { - "id": 31032, - "noteBit": 462 - }, - { - "id": 31033, - "noteBit": 462 - }, - { - "id": 31034, - "noteBit": 462 - }, - { - "id": 31035, - "noteBit": 462 - }, - { - "id": 31037, - "noteBit": 462 - }, - { - "id": 31038, - "noteBit": 462 - }, - { - "id": 31039, - "noteBit": 462 - }, - { - "id": 31040, - "noteBit": 462 - }, - { - "id": 31041, - "noteBit": 462 - }, - { - "id": 31042, - "noteBit": 462 - }, - { - "id": 31043, - "noteBit": 462 - }, - { - "id": 31044, - "noteBit": 462 - }, - { - "id": 31045, - "noteBit": 462 - }, - { - "id": 31046, - "noteBit": 462 - }, - { - "id": 31047, - "noteBit": 462 - }, - { - "id": 31048, - "noteBit": 462 - }, - { - "id": 31049, - "noteBit": 462 - }, - { - "id": 31050, - "noteBit": 462 - }, - { - "id": 31051, - "noteBit": 462 - }, - { - "id": 31053, - "noteBit": 462 - }, - { - "id": 31054, - "noteBit": 462 - }, - { - "id": 31055, - "noteBit": 462 - }, - { - "id": 31058, - "noteBit": 462 - }, - { - "id": 31060, - "noteBit": 462 - }, - { - "id": 31062, - "noteBit": 462 - }, - { - "id": 31063, - "noteBit": 462 - }, - { - "id": 31064, - "noteBit": 462 - }, - { - "id": 31066, - "noteBit": 462 - }, - { - "id": 31067, - "noteBit": 462 - }, - { - "id": 31068, - "noteBit": 462 - }, - { - "id": 31070, - "noteBit": 462 - }, - { - "id": 31071, - "noteBit": 462 - }, - { - "id": 31072, - "noteBit": 462 - }, - { - "id": 31073, - "noteBit": 462 - }, - { - "id": 31074, - "noteBit": 462 - }, - { - "id": 31076, - "noteBit": 462 - }, - { - "id": 31077, - "noteBit": 462 - }, - { - "id": 31078, - "noteBit": 462 - }, - { - "id": 31079, - "noteBit": 462 - }, - { - "id": 31080, - "noteBit": 462 - }, - { - "id": 31081, - "noteBit": 462 - }, - { - "id": 31083, - "noteBit": 462 - }, - { - "id": 31084, - "noteBit": 462 - }, - { - "id": 31085, - "noteBit": 462 - }, - { - "id": 31086, - "noteBit": 462 - }, - { - "id": 31087, - "noteBit": 462 - }, - { - "id": 31088, - "noteBit": 462 - }, - { - "id": 31089, - "noteBit": 462 - }, - { - "id": 31090, - "noteBit": 462 - }, - { - "id": 31091, - "noteBit": 462 - }, - { - "id": 31092, - "noteBit": 462 - }, - { - "id": 31093, - "noteBit": 462 - }, - { - "id": 31097, - "noteBit": 463 - }, - { - "id": 31098, - "noteBit": 463 - }, - { - "id": 31099, - "noteBit": 463 - }, - { - "id": 31103, - "noteBit": 462 - } - ] -} diff --git a/src/controllers/p2d/game.ts b/src/controllers/p2d/game.ts index 11bf502..07c8864 100644 --- a/src/controllers/p2d/game.ts +++ b/src/controllers/p2d/game.ts @@ -1,9 +1,9 @@ -import { eacnet } from "../../decorators/eacnet.js"; +import { p2d } from "../../decorators/eacnet.js"; import { Context } from "../../types.js"; import { v } from "../../utils/kxml-value.js"; export class Game { - @eacnet('p2d') + @p2d() async getChampionshipInfo() { return { status: v.s32(0), @@ -23,7 +23,7 @@ export class Game { } } - @eacnet('p2d') + @p2d() async getServerValues() { return { status: v.s32(0), @@ -41,7 +41,7 @@ export class Game { } } - @eacnet('p2d') + @p2d() async checkGameVersion() { return { status: v.s32(0), @@ -52,7 +52,7 @@ export class Game { }; } - @eacnet('p2d') + @p2d() async getClearRate(ctx: Context) { const { play_style } = ctx.body as { play_style: number }; return { @@ -63,7 +63,7 @@ export class Game { } } - @eacnet('p2d') + @p2d() async getGoodsList() { const goods = [{ goods_id: v.str('G1000000'), diff --git a/src/controllers/p2d/index.ts b/src/controllers/p2d/index.ts index 5be3790..fea5fbc 100644 --- a/src/controllers/p2d/index.ts +++ b/src/controllers/p2d/index.ts @@ -2,32 +2,11 @@ import { v } from "../../utils/kxml-value.js"; import { Game } from "./game.js"; import { Service } from "./service.js"; import { User } from "./user.js"; -import data from './data.json' with { type: "json" }; import { inject, singleton } from "tsyringe"; import { UserService } from "../../services/p2d/user.js"; import { Music } from "./music.js"; - -function Combine(...modules: ({ new(): any })[]) { - class Modules { - constructor() { - modules.forEach(v => Object.assign(this, new v())); - } - } - - modules.forEach(v => { - const descriptors = Object.getOwnPropertyDescriptors(v.prototype); - - for (const name in descriptors) { - if (name === 'constructor') - continue; - - const descriptor = descriptors[name]; - Object.defineProperty(Modules.prototype, name, descriptor); - } - }); - - return Modules; -} +import { Combine } from "../../utils/combine.js"; +import * as data from '../../datas/p2d.js' @singleton() export default class extends Combine(Service, User, Game, Music) { diff --git a/src/controllers/p2d/music.ts b/src/controllers/p2d/music.ts index c0c24df..b7376fc 100644 --- a/src/controllers/p2d/music.ts +++ b/src/controllers/p2d/music.ts @@ -1,11 +1,11 @@ import { PlayerPlayLog } from "../../types/index.js"; -import { eacnet } from "../../decorators/eacnet.js"; +import { p2d } from "../../decorators/eacnet.js"; import { UserService } from "../../services/p2d/user.js"; import { Context } from "../../types.js"; import { v } from "../../utils/kxml-value.js"; import { MUSIC_LIST } from "./index.js"; import { Binary } from "mongodb"; -import data from './data.json' with { type: "json" }; +import * as data from '../../datas/p2d.js' // user only needs to unlock omni music, which is temporary const userUnlockMusic = new Map(); @@ -13,7 +13,7 @@ const userUnlockMusic = new Map(); export class Music { userService: UserService; - @eacnet('p2d') + @p2d() async getMusicGhost(ctx: Context) { // playstyle is actually chart diff, game is sending wrong request // TODO: check game code and maybe patch it later @@ -85,7 +85,7 @@ export class Music { }; } - @eacnet('p2d') + @p2d() async reportMusicResult(ctx: Context) { const result = ctx.body as PlayerPlayLog; result.player = ctx.token; @@ -131,7 +131,7 @@ export class Music { }; } - @eacnet('p2d') + @p2d() async unlockMusic(ctx: Context) { const { music: { music_id } } = ctx.body as { music: { music_id: number } }; userUnlockMusic.set(ctx.token, music_id); @@ -144,7 +144,7 @@ export class Music { }; } - @eacnet('p2d') + @p2d() async getMusicList(ctx: Context) { let music = [...MUSIC_LIST]; @@ -177,7 +177,7 @@ export class Music { }; } - @eacnet('p2d') + @p2d() async getMusicData(ctx: Context) { const { play_style } = ctx.body as { play_style: number }; diff --git a/src/controllers/p2d/service.ts b/src/controllers/p2d/service.ts index a195c24..a73216a 100644 --- a/src/controllers/p2d/service.ts +++ b/src/controllers/p2d/service.ts @@ -1,10 +1,10 @@ -import { eacnet } from '../../decorators/eacnet.js'; +import { p2d } from '../../decorators/eacnet.js'; import { Context } from '../../types.js'; import config from '../../utils/config.js'; import { v } from '../../utils/kxml-value.js'; export class Service { - @eacnet('p2d') + @p2d() async sendLog() { return { status: v.s32(0), @@ -12,7 +12,7 @@ export class Service { }; } - @eacnet('p2d') + @p2d() async getServerState() { return { status: v.s32(0), @@ -25,7 +25,7 @@ export class Service { } } - @eacnet('p2d') + @p2d() async getServerClock() { return { status: v.s32(0), @@ -36,7 +36,7 @@ export class Service { } } - @eacnet('p2d') + @p2d() async heartbeat(ctx: Context) { return { status: v.s32(0), @@ -51,7 +51,7 @@ export class Service { }; } - @eacnet('p2d') + @p2d() async checkSendLogAvailable() { return { status: v.s32(0), @@ -63,7 +63,7 @@ export class Service { }; } - @eacnet('p2d') + @p2d() async getServices() { return { status: v.s32(0), diff --git a/src/controllers/p2d/user.ts b/src/controllers/p2d/user.ts index 182fe62..7db4f75 100644 --- a/src/controllers/p2d/user.ts +++ b/src/controllers/p2d/user.ts @@ -1,4 +1,4 @@ -import { eacnet } from "../../decorators/eacnet.js"; +import { p2d } from "../../decorators/eacnet.js"; import { Context } from "../../types.js"; import { v } from "../../utils/kxml-value.js"; import { fromToken } from "../../utils/laochan-id.js"; @@ -10,7 +10,7 @@ import { ITEM_LIST } from "./index.js"; export class User { userService: UserService; - @eacnet('p2d') + @p2d() async addPoint() { return { status: v.s32(0), @@ -18,7 +18,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async reserveChangePoint() { return { status: v.s32(0), @@ -26,7 +26,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async sendGradeCertificationLog(ctx: Context) { await this.userService.addCourseLog({ player: ctx.token, @@ -39,7 +39,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async consumeItem(ctx: Context) { const { item_id } = ctx.body; const { items_count } = await this.userService.getCustomizeSetting(ctx.token); @@ -75,7 +75,7 @@ export class User { }; } - @eacnet('p2d') + @p2d() async reserveConsumeItem() { return { status: v.s32(0), @@ -83,7 +83,7 @@ export class User { }; } - @eacnet('p2d') + @p2d() async getCustomizeSetting(ctx: Context) { const { customize, other_customize } = await this.userService.getCustomizeSetting(ctx.token); @@ -103,7 +103,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async gameEnd() { return { status: v.s32(0), @@ -111,7 +111,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getPointList(ctx: Context) { const customize = await this.userService.getCustomizeSetting(ctx.token); @@ -128,7 +128,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getPrivilegeClient() { return { status: v.s32(0), @@ -139,7 +139,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getPrivilegeServer() { return { status: v.s32(0), @@ -150,7 +150,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async savePlayData(ctx: Context) { const { pdata, check_sum } = ctx.body as { pdata: Buffer, check_sum: string }; const localChecksum = sha256(pdata); @@ -167,7 +167,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getPlayData(ctx: Context) { const result = await this.userService.getPDataBinary(ctx.token); @@ -190,7 +190,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async registPlayer(ctx: Context) { const { pdata, check_sum } = ctx.body as { pdata: Buffer, check_sum: string }; const localChecksum = sha256(pdata); @@ -207,7 +207,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async checkPlayData(ctx: Context) { const { check_sum } = ctx.body as { check_sum: string }; @@ -249,7 +249,7 @@ export class User { }; } - @eacnet('p2d') + @p2d() async getRivalInfo(ctx: Context) { const rivalData = await this.userService.getPlayerRivalData(ctx.token); if (!rivalData.enabled) { @@ -320,7 +320,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getCompeScoreData() { return { status: v.s32(0), @@ -329,7 +329,7 @@ export class User { } } - @eacnet('p2d') + @p2d() async getItemList(ctx: Context) { const { items_count } = await this.userService.getCustomizeSetting(ctx.token); diff --git a/src/controllers/sdvx/ac-relay.ts b/src/controllers/sdvx/ac-relay.ts new file mode 100644 index 0000000..7bb5330 --- /dev/null +++ b/src/controllers/sdvx/ac-relay.ts @@ -0,0 +1,40 @@ +import { sdvx } from "../../decorators/eacnet.js"; +import { Context } from "../../types.js"; +import { v } from "../../utils/kxml-value.js"; +import * as data from '../../datas/sdvx.js'; + +export class AcRelay { + @sdvx() + async sv6_music_url(ctx: Context) { + let { music_id } = ctx.body as { music_id: number | number[] }; + if (typeof music_id === 'number') { + music_id = [music_id]; + } + + return { + status: v.s32(0), + error_code: v.s32(0), + xrpc_status_code: v.s32(0), + xrpc_fault_code: v.s32(0), + response: { + game: { + $status: 0, + music: music_id.map(id => { + const music = data.musicDownloadLinks[id]; + + if (!music) { + return {}; + } + + return { + music_id: v.s32(id), + url: v.str(music.url), + hash: v.str(music.hash), + size: v.s32(music.size), + } + }), + } + } + }; + } +} diff --git a/src/controllers/sdvx/index.ts b/src/controllers/sdvx/index.ts new file mode 100644 index 0000000..2d4a44d --- /dev/null +++ b/src/controllers/sdvx/index.ts @@ -0,0 +1,194 @@ +import { sdvx } from "../../decorators/eacnet.js"; +import { Combine } from "../../utils/combine.js"; +import config from "../../utils/config.js"; +import { v } from "../../utils/kxml-value.js"; +import { AcRelay } from "./ac-relay.js"; + +export default class extends Combine(AcRelay) { + @sdvx() + async getItemList() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + item_num: v.s32(0), + } + }; + } + + @sdvx() + async getGoodsList() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + goods_num: v.s32(0), + } + }; + } + + @sdvx() + async getUserIDs() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + card_num: v.str('0123456789ABCDEF'), + ref_id: v.str('0123456789ABCDEF'), + data_id: v.str('0123456789ABCDEF'), + sns_id: v.str('012345678'), + } + }; + } + + @sdvx() + async getSubscriptionStatus() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + subscription: { + name: v.str('test'), + }, + } + }; + } + + @sdvx() + async heartbeat() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + state: v.s32(1), + next_clock: v.u64(new Date().valueOf() + 36e5), + server_state: v.s32(1), + mainte_start_clock: v.u64(0), + mainte_end_clock: v.u64(0), + usta_boot_status: v.s32(1), + usta_time_remain: v.s32(0), + } + }; + } + + @sdvx() + async checkVersion() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + permission: v.s32(1), + } + }; + } + + @sdvx() + async getServerClock() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + server_clock: v.u64(new Date().valueOf()), + } + } + } + + @sdvx() + async getServerState() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + server_state: v.s32(1), + mainte_start_clock: v.u64(0), + mainte_end_clock: v.u64(0), + } + } + } + + @sdvx('SHIFT_JIS') + async getServices() { + return { + status: v.s32(0), + error_code: v.s32(0), + response: { + service_num: v.s32(18), + service: [ + { + service_name: v.str('acRelay'), + url: v.str(`${config.selfUrl}/need_auth/AcRelay`), + }, + { + service_name: v.str('cancelReserveConsumeItem'), + url: v.str(`${config.selfUrl}/need_auth/CancelReserveConsumeItem`), + }, + { + service_name: v.str('checkGameStart'), + url: v.str(`${config.selfUrl}/need_auth/CheckGameStart`), + }, + { + service_name: v.str('checkVersion'), + url: v.str(`${config.selfUrl}/needless_auth/CheckVersion`), + }, + { + service_name: v.str('consumeItem'), + url: v.str(`${config.selfUrl}/need_auth/ConsumeItem`), + }, + { + service_name: v.str('getGoodsList'), + url: v.str(`${config.selfUrl}/needless_auth/GetGoodsList`), + }, + { + service_name: v.str('getHash'), + url: v.str(`${config.selfUrl}/needless_auth/GetHash`), + }, + { + service_name: v.str('getItemList'), + url: v.str(`${config.selfUrl}/need_auth/GetItemList`), + }, + { + service_name: v.str('getLauncherData'), + url: v.str(`${config.selfUrl}/needless_auth/GetLauncherData`), + }, + { + service_name: v.str('getResourceInfo'), + url: v.str(`${config.selfUrl}/needless_auth/GetResourceInfo`), + }, + { + service_name: v.str('getServerClock'), + url: v.str(`${config.selfUrl}/pre_process/GetServerClock`), + }, + { + service_name: v.str('getServerState'), + url: v.str(`${config.selfUrl}/pre_process/GetServerStatus`), + }, + { + service_name: v.str('getServices'), + url: v.str(`${config.selfUrl}/pre_process/GetServices`), + }, + { + service_name: v.str('getSubscriptionStatus'), + url: v.str(`${config.selfUrl}/need_auth/GetSubscriptionStatus`), + }, + { + service_name: v.str('getUserIDs'), + url: v.str(`${config.selfUrl}/need_auth/GetUserId`), + }, + { + service_name: v.str('heartbeat'), + url: v.str(`${config.selfUrl}/need_auth/Heartbeat`), + }, + { + service_name: v.str('reserveConsumeItem'), + url: v.str(`${config.selfUrl}/need_auth/ReserveConsumeItem`), + }, + { + service_name: v.str('uploadFile'), + url: v.str(`${config.selfUrl}/needless_auth/UploadFile`), + }, + + ], + } + }; + } +} diff --git a/src/database.ts b/src/database.ts index d38911b..01c0d4e 100644 --- a/src/database.ts +++ b/src/database.ts @@ -43,6 +43,30 @@ export async function initMongoDb() { meta.version = 1; } + if (meta.version < 2) { + const collections = await db.listCollections().toArray(); + const tryRenameCollection = async (src: string, dest: string) => { + if (!collections.some(v => v.name === src)) { + return; + } + + const col = db.collection(src); + await col.rename(dest); + }; + + await Promise.all([ + tryRenameCollection('player_play_data', 'p2d_play_data'), + tryRenameCollection('player_music_data', 'p2d_music_data'), + tryRenameCollection('player_play_log', 'p2d_play_log'), + tryRenameCollection('player_course_log', 'p2d_course_log'), + tryRenameCollection('player_customize_setting', 'p2d_customize_setting'), + tryRenameCollection('player_rival_data', 'p2d_rival_data'), + ]) + + logger.info('upgraded database to ver 2, renamed prefix player to p2d.'); + meta.version = 2; + } + await metaCol.updateOne({}, { $set: meta }, { upsert: true }); return db; } diff --git a/src/datas/p2d.ts b/src/datas/p2d.ts new file mode 100644 index 0000000..11af447 --- /dev/null +++ b/src/datas/p2d.ts @@ -0,0 +1,7712 @@ +export const items = [ + "I1900000", + "I1900001", + "I1900002", + "I1900003", + "I1900004", + "I1900005", + "I1900006", + "I1900007", + "I1900008", + "I1900009", + "I1900010", + "I1900011", + "I1900012", + "I1900013", + "I1900014", + "I1900015", + "I1900016", + "I1900017", + "I1900018", + "I1900019", + "I1900020", + "I1900021", + "I1900022" +]; + +export const musics = [ + { + "id": 1000, + "noteBit": 462 + }, + { + "id": 1001, + "noteBit": 462 + }, + { + "id": 1003, + "noteBit": 462 + }, + { + "id": 1005, + "noteBit": 462 + }, + { + "id": 1006, + "noteBit": 198 + }, + { + "id": 1008, + "noteBit": 462 + }, + { + "id": 1009, + "noteBit": 462 + }, + { + "id": 1013, + "noteBit": 206 + }, + { + "id": 1015, + "noteBit": 462 + }, + { + "id": 1019, + "noteBit": 198 + }, + { + "id": 1020, + "noteBit": 462 + }, + { + "id": 2000, + "noteBit": 462 + }, + { + "id": 2002, + "noteBit": 198 + }, + { + "id": 2006, + "noteBit": 206 + }, + { + "id": 2011, + "noteBit": 206 + }, + { + "id": 2012, + "noteBit": 206 + }, + { + "id": 2016, + "noteBit": 198 + }, + { + "id": 3000, + "noteBit": 198 + }, + { + "id": 3001, + "noteBit": 206 + }, + { + "id": 3004, + "noteBit": 462 + }, + { + "id": 3005, + "noteBit": 462 + }, + { + "id": 3006, + "noteBit": 462 + }, + { + "id": 3008, + "noteBit": 462 + }, + { + "id": 3009, + "noteBit": 462 + }, + { + "id": 3010, + "noteBit": 462 + }, + { + "id": 3011, + "noteBit": 206 + }, + { + "id": 3012, + "noteBit": 198 + }, + { + "id": 3013, + "noteBit": 199 + }, + { + "id": 3018, + "noteBit": 206 + }, + { + "id": 4000, + "noteBit": 462 + }, + { + "id": 4001, + "noteBit": 990 + }, + { + "id": 4003, + "noteBit": 462 + }, + { + "id": 4004, + "noteBit": 462 + }, + { + "id": 4005, + "noteBit": 990 + }, + { + "id": 4006, + "noteBit": 462 + }, + { + "id": 4007, + "noteBit": 206 + }, + { + "id": 4008, + "noteBit": 462 + }, + { + "id": 4012, + "noteBit": 462 + }, + { + "id": 4014, + "noteBit": 462 + }, + { + "id": 4015, + "noteBit": 462 + }, + { + "id": 4016, + "noteBit": 462 + }, + { + "id": 4020, + "noteBit": 463 + }, + { + "id": 4021, + "noteBit": 206 + }, + { + "id": 4023, + "noteBit": 206 + }, + { + "id": 4025, + "noteBit": 462 + }, + { + "id": 4026, + "noteBit": 198 + }, + { + "id": 4031, + "noteBit": 462 + }, + { + "id": 4032, + "noteBit": 198 + }, + { + "id": 4033, + "noteBit": 206 + }, + { + "id": 5000, + "noteBit": 462 + }, + { + "id": 5004, + "noteBit": 462 + }, + { + "id": 5005, + "noteBit": 462 + }, + { + "id": 5007, + "noteBit": 462 + }, + { + "id": 5009, + "noteBit": 206 + }, + { + "id": 5011, + "noteBit": 462 + }, + { + "id": 5012, + "noteBit": 462 + }, + { + "id": 5014, + "noteBit": 990 + }, + { + "id": 5015, + "noteBit": 198 + }, + { + "id": 5016, + "noteBit": 206 + }, + { + "id": 5017, + "noteBit": 462 + }, + { + "id": 5019, + "noteBit": 462 + }, + { + "id": 5021, + "noteBit": 463 + }, + { + "id": 5023, + "noteBit": 462 + }, + { + "id": 5025, + "noteBit": 206 + }, + { + "id": 5027, + "noteBit": 198 + }, + { + "id": 5028, + "noteBit": 198 + }, + { + "id": 5029, + "noteBit": 462 + }, + { + "id": 5030, + "noteBit": 206 + }, + { + "id": 6001, + "noteBit": 206 + }, + { + "id": 6003, + "noteBit": 462 + }, + { + "id": 6004, + "noteBit": 462 + }, + { + "id": 6005, + "noteBit": 462 + }, + { + "id": 6010, + "noteBit": 462 + }, + { + "id": 6011, + "noteBit": 206 + }, + { + "id": 6012, + "noteBit": 462 + }, + { + "id": 6013, + "noteBit": 462 + }, + { + "id": 6014, + "noteBit": 198 + }, + { + "id": 6015, + "noteBit": 462 + }, + { + "id": 6016, + "noteBit": 462 + }, + { + "id": 6018, + "noteBit": 206 + }, + { + "id": 6019, + "noteBit": 462 + }, + { + "id": 6020, + "noteBit": 198 + }, + { + "id": 6022, + "noteBit": 206 + }, + { + "id": 6023, + "noteBit": 462 + }, + { + "id": 6027, + "noteBit": 462 + }, + { + "id": 6028, + "noteBit": 198 + }, + { + "id": 6029, + "noteBit": 462 + }, + { + "id": 6031, + "noteBit": 462 + }, + { + "id": 7002, + "noteBit": 462 + }, + { + "id": 7003, + "noteBit": 206 + }, + { + "id": 7004, + "noteBit": 462 + }, + { + "id": 7005, + "noteBit": 206 + }, + { + "id": 7006, + "noteBit": 462 + }, + { + "id": 7009, + "noteBit": 198 + }, + { + "id": 7010, + "noteBit": 206 + }, + { + "id": 7011, + "noteBit": 206 + }, + { + "id": 7013, + "noteBit": 462 + }, + { + "id": 7016, + "noteBit": 206 + }, + { + "id": 7018, + "noteBit": 462 + }, + { + "id": 7020, + "noteBit": 206 + }, + { + "id": 7022, + "noteBit": 206 + }, + { + "id": 7024, + "noteBit": 206 + }, + { + "id": 7025, + "noteBit": 462 + }, + { + "id": 7026, + "noteBit": 198 + }, + { + "id": 7032, + "noteBit": 462 + }, + { + "id": 7036, + "noteBit": 462 + }, + { + "id": 7038, + "noteBit": 990 + }, + { + "id": 7039, + "noteBit": 462 + }, + { + "id": 8001, + "noteBit": 462 + }, + { + "id": 8003, + "noteBit": 462 + }, + { + "id": 8005, + "noteBit": 206 + }, + { + "id": 8008, + "noteBit": 462 + }, + { + "id": 8009, + "noteBit": 462 + }, + { + "id": 8010, + "noteBit": 462 + }, + { + "id": 8011, + "noteBit": 206 + }, + { + "id": 8013, + "noteBit": 462 + }, + { + "id": 8014, + "noteBit": 462 + }, + { + "id": 8017, + "noteBit": 462 + }, + { + "id": 8019, + "noteBit": 462 + }, + { + "id": 8020, + "noteBit": 462 + }, + { + "id": 8022, + "noteBit": 462 + }, + { + "id": 8023, + "noteBit": 462 + }, + { + "id": 8024, + "noteBit": 990 + }, + { + "id": 8025, + "noteBit": 462 + }, + { + "id": 8026, + "noteBit": 462 + }, + { + "id": 8028, + "noteBit": 462 + }, + { + "id": 8029, + "noteBit": 462 + }, + { + "id": 8030, + "noteBit": 198 + }, + { + "id": 8031, + "noteBit": 462 + }, + { + "id": 8032, + "noteBit": 462 + }, + { + "id": 8037, + "noteBit": 206 + }, + { + "id": 8040, + "noteBit": 462 + }, + { + "id": 8043, + "noteBit": 462 + }, + { + "id": 8044, + "noteBit": 206 + }, + { + "id": 8045, + "noteBit": 462 + }, + { + "id": 8047, + "noteBit": 198 + }, + { + "id": 8048, + "noteBit": 462 + }, + { + "id": 8049, + "noteBit": 462 + }, + { + "id": 9000, + "noteBit": 462 + }, + { + "id": 9001, + "noteBit": 462 + }, + { + "id": 9002, + "noteBit": 462 + }, + { + "id": 9004, + "noteBit": 206 + }, + { + "id": 9005, + "noteBit": 206 + }, + { + "id": 9007, + "noteBit": 462 + }, + { + "id": 9008, + "noteBit": 462 + }, + { + "id": 9010, + "noteBit": 206 + }, + { + "id": 9011, + "noteBit": 462 + }, + { + "id": 9012, + "noteBit": 462 + }, + { + "id": 9013, + "noteBit": 462 + }, + { + "id": 9014, + "noteBit": 206 + }, + { + "id": 9015, + "noteBit": 206 + }, + { + "id": 9017, + "noteBit": 206 + }, + { + "id": 9029, + "noteBit": 462 + }, + { + "id": 9030, + "noteBit": 462 + }, + { + "id": 9033, + "noteBit": 462 + }, + { + "id": 9037, + "noteBit": 462 + }, + { + "id": 9038, + "noteBit": 974 + }, + { + "id": 9042, + "noteBit": 463 + }, + { + "id": 9043, + "noteBit": 206 + }, + { + "id": 9044, + "noteBit": 206 + }, + { + "id": 9045, + "noteBit": 462 + }, + { + "id": 9046, + "noteBit": 462 + }, + { + "id": 9048, + "noteBit": 206 + }, + { + "id": 9051, + "noteBit": 991 + }, + { + "id": 9052, + "noteBit": 198 + }, + { + "id": 9054, + "noteBit": 462 + }, + { + "id": 9057, + "noteBit": 462 + }, + { + "id": 9058, + "noteBit": 462 + }, + { + "id": 9059, + "noteBit": 462 + }, + { + "id": 10001, + "noteBit": 462 + }, + { + "id": 10002, + "noteBit": 462 + }, + { + "id": 10004, + "noteBit": 462 + }, + { + "id": 10005, + "noteBit": 206 + }, + { + "id": 10006, + "noteBit": 206 + }, + { + "id": 10009, + "noteBit": 462 + }, + { + "id": 10012, + "noteBit": 462 + }, + { + "id": 10013, + "noteBit": 462 + }, + { + "id": 10014, + "noteBit": 462 + }, + { + "id": 10016, + "noteBit": 206 + }, + { + "id": 10017, + "noteBit": 206 + }, + { + "id": 10018, + "noteBit": 462 + }, + { + "id": 10019, + "noteBit": 462 + }, + { + "id": 10020, + "noteBit": 462 + }, + { + "id": 10022, + "noteBit": 462 + }, + { + "id": 10023, + "noteBit": 462 + }, + { + "id": 10024, + "noteBit": 462 + }, + { + "id": 10025, + "noteBit": 462 + }, + { + "id": 10034, + "noteBit": 462 + }, + { + "id": 10035, + "noteBit": 462 + }, + { + "id": 10036, + "noteBit": 462 + }, + { + "id": 10040, + "noteBit": 462 + }, + { + "id": 10041, + "noteBit": 462 + }, + { + "id": 10047, + "noteBit": 462 + }, + { + "id": 10048, + "noteBit": 463 + }, + { + "id": 10049, + "noteBit": 462 + }, + { + "id": 10052, + "noteBit": 462 + }, + { + "id": 10053, + "noteBit": 462 + }, + { + "id": 10054, + "noteBit": 462 + }, + { + "id": 11001, + "noteBit": 462 + }, + { + "id": 11002, + "noteBit": 462 + }, + { + "id": 11003, + "noteBit": 462 + }, + { + "id": 11004, + "noteBit": 462 + }, + { + "id": 11007, + "noteBit": 206 + }, + { + "id": 11008, + "noteBit": 462 + }, + { + "id": 11009, + "noteBit": 462 + }, + { + "id": 11010, + "noteBit": 462 + }, + { + "id": 11011, + "noteBit": 206 + }, + { + "id": 11012, + "noteBit": 990 + }, + { + "id": 11013, + "noteBit": 462 + }, + { + "id": 11014, + "noteBit": 206 + }, + { + "id": 11015, + "noteBit": 206 + }, + { + "id": 11018, + "noteBit": 462 + }, + { + "id": 11026, + "noteBit": 462 + }, + { + "id": 11027, + "noteBit": 206 + }, + { + "id": 11028, + "noteBit": 462 + }, + { + "id": 11032, + "noteBit": 991 + }, + { + "id": 11035, + "noteBit": 462 + }, + { + "id": 11036, + "noteBit": 463 + }, + { + "id": 11037, + "noteBit": 463 + }, + { + "id": 11038, + "noteBit": 462 + }, + { + "id": 11040, + "noteBit": 462 + }, + { + "id": 11043, + "noteBit": 462 + }, + { + "id": 11050, + "noteBit": 462 + }, + { + "id": 11051, + "noteBit": 462 + }, + { + "id": 11052, + "noteBit": 462 + }, + { + "id": 12000, + "noteBit": 206 + }, + { + "id": 12001, + "noteBit": 462 + }, + { + "id": 12002, + "noteBit": 990 + }, + { + "id": 12003, + "noteBit": 462 + }, + { + "id": 12004, + "noteBit": 463 + }, + { + "id": 12005, + "noteBit": 206 + }, + { + "id": 12006, + "noteBit": 462 + }, + { + "id": 12007, + "noteBit": 462 + }, + { + "id": 12008, + "noteBit": 462 + }, + { + "id": 12009, + "noteBit": 463 + }, + { + "id": 12010, + "noteBit": 990 + }, + { + "id": 12011, + "noteBit": 462 + }, + { + "id": 12012, + "noteBit": 462 + }, + { + "id": 12013, + "noteBit": 462 + }, + { + "id": 12014, + "noteBit": 462 + }, + { + "id": 12015, + "noteBit": 463 + }, + { + "id": 12016, + "noteBit": 990 + }, + { + "id": 12018, + "noteBit": 206 + }, + { + "id": 12019, + "noteBit": 462 + }, + { + "id": 12020, + "noteBit": 462 + }, + { + "id": 12021, + "noteBit": 462 + }, + { + "id": 12022, + "noteBit": 206 + }, + { + "id": 12023, + "noteBit": 462 + }, + { + "id": 12024, + "noteBit": 206 + }, + { + "id": 12025, + "noteBit": 462 + }, + { + "id": 12026, + "noteBit": 206 + }, + { + "id": 12027, + "noteBit": 462 + }, + { + "id": 12028, + "noteBit": 463 + }, + { + "id": 12029, + "noteBit": 462 + }, + { + "id": 12034, + "noteBit": 206 + }, + { + "id": 12036, + "noteBit": 462 + }, + { + "id": 12044, + "noteBit": 462 + }, + { + "id": 12045, + "noteBit": 462 + }, + { + "id": 12048, + "noteBit": 206 + }, + { + "id": 12049, + "noteBit": 462 + }, + { + "id": 12050, + "noteBit": 206 + }, + { + "id": 12052, + "noteBit": 462 + }, + { + "id": 12053, + "noteBit": 462 + }, + { + "id": 12054, + "noteBit": 990 + }, + { + "id": 13000, + "noteBit": 462 + }, + { + "id": 13001, + "noteBit": 462 + }, + { + "id": 13002, + "noteBit": 462 + }, + { + "id": 13003, + "noteBit": 462 + }, + { + "id": 13005, + "noteBit": 462 + }, + { + "id": 13006, + "noteBit": 206 + }, + { + "id": 13008, + "noteBit": 462 + }, + { + "id": 13009, + "noteBit": 462 + }, + { + "id": 13010, + "noteBit": 990 + }, + { + "id": 13011, + "noteBit": 462 + }, + { + "id": 13012, + "noteBit": 462 + }, + { + "id": 13013, + "noteBit": 462 + }, + { + "id": 13014, + "noteBit": 463 + }, + { + "id": 13015, + "noteBit": 463 + }, + { + "id": 13017, + "noteBit": 463 + }, + { + "id": 13018, + "noteBit": 206 + }, + { + "id": 13019, + "noteBit": 462 + }, + { + "id": 13021, + "noteBit": 462 + }, + { + "id": 13022, + "noteBit": 206 + }, + { + "id": 13023, + "noteBit": 462 + }, + { + "id": 13024, + "noteBit": 206 + }, + { + "id": 13026, + "noteBit": 462 + }, + { + "id": 13027, + "noteBit": 462 + }, + { + "id": 13028, + "noteBit": 206 + }, + { + "id": 13029, + "noteBit": 462 + }, + { + "id": 13034, + "noteBit": 206 + }, + { + "id": 13035, + "noteBit": 462 + }, + { + "id": 13036, + "noteBit": 206 + }, + { + "id": 13037, + "noteBit": 462 + }, + { + "id": 13038, + "noteBit": 990 + }, + { + "id": 13039, + "noteBit": 462 + }, + { + "id": 13040, + "noteBit": 462 + }, + { + "id": 13041, + "noteBit": 462 + }, + { + "id": 13044, + "noteBit": 206 + }, + { + "id": 13047, + "noteBit": 462 + }, + { + "id": 13048, + "noteBit": 462 + }, + { + "id": 13049, + "noteBit": 462 + }, + { + "id": 13050, + "noteBit": 462 + }, + { + "id": 13051, + "noteBit": 462 + }, + { + "id": 13052, + "noteBit": 206 + }, + { + "id": 13053, + "noteBit": 462 + }, + { + "id": 13054, + "noteBit": 463 + }, + { + "id": 13055, + "noteBit": 462 + }, + { + "id": 14000, + "noteBit": 206 + }, + { + "id": 14001, + "noteBit": 462 + }, + { + "id": 14003, + "noteBit": 206 + }, + { + "id": 14004, + "noteBit": 990 + }, + { + "id": 14005, + "noteBit": 462 + }, + { + "id": 14006, + "noteBit": 206 + }, + { + "id": 14007, + "noteBit": 463 + }, + { + "id": 14008, + "noteBit": 462 + }, + { + "id": 14009, + "noteBit": 990 + }, + { + "id": 14011, + "noteBit": 462 + }, + { + "id": 14012, + "noteBit": 463 + }, + { + "id": 14014, + "noteBit": 462 + }, + { + "id": 14015, + "noteBit": 462 + }, + { + "id": 14016, + "noteBit": 462 + }, + { + "id": 14017, + "noteBit": 462 + }, + { + "id": 14018, + "noteBit": 206 + }, + { + "id": 14019, + "noteBit": 462 + }, + { + "id": 14020, + "noteBit": 462 + }, + { + "id": 14021, + "noteBit": 462 + }, + { + "id": 14022, + "noteBit": 990 + }, + { + "id": 14023, + "noteBit": 462 + }, + { + "id": 14024, + "noteBit": 206 + }, + { + "id": 14025, + "noteBit": 462 + }, + { + "id": 14026, + "noteBit": 206 + }, + { + "id": 14027, + "noteBit": 462 + }, + { + "id": 14028, + "noteBit": 462 + }, + { + "id": 14029, + "noteBit": 463 + }, + { + "id": 14030, + "noteBit": 463 + }, + { + "id": 14031, + "noteBit": 462 + }, + { + "id": 14033, + "noteBit": 463 + }, + { + "id": 14034, + "noteBit": 462 + }, + { + "id": 14038, + "noteBit": 462 + }, + { + "id": 14045, + "noteBit": 206 + }, + { + "id": 14046, + "noteBit": 990 + }, + { + "id": 14047, + "noteBit": 206 + }, + { + "id": 14048, + "noteBit": 462 + }, + { + "id": 14049, + "noteBit": 463 + }, + { + "id": 14050, + "noteBit": 463 + }, + { + "id": 14051, + "noteBit": 462 + }, + { + "id": 14052, + "noteBit": 462 + }, + { + "id": 14053, + "noteBit": 479 + }, + { + "id": 14055, + "noteBit": 206 + }, + { + "id": 14056, + "noteBit": 463 + }, + { + "id": 15000, + "noteBit": 990 + }, + { + "id": 15001, + "noteBit": 462 + }, + { + "id": 15002, + "noteBit": 206 + }, + { + "id": 15003, + "noteBit": 462 + }, + { + "id": 15004, + "noteBit": 991 + }, + { + "id": 15005, + "noteBit": 990 + }, + { + "id": 15006, + "noteBit": 206 + }, + { + "id": 15007, + "noteBit": 991 + }, + { + "id": 15008, + "noteBit": 990 + }, + { + "id": 15009, + "noteBit": 463 + }, + { + "id": 15010, + "noteBit": 462 + }, + { + "id": 15011, + "noteBit": 462 + }, + { + "id": 15012, + "noteBit": 462 + }, + { + "id": 15013, + "noteBit": 462 + }, + { + "id": 15014, + "noteBit": 974 + }, + { + "id": 15015, + "noteBit": 990 + }, + { + "id": 15016, + "noteBit": 462 + }, + { + "id": 15017, + "noteBit": 462 + }, + { + "id": 15018, + "noteBit": 462 + }, + { + "id": 15019, + "noteBit": 462 + }, + { + "id": 15020, + "noteBit": 462 + }, + { + "id": 15021, + "noteBit": 462 + }, + { + "id": 15022, + "noteBit": 462 + }, + { + "id": 15023, + "noteBit": 990 + }, + { + "id": 15024, + "noteBit": 463 + }, + { + "id": 15025, + "noteBit": 990 + }, + { + "id": 15026, + "noteBit": 990 + }, + { + "id": 15028, + "noteBit": 462 + }, + { + "id": 15031, + "noteBit": 462 + }, + { + "id": 15032, + "noteBit": 462 + }, + { + "id": 15033, + "noteBit": 206 + }, + { + "id": 15034, + "noteBit": 462 + }, + { + "id": 15036, + "noteBit": 206 + }, + { + "id": 15038, + "noteBit": 462 + }, + { + "id": 15039, + "noteBit": 462 + }, + { + "id": 15040, + "noteBit": 462 + }, + { + "id": 15044, + "noteBit": 462 + }, + { + "id": 15045, + "noteBit": 990 + }, + { + "id": 15047, + "noteBit": 462 + }, + { + "id": 15048, + "noteBit": 463 + }, + { + "id": 15049, + "noteBit": 462 + }, + { + "id": 15050, + "noteBit": 462 + }, + { + "id": 15051, + "noteBit": 462 + }, + { + "id": 15052, + "noteBit": 462 + }, + { + "id": 15054, + "noteBit": 991 + }, + { + "id": 15056, + "noteBit": 462 + }, + { + "id": 15057, + "noteBit": 462 + }, + { + "id": 15058, + "noteBit": 462 + }, + { + "id": 15059, + "noteBit": 462 + }, + { + "id": 15061, + "noteBit": 990 + }, + { + "id": 16000, + "noteBit": 991 + }, + { + "id": 16001, + "noteBit": 990 + }, + { + "id": 16003, + "noteBit": 463 + }, + { + "id": 16004, + "noteBit": 463 + }, + { + "id": 16005, + "noteBit": 462 + }, + { + "id": 16006, + "noteBit": 463 + }, + { + "id": 16008, + "noteBit": 462 + }, + { + "id": 16009, + "noteBit": 462 + }, + { + "id": 16010, + "noteBit": 462 + }, + { + "id": 16011, + "noteBit": 990 + }, + { + "id": 16012, + "noteBit": 462 + }, + { + "id": 16013, + "noteBit": 462 + }, + { + "id": 16014, + "noteBit": 462 + }, + { + "id": 16015, + "noteBit": 990 + }, + { + "id": 16016, + "noteBit": 462 + }, + { + "id": 16017, + "noteBit": 462 + }, + { + "id": 16018, + "noteBit": 990 + }, + { + "id": 16019, + "noteBit": 463 + }, + { + "id": 16020, + "noteBit": 462 + }, + { + "id": 16021, + "noteBit": 463 + }, + { + "id": 16022, + "noteBit": 990 + }, + { + "id": 16023, + "noteBit": 462 + }, + { + "id": 16024, + "noteBit": 462 + }, + { + "id": 16025, + "noteBit": 991 + }, + { + "id": 16026, + "noteBit": 463 + }, + { + "id": 16029, + "noteBit": 462 + }, + { + "id": 16031, + "noteBit": 990 + }, + { + "id": 16032, + "noteBit": 462 + }, + { + "id": 16035, + "noteBit": 462 + }, + { + "id": 16036, + "noteBit": 462 + }, + { + "id": 16037, + "noteBit": 462 + }, + { + "id": 16039, + "noteBit": 462 + }, + { + "id": 16040, + "noteBit": 462 + }, + { + "id": 16041, + "noteBit": 462 + }, + { + "id": 16042, + "noteBit": 990 + }, + { + "id": 16043, + "noteBit": 462 + }, + { + "id": 16044, + "noteBit": 462 + }, + { + "id": 16045, + "noteBit": 990 + }, + { + "id": 16047, + "noteBit": 990 + }, + { + "id": 16050, + "noteBit": 991 + }, + { + "id": 16051, + "noteBit": 463 + }, + { + "id": 16052, + "noteBit": 462 + }, + { + "id": 16053, + "noteBit": 462 + }, + { + "id": 17000, + "noteBit": 463 + }, + { + "id": 17001, + "noteBit": 462 + }, + { + "id": 17002, + "noteBit": 462 + }, + { + "id": 17003, + "noteBit": 462 + }, + { + "id": 17004, + "noteBit": 462 + }, + { + "id": 17005, + "noteBit": 462 + }, + { + "id": 17006, + "noteBit": 462 + }, + { + "id": 17007, + "noteBit": 462 + }, + { + "id": 17008, + "noteBit": 462 + }, + { + "id": 17009, + "noteBit": 462 + }, + { + "id": 17010, + "noteBit": 462 + }, + { + "id": 17011, + "noteBit": 462 + }, + { + "id": 17012, + "noteBit": 462 + }, + { + "id": 17013, + "noteBit": 463 + }, + { + "id": 17014, + "noteBit": 462 + }, + { + "id": 17015, + "noteBit": 462 + }, + { + "id": 17016, + "noteBit": 462 + }, + { + "id": 17017, + "noteBit": 462 + }, + { + "id": 17018, + "noteBit": 462 + }, + { + "id": 17019, + "noteBit": 462 + }, + { + "id": 17020, + "noteBit": 462 + }, + { + "id": 17021, + "noteBit": 462 + }, + { + "id": 17022, + "noteBit": 462 + }, + { + "id": 17023, + "noteBit": 462 + }, + { + "id": 17024, + "noteBit": 462 + }, + { + "id": 17025, + "noteBit": 463 + }, + { + "id": 17026, + "noteBit": 462 + }, + { + "id": 17027, + "noteBit": 462 + }, + { + "id": 17028, + "noteBit": 991 + }, + { + "id": 17030, + "noteBit": 462 + }, + { + "id": 17031, + "noteBit": 462 + }, + { + "id": 17032, + "noteBit": 462 + }, + { + "id": 17033, + "noteBit": 462 + }, + { + "id": 17034, + "noteBit": 462 + }, + { + "id": 17037, + "noteBit": 462 + }, + { + "id": 17038, + "noteBit": 462 + }, + { + "id": 17039, + "noteBit": 462 + }, + { + "id": 17040, + "noteBit": 462 + }, + { + "id": 17043, + "noteBit": 462 + }, + { + "id": 17044, + "noteBit": 462 + }, + { + "id": 17046, + "noteBit": 462 + }, + { + "id": 17048, + "noteBit": 462 + }, + { + "id": 17049, + "noteBit": 462 + }, + { + "id": 17050, + "noteBit": 462 + }, + { + "id": 17051, + "noteBit": 463 + }, + { + "id": 17053, + "noteBit": 462 + }, + { + "id": 17054, + "noteBit": 463 + }, + { + "id": 17055, + "noteBit": 462 + }, + { + "id": 17056, + "noteBit": 462 + }, + { + "id": 17058, + "noteBit": 462 + }, + { + "id": 17059, + "noteBit": 462 + }, + { + "id": 17060, + "noteBit": 990 + }, + { + "id": 17062, + "noteBit": 462 + }, + { + "id": 17064, + "noteBit": 462 + }, + { + "id": 17065, + "noteBit": 462 + }, + { + "id": 18000, + "noteBit": 462 + }, + { + "id": 18001, + "noteBit": 462 + }, + { + "id": 18002, + "noteBit": 462 + }, + { + "id": 18004, + "noteBit": 462 + }, + { + "id": 18005, + "noteBit": 462 + }, + { + "id": 18006, + "noteBit": 462 + }, + { + "id": 18007, + "noteBit": 462 + }, + { + "id": 18008, + "noteBit": 462 + }, + { + "id": 18009, + "noteBit": 462 + }, + { + "id": 18010, + "noteBit": 462 + }, + { + "id": 18011, + "noteBit": 990 + }, + { + "id": 18012, + "noteBit": 462 + }, + { + "id": 18013, + "noteBit": 462 + }, + { + "id": 18014, + "noteBit": 463 + }, + { + "id": 18015, + "noteBit": 462 + }, + { + "id": 18016, + "noteBit": 462 + }, + { + "id": 18017, + "noteBit": 462 + }, + { + "id": 18018, + "noteBit": 462 + }, + { + "id": 18019, + "noteBit": 462 + }, + { + "id": 18021, + "noteBit": 462 + }, + { + "id": 18022, + "noteBit": 462 + }, + { + "id": 18023, + "noteBit": 463 + }, + { + "id": 18024, + "noteBit": 462 + }, + { + "id": 18025, + "noteBit": 990 + }, + { + "id": 18026, + "noteBit": 462 + }, + { + "id": 18027, + "noteBit": 462 + }, + { + "id": 18028, + "noteBit": 462 + }, + { + "id": 18029, + "noteBit": 463 + }, + { + "id": 18030, + "noteBit": 462 + }, + { + "id": 18032, + "noteBit": 463 + }, + { + "id": 18035, + "noteBit": 462 + }, + { + "id": 18036, + "noteBit": 463 + }, + { + "id": 18041, + "noteBit": 462 + }, + { + "id": 18042, + "noteBit": 462 + }, + { + "id": 18043, + "noteBit": 462 + }, + { + "id": 18044, + "noteBit": 462 + }, + { + "id": 18045, + "noteBit": 462 + }, + { + "id": 18046, + "noteBit": 462 + }, + { + "id": 18047, + "noteBit": 462 + }, + { + "id": 18048, + "noteBit": 462 + }, + { + "id": 18050, + "noteBit": 463 + }, + { + "id": 18051, + "noteBit": 462 + }, + { + "id": 18053, + "noteBit": 462 + }, + { + "id": 18055, + "noteBit": 463 + }, + { + "id": 18056, + "noteBit": 462 + }, + { + "id": 18057, + "noteBit": 462 + }, + { + "id": 18058, + "noteBit": 462 + }, + { + "id": 18059, + "noteBit": 463 + }, + { + "id": 18060, + "noteBit": 462 + }, + { + "id": 18061, + "noteBit": 462 + }, + { + "id": 18062, + "noteBit": 462 + }, + { + "id": 18063, + "noteBit": 462 + }, + { + "id": 18064, + "noteBit": 463 + }, + { + "id": 18065, + "noteBit": 462 + }, + { + "id": 18066, + "noteBit": 462 + }, + { + "id": 18067, + "noteBit": 462 + }, + { + "id": 18068, + "noteBit": 462 + }, + { + "id": 18069, + "noteBit": 462 + }, + { + "id": 18070, + "noteBit": 462 + }, + { + "id": 18071, + "noteBit": 462 + }, + { + "id": 18072, + "noteBit": 462 + }, + { + "id": 19001, + "noteBit": 462 + }, + { + "id": 19002, + "noteBit": 462 + }, + { + "id": 19003, + "noteBit": 462 + }, + { + "id": 19004, + "noteBit": 462 + }, + { + "id": 19005, + "noteBit": 463 + }, + { + "id": 19006, + "noteBit": 462 + }, + { + "id": 19007, + "noteBit": 462 + }, + { + "id": 19008, + "noteBit": 462 + }, + { + "id": 19009, + "noteBit": 462 + }, + { + "id": 19010, + "noteBit": 462 + }, + { + "id": 19011, + "noteBit": 462 + }, + { + "id": 19012, + "noteBit": 462 + }, + { + "id": 19013, + "noteBit": 462 + }, + { + "id": 19014, + "noteBit": 462 + }, + { + "id": 19015, + "noteBit": 463 + }, + { + "id": 19016, + "noteBit": 462 + }, + { + "id": 19017, + "noteBit": 462 + }, + { + "id": 19018, + "noteBit": 462 + }, + { + "id": 19019, + "noteBit": 462 + }, + { + "id": 19020, + "noteBit": 462 + }, + { + "id": 19021, + "noteBit": 462 + }, + { + "id": 19022, + "noteBit": 462 + }, + { + "id": 19024, + "noteBit": 462 + }, + { + "id": 19025, + "noteBit": 462 + }, + { + "id": 19026, + "noteBit": 462 + }, + { + "id": 19027, + "noteBit": 462 + }, + { + "id": 19028, + "noteBit": 462 + }, + { + "id": 19029, + "noteBit": 462 + }, + { + "id": 19030, + "noteBit": 462 + }, + { + "id": 19031, + "noteBit": 462 + }, + { + "id": 19032, + "noteBit": 462 + }, + { + "id": 19033, + "noteBit": 462 + }, + { + "id": 19034, + "noteBit": 462 + }, + { + "id": 19035, + "noteBit": 462 + }, + { + "id": 19036, + "noteBit": 462 + }, + { + "id": 19037, + "noteBit": 462 + }, + { + "id": 19038, + "noteBit": 462 + }, + { + "id": 19039, + "noteBit": 462 + }, + { + "id": 19040, + "noteBit": 462 + }, + { + "id": 19045, + "noteBit": 462 + }, + { + "id": 19046, + "noteBit": 462 + }, + { + "id": 19047, + "noteBit": 462 + }, + { + "id": 19048, + "noteBit": 462 + }, + { + "id": 19049, + "noteBit": 462 + }, + { + "id": 19052, + "noteBit": 462 + }, + { + "id": 19053, + "noteBit": 462 + }, + { + "id": 19054, + "noteBit": 462 + }, + { + "id": 19055, + "noteBit": 462 + }, + { + "id": 19056, + "noteBit": 462 + }, + { + "id": 19058, + "noteBit": 463 + }, + { + "id": 19059, + "noteBit": 463 + }, + { + "id": 19060, + "noteBit": 463 + }, + { + "id": 19061, + "noteBit": 462 + }, + { + "id": 19062, + "noteBit": 462 + }, + { + "id": 19063, + "noteBit": 990 + }, + { + "id": 19064, + "noteBit": 462 + }, + { + "id": 19065, + "noteBit": 462 + }, + { + "id": 19067, + "noteBit": 462 + }, + { + "id": 19068, + "noteBit": 462 + }, + { + "id": 19069, + "noteBit": 462 + }, + { + "id": 19070, + "noteBit": 463 + }, + { + "id": 19071, + "noteBit": 463 + }, + { + "id": 19072, + "noteBit": 463 + }, + { + "id": 19073, + "noteBit": 463 + }, + { + "id": 19074, + "noteBit": 991 + }, + { + "id": 19075, + "noteBit": 462 + }, + { + "id": 20000, + "noteBit": 462 + }, + { + "id": 20001, + "noteBit": 462 + }, + { + "id": 20002, + "noteBit": 462 + }, + { + "id": 20003, + "noteBit": 462 + }, + { + "id": 20004, + "noteBit": 462 + }, + { + "id": 20005, + "noteBit": 462 + }, + { + "id": 20006, + "noteBit": 462 + }, + { + "id": 20007, + "noteBit": 462 + }, + { + "id": 20008, + "noteBit": 462 + }, + { + "id": 20009, + "noteBit": 462 + }, + { + "id": 20010, + "noteBit": 462 + }, + { + "id": 20011, + "noteBit": 462 + }, + { + "id": 20012, + "noteBit": 462 + }, + { + "id": 20013, + "noteBit": 462 + }, + { + "id": 20014, + "noteBit": 462 + }, + { + "id": 20015, + "noteBit": 463 + }, + { + "id": 20016, + "noteBit": 462 + }, + { + "id": 20017, + "noteBit": 462 + }, + { + "id": 20018, + "noteBit": 462 + }, + { + "id": 20019, + "noteBit": 990 + }, + { + "id": 20020, + "noteBit": 463 + }, + { + "id": 20021, + "noteBit": 462 + }, + { + "id": 20022, + "noteBit": 462 + }, + { + "id": 20023, + "noteBit": 462 + }, + { + "id": 20024, + "noteBit": 990 + }, + { + "id": 20025, + "noteBit": 462 + }, + { + "id": 20027, + "noteBit": 462 + }, + { + "id": 20028, + "noteBit": 462 + }, + { + "id": 20029, + "noteBit": 462 + }, + { + "id": 20030, + "noteBit": 462 + }, + { + "id": 20031, + "noteBit": 462 + }, + { + "id": 20032, + "noteBit": 462 + }, + { + "id": 20033, + "noteBit": 462 + }, + { + "id": 20034, + "noteBit": 462 + }, + { + "id": 20035, + "noteBit": 462 + }, + { + "id": 20036, + "noteBit": 462 + }, + { + "id": 20037, + "noteBit": 462 + }, + { + "id": 20038, + "noteBit": 462 + }, + { + "id": 20039, + "noteBit": 990 + }, + { + "id": 20040, + "noteBit": 462 + }, + { + "id": 20041, + "noteBit": 462 + }, + { + "id": 20042, + "noteBit": 462 + }, + { + "id": 20043, + "noteBit": 462 + }, + { + "id": 20044, + "noteBit": 462 + }, + { + "id": 20045, + "noteBit": 462 + }, + { + "id": 20046, + "noteBit": 462 + }, + { + "id": 20047, + "noteBit": 463 + }, + { + "id": 20048, + "noteBit": 462 + }, + { + "id": 20049, + "noteBit": 462 + }, + { + "id": 20050, + "noteBit": 462 + }, + { + "id": 20051, + "noteBit": 462 + }, + { + "id": 20052, + "noteBit": 462 + }, + { + "id": 20053, + "noteBit": 463 + }, + { + "id": 20055, + "noteBit": 462 + }, + { + "id": 20056, + "noteBit": 462 + }, + { + "id": 20057, + "noteBit": 462 + }, + { + "id": 20058, + "noteBit": 462 + }, + { + "id": 20060, + "noteBit": 462 + }, + { + "id": 20061, + "noteBit": 462 + }, + { + "id": 20062, + "noteBit": 462 + }, + { + "id": 20064, + "noteBit": 462 + }, + { + "id": 20065, + "noteBit": 462 + }, + { + "id": 20066, + "noteBit": 462 + }, + { + "id": 20067, + "noteBit": 462 + }, + { + "id": 20068, + "noteBit": 990 + }, + { + "id": 20069, + "noteBit": 462 + }, + { + "id": 20070, + "noteBit": 462 + }, + { + "id": 20071, + "noteBit": 463 + }, + { + "id": 20072, + "noteBit": 463 + }, + { + "id": 20073, + "noteBit": 462 + }, + { + "id": 20074, + "noteBit": 463 + }, + { + "id": 20075, + "noteBit": 462 + }, + { + "id": 20076, + "noteBit": 462 + }, + { + "id": 20082, + "noteBit": 462 + }, + { + "id": 20083, + "noteBit": 462 + }, + { + "id": 20086, + "noteBit": 462 + }, + { + "id": 20087, + "noteBit": 462 + }, + { + "id": 20088, + "noteBit": 462 + }, + { + "id": 20089, + "noteBit": 462 + }, + { + "id": 20090, + "noteBit": 462 + }, + { + "id": 20091, + "noteBit": 462 + }, + { + "id": 20092, + "noteBit": 462 + }, + { + "id": 20093, + "noteBit": 462 + }, + { + "id": 20094, + "noteBit": 462 + }, + { + "id": 20095, + "noteBit": 462 + }, + { + "id": 20096, + "noteBit": 463 + }, + { + "id": 20097, + "noteBit": 462 + }, + { + "id": 20098, + "noteBit": 462 + }, + { + "id": 20099, + "noteBit": 462 + }, + { + "id": 20100, + "noteBit": 991 + }, + { + "id": 20101, + "noteBit": 462 + }, + { + "id": 20102, + "noteBit": 462 + }, + { + "id": 21001, + "noteBit": 462 + }, + { + "id": 21002, + "noteBit": 462 + }, + { + "id": 21003, + "noteBit": 462 + }, + { + "id": 21004, + "noteBit": 462 + }, + { + "id": 21005, + "noteBit": 462 + }, + { + "id": 21006, + "noteBit": 462 + }, + { + "id": 21007, + "noteBit": 463 + }, + { + "id": 21008, + "noteBit": 462 + }, + { + "id": 21009, + "noteBit": 462 + }, + { + "id": 21010, + "noteBit": 462 + }, + { + "id": 21011, + "noteBit": 462 + }, + { + "id": 21012, + "noteBit": 990 + }, + { + "id": 21014, + "noteBit": 462 + }, + { + "id": 21015, + "noteBit": 462 + }, + { + "id": 21016, + "noteBit": 462 + }, + { + "id": 21017, + "noteBit": 462 + }, + { + "id": 21018, + "noteBit": 462 + }, + { + "id": 21019, + "noteBit": 463 + }, + { + "id": 21020, + "noteBit": 462 + }, + { + "id": 21021, + "noteBit": 462 + }, + { + "id": 21022, + "noteBit": 462 + }, + { + "id": 21024, + "noteBit": 462 + }, + { + "id": 21025, + "noteBit": 462 + }, + { + "id": 21026, + "noteBit": 462 + }, + { + "id": 21027, + "noteBit": 462 + }, + { + "id": 21028, + "noteBit": 462 + }, + { + "id": 21029, + "noteBit": 990 + }, + { + "id": 21030, + "noteBit": 462 + }, + { + "id": 21032, + "noteBit": 462 + }, + { + "id": 21033, + "noteBit": 462 + }, + { + "id": 21035, + "noteBit": 462 + }, + { + "id": 21036, + "noteBit": 462 + }, + { + "id": 21037, + "noteBit": 462 + }, + { + "id": 21038, + "noteBit": 462 + }, + { + "id": 21041, + "noteBit": 462 + }, + { + "id": 21042, + "noteBit": 462 + }, + { + "id": 21043, + "noteBit": 462 + }, + { + "id": 21045, + "noteBit": 462 + }, + { + "id": 21046, + "noteBit": 462 + }, + { + "id": 21047, + "noteBit": 462 + }, + { + "id": 21048, + "noteBit": 990 + }, + { + "id": 21049, + "noteBit": 462 + }, + { + "id": 21050, + "noteBit": 990 + }, + { + "id": 21051, + "noteBit": 462 + }, + { + "id": 21052, + "noteBit": 990 + }, + { + "id": 21053, + "noteBit": 462 + }, + { + "id": 21054, + "noteBit": 462 + }, + { + "id": 21056, + "noteBit": 462 + }, + { + "id": 21057, + "noteBit": 462 + }, + { + "id": 21058, + "noteBit": 463 + }, + { + "id": 21059, + "noteBit": 990 + }, + { + "id": 21060, + "noteBit": 462 + }, + { + "id": 21061, + "noteBit": 462 + }, + { + "id": 21062, + "noteBit": 462 + }, + { + "id": 21063, + "noteBit": 462 + }, + { + "id": 21064, + "noteBit": 462 + }, + { + "id": 21065, + "noteBit": 462 + }, + { + "id": 21066, + "noteBit": 462 + }, + { + "id": 21067, + "noteBit": 462 + }, + { + "id": 21068, + "noteBit": 462 + }, + { + "id": 21069, + "noteBit": 990 + }, + { + "id": 21070, + "noteBit": 462 + }, + { + "id": 21071, + "noteBit": 462 + }, + { + "id": 21073, + "noteBit": 990 + }, + { + "id": 21074, + "noteBit": 462 + }, + { + "id": 21075, + "noteBit": 462 + }, + { + "id": 21076, + "noteBit": 462 + }, + { + "id": 21077, + "noteBit": 462 + }, + { + "id": 21078, + "noteBit": 462 + }, + { + "id": 21079, + "noteBit": 462 + }, + { + "id": 21080, + "noteBit": 462 + }, + { + "id": 21081, + "noteBit": 462 + }, + { + "id": 21082, + "noteBit": 462 + }, + { + "id": 21083, + "noteBit": 462 + }, + { + "id": 21085, + "noteBit": 462 + }, + { + "id": 21086, + "noteBit": 462 + }, + { + "id": 21087, + "noteBit": 462 + }, + { + "id": 21088, + "noteBit": 462 + }, + { + "id": 21089, + "noteBit": 990 + }, + { + "id": 21090, + "noteBit": 462 + }, + { + "id": 22001, + "noteBit": 462 + }, + { + "id": 22002, + "noteBit": 462 + }, + { + "id": 22003, + "noteBit": 462 + }, + { + "id": 22004, + "noteBit": 462 + }, + { + "id": 22005, + "noteBit": 462 + }, + { + "id": 22006, + "noteBit": 990 + }, + { + "id": 22007, + "noteBit": 462 + }, + { + "id": 22008, + "noteBit": 990 + }, + { + "id": 22009, + "noteBit": 462 + }, + { + "id": 22010, + "noteBit": 462 + }, + { + "id": 22011, + "noteBit": 462 + }, + { + "id": 22012, + "noteBit": 462 + }, + { + "id": 22013, + "noteBit": 990 + }, + { + "id": 22014, + "noteBit": 462 + }, + { + "id": 22015, + "noteBit": 462 + }, + { + "id": 22016, + "noteBit": 462 + }, + { + "id": 22017, + "noteBit": 462 + }, + { + "id": 22018, + "noteBit": 462 + }, + { + "id": 22019, + "noteBit": 462 + }, + { + "id": 22020, + "noteBit": 462 + }, + { + "id": 22023, + "noteBit": 462 + }, + { + "id": 22024, + "noteBit": 990 + }, + { + "id": 22025, + "noteBit": 462 + }, + { + "id": 22026, + "noteBit": 462 + }, + { + "id": 22027, + "noteBit": 990 + }, + { + "id": 22028, + "noteBit": 462 + }, + { + "id": 22029, + "noteBit": 462 + }, + { + "id": 22031, + "noteBit": 990 + }, + { + "id": 22032, + "noteBit": 462 + }, + { + "id": 22033, + "noteBit": 462 + }, + { + "id": 22034, + "noteBit": 462 + }, + { + "id": 22035, + "noteBit": 462 + }, + { + "id": 22036, + "noteBit": 462 + }, + { + "id": 22037, + "noteBit": 462 + }, + { + "id": 22038, + "noteBit": 463 + }, + { + "id": 22039, + "noteBit": 462 + }, + { + "id": 22040, + "noteBit": 462 + }, + { + "id": 22041, + "noteBit": 462 + }, + { + "id": 22042, + "noteBit": 462 + }, + { + "id": 22043, + "noteBit": 462 + }, + { + "id": 22044, + "noteBit": 462 + }, + { + "id": 22045, + "noteBit": 462 + }, + { + "id": 22046, + "noteBit": 462 + }, + { + "id": 22047, + "noteBit": 462 + }, + { + "id": 22048, + "noteBit": 462 + }, + { + "id": 22051, + "noteBit": 462 + }, + { + "id": 22052, + "noteBit": 462 + }, + { + "id": 22053, + "noteBit": 462 + }, + { + "id": 22054, + "noteBit": 463 + }, + { + "id": 22055, + "noteBit": 462 + }, + { + "id": 22057, + "noteBit": 462 + }, + { + "id": 22058, + "noteBit": 462 + }, + { + "id": 22059, + "noteBit": 462 + }, + { + "id": 22060, + "noteBit": 462 + }, + { + "id": 22061, + "noteBit": 462 + }, + { + "id": 22062, + "noteBit": 463 + }, + { + "id": 22063, + "noteBit": 462 + }, + { + "id": 22064, + "noteBit": 462 + }, + { + "id": 22065, + "noteBit": 462 + }, + { + "id": 22067, + "noteBit": 462 + }, + { + "id": 22068, + "noteBit": 462 + }, + { + "id": 22069, + "noteBit": 462 + }, + { + "id": 22070, + "noteBit": 462 + }, + { + "id": 22071, + "noteBit": 462 + }, + { + "id": 22073, + "noteBit": 462 + }, + { + "id": 22074, + "noteBit": 462 + }, + { + "id": 22075, + "noteBit": 462 + }, + { + "id": 22077, + "noteBit": 463 + }, + { + "id": 22079, + "noteBit": 462 + }, + { + "id": 22080, + "noteBit": 462 + }, + { + "id": 22082, + "noteBit": 462 + }, + { + "id": 22087, + "noteBit": 463 + }, + { + "id": 22088, + "noteBit": 463 + }, + { + "id": 22089, + "noteBit": 990 + }, + { + "id": 22090, + "noteBit": 462 + }, + { + "id": 22091, + "noteBit": 462 + }, + { + "id": 22092, + "noteBit": 462 + }, + { + "id": 22093, + "noteBit": 462 + }, + { + "id": 22094, + "noteBit": 462 + }, + { + "id": 22095, + "noteBit": 462 + }, + { + "id": 22098, + "noteBit": 462 + }, + { + "id": 22099, + "noteBit": 462 + }, + { + "id": 22100, + "noteBit": 462 + }, + { + "id": 23000, + "noteBit": 462 + }, + { + "id": 23001, + "noteBit": 462 + }, + { + "id": 23002, + "noteBit": 462 + }, + { + "id": 23003, + "noteBit": 462 + }, + { + "id": 23004, + "noteBit": 462 + }, + { + "id": 23005, + "noteBit": 462 + }, + { + "id": 23007, + "noteBit": 462 + }, + { + "id": 23008, + "noteBit": 462 + }, + { + "id": 23009, + "noteBit": 462 + }, + { + "id": 23010, + "noteBit": 462 + }, + { + "id": 23011, + "noteBit": 462 + }, + { + "id": 23012, + "noteBit": 462 + }, + { + "id": 23013, + "noteBit": 462 + }, + { + "id": 23014, + "noteBit": 462 + }, + { + "id": 23015, + "noteBit": 462 + }, + { + "id": 23016, + "noteBit": 462 + }, + { + "id": 23017, + "noteBit": 462 + }, + { + "id": 23018, + "noteBit": 462 + }, + { + "id": 23019, + "noteBit": 462 + }, + { + "id": 23020, + "noteBit": 462 + }, + { + "id": 23021, + "noteBit": 462 + }, + { + "id": 23022, + "noteBit": 462 + }, + { + "id": 23023, + "noteBit": 462 + }, + { + "id": 23024, + "noteBit": 462 + }, + { + "id": 23025, + "noteBit": 462 + }, + { + "id": 23026, + "noteBit": 462 + }, + { + "id": 23027, + "noteBit": 463 + }, + { + "id": 23028, + "noteBit": 462 + }, + { + "id": 23029, + "noteBit": 462 + }, + { + "id": 23030, + "noteBit": 462 + }, + { + "id": 23031, + "noteBit": 990 + }, + { + "id": 23032, + "noteBit": 462 + }, + { + "id": 23034, + "noteBit": 462 + }, + { + "id": 23035, + "noteBit": 462 + }, + { + "id": 23036, + "noteBit": 462 + }, + { + "id": 23037, + "noteBit": 462 + }, + { + "id": 23038, + "noteBit": 462 + }, + { + "id": 23039, + "noteBit": 462 + }, + { + "id": 23040, + "noteBit": 462 + }, + { + "id": 23041, + "noteBit": 462 + }, + { + "id": 23042, + "noteBit": 462 + }, + { + "id": 23043, + "noteBit": 462 + }, + { + "id": 23045, + "noteBit": 462 + }, + { + "id": 23046, + "noteBit": 462 + }, + { + "id": 23047, + "noteBit": 462 + }, + { + "id": 23048, + "noteBit": 463 + }, + { + "id": 23049, + "noteBit": 462 + }, + { + "id": 23050, + "noteBit": 462 + }, + { + "id": 23051, + "noteBit": 462 + }, + { + "id": 23052, + "noteBit": 462 + }, + { + "id": 23053, + "noteBit": 462 + }, + { + "id": 23054, + "noteBit": 990 + }, + { + "id": 23055, + "noteBit": 462 + }, + { + "id": 23056, + "noteBit": 462 + }, + { + "id": 23057, + "noteBit": 462 + }, + { + "id": 23058, + "noteBit": 462 + }, + { + "id": 23059, + "noteBit": 462 + }, + { + "id": 23060, + "noteBit": 462 + }, + { + "id": 23061, + "noteBit": 462 + }, + { + "id": 23062, + "noteBit": 462 + }, + { + "id": 23063, + "noteBit": 462 + }, + { + "id": 23065, + "noteBit": 462 + }, + { + "id": 23067, + "noteBit": 462 + }, + { + "id": 23068, + "noteBit": 462 + }, + { + "id": 23069, + "noteBit": 462 + }, + { + "id": 23070, + "noteBit": 990 + }, + { + "id": 23074, + "noteBit": 463 + }, + { + "id": 23075, + "noteBit": 462 + }, + { + "id": 23076, + "noteBit": 462 + }, + { + "id": 23077, + "noteBit": 462 + }, + { + "id": 23082, + "noteBit": 462 + }, + { + "id": 23083, + "noteBit": 463 + }, + { + "id": 23084, + "noteBit": 462 + }, + { + "id": 23085, + "noteBit": 462 + }, + { + "id": 23086, + "noteBit": 462 + }, + { + "id": 23087, + "noteBit": 462 + }, + { + "id": 23088, + "noteBit": 462 + }, + { + "id": 23090, + "noteBit": 462 + }, + { + "id": 23091, + "noteBit": 462 + }, + { + "id": 23092, + "noteBit": 462 + }, + { + "id": 23093, + "noteBit": 462 + }, + { + "id": 23094, + "noteBit": 462 + }, + { + "id": 23095, + "noteBit": 990 + }, + { + "id": 24000, + "noteBit": 462 + }, + { + "id": 24001, + "noteBit": 462 + }, + { + "id": 24002, + "noteBit": 462 + }, + { + "id": 24003, + "noteBit": 462 + }, + { + "id": 24004, + "noteBit": 462 + }, + { + "id": 24005, + "noteBit": 462 + }, + { + "id": 24006, + "noteBit": 462 + }, + { + "id": 24007, + "noteBit": 462 + }, + { + "id": 24008, + "noteBit": 462 + }, + { + "id": 24009, + "noteBit": 462 + }, + { + "id": 24010, + "noteBit": 462 + }, + { + "id": 24011, + "noteBit": 991 + }, + { + "id": 24012, + "noteBit": 462 + }, + { + "id": 24013, + "noteBit": 462 + }, + { + "id": 24014, + "noteBit": 462 + }, + { + "id": 24015, + "noteBit": 462 + }, + { + "id": 24016, + "noteBit": 462 + }, + { + "id": 24017, + "noteBit": 463 + }, + { + "id": 24018, + "noteBit": 462 + }, + { + "id": 24019, + "noteBit": 462 + }, + { + "id": 24020, + "noteBit": 462 + }, + { + "id": 24021, + "noteBit": 462 + }, + { + "id": 24022, + "noteBit": 462 + }, + { + "id": 24023, + "noteBit": 462 + }, + { + "id": 24024, + "noteBit": 462 + }, + { + "id": 24025, + "noteBit": 462 + }, + { + "id": 24026, + "noteBit": 462 + }, + { + "id": 24027, + "noteBit": 462 + }, + { + "id": 24028, + "noteBit": 462 + }, + { + "id": 24029, + "noteBit": 462 + }, + { + "id": 24030, + "noteBit": 462 + }, + { + "id": 24031, + "noteBit": 462 + }, + { + "id": 24033, + "noteBit": 462 + }, + { + "id": 24034, + "noteBit": 462 + }, + { + "id": 24035, + "noteBit": 462 + }, + { + "id": 24036, + "noteBit": 462 + }, + { + "id": 24037, + "noteBit": 462 + }, + { + "id": 24038, + "noteBit": 462 + }, + { + "id": 24039, + "noteBit": 462 + }, + { + "id": 24040, + "noteBit": 462 + }, + { + "id": 24041, + "noteBit": 991 + }, + { + "id": 24042, + "noteBit": 462 + }, + { + "id": 24043, + "noteBit": 462 + }, + { + "id": 24044, + "noteBit": 462 + }, + { + "id": 24045, + "noteBit": 462 + }, + { + "id": 24046, + "noteBit": 462 + }, + { + "id": 24047, + "noteBit": 462 + }, + { + "id": 24048, + "noteBit": 462 + }, + { + "id": 24050, + "noteBit": 990 + }, + { + "id": 24051, + "noteBit": 463 + }, + { + "id": 24053, + "noteBit": 462 + }, + { + "id": 24054, + "noteBit": 462 + }, + { + "id": 24055, + "noteBit": 462 + }, + { + "id": 24056, + "noteBit": 462 + }, + { + "id": 24057, + "noteBit": 462 + }, + { + "id": 24058, + "noteBit": 462 + }, + { + "id": 24063, + "noteBit": 462 + }, + { + "id": 24064, + "noteBit": 462 + }, + { + "id": 24065, + "noteBit": 462 + }, + { + "id": 24066, + "noteBit": 462 + }, + { + "id": 24067, + "noteBit": 462 + }, + { + "id": 24068, + "noteBit": 462 + }, + { + "id": 24070, + "noteBit": 462 + }, + { + "id": 24072, + "noteBit": 463 + }, + { + "id": 24073, + "noteBit": 462 + }, + { + "id": 24074, + "noteBit": 462 + }, + { + "id": 24075, + "noteBit": 462 + }, + { + "id": 24076, + "noteBit": 462 + }, + { + "id": 24077, + "noteBit": 462 + }, + { + "id": 24078, + "noteBit": 462 + }, + { + "id": 24080, + "noteBit": 462 + }, + { + "id": 24081, + "noteBit": 462 + }, + { + "id": 24082, + "noteBit": 462 + }, + { + "id": 24083, + "noteBit": 462 + }, + { + "id": 24084, + "noteBit": 462 + }, + { + "id": 24085, + "noteBit": 463 + }, + { + "id": 24088, + "noteBit": 462 + }, + { + "id": 24089, + "noteBit": 462 + }, + { + "id": 24090, + "noteBit": 462 + }, + { + "id": 24091, + "noteBit": 462 + }, + { + "id": 24093, + "noteBit": 462 + }, + { + "id": 24094, + "noteBit": 462 + }, + { + "id": 24095, + "noteBit": 462 + }, + { + "id": 25000, + "noteBit": 462 + }, + { + "id": 25001, + "noteBit": 463 + }, + { + "id": 25002, + "noteBit": 462 + }, + { + "id": 25003, + "noteBit": 462 + }, + { + "id": 25004, + "noteBit": 463 + }, + { + "id": 25005, + "noteBit": 462 + }, + { + "id": 25006, + "noteBit": 463 + }, + { + "id": 25008, + "noteBit": 462 + }, + { + "id": 25009, + "noteBit": 462 + }, + { + "id": 25010, + "noteBit": 462 + }, + { + "id": 25011, + "noteBit": 462 + }, + { + "id": 25012, + "noteBit": 462 + }, + { + "id": 25013, + "noteBit": 462 + }, + { + "id": 25014, + "noteBit": 462 + }, + { + "id": 25015, + "noteBit": 462 + }, + { + "id": 25016, + "noteBit": 462 + }, + { + "id": 25017, + "noteBit": 462 + }, + { + "id": 25018, + "noteBit": 462 + }, + { + "id": 25019, + "noteBit": 462 + }, + { + "id": 25020, + "noteBit": 462 + }, + { + "id": 25021, + "noteBit": 463 + }, + { + "id": 25022, + "noteBit": 462 + }, + { + "id": 25023, + "noteBit": 462 + }, + { + "id": 25024, + "noteBit": 462 + }, + { + "id": 25026, + "noteBit": 462 + }, + { + "id": 25027, + "noteBit": 462 + }, + { + "id": 25028, + "noteBit": 462 + }, + { + "id": 25029, + "noteBit": 462 + }, + { + "id": 25030, + "noteBit": 462 + }, + { + "id": 25031, + "noteBit": 462 + }, + { + "id": 25032, + "noteBit": 462 + }, + { + "id": 25033, + "noteBit": 462 + }, + { + "id": 25034, + "noteBit": 462 + }, + { + "id": 25035, + "noteBit": 462 + }, + { + "id": 25036, + "noteBit": 462 + }, + { + "id": 25037, + "noteBit": 462 + }, + { + "id": 25038, + "noteBit": 462 + }, + { + "id": 25039, + "noteBit": 462 + }, + { + "id": 25040, + "noteBit": 462 + }, + { + "id": 25041, + "noteBit": 462 + }, + { + "id": 25042, + "noteBit": 462 + }, + { + "id": 25043, + "noteBit": 462 + }, + { + "id": 25044, + "noteBit": 462 + }, + { + "id": 25045, + "noteBit": 462 + }, + { + "id": 25046, + "noteBit": 462 + }, + { + "id": 25047, + "noteBit": 462 + }, + { + "id": 25048, + "noteBit": 462 + }, + { + "id": 25049, + "noteBit": 462 + }, + { + "id": 25050, + "noteBit": 462 + }, + { + "id": 25051, + "noteBit": 462 + }, + { + "id": 25052, + "noteBit": 462 + }, + { + "id": 25054, + "noteBit": 462 + }, + { + "id": 25055, + "noteBit": 462 + }, + { + "id": 25056, + "noteBit": 462 + }, + { + "id": 25057, + "noteBit": 462 + }, + { + "id": 25058, + "noteBit": 462 + }, + { + "id": 25059, + "noteBit": 463 + }, + { + "id": 25060, + "noteBit": 462 + }, + { + "id": 25061, + "noteBit": 462 + }, + { + "id": 25063, + "noteBit": 463 + }, + { + "id": 25069, + "noteBit": 462 + }, + { + "id": 25070, + "noteBit": 462 + }, + { + "id": 25071, + "noteBit": 462 + }, + { + "id": 25072, + "noteBit": 462 + }, + { + "id": 25073, + "noteBit": 462 + }, + { + "id": 25074, + "noteBit": 462 + }, + { + "id": 25075, + "noteBit": 462 + }, + { + "id": 25076, + "noteBit": 462 + }, + { + "id": 25078, + "noteBit": 462 + }, + { + "id": 25079, + "noteBit": 462 + }, + { + "id": 25080, + "noteBit": 462 + }, + { + "id": 25081, + "noteBit": 462 + }, + { + "id": 25083, + "noteBit": 462 + }, + { + "id": 25085, + "noteBit": 462 + }, + { + "id": 25088, + "noteBit": 462 + }, + { + "id": 25089, + "noteBit": 462 + }, + { + "id": 25090, + "noteBit": 462 + }, + { + "id": 25091, + "noteBit": 462 + }, + { + "id": 25092, + "noteBit": 462 + }, + { + "id": 25093, + "noteBit": 462 + }, + { + "id": 25094, + "noteBit": 462 + }, + { + "id": 25095, + "noteBit": 462 + }, + { + "id": 25096, + "noteBit": 462 + }, + { + "id": 26000, + "noteBit": 462 + }, + { + "id": 26001, + "noteBit": 462 + }, + { + "id": 26003, + "noteBit": 462 + }, + { + "id": 26004, + "noteBit": 462 + }, + { + "id": 26005, + "noteBit": 463 + }, + { + "id": 26007, + "noteBit": 462 + }, + { + "id": 26009, + "noteBit": 463 + }, + { + "id": 26010, + "noteBit": 462 + }, + { + "id": 26011, + "noteBit": 462 + }, + { + "id": 26012, + "noteBit": 462 + }, + { + "id": 26013, + "noteBit": 462 + }, + { + "id": 26014, + "noteBit": 462 + }, + { + "id": 26015, + "noteBit": 462 + }, + { + "id": 26016, + "noteBit": 462 + }, + { + "id": 26017, + "noteBit": 462 + }, + { + "id": 26018, + "noteBit": 462 + }, + { + "id": 26019, + "noteBit": 462 + }, + { + "id": 26020, + "noteBit": 462 + }, + { + "id": 26021, + "noteBit": 462 + }, + { + "id": 26023, + "noteBit": 462 + }, + { + "id": 26024, + "noteBit": 462 + }, + { + "id": 26025, + "noteBit": 462 + }, + { + "id": 26026, + "noteBit": 462 + }, + { + "id": 26028, + "noteBit": 462 + }, + { + "id": 26029, + "noteBit": 462 + }, + { + "id": 26030, + "noteBit": 462 + }, + { + "id": 26031, + "noteBit": 462 + }, + { + "id": 26032, + "noteBit": 462 + }, + { + "id": 26033, + "noteBit": 462 + }, + { + "id": 26034, + "noteBit": 462 + }, + { + "id": 26035, + "noteBit": 462 + }, + { + "id": 26036, + "noteBit": 462 + }, + { + "id": 26037, + "noteBit": 463 + }, + { + "id": 26038, + "noteBit": 462 + }, + { + "id": 26039, + "noteBit": 462 + }, + { + "id": 26041, + "noteBit": 462 + }, + { + "id": 26042, + "noteBit": 462 + }, + { + "id": 26043, + "noteBit": 462 + }, + { + "id": 26044, + "noteBit": 462 + }, + { + "id": 26046, + "noteBit": 462 + }, + { + "id": 26047, + "noteBit": 462 + }, + { + "id": 26048, + "noteBit": 462 + }, + { + "id": 26050, + "noteBit": 462 + }, + { + "id": 26051, + "noteBit": 462 + }, + { + "id": 26052, + "noteBit": 462 + }, + { + "id": 26053, + "noteBit": 462 + }, + { + "id": 26054, + "noteBit": 462 + }, + { + "id": 26055, + "noteBit": 462 + }, + { + "id": 26058, + "noteBit": 462 + }, + { + "id": 26059, + "noteBit": 462 + }, + { + "id": 26060, + "noteBit": 462 + }, + { + "id": 26062, + "noteBit": 462 + }, + { + "id": 26064, + "noteBit": 462 + }, + { + "id": 26065, + "noteBit": 462 + }, + { + "id": 26066, + "noteBit": 462 + }, + { + "id": 26067, + "noteBit": 462 + }, + { + "id": 26068, + "noteBit": 462 + }, + { + "id": 26069, + "noteBit": 462 + }, + { + "id": 26071, + "noteBit": 462 + }, + { + "id": 26074, + "noteBit": 462 + }, + { + "id": 26076, + "noteBit": 462 + }, + { + "id": 26077, + "noteBit": 462 + }, + { + "id": 26078, + "noteBit": 462 + }, + { + "id": 26079, + "noteBit": 462 + }, + { + "id": 26080, + "noteBit": 462 + }, + { + "id": 26081, + "noteBit": 462 + }, + { + "id": 26082, + "noteBit": 462 + }, + { + "id": 26084, + "noteBit": 462 + }, + { + "id": 26086, + "noteBit": 462 + }, + { + "id": 26087, + "noteBit": 462 + }, + { + "id": 26088, + "noteBit": 462 + }, + { + "id": 26089, + "noteBit": 462 + }, + { + "id": 26090, + "noteBit": 462 + }, + { + "id": 26091, + "noteBit": 462 + }, + { + "id": 26092, + "noteBit": 462 + }, + { + "id": 26093, + "noteBit": 462 + }, + { + "id": 26094, + "noteBit": 462 + }, + { + "id": 26095, + "noteBit": 463 + }, + { + "id": 26096, + "noteBit": 462 + }, + { + "id": 26097, + "noteBit": 462 + }, + { + "id": 26098, + "noteBit": 462 + }, + { + "id": 26099, + "noteBit": 462 + }, + { + "id": 26101, + "noteBit": 462 + }, + { + "id": 26102, + "noteBit": 462 + }, + { + "id": 26104, + "noteBit": 462 + }, + { + "id": 26106, + "noteBit": 462 + }, + { + "id": 26107, + "noteBit": 462 + }, + { + "id": 26108, + "noteBit": 462 + }, + { + "id": 26109, + "noteBit": 462 + }, + { + "id": 26110, + "noteBit": 462 + }, + { + "id": 26111, + "noteBit": 462 + }, + { + "id": 26112, + "noteBit": 462 + }, + { + "id": 26113, + "noteBit": 462 + }, + { + "id": 26114, + "noteBit": 462 + }, + { + "id": 26115, + "noteBit": 462 + }, + { + "id": 27000, + "noteBit": 462 + }, + { + "id": 27001, + "noteBit": 462 + }, + { + "id": 27002, + "noteBit": 462 + }, + { + "id": 27003, + "noteBit": 462 + }, + { + "id": 27004, + "noteBit": 462 + }, + { + "id": 27005, + "noteBit": 463 + }, + { + "id": 27007, + "noteBit": 463 + }, + { + "id": 27008, + "noteBit": 462 + }, + { + "id": 27009, + "noteBit": 462 + }, + { + "id": 27010, + "noteBit": 462 + }, + { + "id": 27012, + "noteBit": 462 + }, + { + "id": 27013, + "noteBit": 462 + }, + { + "id": 27014, + "noteBit": 462 + }, + { + "id": 27015, + "noteBit": 462 + }, + { + "id": 27016, + "noteBit": 462 + }, + { + "id": 27018, + "noteBit": 462 + }, + { + "id": 27019, + "noteBit": 462 + }, + { + "id": 27020, + "noteBit": 462 + }, + { + "id": 27021, + "noteBit": 462 + }, + { + "id": 27022, + "noteBit": 462 + }, + { + "id": 27023, + "noteBit": 462 + }, + { + "id": 27024, + "noteBit": 462 + }, + { + "id": 27025, + "noteBit": 462 + }, + { + "id": 27026, + "noteBit": 462 + }, + { + "id": 27029, + "noteBit": 462 + }, + { + "id": 27030, + "noteBit": 462 + }, + { + "id": 27031, + "noteBit": 462 + }, + { + "id": 27032, + "noteBit": 462 + }, + { + "id": 27033, + "noteBit": 462 + }, + { + "id": 27034, + "noteBit": 462 + }, + { + "id": 27035, + "noteBit": 462 + }, + { + "id": 27036, + "noteBit": 462 + }, + { + "id": 27037, + "noteBit": 462 + }, + { + "id": 27039, + "noteBit": 462 + }, + { + "id": 27041, + "noteBit": 462 + }, + { + "id": 27042, + "noteBit": 462 + }, + { + "id": 27043, + "noteBit": 463 + }, + { + "id": 27044, + "noteBit": 462 + }, + { + "id": 27045, + "noteBit": 462 + }, + { + "id": 27046, + "noteBit": 462 + }, + { + "id": 27047, + "noteBit": 462 + }, + { + "id": 27048, + "noteBit": 462 + }, + { + "id": 27049, + "noteBit": 462 + }, + { + "id": 27050, + "noteBit": 462 + }, + { + "id": 27051, + "noteBit": 462 + }, + { + "id": 27052, + "noteBit": 462 + }, + { + "id": 27053, + "noteBit": 462 + }, + { + "id": 27054, + "noteBit": 462 + }, + { + "id": 27058, + "noteBit": 462 + }, + { + "id": 27059, + "noteBit": 462 + }, + { + "id": 27060, + "noteBit": 462 + }, + { + "id": 27061, + "noteBit": 462 + }, + { + "id": 27062, + "noteBit": 462 + }, + { + "id": 27063, + "noteBit": 462 + }, + { + "id": 27064, + "noteBit": 462 + }, + { + "id": 27065, + "noteBit": 462 + }, + { + "id": 27066, + "noteBit": 462 + }, + { + "id": 27067, + "noteBit": 462 + }, + { + "id": 27068, + "noteBit": 462 + }, + { + "id": 27074, + "noteBit": 462 + }, + { + "id": 27075, + "noteBit": 462 + }, + { + "id": 27076, + "noteBit": 462 + }, + { + "id": 27077, + "noteBit": 462 + }, + { + "id": 27079, + "noteBit": 462 + }, + { + "id": 27080, + "noteBit": 462 + }, + { + "id": 27083, + "noteBit": 463 + }, + { + "id": 27084, + "noteBit": 462 + }, + { + "id": 27089, + "noteBit": 462 + }, + { + "id": 27092, + "noteBit": 462 + }, + { + "id": 27094, + "noteBit": 462 + }, + { + "id": 27095, + "noteBit": 462 + }, + { + "id": 27100, + "noteBit": 462 + }, + { + "id": 27101, + "noteBit": 462 + }, + { + "id": 27102, + "noteBit": 462 + }, + { + "id": 27103, + "noteBit": 462 + }, + { + "id": 27105, + "noteBit": 462 + }, + { + "id": 27106, + "noteBit": 462 + }, + { + "id": 27107, + "noteBit": 462 + }, + { + "id": 27110, + "noteBit": 462 + }, + { + "id": 27112, + "noteBit": 462 + }, + { + "id": 27113, + "noteBit": 462 + }, + { + "id": 27114, + "noteBit": 462 + }, + { + "id": 27116, + "noteBit": 990 + }, + { + "id": 27117, + "noteBit": 462 + }, + { + "id": 28002, + "noteBit": 462 + }, + { + "id": 28005, + "noteBit": 463 + }, + { + "id": 28007, + "noteBit": 462 + }, + { + "id": 28008, + "noteBit": 462 + }, + { + "id": 28009, + "noteBit": 462 + }, + { + "id": 28010, + "noteBit": 462 + }, + { + "id": 28011, + "noteBit": 462 + }, + { + "id": 28012, + "noteBit": 462 + }, + { + "id": 28014, + "noteBit": 462 + }, + { + "id": 28016, + "noteBit": 462 + }, + { + "id": 28017, + "noteBit": 462 + }, + { + "id": 28018, + "noteBit": 462 + }, + { + "id": 28019, + "noteBit": 462 + }, + { + "id": 28020, + "noteBit": 462 + }, + { + "id": 28021, + "noteBit": 462 + }, + { + "id": 28022, + "noteBit": 462 + }, + { + "id": 28023, + "noteBit": 463 + }, + { + "id": 28024, + "noteBit": 462 + }, + { + "id": 28026, + "noteBit": 462 + }, + { + "id": 28027, + "noteBit": 462 + }, + { + "id": 28028, + "noteBit": 462 + }, + { + "id": 28031, + "noteBit": 462 + }, + { + "id": 28032, + "noteBit": 462 + }, + { + "id": 28033, + "noteBit": 462 + }, + { + "id": 28034, + "noteBit": 462 + }, + { + "id": 28035, + "noteBit": 462 + }, + { + "id": 28039, + "noteBit": 462 + }, + { + "id": 28040, + "noteBit": 462 + }, + { + "id": 28041, + "noteBit": 462 + }, + { + "id": 28042, + "noteBit": 462 + }, + { + "id": 28043, + "noteBit": 462 + }, + { + "id": 28044, + "noteBit": 462 + }, + { + "id": 28046, + "noteBit": 462 + }, + { + "id": 28047, + "noteBit": 462 + }, + { + "id": 28048, + "noteBit": 462 + }, + { + "id": 28050, + "noteBit": 463 + }, + { + "id": 28052, + "noteBit": 462 + }, + { + "id": 28056, + "noteBit": 462 + }, + { + "id": 28057, + "noteBit": 462 + }, + { + "id": 28058, + "noteBit": 463 + }, + { + "id": 28060, + "noteBit": 462 + }, + { + "id": 28061, + "noteBit": 462 + }, + { + "id": 28063, + "noteBit": 462 + }, + { + "id": 28065, + "noteBit": 462 + }, + { + "id": 28066, + "noteBit": 462 + }, + { + "id": 28069, + "noteBit": 462 + }, + { + "id": 28070, + "noteBit": 462 + }, + { + "id": 28073, + "noteBit": 462 + }, + { + "id": 28076, + "noteBit": 462 + }, + { + "id": 28077, + "noteBit": 462 + }, + { + "id": 28079, + "noteBit": 463 + }, + { + "id": 28080, + "noteBit": 462 + }, + { + "id": 28082, + "noteBit": 462 + }, + { + "id": 28083, + "noteBit": 462 + }, + { + "id": 28087, + "noteBit": 462 + }, + { + "id": 28089, + "noteBit": 462 + }, + { + "id": 28090, + "noteBit": 462 + }, + { + "id": 28091, + "noteBit": 462 + }, + { + "id": 28092, + "noteBit": 463 + }, + { + "id": 28095, + "noteBit": 462 + }, + { + "id": 28098, + "noteBit": 462 + }, + { + "id": 28101, + "noteBit": 462 + }, + { + "id": 28110, + "noteBit": 462 + }, + { + "id": 28111, + "noteBit": 462 + }, + { + "id": 28113, + "noteBit": 462 + }, + { + "id": 28114, + "noteBit": 462 + }, + { + "id": 29001, + "noteBit": 462 + }, + { + "id": 29003, + "noteBit": 463 + }, + { + "id": 29005, + "noteBit": 462 + }, + { + "id": 29007, + "noteBit": 462 + }, + { + "id": 29009, + "noteBit": 462 + }, + { + "id": 29011, + "noteBit": 462 + }, + { + "id": 29012, + "noteBit": 462 + }, + { + "id": 29015, + "noteBit": 462 + }, + { + "id": 29019, + "noteBit": 462 + }, + { + "id": 29021, + "noteBit": 462 + }, + { + "id": 29022, + "noteBit": 462 + }, + { + "id": 29025, + "noteBit": 462 + }, + { + "id": 29027, + "noteBit": 462 + }, + { + "id": 29028, + "noteBit": 462 + }, + { + "id": 29031, + "noteBit": 462 + }, + { + "id": 29032, + "noteBit": 462 + }, + { + "id": 29033, + "noteBit": 462 + }, + { + "id": 29038, + "noteBit": 462 + }, + { + "id": 29040, + "noteBit": 462 + }, + { + "id": 29041, + "noteBit": 462 + }, + { + "id": 29043, + "noteBit": 462 + }, + { + "id": 29045, + "noteBit": 462 + }, + { + "id": 29046, + "noteBit": 462 + }, + { + "id": 29052, + "noteBit": 462 + }, + { + "id": 29055, + "noteBit": 462 + }, + { + "id": 29056, + "noteBit": 462 + }, + { + "id": 29057, + "noteBit": 462 + }, + { + "id": 29063, + "noteBit": 462 + }, + { + "id": 29064, + "noteBit": 462 + }, + { + "id": 29069, + "noteBit": 463 + }, + { + "id": 29076, + "noteBit": 462 + }, + { + "id": 29077, + "noteBit": 462 + }, + { + "id": 29080, + "noteBit": 462 + }, + { + "id": 29084, + "noteBit": 462 + }, + { + "id": 29086, + "noteBit": 462 + }, + { + "id": 29087, + "noteBit": 462 + }, + { + "id": 29088, + "noteBit": 462 + }, + { + "id": 29089, + "noteBit": 462 + }, + { + "id": 29090, + "noteBit": 462 + }, + { + "id": 29091, + "noteBit": 462 + }, + { + "id": 29093, + "noteBit": 462 + }, + { + "id": 29094, + "noteBit": 462 + }, + { + "id": 29095, + "noteBit": 462 + }, + { + "id": 29097, + "noteBit": 462 + }, + { + "id": 30003, + "noteBit": 462 + }, + { + "id": 30010, + "noteBit": 462 + }, + { + "id": 30030, + "noteBit": 462 + }, + { + "id": 30086, + "noteBit": 462 + }, + { + "id": 30087, + "noteBit": 462 + }, + { + "id": 30088, + "noteBit": 462 + }, + { + "id": 30089, + "noteBit": 462 + }, + { + "id": 30090, + "noteBit": 462 + }, + { + "id": 30091, + "noteBit": 462 + }, + { + "id": 30092, + "noteBit": 462 + }, + { + "id": 30093, + "noteBit": 462 + }, + { + "id": 30096, + "noteBit": 462 + }, + { + "id": 30114, + "noteBit": 462 + }, + { + "id": 80001, + "noteBit": 462 + }, + { + "id": 80002, + "noteBit": 462 + }, + { + "id": 80003, + "noteBit": 462 + }, + { + "id": 80004, + "noteBit": 462 + }, + { + "id": 80005, + "noteBit": 462 + }, + { + "id": 80006, + "noteBit": 462 + }, + { + "id": 80007, + "noteBit": 462 + }, + { + "id": 80008, + "noteBit": 462 + }, + { + "id": 80009, + "noteBit": 462 + }, + { + "id": 80010, + "noteBit": 462 + }, + { + "id": 80011, + "noteBit": 462 + }, + { + "id": 80014, + "noteBit": 462 + }, + { + "id": 80015, + "noteBit": 462 + }, + { + "id": 80016, + "noteBit": 462 + }, + { + "id": 80017, + "noteBit": 462 + }, + { + "id": 80018, + "noteBit": 462 + }, + { + "id": 80019, + "noteBit": 462 + }, + { + "id": 80020, + "noteBit": 462 + }, + { + "id": 80021, + "noteBit": 462 + }, + { + "id": 80022, + "noteBit": 462 + }, + { + "id": 80023, + "noteBit": 462 + }, + { + "id": 80024, + "noteBit": 462 + }, + { + "id": 80025, + "noteBit": 462 + }, + { + "id": 80026, + "noteBit": 462 + }, + { + "id": 80027, + "noteBit": 462 + }, + { + "id": 80028, + "noteBit": 462 + }, + { + "id": 80029, + "noteBit": 462 + }, + { + "id": 80030, + "noteBit": 462 + }, + { + "id": 80031, + "noteBit": 462 + }, + { + "id": 80032, + "noteBit": 462 + }, + { + "id": 80033, + "noteBit": 462 + }, + { + "id": 80034, + "noteBit": 462 + }, + { + "id": 80035, + "noteBit": 462 + }, + { + "id": 80036, + "noteBit": 462 + }, + { + "id": 80037, + "noteBit": 462 + }, + { + "id": 80038, + "noteBit": 462 + }, + { + "id": 80039, + "noteBit": 462 + }, + { + "id": 80040, + "noteBit": 462 + }, + { + "id": 80042, + "noteBit": 462 + }, + { + "id": 80043, + "noteBit": 462 + }, + { + "id": 80044, + "noteBit": 462 + }, + { + "id": 80045, + "noteBit": 462 + }, + { + "id": 80046, + "noteBit": 462 + }, + { + "id": 80047, + "noteBit": 462 + }, + { + "id": 80048, + "noteBit": 462 + }, + { + "id": 80049, + "noteBit": 462 + }, + { + "id": 80050, + "noteBit": 462 + }, + { + "id": 80051, + "noteBit": 462 + } +]; + +export const omni_musics = [ + { + "id": 1004, + "noteBit": 462 + }, + { + "id": 1007, + "noteBit": 462 + }, + { + "id": 1010, + "noteBit": 206 + }, + { + "id": 1017, + "noteBit": 990 + }, + { + "id": 2003, + "noteBit": 206 + }, + { + "id": 2005, + "noteBit": 206 + }, + { + "id": 2008, + "noteBit": 206 + }, + { + "id": 3007, + "noteBit": 206 + }, + { + "id": 4002, + "noteBit": 206 + }, + { + "id": 4017, + "noteBit": 462 + }, + { + "id": 4029, + "noteBit": 462 + }, + { + "id": 5010, + "noteBit": 462 + }, + { + "id": 5018, + "noteBit": 198 + }, + { + "id": 5024, + "noteBit": 462 + }, + { + "id": 6007, + "noteBit": 462 + }, + { + "id": 6021, + "noteBit": 198 + }, + { + "id": 7008, + "noteBit": 462 + }, + { + "id": 7014, + "noteBit": 462 + }, + { + "id": 7021, + "noteBit": 462 + }, + { + "id": 7031, + "noteBit": 462 + }, + { + "id": 7034, + "noteBit": 462 + }, + { + "id": 7037, + "noteBit": 462 + }, + { + "id": 8000, + "noteBit": 206 + }, + { + "id": 8004, + "noteBit": 462 + }, + { + "id": 8006, + "noteBit": 462 + }, + { + "id": 8018, + "noteBit": 462 + }, + { + "id": 8027, + "noteBit": 462 + }, + { + "id": 8039, + "noteBit": 206 + }, + { + "id": 9003, + "noteBit": 462 + }, + { + "id": 9006, + "noteBit": 462 + }, + { + "id": 9016, + "noteBit": 462 + }, + { + "id": 9018, + "noteBit": 462 + }, + { + "id": 9022, + "noteBit": 462 + }, + { + "id": 9026, + "noteBit": 462 + }, + { + "id": 9027, + "noteBit": 206 + }, + { + "id": 9028, + "noteBit": 462 + }, + { + "id": 9034, + "noteBit": 206 + }, + { + "id": 9036, + "noteBit": 462 + }, + { + "id": 9039, + "noteBit": 206 + }, + { + "id": 9055, + "noteBit": 462 + }, + { + "id": 10010, + "noteBit": 462 + }, + { + "id": 10028, + "noteBit": 462 + }, + { + "id": 10031, + "noteBit": 462 + }, + { + "id": 10033, + "noteBit": 463 + }, + { + "id": 10038, + "noteBit": 462 + }, + { + "id": 10042, + "noteBit": 462 + }, + { + "id": 10046, + "noteBit": 462 + }, + { + "id": 11005, + "noteBit": 462 + }, + { + "id": 11019, + "noteBit": 206 + }, + { + "id": 11025, + "noteBit": 462 + }, + { + "id": 11030, + "noteBit": 462 + }, + { + "id": 11031, + "noteBit": 462 + }, + { + "id": 11033, + "noteBit": 206 + }, + { + "id": 11034, + "noteBit": 206 + }, + { + "id": 12030, + "noteBit": 990 + }, + { + "id": 12031, + "noteBit": 462 + }, + { + "id": 12037, + "noteBit": 462 + }, + { + "id": 12038, + "noteBit": 462 + }, + { + "id": 12039, + "noteBit": 462 + }, + { + "id": 12040, + "noteBit": 462 + }, + { + "id": 12041, + "noteBit": 206 + }, + { + "id": 12043, + "noteBit": 462 + }, + { + "id": 12046, + "noteBit": 462 + }, + { + "id": 12051, + "noteBit": 462 + }, + { + "id": 13025, + "noteBit": 206 + }, + { + "id": 13031, + "noteBit": 462 + }, + { + "id": 13032, + "noteBit": 462 + }, + { + "id": 13046, + "noteBit": 462 + }, + { + "id": 14002, + "noteBit": 462 + }, + { + "id": 14035, + "noteBit": 462 + }, + { + "id": 14036, + "noteBit": 462 + }, + { + "id": 14037, + "noteBit": 462 + }, + { + "id": 14039, + "noteBit": 462 + }, + { + "id": 14040, + "noteBit": 462 + }, + { + "id": 14044, + "noteBit": 462 + }, + { + "id": 14058, + "noteBit": 206 + }, + { + "id": 15027, + "noteBit": 462 + }, + { + "id": 15029, + "noteBit": 463 + }, + { + "id": 15030, + "noteBit": 462 + }, + { + "id": 15041, + "noteBit": 478 + }, + { + "id": 15043, + "noteBit": 462 + }, + { + "id": 15055, + "noteBit": 462 + }, + { + "id": 16002, + "noteBit": 990 + }, + { + "id": 16027, + "noteBit": 462 + }, + { + "id": 16028, + "noteBit": 462 + }, + { + "id": 16030, + "noteBit": 991 + }, + { + "id": 16034, + "noteBit": 462 + }, + { + "id": 16038, + "noteBit": 990 + }, + { + "id": 16049, + "noteBit": 462 + }, + { + "id": 16072, + "noteBit": 2 + }, + { + "id": 16080, + "noteBit": 2 + }, + { + "id": 16081, + "noteBit": 2 + }, + { + "id": 16082, + "noteBit": 2 + }, + { + "id": 17035, + "noteBit": 462 + }, + { + "id": 17041, + "noteBit": 462 + }, + { + "id": 17042, + "noteBit": 462 + }, + { + "id": 17052, + "noteBit": 463 + }, + { + "id": 17057, + "noteBit": 462 + }, + { + "id": 17061, + "noteBit": 462 + }, + { + "id": 17063, + "noteBit": 462 + }, + { + "id": 18003, + "noteBit": 462 + }, + { + "id": 18020, + "noteBit": 462 + }, + { + "id": 18039, + "noteBit": 462 + }, + { + "id": 18040, + "noteBit": 462 + }, + { + "id": 18054, + "noteBit": 462 + }, + { + "id": 19042, + "noteBit": 462 + }, + { + "id": 19050, + "noteBit": 462 + }, + { + "id": 19051, + "noteBit": 462 + }, + { + "id": 20054, + "noteBit": 462 + }, + { + "id": 20059, + "noteBit": 462 + }, + { + "id": 20063, + "noteBit": 462 + }, + { + "id": 21013, + "noteBit": 462 + }, + { + "id": 21034, + "noteBit": 462 + }, + { + "id": 21039, + "noteBit": 462 + }, + { + "id": 21044, + "noteBit": 974 + }, + { + "id": 21055, + "noteBit": 462 + }, + { + "id": 21072, + "noteBit": 462 + }, + { + "id": 21084, + "noteBit": 463 + }, + { + "id": 22049, + "noteBit": 462 + }, + { + "id": 22056, + "noteBit": 462 + }, + { + "id": 22076, + "noteBit": 462 + }, + { + "id": 22083, + "noteBit": 990 + }, + { + "id": 22084, + "noteBit": 462 + }, + { + "id": 22085, + "noteBit": 463 + }, + { + "id": 22086, + "noteBit": 462 + }, + { + "id": 23033, + "noteBit": 462 + }, + { + "id": 23044, + "noteBit": 462 + }, + { + "id": 23066, + "noteBit": 462 + }, + { + "id": 23072, + "noteBit": 462 + }, + { + "id": 23073, + "noteBit": 462 + }, + { + "id": 23078, + "noteBit": 462 + }, + { + "id": 23079, + "noteBit": 462 + }, + { + "id": 23080, + "noteBit": 990 + }, + { + "id": 24032, + "noteBit": 462 + }, + { + "id": 24049, + "noteBit": 462 + }, + { + "id": 24052, + "noteBit": 462 + }, + { + "id": 24060, + "noteBit": 462 + }, + { + "id": 24061, + "noteBit": 990 + }, + { + "id": 24069, + "noteBit": 462 + }, + { + "id": 24071, + "noteBit": 462 + }, + { + "id": 24079, + "noteBit": 462 + }, + { + "id": 24086, + "noteBit": 462 + }, + { + "id": 24087, + "noteBit": 462 + }, + { + "id": 24092, + "noteBit": 462 + }, + { + "id": 25007, + "noteBit": 463 + }, + { + "id": 25053, + "noteBit": 462 + }, + { + "id": 25068, + "noteBit": 462 + }, + { + "id": 25082, + "noteBit": 462 + }, + { + "id": 25084, + "noteBit": 462 + }, + { + "id": 25086, + "noteBit": 462 + }, + { + "id": 26002, + "noteBit": 463 + }, + { + "id": 26006, + "noteBit": 463 + }, + { + "id": 26022, + "noteBit": 463 + }, + { + "id": 26027, + "noteBit": 462 + }, + { + "id": 26040, + "noteBit": 462 + }, + { + "id": 26045, + "noteBit": 463 + }, + { + "id": 26049, + "noteBit": 462 + }, + { + "id": 26063, + "noteBit": 462 + }, + { + "id": 26070, + "noteBit": 462 + }, + { + "id": 26072, + "noteBit": 462 + }, + { + "id": 26083, + "noteBit": 462 + }, + { + "id": 26085, + "noteBit": 462 + }, + { + "id": 27011, + "noteBit": 462 + }, + { + "id": 27017, + "noteBit": 462 + }, + { + "id": 27055, + "noteBit": 462 + }, + { + "id": 27056, + "noteBit": 462 + }, + { + "id": 27069, + "noteBit": 462 + }, + { + "id": 27070, + "noteBit": 462 + }, + { + "id": 27071, + "noteBit": 991 + }, + { + "id": 27073, + "noteBit": 463 + }, + { + "id": 27078, + "noteBit": 462 + }, + { + "id": 27081, + "noteBit": 462 + }, + { + "id": 27087, + "noteBit": 462 + }, + { + "id": 27088, + "noteBit": 462 + }, + { + "id": 27090, + "noteBit": 462 + }, + { + "id": 27096, + "noteBit": 462 + }, + { + "id": 27108, + "noteBit": 462 + }, + { + "id": 27109, + "noteBit": 462 + }, + { + "id": 28000, + "noteBit": 462 + }, + { + "id": 28001, + "noteBit": 463 + }, + { + "id": 28004, + "noteBit": 462 + }, + { + "id": 28015, + "noteBit": 462 + }, + { + "id": 28025, + "noteBit": 462 + }, + { + "id": 28029, + "noteBit": 462 + }, + { + "id": 28030, + "noteBit": 462 + }, + { + "id": 28036, + "noteBit": 463 + }, + { + "id": 28037, + "noteBit": 462 + }, + { + "id": 28038, + "noteBit": 462 + }, + { + "id": 28045, + "noteBit": 462 + }, + { + "id": 28049, + "noteBit": 462 + }, + { + "id": 28051, + "noteBit": 462 + }, + { + "id": 28053, + "noteBit": 462 + }, + { + "id": 28055, + "noteBit": 462 + }, + { + "id": 28059, + "noteBit": 990 + }, + { + "id": 28062, + "noteBit": 462 + }, + { + "id": 28064, + "noteBit": 462 + }, + { + "id": 28067, + "noteBit": 462 + }, + { + "id": 28068, + "noteBit": 462 + }, + { + "id": 28071, + "noteBit": 462 + }, + { + "id": 28072, + "noteBit": 462 + }, + { + "id": 28074, + "noteBit": 463 + }, + { + "id": 28081, + "noteBit": 462 + }, + { + "id": 28084, + "noteBit": 462 + }, + { + "id": 28085, + "noteBit": 462 + }, + { + "id": 28086, + "noteBit": 462 + }, + { + "id": 28088, + "noteBit": 462 + }, + { + "id": 28093, + "noteBit": 462 + }, + { + "id": 28094, + "noteBit": 462 + }, + { + "id": 28096, + "noteBit": 462 + }, + { + "id": 28100, + "noteBit": 462 + }, + { + "id": 28102, + "noteBit": 462 + }, + { + "id": 28109, + "noteBit": 462 + }, + { + "id": 28112, + "noteBit": 462 + }, + { + "id": 28117, + "noteBit": 462 + }, + { + "id": 29000, + "noteBit": 462 + }, + { + "id": 29002, + "noteBit": 462 + }, + { + "id": 29006, + "noteBit": 462 + }, + { + "id": 29008, + "noteBit": 463 + }, + { + "id": 29010, + "noteBit": 462 + }, + { + "id": 29013, + "noteBit": 462 + }, + { + "id": 29014, + "noteBit": 462 + }, + { + "id": 29016, + "noteBit": 462 + }, + { + "id": 29017, + "noteBit": 462 + }, + { + "id": 29018, + "noteBit": 462 + }, + { + "id": 29020, + "noteBit": 462 + }, + { + "id": 29023, + "noteBit": 462 + }, + { + "id": 29024, + "noteBit": 462 + }, + { + "id": 29026, + "noteBit": 462 + }, + { + "id": 29029, + "noteBit": 462 + }, + { + "id": 29030, + "noteBit": 462 + }, + { + "id": 29035, + "noteBit": 462 + }, + { + "id": 29036, + "noteBit": 462 + }, + { + "id": 29037, + "noteBit": 462 + }, + { + "id": 29039, + "noteBit": 462 + }, + { + "id": 29042, + "noteBit": 463 + }, + { + "id": 29044, + "noteBit": 462 + }, + { + "id": 29047, + "noteBit": 462 + }, + { + "id": 29049, + "noteBit": 462 + }, + { + "id": 29050, + "noteBit": 462 + }, + { + "id": 29051, + "noteBit": 462 + }, + { + "id": 29053, + "noteBit": 462 + }, + { + "id": 29054, + "noteBit": 462 + }, + { + "id": 29058, + "noteBit": 462 + }, + { + "id": 29060, + "noteBit": 462 + }, + { + "id": 29061, + "noteBit": 462 + }, + { + "id": 29062, + "noteBit": 462 + }, + { + "id": 29065, + "noteBit": 462 + }, + { + "id": 29066, + "noteBit": 462 + }, + { + "id": 29068, + "noteBit": 462 + }, + { + "id": 29070, + "noteBit": 462 + }, + { + "id": 29071, + "noteBit": 991 + }, + { + "id": 29072, + "noteBit": 991 + }, + { + "id": 29074, + "noteBit": 462 + }, + { + "id": 29075, + "noteBit": 991 + }, + { + "id": 29078, + "noteBit": 463 + }, + { + "id": 29079, + "noteBit": 462 + }, + { + "id": 29081, + "noteBit": 463 + }, + { + "id": 29082, + "noteBit": 463 + }, + { + "id": 29085, + "noteBit": 991 + }, + { + "id": 29092, + "noteBit": 463 + }, + { + "id": 29096, + "noteBit": 462 + }, + { + "id": 29098, + "noteBit": 462 + }, + { + "id": 29099, + "noteBit": 462 + }, + { + "id": 29100, + "noteBit": 462 + }, + { + "id": 29101, + "noteBit": 991 + }, + { + "id": 29102, + "noteBit": 463 + }, + { + "id": 29103, + "noteBit": 463 + }, + { + "id": 30000, + "noteBit": 462 + }, + { + "id": 30001, + "noteBit": 462 + }, + { + "id": 30002, + "noteBit": 462 + }, + { + "id": 30004, + "noteBit": 462 + }, + { + "id": 30005, + "noteBit": 462 + }, + { + "id": 30006, + "noteBit": 462 + }, + { + "id": 30007, + "noteBit": 462 + }, + { + "id": 30008, + "noteBit": 462 + }, + { + "id": 30009, + "noteBit": 462 + }, + { + "id": 30011, + "noteBit": 462 + }, + { + "id": 30012, + "noteBit": 462 + }, + { + "id": 30013, + "noteBit": 462 + }, + { + "id": 30014, + "noteBit": 462 + }, + { + "id": 30015, + "noteBit": 462 + }, + { + "id": 30016, + "noteBit": 462 + }, + { + "id": 30017, + "noteBit": 462 + }, + { + "id": 30018, + "noteBit": 462 + }, + { + "id": 30019, + "noteBit": 462 + }, + { + "id": 30020, + "noteBit": 462 + }, + { + "id": 30022, + "noteBit": 462 + }, + { + "id": 30024, + "noteBit": 462 + }, + { + "id": 30025, + "noteBit": 462 + }, + { + "id": 30026, + "noteBit": 462 + }, + { + "id": 30027, + "noteBit": 462 + }, + { + "id": 30028, + "noteBit": 462 + }, + { + "id": 30029, + "noteBit": 463 + }, + { + "id": 30031, + "noteBit": 462 + }, + { + "id": 30032, + "noteBit": 462 + }, + { + "id": 30033, + "noteBit": 462 + }, + { + "id": 30034, + "noteBit": 462 + }, + { + "id": 30035, + "noteBit": 462 + }, + { + "id": 30036, + "noteBit": 463 + }, + { + "id": 30037, + "noteBit": 462 + }, + { + "id": 30038, + "noteBit": 462 + }, + { + "id": 30039, + "noteBit": 462 + }, + { + "id": 30040, + "noteBit": 462 + }, + { + "id": 30041, + "noteBit": 462 + }, + { + "id": 30042, + "noteBit": 462 + }, + { + "id": 30043, + "noteBit": 462 + }, + { + "id": 30044, + "noteBit": 462 + }, + { + "id": 30045, + "noteBit": 462 + }, + { + "id": 30046, + "noteBit": 462 + }, + { + "id": 30047, + "noteBit": 462 + }, + { + "id": 30048, + "noteBit": 462 + }, + { + "id": 30049, + "noteBit": 462 + }, + { + "id": 30050, + "noteBit": 462 + }, + { + "id": 30051, + "noteBit": 463 + }, + { + "id": 30052, + "noteBit": 462 + }, + { + "id": 30053, + "noteBit": 462 + }, + { + "id": 30054, + "noteBit": 462 + }, + { + "id": 30055, + "noteBit": 462 + }, + { + "id": 30056, + "noteBit": 462 + }, + { + "id": 30057, + "noteBit": 462 + }, + { + "id": 30058, + "noteBit": 462 + }, + { + "id": 30059, + "noteBit": 462 + }, + { + "id": 30060, + "noteBit": 462 + }, + { + "id": 30061, + "noteBit": 462 + }, + { + "id": 30062, + "noteBit": 462 + }, + { + "id": 30063, + "noteBit": 462 + }, + { + "id": 30064, + "noteBit": 462 + }, + { + "id": 30065, + "noteBit": 462 + }, + { + "id": 30066, + "noteBit": 462 + }, + { + "id": 30067, + "noteBit": 462 + }, + { + "id": 30068, + "noteBit": 462 + }, + { + "id": 30069, + "noteBit": 462 + }, + { + "id": 30070, + "noteBit": 463 + }, + { + "id": 30072, + "noteBit": 462 + }, + { + "id": 30073, + "noteBit": 462 + }, + { + "id": 30074, + "noteBit": 462 + }, + { + "id": 30075, + "noteBit": 462 + }, + { + "id": 30076, + "noteBit": 462 + }, + { + "id": 30077, + "noteBit": 462 + }, + { + "id": 30078, + "noteBit": 462 + }, + { + "id": 30079, + "noteBit": 462 + }, + { + "id": 30080, + "noteBit": 462 + }, + { + "id": 30081, + "noteBit": 462 + }, + { + "id": 30082, + "noteBit": 463 + }, + { + "id": 30083, + "noteBit": 463 + }, + { + "id": 30084, + "noteBit": 463 + }, + { + "id": 30085, + "noteBit": 463 + }, + { + "id": 30094, + "noteBit": 462 + }, + { + "id": 30095, + "noteBit": 462 + }, + { + "id": 30097, + "noteBit": 462 + }, + { + "id": 30098, + "noteBit": 462 + }, + { + "id": 30099, + "noteBit": 462 + }, + { + "id": 30100, + "noteBit": 462 + }, + { + "id": 30101, + "noteBit": 463 + }, + { + "id": 30102, + "noteBit": 991 + }, + { + "id": 30104, + "noteBit": 463 + }, + { + "id": 30105, + "noteBit": 463 + }, + { + "id": 30106, + "noteBit": 462 + }, + { + "id": 30107, + "noteBit": 462 + }, + { + "id": 30108, + "noteBit": 462 + }, + { + "id": 30109, + "noteBit": 462 + }, + { + "id": 30111, + "noteBit": 462 + }, + { + "id": 31000, + "noteBit": 462 + }, + { + "id": 31001, + "noteBit": 462 + }, + { + "id": 31004, + "noteBit": 462 + }, + { + "id": 31005, + "noteBit": 462 + }, + { + "id": 31008, + "noteBit": 462 + }, + { + "id": 31009, + "noteBit": 462 + }, + { + "id": 31011, + "noteBit": 462 + }, + { + "id": 31012, + "noteBit": 462 + }, + { + "id": 31013, + "noteBit": 462 + }, + { + "id": 31015, + "noteBit": 462 + }, + { + "id": 31016, + "noteBit": 462 + }, + { + "id": 31017, + "noteBit": 462 + }, + { + "id": 31018, + "noteBit": 462 + }, + { + "id": 31019, + "noteBit": 462 + }, + { + "id": 31021, + "noteBit": 463 + }, + { + "id": 31022, + "noteBit": 463 + }, + { + "id": 31023, + "noteBit": 463 + }, + { + "id": 31025, + "noteBit": 463 + }, + { + "id": 31026, + "noteBit": 462 + }, + { + "id": 31027, + "noteBit": 462 + }, + { + "id": 31029, + "noteBit": 462 + }, + { + "id": 31030, + "noteBit": 462 + }, + { + "id": 31031, + "noteBit": 462 + }, + { + "id": 31032, + "noteBit": 462 + }, + { + "id": 31033, + "noteBit": 462 + }, + { + "id": 31034, + "noteBit": 462 + }, + { + "id": 31035, + "noteBit": 462 + }, + { + "id": 31037, + "noteBit": 462 + }, + { + "id": 31038, + "noteBit": 462 + }, + { + "id": 31039, + "noteBit": 462 + }, + { + "id": 31040, + "noteBit": 462 + }, + { + "id": 31041, + "noteBit": 462 + }, + { + "id": 31042, + "noteBit": 462 + }, + { + "id": 31043, + "noteBit": 462 + }, + { + "id": 31044, + "noteBit": 462 + }, + { + "id": 31045, + "noteBit": 462 + }, + { + "id": 31046, + "noteBit": 462 + }, + { + "id": 31047, + "noteBit": 462 + }, + { + "id": 31048, + "noteBit": 462 + }, + { + "id": 31049, + "noteBit": 462 + }, + { + "id": 31050, + "noteBit": 462 + }, + { + "id": 31051, + "noteBit": 462 + }, + { + "id": 31053, + "noteBit": 462 + }, + { + "id": 31054, + "noteBit": 462 + }, + { + "id": 31055, + "noteBit": 462 + }, + { + "id": 31058, + "noteBit": 462 + }, + { + "id": 31060, + "noteBit": 462 + }, + { + "id": 31062, + "noteBit": 462 + }, + { + "id": 31063, + "noteBit": 462 + }, + { + "id": 31064, + "noteBit": 462 + }, + { + "id": 31066, + "noteBit": 462 + }, + { + "id": 31067, + "noteBit": 462 + }, + { + "id": 31068, + "noteBit": 462 + }, + { + "id": 31070, + "noteBit": 462 + }, + { + "id": 31071, + "noteBit": 462 + }, + { + "id": 31072, + "noteBit": 462 + }, + { + "id": 31073, + "noteBit": 462 + }, + { + "id": 31074, + "noteBit": 462 + }, + { + "id": 31076, + "noteBit": 462 + }, + { + "id": 31077, + "noteBit": 462 + }, + { + "id": 31078, + "noteBit": 462 + }, + { + "id": 31079, + "noteBit": 462 + }, + { + "id": 31080, + "noteBit": 462 + }, + { + "id": 31081, + "noteBit": 462 + }, + { + "id": 31083, + "noteBit": 462 + }, + { + "id": 31084, + "noteBit": 462 + }, + { + "id": 31085, + "noteBit": 462 + }, + { + "id": 31086, + "noteBit": 462 + }, + { + "id": 31087, + "noteBit": 462 + }, + { + "id": 31088, + "noteBit": 462 + }, + { + "id": 31089, + "noteBit": 462 + }, + { + "id": 31090, + "noteBit": 462 + }, + { + "id": 31091, + "noteBit": 462 + }, + { + "id": 31092, + "noteBit": 462 + }, + { + "id": 31093, + "noteBit": 462 + }, + { + "id": 31097, + "noteBit": 463 + }, + { + "id": 31098, + "noteBit": 463 + }, + { + "id": 31099, + "noteBit": 463 + }, + { + "id": 31103, + "noteBit": 462 + } +]; + diff --git a/src/datas/sdvx.ts b/src/datas/sdvx.ts new file mode 100644 index 0000000..3abaef5 --- /dev/null +++ b/src/datas/sdvx.ts @@ -0,0 +1,8287 @@ +export const musicDownloadLinks: Record = { + [1]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5bd191e2-8331-42e9-afbc-ddeda989cae9.bin", + hash: "00ecc4f933c0c76ae74e09dc4b8a9ea3", + size: 3943648 + }, + [2]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d71648b0-cd0b-4b3c-b612-9323081a6b25.bin", + hash: "7dd823fb12ed07b497e0eb5c4e4cd9c3", + size: 3841344 + }, + [3]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/635d370f-ba86-47f1-8ee0-75242c9a7ca4.bin", + hash: "85586fd9eae0861fb7a1989fc7f6eb42", + size: 4010784 + }, + [4]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71506f37-74a1-42ec-b83f-504fc1e13dcd.bin", + hash: "342b08c0e377fef42a7b98acbe45e7b2", + size: 4247136 + }, + [5]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/960d3a6a-8e02-4fe8-bdc5-d7cd7005b215.bin", + hash: "ab46c55c4126091c2b708df35d88dce4", + size: 3902688 + }, + [6]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d052d4a0-7918-40b1-8bb3-294917c8d53c.bin", + hash: "45dc3594933d914b12163d4b7421259a", + size: 3083136 + }, + [7]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c3981b36-5b79-4528-a320-676bef6b0d0c.bin", + hash: "7993d6e1d6c38275d6539cced4abebd0", + size: 3923840 + }, + [8]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed7d15bf-5e02-4cff-b4cd-53e08e5d9383.bin", + hash: "2c79e92684a577c935063f3325ba553b", + size: 4499840 + }, + [9]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41e06625-94ec-48cf-a645-deec68ee23ba.bin", + hash: "7d5f7ebc494194f19155735cb54fc2d0", + size: 3959392 + }, + [10]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8cd38d45-0610-427f-94ca-cdd263eb4e3c.bin", + hash: "b84a2723d1606529c37fa336f0ee0482", + size: 4224672 + }, + [13]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ea63a4e-d513-407d-b444-57e8346b42ca.bin", + hash: "cc6633d3029a48143d6810a904ebc19d", + size: 3964736 + }, + [14]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5222adc7-11b0-4969-9a88-537d0950ed8d.bin", + hash: "a0f18d6a333b918c1110c328b7bb008b", + size: 4131904 + }, + [15]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/99ba81b3-ee28-465d-8faa-6e754b7393c5.bin", + hash: "130f4b84bf271fbab1dd10634b961fc4", + size: 3920416 + }, + [16]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2eaf0b2d-4cc0-4f64-af61-243f230a6bf5.bin", + hash: "9ee449d2856bb0d45234b52b69781362", + size: 3835712 + }, + [17]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d9c173b5-a2b0-4b1d-a044-4fb9b64171df.bin", + hash: "5d0cd9e83011beb5688d35ebf60d16ce", + size: 3529280 + }, + [18]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/31a0833c-37f2-4411-8dcd-8ecb01aefc9f.bin", + hash: "7584072d857c7cbb126ff066d0a3b2d6", + size: 4067744 + }, + [19]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43b4551e-e859-44f9-8ec2-57c5e0d488aa.bin", + hash: "c060df7c4c91b83b3b81d0cc4780590f", + size: 4021376 + }, + [21]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f143fdcc-9431-44f0-b5cb-4bb5a4ca038f.bin", + hash: "74aa9f691a7b270891b24670a8eef184", + size: 4230624 + }, + [22]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cd94b70a-5778-40a0-9a62-f47e618fdc32.bin", + hash: "21df536d8d90b2749a11db1c5700b75e", + size: 4285504 + }, + [23]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9ea1ffe2-8b3f-4599-a285-566995c272bd.bin", + hash: "56fae4ecdb3e20caf8765c138db30921", + size: 3994592 + }, + [24]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f6a36ec1-5b37-4f58-9316-40736c5ee596.bin", + hash: "d28194d55112901c0e9cfd2751a4a164", + size: 3656992 + }, + [25]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4297904a-4008-4cae-a5c7-8fc5043c7c81.bin", + hash: "cf49d8d41ec9c29c345dc6b2aed7dc0b", + size: 3811104 + }, + [26]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b0177ccc-a0c9-4a45-a9a2-f8288973194b.bin", + hash: "53b2587a1dc08f4092f9933bca40df23", + size: 7559360 + }, + [27]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed1146fb-a4ad-425d-80a0-08b031d1d654.bin", + hash: "f9697cf0c6c74b0178c8aada2faf7af2", + size: 3569920 + }, + [28]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dd14efbd-abe4-4b12-b26a-5a6feda12659.bin", + hash: "fb24926cf0012ae539428140f67d4b2f", + size: 3994176 + }, + [29]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4fbc0d28-ec11-4e48-a97d-6b85346e81e6.bin", + hash: "8701b037eadf5efa5c3fb288b42b811c", + size: 4102560 + }, + [30]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/296a2c74-534a-42df-9cf4-9ce7ee22da4d.bin", + hash: "9b42668a3d376e0c6ebaacefb8c90a84", + size: 4313248 + }, + [31]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e6e501c7-264e-43e2-8cf9-786bb7173ecd.bin", + hash: "3bffcdf31524923d4482a912a0f19ecc", + size: 3979456 + }, + [32]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f27e1165-c77b-405f-8668-ce9b5efe5630.bin", + hash: "d6a44a3802f16ab4139ac9b8d9302d06", + size: 4338432 + }, + [33]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/94f97c2a-81b1-4754-ae54-3472b6603835.bin", + hash: "bc0913ded1dd9bd48cebd13ed4b5f052", + size: 3805184 + }, + [34]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fc7f360e-5f54-4294-bbc8-076a680e6880.bin", + hash: "90de80d4894d296c1dd93d8d4eadea93", + size: 3778368 + }, + [36]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c734f1cd-b750-4919-8001-ea4b29c99bfe.bin", + hash: "773b2a1b0cdc50e6a88f77423eb1091f", + size: 4064288 + }, + [37]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d66c86a0-b649-4a66-b9da-c39a26fc74cf.bin", + hash: "8e0fd49faec9efc610dff80dfeac3a29", + size: 4179328 + }, + [39]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e9f75d2-5f11-4afd-b2ad-b3295188f9ac.bin", + hash: "eec7fba36caa9ad7196394d5002b6025", + size: 3812224 + }, + [40]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8be1ec04-209b-4e4d-9d7c-c0bb64f198ab.bin", + hash: "ee0db86558eb8e121029cad7768c20bb", + size: 3751392 + }, + [41]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb50b693-6c6c-4469-8bd8-7d0f7076b6af.bin", + hash: "0d8ab7d07b5e11620aa1cc59fb771cc2", + size: 3956384 + }, + [42]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/745b7f27-4c7c-4f71-b8b7-c501f61be128.bin", + hash: "ae990374c635cfdd57150bd12ead2079", + size: 6809984 + }, + [43]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ff6c8c2-73cf-4c7b-be62-15466730691d.bin", + hash: "2ea51fcad2461255f7ca2e1effca764e", + size: 4825600 + }, + [44]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/32a18be1-8359-449b-8d2c-b6abfb99fe1a.bin", + hash: "f239f46ed1c44e2e5e9ff4de2e4c1905", + size: 3763232 + }, + [45]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/334dd25b-c46a-46dd-b1e7-4f4b4cc03587.bin", + hash: "c0092fac3888e3186051b5e8c53359a6", + size: 4140704 + }, + [47]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85ba52da-a0e7-48de-8a8f-6e1520ebd247.bin", + hash: "88ade8e2d390d4b7332fa6e728a702d1", + size: 4484384 + }, + [48]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b1b5eb95-a07c-4544-967a-9069180b4817.bin", + hash: "a580f35d0b1581704632b73cf0149414", + size: 4231200 + }, + [54]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d587982f-8a57-4bca-881c-db334567b18c.bin", + hash: "3f07977f2c7ebeadeb0d14b99ab09276", + size: 3773440 + }, + [55]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/477e9cc1-0ac6-4709-a1ce-a2a7b32e9fb3.bin", + hash: "87bd697c106c0c0629d47ba748b65428", + size: 4182240 + }, + [56]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eb8abf6c-c102-4159-818b-d5aedc242b26.bin", + hash: "1f6e35b59a463607e007ab9e4b1efed5", + size: 4380480 + }, + [59]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fd580933-e3a9-417a-9c8d-9ecd4e888638.bin", + hash: "c420e911e9331fb3b031659e040571ce", + size: 3931488 + }, + [60]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e8f88b8d-5dea-4849-aca9-4691438cf406.bin", + hash: "f22fd347eac3cdf312f26cd3e89cd55b", + size: 4041664 + }, + [61]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cae8e0aa-1fd8-4067-b633-62c5df82933d.bin", + hash: "fff8bf4030962770b0effcb039f98cd0", + size: 4853632 + }, + [62]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2cad160a-be36-4197-b446-432ec24021dc.bin", + hash: "e154065c286f61354c61cd5cd7b9d4c5", + size: 4182624 + }, + [63]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/da3a9d21-de09-4413-8b82-64f468267112.bin", + hash: "b2c0bcedfd17025fa1fadf029b464402", + size: 4394016 + }, + [64]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/148612b8-e088-419f-b8be-19c5c4fdc281.bin", + hash: "22a0b5e8959caa36fe8fbfdf86876bae", + size: 4215104 + }, + [65]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f8ee5772-3fcd-437a-812e-5809ce764377.bin", + hash: "b2373d073388a3a76277b38f3a8842d9", + size: 4295648 + }, + [66]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/68cf1fb7-8479-4226-b7c0-f9fb72f35fcc.bin", + hash: "6b3d60d120347994c306a006116c92ee", + size: 4001184 + }, + [67]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b8397fdb-19bc-490d-bc0e-4d7c946e1c01.bin", + hash: "78ac50870b4a583fed9ac7d01d76acaa", + size: 4450368 + }, + [68]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/70a1d6b6-58c5-4960-88c8-2517bb7c53da.bin", + hash: "fce1b3671f89797e8de9bcc3a01d626e", + size: 4486496 + }, + [69]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/243c459c-bacc-480a-8346-8161f9eed3d0.bin", + hash: "1d41b80117546176cc97d0e8a5040b35", + size: 4882688 + }, + [70]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6d799526-0973-40dd-a92f-c7cb126150a4.bin", + hash: "803ad95298bb5b9cdd15a208ab654b4d", + size: 8467584 + }, + [71]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3fbf566d-737f-4e2e-9abc-ecc53c2a7ce3.bin", + hash: "f1bb69b94d277002991056f1ec7f1204", + size: 4405472 + }, + [72]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/778f183f-7b27-4e77-bf75-c84dd83f8265.bin", + hash: "7878014dd4ecce3a3c93da563454e2bd", + size: 4198112 + }, + [73]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/245f7257-13d0-41a2-b035-5ffc9258be83.bin", + hash: "7eb0fdb5e47ccd258e93081e0f0f26c4", + size: 4264640 + }, + [74]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c1a3d75-e527-4055-a419-f4f8af67748c.bin", + hash: "c663143a9278b03ae89bae7223b7a699", + size: 4290560 + }, + [75]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1dd95cab-1d99-417e-928b-a0d33a880646.bin", + hash: "ef56ac1054db49a7730ec957c70041a1", + size: 4638720 + }, + [77]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a53ef667-0c01-42b1-be4e-4a57dfe1b599.bin", + hash: "392a0a53af513f3c2e0e6ba0e6c3e455", + size: 4140128 + }, + [78]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/94e0b96e-f439-43af-85ed-a4074a0f25a7.bin", + hash: "4490a67bdb950ed730243f529ca6bc54", + size: 4386720 + }, + [86]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/402ab2ec-2ff6-41d0-a7d0-bf968257e716.bin", + hash: "480da1c453dfbc2c42274c271540140e", + size: 4575136 + }, + [87]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/605a182f-efcc-4ed6-aa46-0583630d1405.bin", + hash: "3e1146284f6e552b5f27b7c610b9b701", + size: 4285088 + }, + [88]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/97e3d4a0-bf7a-4dff-af49-6654e5afd2b8.bin", + hash: "15172dd477f4b8ce43f85fd188441093", + size: 4456320 + }, + [89]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6010e00f-c729-4e32-954f-1af5f4b1ed8b.bin", + hash: "5bf3ba42a689723c8469869cec6bb148", + size: 4131008 + }, + [91]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3eeed1d3-c3e2-4aff-b612-5ccda3254e08.bin", + hash: "687d0f3b2cbef7705f9122c89570b2b8", + size: 4387200 + }, + [92]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c3d1482-3a3e-4e3c-8f04-b3f98b762b76.bin", + hash: "ae5ddddf67b1a017ecd204ae4b7d0f72", + size: 4069408 + }, + [93]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76208720-18c1-4fa7-aee6-c1e4221e7b7e.bin", + hash: "e9ac0543a9afdd2f0fcbb477dd5ce513", + size: 4316128 + }, + [94]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0d29ec92-e105-4ac1-9bc4-3a4bca48c7ae.bin", + hash: "2e277b187cc00ffbf2508b0bee8cb4f8", + size: 4413472 + }, + [95]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b4875faa-07d5-46f5-b57f-cfd61c7bb214.bin", + hash: "7070eda0de16c38e96e0915543941c45", + size: 4360448 + }, + [96]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9ade7cfa-c829-4bbb-9eaa-f2c81775d7bc.bin", + hash: "753f807cb591baf09b6ebf313e827c5b", + size: 4304064 + }, + [97]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9bfa8bdb-019b-4920-8d28-a3da7eecb10a.bin", + hash: "f0a8fd2510c92877f358511e389cd090", + size: 4507968 + }, + [98]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2fc875b5-0dd1-4801-a5fb-10b3f7fb8819.bin", + hash: "3adb08a0ca5a0c1b1b7cdc026c70bcd2", + size: 4466880 + }, + [99]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3b116ae-357d-4d30-84c1-ff62e617cab3.bin", + hash: "61ff89b04102a7d8ee8fd445ab8f6800", + size: 4112832 + }, + [100]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f73bf96-2a77-4bd1-bcf5-79a270421301.bin", + hash: "29836c9bf3229c2abec766534fe7cebd", + size: 3974752 + }, + [101]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/57a8944c-b1ee-4ad3-827d-933d64218826.bin", + hash: "892a29a3d904aa798bcb1fc1180f2fdc", + size: 4587360 + }, + [102]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de9d0a24-10b2-47b4-b8ad-9e137bdc9590.bin", + hash: "6052eaa76e26fb31522ee90f4547b7cc", + size: 3947616 + }, + [103]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/56b7758a-8b2d-4ef9-b90a-97783ce3ef4d.bin", + hash: "a0992213f1e76e9c254d3ab7f2d45e22", + size: 4330176 + }, + [106]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e8bcbc88-0204-47b4-b493-6c8819d73c76.bin", + hash: "4bcc32c59cc70f6a1aa508f39b96000b", + size: 4296480 + }, + [109]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2cf6f33c-2cde-4728-8fbd-eef3efb689a6.bin", + hash: "199818bdc3659e1a264bcdc83bbd4bcb", + size: 4128864 + }, + [112]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f2f2ae7-18d9-4aca-bc00-9f4c0c7b1d48.bin", + hash: "b84f96d08bcd858b1e9e0129bb4661af", + size: 4129248 + }, + [115]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/29e01a17-0c05-46d8-96e5-801d16837729.bin", + hash: "2b6ce17cb2304f87be6247a00fde7c41", + size: 3789792 + }, + [116]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/92857233-6a6b-4756-a436-a79b93b69c2a.bin", + hash: "20a4b76f431f4d398c805104f52cab6a", + size: 4339072 + }, + [117]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f6921d51-628b-43e9-bd39-d52480c78bbe.bin", + hash: "ed7f613d715aca0712f4b127e959d305", + size: 4098048 + }, + [118]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3de49d09-e799-4009-8492-7846b9abc917.bin", + hash: "0e71d6a8264353d6cf3b01aa62bec3a1", + size: 4487968 + }, + [120]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/258fe789-6945-4cd8-a113-07a854d87014.bin", + hash: "d5317556cec11770dab3be941b4ed49f", + size: 4140544 + }, + [121]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a5054520-0865-43a7-b412-88212939403b.bin", + hash: "64cc275eebc8a539d50ec6472c6fdafd", + size: 4187072 + }, + [122]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6a0d325c-89aa-4154-8840-e0ecc362ca5f.bin", + hash: "aac27ff13c6654e5e42b0f79063e2658", + size: 3772768 + }, + [123]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cfde99c0-94b4-4223-a767-e28945b71738.bin", + hash: "a8721609ed59a7eef4183f67e51e8797", + size: 4498112 + }, + [124]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a46ea36f-d0ca-4043-8ff6-8dfd4bf3705b.bin", + hash: "965e9490626fcf43de52d77dc5c530cf", + size: 4271328 + }, + [125]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/064ac268-a9ee-4784-8dfd-3bbee7d1f447.bin", + hash: "28892754b1b5cf527f107f7c5b5270c6", + size: 4682176 + }, + [126]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1aaf7cd1-9cc3-41e8-8131-473ea734da9d.bin", + hash: "dc37f209d88fda5a32526a65cf6fa22e", + size: 4601472 + }, + [127]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4de99315-b222-4291-ae3d-9de3eb97bf3f.bin", + hash: "dbd2a9e8003c774ca4ba368c2bd3bfde", + size: 4284512 + }, + [128]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf745aa4-3359-404a-9b3a-e257d7469c7f.bin", + hash: "dd0e0fdb4093bbb2cbfa277a82e28959", + size: 4303488 + }, + [129]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/380be5de-b792-49de-b98b-8099dae8401b.bin", + hash: "c4cffbc3c755c948de66fd7cb1309d35", + size: 3771008 + }, + [130]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7ed23834-d1f3-459a-ab1c-9d360f967bee.bin", + hash: "09e55e7a37e18320318411521c85e09e", + size: 4552032 + }, + [131]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b157621-f155-425f-95f5-7b2feaee2f03.bin", + hash: "d7e5a1b52089da798fa8732be208ef7d", + size: 4094144 + }, + [134]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1f0a7f26-9593-438c-88d3-1fc51134960d.bin", + hash: "efa1ec5c666fa36c733591a2161508de", + size: 4296064 + }, + [135]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7e8656ad-648c-432a-8f47-7d11ec90e06b.bin", + hash: "3850ba0c510121c150d0a8b4a5a7643d", + size: 5085376 + }, + [136]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/caeea522-d440-4734-8a91-690ce87263a2.bin", + hash: "7dc2c875e51cdd45d7d74dcab9118dcd", + size: 5132096 + }, + [137]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/350ce9b1-3aab-49bf-bc07-e5c5c89a0a24.bin", + hash: "89a6c070d5a71253e869129afedee7f7", + size: 3801248 + }, + [138]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ad954324-df23-4adc-b048-9349fd92215e.bin", + hash: "de36b024f874e347b7628537913d61f2", + size: 4727232 + }, + [139]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/667629c7-15a1-4c68-8235-c25ae0db78fd.bin", + hash: "9b7ac07ecbb5386fd90ab3aa7b0e3d03", + size: 4634944 + }, + [140]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aa43fd85-55f4-4fce-b542-78295ba6ecdf.bin", + hash: "86001ab6a0c03196c98d5498cb294917", + size: 4302848 + }, + [143]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c83f92d8-1080-4f2f-82c3-cf82d0183917.bin", + hash: "4fc67fb814884793845611e02e157d3a", + size: 3179072 + }, + [151]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4d0073c5-09ae-493d-a3ea-053ea25ab00b.bin", + hash: "5a8ee175e8a6022c364c89a7e5920827", + size: 4308320 + }, + [152]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dcc27d4c-e51d-4010-8dc9-e44a5e8f755b.bin", + hash: "c9d7ad813fecdac2f0afa9c709857c76", + size: 4347872 + }, + [153]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/115d0753-f1d0-4191-bc42-57163fb4dbf8.bin", + hash: "3143a0eed49447e3761b97f3ea744887", + size: 4176896 + }, + [154]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a9bb899-934e-4216-b4e4-13501ca6cccb.bin", + hash: "d467a006d11b098c7b5ca38164645abd", + size: 3828096 + }, + [160]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aa3898e0-8d85-4243-966d-cd1ee89af459.bin", + hash: "a00f8dfae99ae63a96095f9cfe195030", + size: 3602848 + }, + [161]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b723bccb-8037-4995-a31f-bcdb1a2b9d97.bin", + hash: "924305268ff262e069249fd983f859fd", + size: 3552672 + }, + [162]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/58b78327-8646-4b26-acc1-c7cef153301e.bin", + hash: "d996bb29e1aac44f9b04b44aa272d885", + size: 4213888 + }, + [164]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/33049f3f-6cd3-4cf9-98e9-709084d62493.bin", + hash: "647efb6a1401dbdad4cad66637fb8979", + size: 3699744 + }, + [165]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/23aaa8b5-7c90-41ea-9611-1b48feb23db3.bin", + hash: "22d6fa75a82dc8c0a781c98d149a21f8", + size: 4411232 + }, + [166]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c3ec4ae9-361b-4e21-8a0b-b49842e0e786.bin", + hash: "7d481768ba249fed3660dd89f111db90", + size: 4262848 + }, + [167]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8fbef7ba-1063-4d58-8c14-2c7136eb31f9.bin", + hash: "a8363dc15a7bd71ca0560d416b3c6650", + size: 4175328 + }, + [169]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/39a0db6a-15fc-412f-98cc-82a63d5c9cf4.bin", + hash: "4c103707fb35f8feb47b08b1d52c65ec", + size: 4344000 + }, + [171]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6e0b2051-5ec6-49b1-b751-7830b6c8586b.bin", + hash: "8fffa58c3f47edf91b8148baca4d1607", + size: 4336992 + }, + [180]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/000f8f02-9875-4c6a-b40f-49b360fad249.bin", + hash: "020cc7d00c23f0f6e77f3f99c383e320", + size: 5024992 + }, + [181]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b4efb23-0a23-4fca-99ee-d1cf0a0d1a56.bin", + hash: "b87e531cc14515c51c954b9f6cc929ff", + size: 4983328 + }, + [182]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/37af7d0c-f99e-4fa8-bbc9-85574dd6da35.bin", + hash: "7f716f04fa806ec71528821bf55935cc", + size: 4995328 + }, + [183]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/40f8150c-1fe1-408c-a25d-15fcad9617a3.bin", + hash: "3b5178565f4d26020b338bccc0570647", + size: 3898912 + }, + [184]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d7851b54-a217-44dc-8315-f74f3348960b.bin", + hash: "b1b7e0fff3a0161dee68bac924f8c499", + size: 4886976 + }, + [185]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d0c430c1-1f7d-4be7-89e3-bbf941057260.bin", + hash: "22398be9d808c02f2593e1f6aff87a92", + size: 4871168 + }, + [186]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/21d6ec97-14f6-45cf-a581-17c8b4bd96dd.bin", + hash: "bf71814944594f3b81cd09fa2fe49a25", + size: 4031008 + }, + [187]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cc73da79-ca36-4bde-b183-e1ab5e2b253d.bin", + hash: "977bf59f7c7f886b67c9b02f5180a4d7", + size: 5096768 + }, + [188]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aca4b748-2972-4b89-826a-259e0d8f9145.bin", + hash: "f797cace60551bd2cbf86a4406696a72", + size: 4643040 + }, + [189]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38b45a8e-b847-456f-9efa-aaf13568b7c4.bin", + hash: "7755aa33909b99542fb4aad91c891031", + size: 4814304 + }, + [190]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ce40191-b784-4db7-9ae2-9702038612e3.bin", + hash: "c6312b372ef8b3c259f7f25bee950880", + size: 4496096 + }, + [192]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f90acf8-60c0-42af-bde4-77d63802c85b.bin", + hash: "9f3fde9e438800f921e602175028d615", + size: 4074496 + }, + [194]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/30784973-2665-4cc0-968e-39d1606b7b62.bin", + hash: "1160d1fe6a41afa1b9d68ae4975c6617", + size: 4818688 + }, + [196]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/818560c7-0bde-4b13-a390-e0e8b2d9a67e.bin", + hash: "2769696cf86e4c869d8b4aafe341d20b", + size: 4268768 + }, + [200]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb64eeb0-f4a8-4670-8110-3e9cd9590124.bin", + hash: "3f39f41e687ba78f1b4060ed6179ae82", + size: 4554688 + }, + [201]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/661fa29f-2329-4e7c-a3a2-391ef6faadf2.bin", + hash: "11402ea970593a09c9ff3c26a0d556f2", + size: 4423616 + }, + [202]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/35318b73-e3bc-4a89-aed1-1f03cf8667c8.bin", + hash: "f8c3eba59b4597a9bb501515b19bf54f", + size: 4239232 + }, + [203]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/493fa287-9c33-4719-a45b-5745f5123dc0.bin", + hash: "589322e1da5b3bac20763ec22a010f07", + size: 4571936 + }, + [204]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ce9c4255-08d4-45f9-b315-9c29d97f3f69.bin", + hash: "844a1d201e244e6eefd1139a00a09aff", + size: 4447456 + }, + [205]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6bcffc2e-ee44-4611-b80a-098d79cc8a9b.bin", + hash: "ac937565caff58129c84af7fe6951cb5", + size: 4021440 + }, + [206]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3fb273e1-1ec6-4707-8c91-86744bf9e14d.bin", + hash: "9c1e57855e698c6f0c4cd390ffabf0d7", + size: 4292000 + }, + [207]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b214185f-8e04-4253-a426-d5557aabda3d.bin", + hash: "21dc2412970cc48b56ff712962e57d06", + size: 4503840 + }, + [208]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/82b3ab3c-9134-4ea3-8a1f-15d9c360e53f.bin", + hash: "b710f8152cfe2cef84b690e398ab4033", + size: 3793472 + }, + [209]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b1ac46bd-a65a-44f3-b7f9-9df768d8fe7a.bin", + hash: "cf42048823610d1cdc2a0a6a6690d5d1", + size: 3743200 + }, + [210]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ffd48c80-fbca-4590-9845-63409525a3bc.bin", + hash: "f9802fb6c55c1cc241599c8f78a98472", + size: 4002432 + }, + [211]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d0f84580-990d-4884-b9b6-f3a9ee8531c4.bin", + hash: "411cb36d51344b6b90b8681573245d45", + size: 4563328 + }, + [212]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1073527-4bb8-40d0-9d06-94442cafbf99.bin", + hash: "5255d75077da1d1b8c783a9299fafab3", + size: 4540960 + }, + [213]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5d8e9f4c-0316-4f62-b518-ed0c7605582e.bin", + hash: "78d5ab6148f3cf77547dc861e376c6a7", + size: 4500544 + }, + [214]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c6beea2a-c340-480b-a2f6-dbb3d2366280.bin", + hash: "87254dd3f97bda18a7b1ed71b28463ee", + size: 4558208 + }, + [215]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/004c1374-b3bf-4052-9c25-c61693badc3b.bin", + hash: "86505328a734aa4bb1297dfb43b244cf", + size: 4505664 + }, + [216]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/630a37c3-25a9-49e5-a0d0-c8b713561a66.bin", + hash: "35a471172712a0acc01e3ddfe973eae4", + size: 4442560 + }, + [217]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/502441ea-06fd-4653-95ad-7542ba6dd21b.bin", + hash: "47f2ea59f62592e747bd414411673b55", + size: 4626816 + }, + [218]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2803f4a0-c3b5-4b19-be8f-184d2cb9c754.bin", + hash: "d846a387a1150a4b08042a2de083cc4d", + size: 4185312 + }, + [220]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/58e6ccb8-4919-4c3a-9559-731d15981646.bin", + hash: "bbd752ca3770f259fbbac95debfe7e25", + size: 4011424 + }, + [221]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9793cfdc-b353-4233-a8fb-187a1684b080.bin", + hash: "07c27c8cb259b8152080aa8bbd6757ac", + size: 4655072 + }, + [222]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d38a88a-e684-4991-a492-e5f583c58c06.bin", + hash: "8c0ff780529b4c9c062aa35c29c3b833", + size: 3909344 + }, + [223]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/95b8b610-210e-4d8b-964d-6dfe77962c58.bin", + hash: "5cd454c05b1490fde7377bd28df23b2b", + size: 4478400 + }, + [224]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cd256d01-ee96-425b-a10e-39e5dc438e68.bin", + hash: "cf1f1a8a1c4d6b861364243b8dcf63ec", + size: 4232288 + }, + [225]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e070abf-0313-4ec8-aaa5-ea1c6da2e708.bin", + hash: "90034df3ece0db1edeade24f5e623d2b", + size: 4166336 + }, + [226]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/545ee03a-085e-4a86-9952-e2f927b67360.bin", + hash: "f0c332090ab1f1211c1ab050b45bce96", + size: 4451040 + }, + [227]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ebad10b9-3911-438b-995e-472e9b90bfdf.bin", + hash: "886859c8963e7c074ba2a828e4c05583", + size: 4381504 + }, + [228]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/151c94ba-4bf8-4a50-8fae-6f634f153a31.bin", + hash: "dfd411ab412d77bdcd331658eefabab5", + size: 4595264 + }, + [229]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5b3e584c-08bb-49b1-9105-b554d10b80f8.bin", + hash: "5173e91055e9f3c624c6d12cbef17691", + size: 4508000 + }, + [230]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71a8abec-5a62-4b61-ae58-008287911b4c.bin", + hash: "21cf10e4d5218459df4ed9dabc207bbb", + size: 4509472 + }, + [231]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ceccd2a1-9db2-4e98-9109-d74a69025893.bin", + hash: "1108d457b382237e9a6364eaac1eabe2", + size: 4084608 + }, + [232]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7aaafada-9f1a-4abf-b0db-3e95b97303a4.bin", + hash: "30f6a566d74c7474b0934c51bc888397", + size: 4381792 + }, + [234]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1966fb44-335c-4448-839d-e3dee587d361.bin", + hash: "6a0990fc7e051ad885434a4ef4cc9806", + size: 4529440 + }, + [236]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/42cb9ab5-8fcb-4f1e-8422-663555500961.bin", + hash: "40a49150e321a2da9405cf71a4d815fb", + size: 3740704 + }, + [237]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/32224ad0-6397-4109-8e40-9b5b951b6798.bin", + hash: "51ffdc1819bc48ecb6262b1bf96ebd83", + size: 3550400 + }, + [238]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/db3277b5-1b2a-4e14-b37a-5a3ff312b6ab.bin", + hash: "4f720fa41e5985c5458cd44f62dcb697", + size: 3927776 + }, + [239]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/288bc91f-8882-432d-b73e-71208116d77a.bin", + hash: "431ad6cf2518cbc1344be7b9bcb3df13", + size: 4362336 + }, + [240]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a5ab596a-218d-4740-8a87-c53ed0810d03.bin", + hash: "61e3b58794caca607a9475bb2840b4ce", + size: 3718560 + }, + [241]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5dd0be4a-c2de-43b1-81b1-01c42598f7fc.bin", + hash: "60bec8e9bc36fa1aac86297df9ffe93d", + size: 4430976 + }, + [242]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a8c4ff92-15f1-4469-bfd6-935d62f3eb98.bin", + hash: "92b656dad4620547025e16237d929da8", + size: 4249280 + }, + [245]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8398075d-b013-4eab-bbbe-272e1db55bf3.bin", + hash: "6e6d23c7c73e59c5230ab1e3d885883d", + size: 4230784 + }, + [246]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/49a84152-5dd5-41eb-a679-44295e31271d.bin", + hash: "3b10040a149116e5178f7bb9495b1c61", + size: 4488320 + }, + [247]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/231626e6-6e7d-4338-9430-bd98dbae4297.bin", + hash: "814d053b84038c72097e4651521e6bf3", + size: 4032288 + }, + [248]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/11f0b5d4-9551-4ae1-9076-10ee5a27c129.bin", + hash: "8335d3b5e6006a067cc2698b41be39c6", + size: 4482656 + }, + [250]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c8c45cb-e380-495e-98dd-e36801b6d9d6.bin", + hash: "6d28047438c384018b8bd1679c4ee21b", + size: 4552032 + }, + [251]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a6b6021-31f3-424f-89c9-92ef32f350e2.bin", + hash: "902e9b8be3f89394f0e85cfcb94dbbe0", + size: 4588736 + }, + [252]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6c2eb423-f791-48d2-9969-0c94cf9a5f52.bin", + hash: "6cb06b588466d5a4ddd900af9e515d90", + size: 4325952 + }, + [253]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c896459-e45c-45f5-8523-b88b51d69b52.bin", + hash: "f7c4ad9e3a68564a398c87da9ecea720", + size: 4025408 + }, + [254]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b4bf0c2-08f5-40ba-a7f4-7dd163ce98ab.bin", + hash: "6cdd21ba2c13fec15aa6096a984d9621", + size: 4340352 + }, + [255]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7bf3091e-dcdb-4c7c-a7c1-270d4bea995d.bin", + hash: "41961367ecd713fe88b743867a8e6fca", + size: 4414464 + }, + [256]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/73467ad0-c9ad-469e-8c5a-e4b95eb5cdc2.bin", + hash: "eb9338f0675f48a2b5a1eb4cfa4d39a2", + size: 4348992 + }, + [257]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9ea9e136-b505-4025-8c5b-6b941b2a12d8.bin", + hash: "50d2244a798d4f57eb13e771723ca72e", + size: 4076480 + }, + [258]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/df732bbd-a876-4830-b9ad-6e503a69302d.bin", + hash: "2cfe4841320cf15fea5200c38275d19b", + size: 4532672 + }, + [259]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4154937a-75b5-495e-9e06-b7d4cf3dc45a.bin", + hash: "68b7c9b71ae5e4bcf0a399dbbfeb87ec", + size: 4636032 + }, + [260]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41ded6ba-6bad-484a-9299-0d9337c412e7.bin", + hash: "f101268e7e37a6e2fbfd10e548235996", + size: 4467040 + }, + [261]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/05f02ce6-675f-440f-88ea-0f0c6f3db798.bin", + hash: "9dc06981029994cfa05d37631210c070", + size: 4487296 + }, + [262]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0de5c22b-4dee-4ff4-8b8d-a92da9975c05.bin", + hash: "a1acc27677582e772a8a8ad3fa69ab64", + size: 4362784 + }, + [263]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/632f2410-af06-4356-ab31-d89fced16995.bin", + hash: "8d5b0637559c5c51a07dcb20f9ad7c0c", + size: 3665792 + }, + [264]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a059309-b7ff-46ba-a9cd-9b01f1dd3786.bin", + hash: "bb65f1ffe36798fdf72cb7162ccb43c4", + size: 4079584 + }, + [265]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5d928d4f-96c3-4800-829d-95f6d0eaec80.bin", + hash: "5cc96c5fbfdd03b096df1c5ad8d9954c", + size: 3765248 + }, + [266]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/14daf961-0721-4fd8-bb02-880d2aae020a.bin", + hash: "62e3e4d9c8347925df13a9aa513acee1", + size: 4520352 + }, + [267]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6915d9e5-15fe-4bc9-b771-929cef00cdc2.bin", + hash: "b9c70b70d22271c57444fa118f0fd477", + size: 4478560 + }, + [268]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d8ef3c5b-7523-4e4f-8e36-c8560a0e3f39.bin", + hash: "b306cc8c1e84401e48cd4151ddaf5ca8", + size: 4457920 + }, + [269]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/947a9905-11cb-4f57-897e-31b4e80ec22b.bin", + hash: "fcc0c20643c0c4712e9cd19c0aaa6001", + size: 4474176 + }, + [271]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/186abc80-77cf-490c-8cd3-149a7320f2bd.bin", + hash: "aea6c87fe8d46671f13891b3fbea9a78", + size: 4819808 + }, + [272]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f3c3c6a-9e8f-4ec9-bb62-16df9adca0fa.bin", + hash: "27a72210ebf2b90c64665384e8abda4f", + size: 3701472 + }, + [276]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf35cf97-4869-40ea-a260-e153aadc18fd.bin", + hash: "769a4305e40264202ad3e6e6333c4bac", + size: 3983520 + }, + [277]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/819b853f-d923-4cd8-96e9-15459335da8e.bin", + hash: "cf7c9459b26ff1a8fd9cc39d536a0f05", + size: 4104544 + }, + [278]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eb215fce-539f-4b2b-b7c7-76849423a283.bin", + hash: "c955b1ef6c1634f18e14efefb9b04d6b", + size: 3840320 + }, + [279]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71aef880-1d02-476c-9d11-e37e5d4215d8.bin", + hash: "50a23137676af8c600de3a68b4c0ccbe", + size: 4551136 + }, + [280]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae06659d-cbf0-4c08-ae66-ca863e05f7fa.bin", + hash: "a46f51830ef0660c05d1d17016188347", + size: 4248992 + }, + [282]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bfc72426-163e-4692-a30a-82fb3dc65bbb.bin", + hash: "abbde815e953968410817ea6a996d959", + size: 4336256 + }, + [283]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0d136533-7c34-4379-8863-c0b127a2a6f8.bin", + hash: "36dfef19fc0aa879c5bb65a79f1b994e", + size: 4623072 + }, + [285]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/42eb7961-3c22-44a5-9a2b-cb496b0ed4af.bin", + hash: "298f2348ea3a792c196a92af4f0554ae", + size: 3944096 + }, + [286]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/26e58082-7613-4462-9c2f-665a04f40e8b.bin", + hash: "1408fe6c249a186de131a47883ebca68", + size: 4313248 + }, + [287]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/efabab69-13d7-455a-9799-07280e7f3ab5.bin", + hash: "66d003adfe9b453a09952ab21f411b51", + size: 3960512 + }, + [288]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c49401a-7ca1-4ffc-a2dd-475e45c99aad.bin", + hash: "d3c89223d56a3d1425fe0f7d025143cb", + size: 4037856 + }, + [289]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a00d6cc4-121e-4b9a-9570-4761084f4c6a.bin", + hash: "2fde8e490566b28233d28a748369a4f2", + size: 4568896 + }, + [290]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4209bc86-7833-4dff-8fd8-6e0997f558ab.bin", + hash: "2f692b8b551cc2d383a94ccba0a0d154", + size: 4416000 + }, + [291]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/89705fb7-1e3c-4b6c-8f05-f94f932e5590.bin", + hash: "8095a02f8fb268157dc4f4ba72b6d6fd", + size: 3862752 + }, + [292]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2a47b703-ee45-4c3e-8c85-f4017d040b97.bin", + hash: "e8f6c4ad7dbf15b94ccf564f58f42865", + size: 3601120 + }, + [293]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6bf59bbf-ed90-4756-b9b8-6f0cbbe22b33.bin", + hash: "2cda3687154bb7a39ab5e131aefd9ccc", + size: 4186880 + }, + [295]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a1ecb2d-4fe3-4b29-9ee4-ea992bd62e85.bin", + hash: "57dccbf0d3bcf0df4b799ad53305681f", + size: 4502176 + }, + [297]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0de6cd20-6578-4099-b165-246ccfe6be0e.bin", + hash: "e3049f2c97237e4ecd94fef882286eff", + size: 4058720 + }, + [298]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a4024d4f-8830-4f15-a339-7b82e7315a8f.bin", + hash: "65681d278b588ccd2c01d5662679cf39", + size: 3716736 + }, + [299]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/35ef2276-0cc2-44e4-8e6f-0a31cd14d888.bin", + hash: "7ff91efa14b0ade8ad196a457e1dbe79", + size: 4407200 + }, + [300]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/26fb2b33-ce4d-4bac-93bd-c05c5ee106ce.bin", + hash: "4239f091c42abc5a25b18faf7e7d7b53", + size: 4505248 + }, + [301]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3b4e7951-d495-4b76-8d98-e4e04977ee31.bin", + hash: "b26ac9cfa02f0f44542f7c3222363b18", + size: 4036896 + }, + [302]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71acd400-b276-43c5-9364-5a2d57c9cbe4.bin", + hash: "c117d26eaabe86eca57150e11744ed11", + size: 4069216 + }, + [303]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1be14ef7-e77c-4dd9-8162-75e06488a465.bin", + hash: "2ea23bf813ea32beafb6d223109596d5", + size: 3957536 + }, + [304]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b5182af7-df66-49d1-af81-3ff3080b92b8.bin", + hash: "0b13ffca6c36702ac9aef27fb14e6905", + size: 4257568 + }, + [306]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/efadcd76-c203-404a-bd65-98c988618568.bin", + hash: "22ee35bb8704bec381d1529f52375207", + size: 4360832 + }, + [307]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/12bd75fa-5583-4e26-9de6-69e9a234edb3.bin", + hash: "2423338458b54f31bd495f929824601e", + size: 4095136 + }, + [310]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/67462528-4a03-4f7c-8b86-9826715faf73.bin", + hash: "51621648ae34fbda952cb63ae911fda0", + size: 4075840 + }, + [311]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8aa54ebd-84b2-4098-903c-1eb89652ca82.bin", + hash: "6336c694c9e4b5ea5dcb4872cf515146", + size: 4098816 + }, + [313]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4083a1f5-7c80-475a-bcbe-662fa932e3cb.bin", + hash: "e8e73977be120e06b546d29568ba146b", + size: 4090176 + }, + [315]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4fa7ad96-e0c5-443c-8310-02f730735483.bin", + hash: "8fe0dbb95c45554d3810c547894b0278", + size: 3577984 + }, + [318]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b55aed02-9aaa-43bb-8128-831047db0056.bin", + hash: "d99c287e14637ded6019c1864e872d86", + size: 4504768 + }, + [322]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/695ff952-1c26-4a35-be2b-ec3cbeab1102.bin", + hash: "d4d10e1096e8cd8ae2e58c24e3051fed", + size: 4620288 + }, + [323]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d8119c5b-918d-4a9c-b4ce-d88b6e44bebe.bin", + hash: "ae164fddc7eb3602c63a15f4c052adf3", + size: 4737792 + }, + [324]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f27d8613-20b4-40c8-8039-71da2722b57d.bin", + hash: "b377a101c6008e54e0c4311856a82672", + size: 4564800 + }, + [325]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bc92de69-aad3-46e3-a6a2-97739cc76458.bin", + hash: "9c74c1f0cd0b66ce56ba34c24e77c9b9", + size: 4185344 + }, + [326]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d4a7f13a-e59f-4421-885c-2371592bd8ff.bin", + hash: "193685ada2e7a1ea7406957954d09abd", + size: 4160192 + }, + [327]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/128fb700-b019-4867-801d-1d0c76896142.bin", + hash: "8c7df819b672ba3629587aec1c462ad1", + size: 4411424 + }, + [328]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac344cef-04eb-494c-be73-1f9dacdc8ac8.bin", + hash: "45d1a303bc773be997e1fbbf67b0d239", + size: 4120192 + }, + [329]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2587fce1-5834-4fd6-aa84-90cdece350a9.bin", + hash: "6cb5bd0991af784a3ebdf640f900fb08", + size: 4213792 + }, + [330]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5fa6cf1a-40c3-408f-92e9-c42180345933.bin", + hash: "3c4129c014ecf9b59b6e672b98eeb9a2", + size: 4241600 + }, + [331]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fee3da17-fb9d-44ca-b7dd-877673542a2a.bin", + hash: "0d87f84ae5ebd304823b949c70bfb574", + size: 4180960 + }, + [332]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b140bda2-a66b-463e-84a6-4e445f19eacd.bin", + hash: "e79b05a67d10d2ebd232b09779c234c8", + size: 3950016 + }, + [333]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f769bd0b-cde4-4c63-a247-a051940ebaa3.bin", + hash: "a0cd134727b09982b0652a1d8e90b22c", + size: 4206208 + }, + [334]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee49da92-22a8-43d8-b465-6b977f24613f.bin", + hash: "8e4b8832403953f8ec7e01cf8448fded", + size: 4406848 + }, + [335]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/69f166f3-59e6-43ed-be10-475d25c0329b.bin", + hash: "c44a5265e2e3268eb967ff16ca746782", + size: 4129920 + }, + [336]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a18cad7-1a95-4296-99a0-3c82962cafe9.bin", + hash: "4ca109de031bdf02c7c7203af2c29966", + size: 4223072 + }, + [337]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c938c5a0-03f3-4d33-bd92-c5c8eaeb859b.bin", + hash: "5b0482703ba22f7005f0a9f8c4dffce6", + size: 4657088 + }, + [338]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/15a67be7-ab06-43cb-9466-056e636584b5.bin", + hash: "c3b21ca8529b4c3be6917e53507a5d09", + size: 4521376 + }, + [339]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7bb7b089-1827-4ca8-9e70-b2db91cfffc4.bin", + hash: "9cf02ae257fe971ddbf1decfa00cb043", + size: 4466144 + }, + [340]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bb52444f-ceca-4b72-b2e2-eb1e025111cc.bin", + hash: "8dd251ce35b3866c9b4907f4ebe9373b", + size: 4893568 + }, + [341]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d7ed03f7-e7e4-42d7-895c-049bb9570f57.bin", + hash: "7e78b9e9c0190787d39b233e197fac67", + size: 4553696 + }, + [342]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d44174ab-3f23-4a8e-853e-a34f7b6d211b.bin", + hash: "8409af83f494b024e1531e2bbe9c2d76", + size: 4477792 + }, + [343]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/22e19baf-a62b-490e-b8bc-3993a6eb5ba5.bin", + hash: "9347bfe3fcac4c4f86cee5619d6fa80d", + size: 4264800 + }, + [344]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c0fe251b-01a3-409b-8b5e-c8923ee93b61.bin", + hash: "09e5c52e39aa7be42fec1f67e12a664e", + size: 4370368 + }, + [345]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f18f96d4-f16e-4a8a-97af-c3d0ab5bb28a.bin", + hash: "cdf828c8205f51ee820e743c26d0991d", + size: 4171584 + }, + [346]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ea0fb531-f36d-4d15-990d-7a6ac7973735.bin", + hash: "526145b9fbed6acafe1290d5b6b931e0", + size: 4330912 + }, + [347]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/63363e6d-1d6c-41c1-90f0-ee75e14366cb.bin", + hash: "395c255c0f5f03320411da856610673c", + size: 4200512 + }, + [348]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b89212ed-4a6e-4e9f-bfd9-02eec4270f7e.bin", + hash: "d9cd9958f6f3759dc7060d8b13f65088", + size: 4459136 + }, + [349]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/277022c5-b017-498d-b7b8-dfcb3e9a2928.bin", + hash: "b59f2913f597eca9f228d2029ff940a5", + size: 4351648 + }, + [350]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75b48e2e-76c4-488c-a2ce-5b5231dd94e9.bin", + hash: "28cd948d273b0cc6b9767c54d2396404", + size: 4384832 + }, + [353]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdeec736-4e41-4a2f-8fe0-d0506ebdfbec.bin", + hash: "efb38bf9bd592224f36c0885c445c5eb", + size: 4278240 + }, + [354]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/55715ebf-3034-414b-ad8f-9af167207ace.bin", + hash: "2dc554370b80a4c7583d9423d0830d68", + size: 4463584 + }, + [355]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4815f2d8-65e2-459c-a5a9-9ef53d57a4d8.bin", + hash: "28ce33001942accd9aad9bd07cd190bb", + size: 4315808 + }, + [356]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cd294c4f-7887-4761-b110-2d2526b32d69.bin", + hash: "21ef41f0ffe6afa4fae6d9e4e5aa8697", + size: 3845472 + }, + [357]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cc3346b2-b116-43f2-b5ba-0c1aaf246782.bin", + hash: "f25138eb44989dd21c3816cba7bf90a4", + size: 4420832 + }, + [358]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/57884696-72d8-4bc6-b2fa-5e6869fed7aa.bin", + hash: "78b3de39d5373464a902e79d862916cb", + size: 4576608 + }, + [359]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9619becb-5af1-4497-a2c3-d7ea10e532cd.bin", + hash: "65b1fa7efa8e9d853bad7eb5e4d11fe3", + size: 4436832 + }, + [360]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/29e8dbf7-5857-42b4-88a4-2fc0c98ba266.bin", + hash: "d93476c9711084a444029729c3c5a371", + size: 4760800 + }, + [361]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/087a0e8d-8d9d-47c7-a0bb-23653fce0523.bin", + hash: "494227557e0bc9339d0389345896300c", + size: 4632480 + }, + [362]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d9bc3a25-34ab-4992-b9be-f269bc1e6fc3.bin", + hash: "efae9c507da4ed9cc0c949fa4c3850e9", + size: 4445696 + }, + [363]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/afcb4044-2f57-4ed1-a7f3-7e7550ba6141.bin", + hash: "efdff63a2fab3f45c0e992ab86721b7c", + size: 4192832 + }, + [364]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8417c521-f176-441c-adfd-579a0ae217f3.bin", + hash: "843b08b9b3effd0eb8409af200e0118a", + size: 4656288 + }, + [365]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2481df1-6846-4575-ac85-52dece97ff97.bin", + hash: "f5aaa3b267528343723cc457d5d2f3f8", + size: 4455712 + }, + [366]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c4aaa6a9-e29f-4e71-945e-08751cbefe43.bin", + hash: "7700c80e175ae3b6de7dd054605ea590", + size: 4470560 + }, + [367]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/03edbe7a-8656-4c9a-9c1c-dde42b55d590.bin", + hash: "767fc469f8816e6b6e35813bad09be54", + size: 4922816 + }, + [368]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d3668d91-2b05-47b9-9777-a496a2f52ca8.bin", + hash: "fed16640daf5128bc8cf138f303d7a79", + size: 4439232 + }, + [369]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0811e4e2-b0dc-4e7c-a479-6a78c9d2e7ce.bin", + hash: "5587a021b2a1c52a550c7d222ae0f28a", + size: 4370784 + }, + [370]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f1cba6d3-7cfb-47e0-8a14-32994a97d33c.bin", + hash: "c58e1412c9bbe7ad601caabe730a7416", + size: 4376352 + }, + [372]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5319561b-6011-46df-92f5-8ba96d26652e.bin", + hash: "ea4a6d2a63aaff54864ecd9acde58473", + size: 4639488 + }, + [373]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/21fb2772-0417-4142-84cd-f6b55d7a8750.bin", + hash: "8de3367a9e29b24efbe9f3aca71aae49", + size: 4098592 + }, + [374]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4c7d0cb9-4d65-4285-b5c6-5df73f08ebe2.bin", + hash: "b09374eda7045db980607d8d8b543338", + size: 4466848 + }, + [375]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d149cb08-444e-482a-bfa1-2bb4150af0cf.bin", + hash: "0e27a922f2cd59c5fd73196e7928a571", + size: 4628032 + }, + [376]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/34fbbda8-759c-4b48-9131-660ecd2d26ce.bin", + hash: "e67cc2a87d0601d6d1e095d634a953e0", + size: 4497248 + }, + [377]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3d4b015d-6203-473a-9859-93aad58b9399.bin", + hash: "8b456954ac727222136b1e717a734ae5", + size: 4327872 + }, + [378]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3af8365f-5a48-4859-9f9c-52d9642bfe1e.bin", + hash: "fcabec319b348440f195bbeaf065034e", + size: 4045216 + }, + [379]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b8cca3f-bb95-4b8f-b131-ed401b5e64b1.bin", + hash: "91fadea2525ca3b821ab0808e38f0611", + size: 4469664 + }, + [380]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3dddd76e-3b51-4f68-b924-3c04a8d4f726.bin", + hash: "a22634f269b3ede2b0e3bf745ecd7b1f", + size: 4300928 + }, + [381]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a080da52-b3fc-47cb-bf6a-b2d91fdfa647.bin", + hash: "9e5b1407de7fe43d70fcf8c9cba52a42", + size: 4163520 + }, + [384]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/84840c09-878c-4092-8eaf-93a6fe4debbb.bin", + hash: "1fca7dbb2746e5d90eb4dfa0464138ff", + size: 4427168 + }, + [386]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/53b3923e-b575-4511-85d3-73780ff47913.bin", + hash: "67cb5b9d1a7bd1231345b6874aa1132b", + size: 4395392 + }, + [387]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/82434da4-72f3-4aad-aa65-7b8b106e4df0.bin", + hash: "929566011d9d12068ed63f7ed3824c55", + size: 4511808 + }, + [389]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2125b3f6-cbd1-40d8-b297-d8fc1697cfa7.bin", + hash: "abdf5f62600be4d2a92db9c9a027ad46", + size: 4004608 + }, + [390]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c7ae7f16-f2b0-4060-aa96-f29d2aad4ecd.bin", + hash: "b816997e08e72834323d8214939a59a7", + size: 3855936 + }, + [391]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d6d32a7a-245a-43b8-910b-fd8fa968d80b.bin", + hash: "ee1878d22e92ef240cd88814aef5f40f", + size: 4060544 + }, + [392]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d27aca5-cb2d-47c6-bfa3-bf550a82227f.bin", + hash: "9168f3a26a509555654c49b2851e9c60", + size: 3710176 + }, + [393]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9542b8b1-d30f-4d6f-8e37-af9a0d07a2ea.bin", + hash: "4db919d7b305be8ea7e937a2d1b7fb7c", + size: 4569184 + }, + [394]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf633b67-6329-4e91-b38c-94d90372f29e.bin", + hash: "f2376f5fc2d317737179db9d2fe8eee5", + size: 4202944 + }, + [395]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e480b34-99f4-4f4a-a1e3-4d2c2ecb1b80.bin", + hash: "c1af5cb8d5de26dac653845f9ce30efa", + size: 3962112 + }, + [396]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/87f720f8-e386-40f8-b0af-b9c661a0c023.bin", + hash: "a3d85415ceff17a8540bb668f44f9d0a", + size: 4691744 + }, + [398]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/632b18aa-2df3-4b61-9f74-7f0a8da3b0e1.bin", + hash: "432b587f9707d7fbd25247caeb2ac14f", + size: 4057952 + }, + [399]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/52d915d7-6f61-4441-a61d-5c2af37c7c9f.bin", + hash: "62f8cd058f80a4b46d7810fdeebbfd27", + size: 4259040 + }, + [400]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4ad04f57-9ab3-4cd0-bda8-71522e8272be.bin", + hash: "a5efec074d355f09fb9dc906f9d2b25a", + size: 4148064 + }, + [401]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6aaa49cf-8546-44b2-beae-9c62b8d45dfb.bin", + hash: "185e351613135d438a38f48a05456e23", + size: 4633024 + }, + [402]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76c72f29-3a7c-4b30-8df5-6d66373e2b59.bin", + hash: "1009adab36635f7b97c883a5e1d7dc49", + size: 4341600 + }, + [403]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c344a9b7-b243-4908-9b31-9a54fdcb0188.bin", + hash: "e7dc9e9e3819ff4ab598569070ceca53", + size: 4411520 + }, + [404]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/56e203d2-90b8-488d-a2de-db9c0db12877.bin", + hash: "a1c0bef989454974b397276bc8f066af", + size: 4507744 + }, + [406]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e50abef-e116-4f80-88a1-015620b6cc62.bin", + hash: "e48686619bb1364a0dcafd959d3a4ae2", + size: 4310848 + }, + [407]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9c07a679-33f6-4ef7-9934-9b206ad38444.bin", + hash: "00d520523d11d3cdaeebca34bb6280dd", + size: 4423360 + }, + [408]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe59234c-7c51-4870-8e0b-31ee89506c9e.bin", + hash: "898a3f6cb79339f4a844f6e53e892418", + size: 4623968 + }, + [409]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb380bca-876a-4a20-b018-c056e46b0af2.bin", + hash: "63df533426cc698aca585cdb59d245ea", + size: 4403648 + }, + [411]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c25f8397-ddc4-4ff6-b1e9-03a7dd6907fc.bin", + hash: "e3466170fa475baecd3e2134768fd2cb", + size: 4366272 + }, + [413]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a8715b54-5b6a-41b7-a5cf-576964657d0b.bin", + hash: "a484f2b82fd53f1be13d17f4765558a5", + size: 4411872 + }, + [414]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f5fc68b9-b582-492e-884d-4c71456997d7.bin", + hash: "0992263aa8c6d08be06c1f7539d02a23", + size: 4083808 + }, + [415]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9b195043-f45c-4040-b771-2fc9e08a95b0.bin", + hash: "22d969d4eef2b78ddb9fde5ef8a773bc", + size: 4377824 + }, + [416]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a443784-3547-4604-af7b-c76ea2eb802c.bin", + hash: "4a17c3adbbe3064f93d81aa681095f52", + size: 4163008 + }, + [417]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f73fccc0-65cc-461a-a656-6a9a43ac1c48.bin", + hash: "11426ec4025e23154b58216e0be9cbd5", + size: 4451168 + }, + [418]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf77ddaa-88ba-4b0a-875c-b0d8b7586e9d.bin", + hash: "133ee25a43ad9c315a899269375af826", + size: 4505792 + }, + [419]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/44744f72-39e1-4e00-8de0-d9a222068f4c.bin", + hash: "1cb045ae7825cee587e03dca15a89987", + size: 3773568 + }, + [420]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d94f4d82-3551-4ece-8597-962e10678522.bin", + hash: "ed827db1626486e27ec899de374b1fbf", + size: 4618144 + }, + [422]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a8f88b8-3cd4-436a-931a-c2e308c2a808.bin", + hash: "5a5c9005dfe2def4ae238b3f6d6e880c", + size: 4316192 + }, + [425]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c20ad109-2891-4830-a7ec-73049e8af7e5.bin", + hash: "48490553a75da5eb9719240132535d1d", + size: 4201600 + }, + [426]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fec82cbf-f3a1-4461-baa7-edc863f245b6.bin", + hash: "4b157584f1bbfdb94501663cf4d3d618", + size: 4992224 + }, + [427]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/64ea3b75-c62a-4962-bf55-70a2316d2fe0.bin", + hash: "4f12fb99ee151798c1f3487321a5cf7f", + size: 4548992 + }, + [428]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b8ac9845-1a11-42bc-befd-1ed4d507fd96.bin", + hash: "41311e4b1e11bc36469de984745ac83f", + size: 4837856 + }, + [429]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1b716849-7ffb-421c-92a6-b155ef3a484b.bin", + hash: "34d859879bf1ceb5357cd044bb60cb4c", + size: 4482624 + }, + [432]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e38c2e7-3df2-4373-bfe3-c3f97b1efa71.bin", + hash: "f7456a302cff28e3ff7c31f3a9cbd9c2", + size: 4951168 + }, + [433]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/47eac7ad-f6d4-4f7d-aa33-67434b35a3ea.bin", + hash: "4abad4361cab1216ee3e43e135777ffb", + size: 4648128 + }, + [436]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5ff4ebc2-6e42-4b13-8a36-a251bee11493.bin", + hash: "a2ad6312268222c8820e4673de5beba7", + size: 5438496 + }, + [437]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7f1c6eee-1938-4f75-b217-6bac41858b39.bin", + hash: "a09af01f2a07166301dad65c334c079f", + size: 4360768 + }, + [438]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/31b70b18-27ce-4794-9a17-9f554cefef8c.bin", + hash: "7747fd1631be6f15b32011886673d4f1", + size: 4537472 + }, + [439]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/acdf607f-ddab-402a-ae9c-22a421a8be21.bin", + hash: "2a8a992135c3e3b1835dafcbd45037d3", + size: 4282912 + }, + [440]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a133d882-4e93-479a-9a46-5e39c963c95b.bin", + hash: "a833b8efccdcf6e508c6cd2d7b884cf4", + size: 3700000 + }, + [441]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85a0aecb-f896-428e-9e33-74b5584f7854.bin", + hash: "21d31e03e19f01706b147dec5c4931e6", + size: 4455264 + }, + [442]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0579c6c6-ded6-4cbe-9030-7b335757a57d.bin", + hash: "98128beeb5a6b27202e63141c79a7929", + size: 3726848 + }, + [445]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b1b2044-5f9e-4c90-bc3e-261d367fcdf9.bin", + hash: "7aec04dd02179bc8c700b7d54fb5a5f5", + size: 4491648 + }, + [449]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/057399eb-b20d-4b73-b797-24e4ff5917a5.bin", + hash: "65ef4a9169b695a44bd90b46ad7f0718", + size: 4619616 + }, + [450]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed78c820-213a-4ddd-8d79-a91dae08b906.bin", + hash: "9c3cab6e7b781a9f4adaa8f86ddf97ce", + size: 4171392 + }, + [451]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b27e77d-f830-441e-99ba-256f2127b454.bin", + hash: "e5a7d0dcb7b074c35c9abfcbe5d42a1d", + size: 4317440 + }, + [452]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fdae8e15-df97-4dcd-9cac-16c155c4c687.bin", + hash: "cd9025d198d2ad6dc1d4dcee23c367eb", + size: 4018432 + }, + [453]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ddd2bb75-fb3e-47a5-8280-283a7073a728.bin", + hash: "21fbf4e633154b7d53ffebd4e09c7426", + size: 3644256 + }, + [455]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d3d0e128-f69e-4c08-a2b9-5508e053b310.bin", + hash: "faeb8e5daaa353b5e2b1e37e9e11c037", + size: 3942304 + }, + [456]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4cf05162-6ae6-4ef0-8241-9b83df53c619.bin", + hash: "3e1c1a5150e42c2fabbbdd79d1de8cd2", + size: 4457312 + }, + [458]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9f4189c0-1639-4abd-b3e3-83c9402b5848.bin", + hash: "ce06c113f1811c6ee05610b11ad6733f", + size: 5040512 + }, + [459]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f09ba3f2-8bfa-49e3-9a45-fdaa6b06be9b.bin", + hash: "1d733d2449456e2e3f7d55871c780e9d", + size: 3661344 + }, + [460]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7b1fa99e-f139-46e6-b6a2-910b6df8fea5.bin", + hash: "a2d3795f931a81a9a35d2f401f4c896e", + size: 4532416 + }, + [461]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/93ae3f89-2a43-4a80-a08e-a2a65e4731f5.bin", + hash: "71b1997a1cace2ef2869ecabc224e08f", + size: 4336832 + }, + [462]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a248e4ad-0a7a-4cf2-b2c2-c0aee592cd45.bin", + hash: "64fdea3b71317936bb796e6884fe1cf6", + size: 5001152 + }, + [463]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1c151955-e3b7-4dd8-b7e5-45d4af7ad8d7.bin", + hash: "cb0ca41d359bff1227b13caac9e45364", + size: 4494080 + }, + [464]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1d345ae-2456-4692-8eb0-4a3cadc67721.bin", + hash: "6bdcf25ac88832ce387dfbde4459c4a2", + size: 4562624 + }, + [465]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef3344f4-c6a8-4d74-8e8a-721c530a0df1.bin", + hash: "14848f21859484c891cff39663e15b76", + size: 4083072 + }, + [466]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/516498b0-4db1-40a5-ada1-c64913bf292c.bin", + hash: "ac4393a763343e95d2cffedcff3041c5", + size: 4265568 + }, + [468]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5f3ecbbc-9bb9-4159-b1a8-092b214d09fd.bin", + hash: "93433eafc54d234fa7042c32d95b55b6", + size: 4736896 + }, + [471]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2460705c-5277-4094-b010-5326a2e0d901.bin", + hash: "1f4ab2ace76e842285b0a910cad305fb", + size: 4399392 + }, + [472]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/af71d3ee-a0d4-471f-8507-85c002c7b280.bin", + hash: "9988065379c33400bebf56017f1b61fd", + size: 4487744 + }, + [473]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a074a93-8f40-4a2a-9069-306405d4b2b6.bin", + hash: "5fbe60c4454e39079363f12a00d773b0", + size: 4458016 + }, + [475]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1e352f34-e1dd-4d9e-95f1-dbb53f16bea6.bin", + hash: "44394d00a1d8480f42812a7858ea3b10", + size: 4431008 + }, + [478]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/890e9020-eea0-457c-b538-504f0bfb5d9f.bin", + hash: "b7481a7ed46762a2a7fe0227b0616a2c", + size: 4646816 + }, + [479]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/93e3ec12-cb3d-4143-8be8-4793d8ed66fa.bin", + hash: "07f13ca4f9a33946fd3e393e54c6fb01", + size: 4141024 + }, + [491]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/67a1a028-6ddb-4ae4-9b6b-91fc48228cd7.bin", + hash: "16a732a688df99130f0eeb022288e39f", + size: 3573568 + }, + [492]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a2e937c-cb87-4a02-8fe7-829a6f81b0c3.bin", + hash: "d49a80959d403f009242da03358c534f", + size: 4365600 + }, + [493]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/82239978-1f77-4ce1-abd6-189d40d55154.bin", + hash: "82ca41af8b8d6fd89b5f0a3c7491b328", + size: 4750592 + }, + [494]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/73bd1bd5-0f45-4311-8535-7826e8c46b1e.bin", + hash: "ace084bf577cb6077ab3f0b61189fb31", + size: 9885984 + }, + [495]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a31ebb4-ff80-49e9-be72-36fadc6bb860.bin", + hash: "c4a3bb48307220bbdb7d0ea59a94d91a", + size: 4772544 + }, + [496]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/876eb569-6aa0-4403-9da8-8288f72392c3.bin", + hash: "1b65d004ae25ad2e9c98f04914a5f1aa", + size: 4483808 + }, + [497]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6e2f79fa-fa21-4277-9f8b-fea9376d9dcf.bin", + hash: "06c19b02023ade981988d339ef677655", + size: 4387360 + }, + [498]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c8cd8a55-47f8-4b48-8459-037e9c6a5655.bin", + hash: "567a8980312d973db02c627ee159c88b", + size: 4433216 + }, + [499]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2e9556a-f834-4e02-a308-ef1a7ab2c0cc.bin", + hash: "ac0ab35d29e9f0b38dd3d93e2fe161a5", + size: 4330144 + }, + [500]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4395a737-da47-430c-959a-98a8f6718c7f.bin", + hash: "69d3cab75861d6cb81afe18f43c566bb", + size: 3868512 + }, + [501]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1180846a-57b2-40cc-a0c6-896385698b98.bin", + hash: "f3afd55623d21e3f43316a9fe49c4f18", + size: 4628288 + }, + [502]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d7ffc3be-0727-4c31-9bcf-db4cefa1a0ce.bin", + hash: "d789b386a656e82454d42f36d5c80065", + size: 4600384 + }, + [503]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3d90f8cf-0244-4789-85ce-b0c3d2657bb5.bin", + hash: "49f7241fe7826cb3fe86e50bb8a52dd5", + size: 4509248 + }, + [504]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c68185f7-0c78-4524-bc15-7f6a628d8b23.bin", + hash: "3885ef7f7353927d78b279dfd87056ee", + size: 4408160 + }, + [505]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2060112-8a83-449d-85ec-5694a5d2880d.bin", + hash: "0cbd9987c376aafd369079d071512e6d", + size: 4581312 + }, + [506]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/210a03ca-9c03-41b6-b727-459fd95a0a21.bin", + hash: "0957bf83b2b7bb480d407c9e9dff0a51", + size: 4616128 + }, + [507]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee73fbd6-c2ea-49ce-9961-b0f6d7ae265b.bin", + hash: "281275524f936da4d329fe0f10a92723", + size: 4185408 + }, + [508]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/152816ab-c6e7-49a1-a73e-78462878cd7b.bin", + hash: "cce9a81a925c366e308ca8ac91e62dca", + size: 4304384 + }, + [509]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dcb51835-c31d-44f2-bcae-f7edd64e7c15.bin", + hash: "eaba8d99663b2ca24e238982d9a28db3", + size: 4187680 + }, + [510]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/96810a02-7563-4910-8c53-843dcd238d31.bin", + hash: "37295b4275cac2491376e62965ab4d0a", + size: 3944448 + }, + [511]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76b4ea03-9162-4f5b-a659-f60d047a8aaf.bin", + hash: "7a9e780ebcb533c9f3ffb59814485f98", + size: 3717248 + }, + [512]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f56ef804-f6a6-441d-8324-9e95dbad445d.bin", + hash: "7b2cc3ae9bc9832572d076952aee15be", + size: 3736000 + }, + [513]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/be5a36b7-7f8d-4ec0-8948-31894535218b.bin", + hash: "3585b41239f385497077a78e13caa2ec", + size: 3873920 + }, + [514]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/30a5695f-ab0e-4c1f-825d-0db2fa39d662.bin", + hash: "03d5985663daafb8dbd1acc1221725da", + size: 4073760 + }, + [516]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b8fe3f2d-25e6-4730-89ab-a29b83491494.bin", + hash: "eaedf1dad15446681c56225517d7fed4", + size: 4310752 + }, + [517]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0536dd0e-c9f6-4426-9393-978e1574565b.bin", + hash: "3c234067328a9d18cb24331ade5fde46", + size: 3568544 + }, + [518]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5083dbba-172e-4a17-b97a-d340ef7a7404.bin", + hash: "33f1f38cd239341f413c7eb205338898", + size: 4297408 + }, + [519]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/221bbe0d-7aaa-404a-858f-5d51dea04ed3.bin", + hash: "ed2601531a290d1ea11fcac73d86067f", + size: 4086080 + }, + [520]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/44ba6f40-f0c5-4d59-9e10-cb1b1d0ecd18.bin", + hash: "9edda6ca983038dce217750804c44ea3", + size: 3458336 + }, + [521]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/921be2bc-4e75-4fb2-a1df-8934526acca3.bin", + hash: "549532875bc75e6384565b0884d5b5ee", + size: 4642720 + }, + [522]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2ef5313c-f210-4ad5-a1e2-f984a8d53955.bin", + hash: "7b12328db67b4b79de4881c3a4d5a955", + size: 4055424 + }, + [523]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e397f06b-08d5-45b2-8769-741e1c6ecd58.bin", + hash: "4dd0aaaeea9b5aa165263648677a9380", + size: 3573120 + }, + [524]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f3ff93ba-a28a-43e8-84d0-330939862c6b.bin", + hash: "43c6ae0d2ea6e8f1b2e463b84bec1e6c", + size: 3814784 + }, + [525]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c0023f15-08eb-4944-a569-46064a2c7d55.bin", + hash: "77454841cf7d01d3f462f0af657cceca", + size: 4721248 + }, + [526]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c9a6c367-fb4f-4a61-8243-2b27892ee30f.bin", + hash: "c244e5a6a4514b4ce383552da4f013da", + size: 4712256 + }, + [527]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba78eeb7-f377-4ba7-bae4-6719f01d6694.bin", + hash: "c66438b15bc91b89bfa83108ca5d6b59", + size: 3989216 + }, + [528]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7e9388f1-2ebf-430e-b79b-a823db62beb6.bin", + hash: "3a20f3b8d54e0320b1aee5840c07a99d", + size: 4038912 + }, + [529]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ce02e5c6-3886-403f-83ca-dc2ac32b8a77.bin", + hash: "adedf0547c4ac31d0cff8d4d5057645e", + size: 4192576 + }, + [530]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8d5886d0-b22b-40b3-add7-dd684baaae9c.bin", + hash: "f4a7cd3705b3e502d0db17767951be91", + size: 4423424 + }, + [531]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/001d9960-8571-4415-b846-d48b8e7b8293.bin", + hash: "2fef63e303f2bd8f5242759a0116faac", + size: 4397536 + }, + [532]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3cef2d5-9cdc-44ae-8b3b-e74f8830ede9.bin", + hash: "0c240907b4c99e681d92d2c3af720bd6", + size: 4326304 + }, + [533]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c08ea2fd-6fdf-4cc5-938b-f85b60236648.bin", + hash: "41554d4b25ea4e0769e4827057be1fb5", + size: 3920288 + }, + [534]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2236d1e7-2ac3-4cc3-982e-e56d4b4ddc30.bin", + hash: "e0e26457110337c8d8feb1830c0ab493", + size: 3835168 + }, + [535]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/02fd9d97-9181-4432-9f51-ce2485398205.bin", + hash: "6bc104d5e0dad1a73be3a6813f391861", + size: 4479712 + }, + [536]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3df883b-48ff-4d04-81bb-e31927521786.bin", + hash: "328f03b560fcfa76aa39b23d3f6b3d21", + size: 4015296 + }, + [537]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a8c5cc8e-cbaa-4f60-bfae-348b855fff82.bin", + hash: "881527f55e7eeaea68724bca4a3e8a95", + size: 4533568 + }, + [538]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9c6ae26a-3f2f-4fa7-9811-d06f7683c1c7.bin", + hash: "5da14dc3abb110a890f8a766c592cb55", + size: 4231680 + }, + [539]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b695a97c-c8d4-4c1e-9b74-a143f16eb27e.bin", + hash: "bc83369eaea621c74282899da77efa9c", + size: 4031200 + }, + [540]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/94687bd4-8cd8-4535-b334-b7a67ff4d912.bin", + hash: "91ae64af692744ca529ba4623905110f", + size: 4490880 + }, + [541]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8892f432-6188-4571-8e04-01dc3d5f7ed3.bin", + hash: "5aa86c37a5b2e6bad20260a9c07f0911", + size: 4365664 + }, + [542]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fda30b56-c04c-416a-ab3e-de19c937712d.bin", + hash: "9537e355b656be416078fea4cd4c9c04", + size: 4678080 + }, + [543]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/65c034b4-22d6-4ce1-89d6-b3beb156a4ad.bin", + hash: "6b84c590c55ec762012b15cb6bc31728", + size: 4059616 + }, + [544]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e4ccd1d-3598-4c31-bc50-547d927f8169.bin", + hash: "6d9562788d28e99fde88a086f6f19914", + size: 4149056 + }, + [545]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1c2966e9-0324-4159-86c4-a6e6b09bc3eb.bin", + hash: "285204e764cc9c3438bc11e9116065c4", + size: 4377600 + }, + [546]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f5a5afd1-cb19-4660-a596-a01cd93bcc71.bin", + hash: "c06ce30957a614551154f889cab43777", + size: 4292608 + }, + [547]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/15e17646-9a73-48a1-91a4-5da777ec719c.bin", + hash: "a567076f5313c6a0a69e453d0cdabd81", + size: 3624288 + }, + [548]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4fbc2a90-9e09-4eb7-ba2a-42dfa71fd8a2.bin", + hash: "beff88d66ab0fa365eae3c65cd563c02", + size: 4179008 + }, + [549]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7a3552ab-52f3-4f9b-8372-6350cfb30717.bin", + hash: "53d6e83c52efb853f7ef5797e9c6071f", + size: 3685600 + }, + [550]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe2972e3-d38e-4850-b7d0-a45cd9e7164c.bin", + hash: "2d248cca0a53725a562e31c280b86105", + size: 4031552 + }, + [551]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f0533f12-1893-4147-b864-b8a050cce43b.bin", + hash: "3ff8b8112e26a8e51b8a453a18943aed", + size: 3980608 + }, + [552]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/735fc01c-0785-4a2f-a947-ffae1db1391d.bin", + hash: "8c432ae4991dc18a42dbe9065d86fce6", + size: 4747904 + }, + [553]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf5d1965-9f5f-472a-82d5-2ecb8bee9f3a.bin", + hash: "4f059f05a175f30b419a2e5bdaa1899f", + size: 3977664 + }, + [555]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6712ab59-46bc-4f68-9caa-61e72a3179d5.bin", + hash: "0297bd54df490ee323510817b311056c", + size: 3883456 + }, + [557]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ebd280c6-cd12-43a7-a11b-1aa7a6082962.bin", + hash: "a9bb27ed0ec3c89962f5563882d03376", + size: 3863648 + }, + [558]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ab73912e-d90d-491a-ae6e-5a4d40bda1d8.bin", + hash: "ea8aba148ece3c447a1ec7330953979a", + size: 4364864 + }, + [560]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8f33f7c8-c6bd-415d-9950-2049a7590749.bin", + hash: "cb2affb7c6fd573cee16eb3926ea158a", + size: 4890496 + }, + [561]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d92e3d9f-3c9a-4578-a486-2f41df540ae5.bin", + hash: "21994bfecc3a3eca9eea3a2dde15fb87", + size: 4497440 + }, + [562]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/894336f3-eec1-4106-b466-250314b17e60.bin", + hash: "a3f4eee9ada9cdbbedb7c342c9e01562", + size: 4742880 + }, + [563]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f7ee647e-4ef4-4281-9306-62dad0a63214.bin", + hash: "1b20283f1f53130cc33eb4fb23a7b157", + size: 4396032 + }, + [564]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/747ebe0e-6a1e-4cc8-a7bd-f25b9d08c4e9.bin", + hash: "de8e04ad5509413896d0d83e10576cc5", + size: 3189408 + }, + [569]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/221ac371-a11b-42cc-85ae-6f45cbd9672d.bin", + hash: "358e0b2442fd474537b0f15cc70ca874", + size: 4715008 + }, + [570]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/33636de2-9313-48d1-93fd-d1b7052e891d.bin", + hash: "ab579a062841b29981c17f66f201f004", + size: 4009184 + }, + [571]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dcfbca12-1108-449e-8a1a-a97829d13552.bin", + hash: "a063c6608eb71769f4068efaa675c48b", + size: 4468064 + }, + [572]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/39a97cca-26eb-43aa-9055-ff2a67944a9a.bin", + hash: "4e40907a1462e73edb30ca9065343eaa", + size: 3995776 + }, + [580]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a6aeb9c-3efc-49ce-9405-eb86d82f0975.bin", + hash: "afefc37eea85dbebae4ff0daf2b7e74b", + size: 4090656 + }, + [581]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/da35d824-140c-48ea-9bdc-14b900357c51.bin", + hash: "16af98633373d17818e33eb795a1b4cc", + size: 4227680 + }, + [582]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a312a897-b33b-446b-85b6-83911abe3f25.bin", + hash: "6591c88f2258af4c78bd7a0fc9c77390", + size: 4020960 + }, + [583]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0ae8e0dc-bfea-4c19-b899-d6cb5e09aa8d.bin", + hash: "b06415db12b553e688d4b22fcc99aa14", + size: 3442944 + }, + [584]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7b6770fb-885f-431b-92e6-fcaacdea3aa9.bin", + hash: "3a24fac313727bf12196ba60ffdf1ab0", + size: 4004224 + }, + [585]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dfe0afaa-9e36-407e-8d0d-2dd3e4e64a42.bin", + hash: "216aa2792f499d1fed4d99df4ae5fd66", + size: 3525760 + }, + [586]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a6790a2d-78f5-4a3f-a2b9-e0793b68e9f4.bin", + hash: "42e1414a598d5fecc710c44929284e07", + size: 4251360 + }, + [587]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7e000f9f-47db-4d05-8ebf-22a56f2ec416.bin", + hash: "715c927d14de7c3768ea45cb51e0e6b7", + size: 4212736 + }, + [588]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/624d14a2-330e-4cd0-adcc-a56cf13997dc.bin", + hash: "94f584d121f307a722f307fd35544ae3", + size: 3803456 + }, + [589]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6c47331e-1951-4c3d-929f-f262b716efff.bin", + hash: "1edc68e09313f51cb5e5327732bb59fc", + size: 3779296 + }, + [590]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de9b309b-bd9a-40ee-8af6-c77317390eb1.bin", + hash: "a7c85ef21e21deda24c705211b98f436", + size: 4175456 + }, + [591]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9566cf70-51a0-4bac-9306-3d12c8540182.bin", + hash: "ff081a6e2c1186ff839427deec4efa90", + size: 4205600 + }, + [592]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/079c0707-8616-4b5d-a973-1289bce14b6f.bin", + hash: "a72ae6a1da2a228d10e0fa941c053d62", + size: 3419520 + }, + [593]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9d959a2b-3e93-441b-a852-0533826bfdd7.bin", + hash: "6768c9fdc785afabce7396090b5c6978", + size: 3832256 + }, + [594]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3f8ec399-6719-41bf-a5d9-fca87930024c.bin", + hash: "96bf511dc774b650f8267e47cb670a0e", + size: 4382944 + }, + [595]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7895faea-d9c9-4df8-aa71-df8381e56b48.bin", + hash: "2f939a2a75c1edc320c7e8c82bda30c1", + size: 4052384 + }, + [596]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61416db2-52e3-4a54-b44d-e00b69d1ebcd.bin", + hash: "6250c487cec0f9f70eac74bdffa56b8f", + size: 4173408 + }, + [597]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b6b1896-1c04-4a57-9f43-c091e3706389.bin", + hash: "301815e53f8965d96789aa7ac9d93434", + size: 4595136 + }, + [598]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b7e7fdc-2eed-4b71-bf2a-a29ab20bd61f.bin", + hash: "4c10cd2b56e9318e6a21761c58345587", + size: 4219360 + }, + [599]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e5c00a7b-8316-4513-bcdb-f0451bef51f8.bin", + hash: "74580157f6e26e34c7e649bc8c588176", + size: 3877344 + }, + [600]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/59ea1c57-5a25-4698-8400-876d75a4bc0a.bin", + hash: "487b710bccbef7ac10a0000248328300", + size: 4235936 + }, + [601]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e806dfb-475d-4735-9767-35c926e40048.bin", + hash: "16f0897cc5b7fe65406b8fb6231a1216", + size: 4255936 + }, + [602]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8e9e8de0-3851-4b05-85c3-617c31145cd2.bin", + hash: "7937b38c89b6953b0228d4ca1666a9c9", + size: 3662336 + }, + [603]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/095d6a9c-bb76-4c94-a72c-8810d5c92fa3.bin", + hash: "29bfd989d42e2ea1efd30100479bc3b3", + size: 3937792 + }, + [604]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/46516297-3fa0-498f-8688-c268feec5c55.bin", + hash: "254c4703908bd41ce9579a8ba73b9d72", + size: 4231520 + }, + [605]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/63428b77-696e-4216-a370-d51398030a60.bin", + hash: "4ee4add6276ddda8cbc8f53cb4015ae0", + size: 3846336 + }, + [606]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4727a3cb-a354-4bb2-94ab-23cf91425253.bin", + hash: "5953e961b6ed33a21432a7261819799a", + size: 4129440 + }, + [607]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dcd40850-d9d5-4cf4-a734-71d217fc8df1.bin", + hash: "1318a377ec3c1b788754548c17034015", + size: 4207328 + }, + [608]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/143164ee-3bcd-40de-a834-a9239b628173.bin", + hash: "516aaa4bd36b69465b6ed30cb52995db", + size: 4546752 + }, + [609]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb850302-c0a2-4bb1-8409-6aef4e0fa02d.bin", + hash: "33484e23538bdd06aae315b52dc3772d", + size: 3573728 + }, + [610]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a68c45b6-4f8b-4333-85b4-822ebc21f4c1.bin", + hash: "918caad6ecf7cf1fad8054376da28776", + size: 4078656 + }, + [611]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f4f184c-41ca-43eb-8a09-8868de217966.bin", + hash: "cd2ac0a3d51a42e46675f6a044544b05", + size: 4078144 + }, + [612]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/07092ea1-d6db-4483-8bc6-548e12d82c99.bin", + hash: "64ae36311bc66db4793879933cbdf4b6", + size: 4214912 + }, + [614]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/963924ab-155b-428d-8541-db4310cc25cb.bin", + hash: "c049bb2846749ee49c943c8f3ea8782e", + size: 4564576 + }, + [615]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7618cf3e-b79d-4fc5-a7dc-9358a10c11d8.bin", + hash: "b123696bbcc83fee20dc90cfb72e9dab", + size: 3894112 + }, + [616]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2c3212a0-6aa8-4279-a121-9570329a5f3b.bin", + hash: "6ed2acd6a942ef86e811bbb5eaad2bbc", + size: 4218112 + }, + [617]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/324c2ffb-c599-4618-aaf4-352e07e3da74.bin", + hash: "c41c7cbe4b66f767790e68fa1fa22e74", + size: 4256096 + }, + [619]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/99875943-13a6-4adf-9d72-fd2319ba4925.bin", + hash: "9ef2f50855391f7dda2792f0102ddce6", + size: 4237600 + }, + [620]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3b70025-27ce-4dc5-8f30-f5739810238c.bin", + hash: "8f354f8b8ba3f546aa3d6752aa4f2a4a", + size: 4272512 + }, + [621]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/07df47a8-58fb-44a7-8f1a-41d121ae0750.bin", + hash: "821b47a3dd75b7bb0b47f35c503ffdde", + size: 3435104 + }, + [622]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cebf8b5c-486b-4820-965f-bc43db9acbbf.bin", + hash: "c711ef5b392d6e909911f2ec7db72ec2", + size: 4295264 + }, + [623]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/89a76554-e7a2-47b0-91bb-502aad324c6e.bin", + hash: "21d24a179060cce6f2c3c4e4ac3e2175", + size: 4447168 + }, + [625]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a7dcb08-896b-4244-a95b-188c698b8d7e.bin", + hash: "5a4b27b2a03ba02d902280c78d702e3e", + size: 5074848 + }, + [626]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b412026c-7953-44c8-8106-7095dd7219af.bin", + hash: "05125e6bdd311777bad22e22922fdb65", + size: 4014464 + }, + [627]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba2357ee-6df4-4ba3-94d4-2e71066907e9.bin", + hash: "324255878ee0c1983b1dd1d0e5cd9f22", + size: 4760160 + }, + [629]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/70140124-2eba-437d-9984-878f6ae3084c.bin", + hash: "88b0c1eb03bf0ab9ccd883d538e21da3", + size: 5217888 + }, + [630]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4dddef65-0087-4d46-8a06-25d16c141e3c.bin", + hash: "c424e60365f144e61049b7e0e87f0773", + size: 4423456 + }, + [632]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85726562-cb40-409b-a1b8-e4d84ef99e1e.bin", + hash: "28555ffb1e315c33866be33e3ed3b869", + size: 3937024 + }, + [633]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d0e2a866-8fe9-4d4c-972d-4a04f0edfe41.bin", + hash: "5c36e93adfff6e5f841ef4409dc8261c", + size: 4577152 + }, + [634]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d347241b-f3ac-4438-bfc4-b284dedba5de.bin", + hash: "259348aa9358183e1116b6e3dc2ff24a", + size: 4586944 + }, + [635]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6e7eaafc-ba0b-4fe9-9e88-dd5733e6fdce.bin", + hash: "d63e0bd3d01f4388fb7f91b7f3207fe2", + size: 4431168 + }, + [636]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5c433394-6e9e-4a8d-83b9-9276a40f2e99.bin", + hash: "0320592e1b646c3275802b3addc33f77", + size: 4575424 + }, + [637]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee92b96c-325b-4c64-87ea-34ae238726a1.bin", + hash: "ac7a73aa94774ef1f93eb8a2e8708753", + size: 3868768 + }, + [638]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c13e0867-57b7-4004-a477-9b82f463151d.bin", + hash: "395397e24e11823f7c6e79b274809241", + size: 4190944 + }, + [639]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/698a4b4c-7ed9-48b8-bb71-5ca568d72ad2.bin", + hash: "dd4d6487cd71223a630c06b6e7974900", + size: 3971808 + }, + [640]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3b9b150b-d3f7-4a36-b7a5-49d8f40a4384.bin", + hash: "76065dc68005751dfe3ebec4b9f10dd5", + size: 3603968 + }, + [641]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/499b7ff1-5b8c-4e95-a90b-3fcf378d80bf.bin", + hash: "6c7dc3d2b2a408b148c0566474b7488c", + size: 4320864 + }, + [642]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/44860147-2eef-48f8-ba7f-228700cdf406.bin", + hash: "2f9e9052dd9dfde26028074753ad21be", + size: 4402240 + }, + [643]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a649ef7-8575-46c8-8e37-cdcd3eeb20a1.bin", + hash: "53bffb2dfa7b129178a51e7683dc59f9", + size: 3681920 + }, + [644]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f36dde93-cdeb-4c23-933e-09d251eabf08.bin", + hash: "d47a1a78c1227cc837eea0901937ec35", + size: 3721760 + }, + [645]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2602e1a-ba60-403b-88e5-46d05059629e.bin", + hash: "bd8960bfe151b9a6f68e994fdde70b1d", + size: 4185184 + }, + [646]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4178d003-7968-4523-914b-1840be194a08.bin", + hash: "13571dae8bf766a08d90530e0638b0c5", + size: 4214304 + }, + [647]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9618c891-e143-4b61-a6e9-b9de57a0dafb.bin", + hash: "35489c0a077435a61482ab6909406592", + size: 4173216 + }, + [648]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/05e21285-6f37-4d58-b0eb-a489f6757cfa.bin", + hash: "cf0046bf4cccb85ac770545228e20db8", + size: 4049472 + }, + [649]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5403b728-3e17-47cd-a10f-b1fa58d2b041.bin", + hash: "9233f38ceee4ce2972f75a1540c376c2", + size: 4153760 + }, + [650]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/369c98d6-e974-486e-b0f5-30a501533174.bin", + hash: "d6d0a31f5f0f20d662bcd82add9fc4af", + size: 4692096 + }, + [651]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f8b39b99-0445-4854-95e2-e5755b3b9b9a.bin", + hash: "e0cf6e40402e6ab26257b8e92dabc892", + size: 4250784 + }, + [652]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/694035c2-22c4-4810-888f-32554bccf015.bin", + hash: "828a20c4c0ce31e9ed33ada3a559b7cd", + size: 3973664 + }, + [653]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a5e3d3ef-24be-4114-a8e6-db47fe08c38f.bin", + hash: "44da173f6801c8d19aee1416ec6f3b94", + size: 4422304 + }, + [654]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5ec09112-28de-4229-9e96-06c401d0d483.bin", + hash: "0a976f6def6fab78653e9af4658ddead", + size: 4687808 + }, + [655]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/be77fb9b-5cf4-4eaa-b72d-2f8c61aacb7f.bin", + hash: "b57a7415b71b0c3d7ddf556cb5e119a3", + size: 3872992 + }, + [656]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8faf1b7a-e8f4-4c00-8230-118f7e44a6b3.bin", + hash: "78eb78f1f7cc1b1672044b5f95e361cb", + size: 3761792 + }, + [657]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c1102eac-46b1-4621-b0bd-0c6d256cf2a5.bin", + hash: "d6c6f7df190ea27d16a214ed7502e366", + size: 4344096 + }, + [658]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/94982b81-2622-45b6-b886-f12cc82ee09e.bin", + hash: "340b5b3d212ecdaa9e1523b193a9a832", + size: 3875680 + }, + [659]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c177b8ef-481f-46e9-be14-902da40bc0d8.bin", + hash: "4b9f458703a51439ca1c7c6c9efe949b", + size: 3561216 + }, + [661]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/318b7b68-30be-4002-af92-958a854c1a40.bin", + hash: "f844218745c27587d4df4fd60ab7f5fe", + size: 5293952 + }, + [665]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cddf6a7c-64ed-4cbd-825f-5342ed4ab598.bin", + hash: "a40ed1e73806dd6d8e1274fe80e54fb5", + size: 4631264 + }, + [667]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f85dae6c-bfec-49e6-a727-8bd4c6496e55.bin", + hash: "3463434845f99c6ccd189b0f1a929a12", + size: 5035712 + }, + [668]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c40cbc0f-f137-457d-9735-aa68cb859cb2.bin", + hash: "fdcf644dec2c57ce0c549dd8d68d59f5", + size: 3939328 + }, + [669]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1b6c8b47-dbed-42c0-8be9-d43ab8a2e244.bin", + hash: "fe88530ce7672bff15e03f68f9338df5", + size: 3955104 + }, + [670]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/49fe9219-cb7f-438a-9524-ec6735973a23.bin", + hash: "75d251caf3b618895eb2de18faf5b4a4", + size: 4430432 + }, + [673]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bcef81ec-f525-460d-abda-6b769598e645.bin", + hash: "2a9cecb5302f36254fcca3014e61f42d", + size: 4236416 + }, + [674]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8f411517-383b-4e04-b9ca-6633c726cd22.bin", + hash: "255f69f804571f4f2196ecf3d2c50f4e", + size: 4189408 + }, + [675]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85233fd6-d3dc-483a-9a64-4671b7361e21.bin", + hash: "dc510928ddef1b6041f2f4ef834763d3", + size: 4195936 + }, + [676]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0dec6a82-b600-4df5-a1a2-a22f49d51ded.bin", + hash: "8ed5d25ca5ac3286e5bc006fc947f665", + size: 4171840 + }, + [677]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/96063ad6-f32d-411b-ae27-b992d991d48f.bin", + hash: "3daf8b9cf98cf6540f18f70dde416cb5", + size: 4133952 + }, + [679]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/917c0b37-9d48-44ee-8394-5962e0aab8e4.bin", + hash: "7c6a9064b97e1e79af9883a48f2afd63", + size: 4623648 + }, + [680]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7e693d23-0a0c-4cd9-a0f3-3a05daf9c157.bin", + hash: "6f718920c07ab103c322980430355bde", + size: 3841632 + }, + [681]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9115bc93-6db0-497f-8a85-61ffac268fbb.bin", + hash: "941247c71062f1e97e70d3c4663873f9", + size: 3313440 + }, + [682]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/641fa594-624a-4504-9b6d-fa7bcbd1edb2.bin", + hash: "926159d0d7dd3451c6a03fa8f73c912c", + size: 3793536 + }, + [683]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3d55e6d-7453-40e9-9b3c-dbc30ddc2f65.bin", + hash: "87342f68d051dba20a119adeb2c4007c", + size: 4842400 + }, + [684]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5c14a27b-ca92-43a1-9354-ed25f567ff6a.bin", + hash: "e29db9f85a7685c0bd3c1350a889d051", + size: 4009280 + }, + [685]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e83d000-5ef0-44cf-b949-bff7549b4e1f.bin", + hash: "8a4f00ceba9a9f7f45a9d0b865f3e9b3", + size: 4834784 + }, + [686]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8ced706c-16a2-4a25-816a-b34a23b2d39c.bin", + hash: "0e18ba4d4815d908a167d6a6c3855469", + size: 3470656 + }, + [687]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5e6fb6de-c75d-4879-92eb-86fe2458119f.bin", + hash: "e6412563e1ade7a32b10064e1cb3633d", + size: 4211968 + }, + [688]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/430bed43-bdf5-4b10-8c77-9f34ddb2124c.bin", + hash: "07861e55a3d1c0ff693f18aaeeba1170", + size: 3866336 + }, + [689]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c0f6783b-b6c5-4ec8-92e5-47d3a40e2b4d.bin", + hash: "36335d27aa575537729d0779239fa3e5", + size: 4335712 + }, + [690]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0fb16aa7-b5aa-4400-ad0d-87962ca70b07.bin", + hash: "18f311dbbc6c1ac9de66825f98ed1aae", + size: 3835648 + }, + [691]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/380e28b1-dee3-42cf-b196-9241e612af89.bin", + hash: "4fa72a5a2b2509eda5aed9c35de7327d", + size: 9583456 + }, + [692]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5c66bd70-599b-4b5c-9ec0-649c6a895bb4.bin", + hash: "447d225089d9f87e7b01ecdee66ad13f", + size: 4699776 + }, + [693]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e4dc9d8-f251-493b-b30f-2bad82793a13.bin", + hash: "3819ce2014a2f3a17f75d666c3b61135", + size: 4853728 + }, + [694]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/47333315-a51f-47c9-9a49-f27967a6704f.bin", + hash: "ddf4f54249ad35defe83adb80ec324e9", + size: 4066432 + }, + [698]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1294f44b-e30a-495d-ac4c-0db0dca8ec08.bin", + hash: "49c5e75dc2955ffa8484f04464021035", + size: 4164320 + }, + [699]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/153935a1-4b77-4beb-b0e9-4df577a411b1.bin", + hash: "0f2588368ac775b1040d3af06cc828f9", + size: 3941824 + }, + [700]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/93eb28ce-8833-4b9f-a8a3-703a838b85b3.bin", + hash: "2f45c134cbdef90b5bef029152461dbe", + size: 3819904 + }, + [701]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0cd82379-5bec-490d-b296-6415e0b2f3f0.bin", + hash: "4d71ccf56098fd69e1934dcce577ffaf", + size: 4634816 + }, + [702]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5027e2ae-41ba-4a21-8d9b-9aaafc07d8e8.bin", + hash: "6a07037c51f86b62deffd4ce8cf6b708", + size: 3866624 + }, + [703]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b80a6409-3922-498b-991c-0bf619e7016d.bin", + hash: "1aeda6ccefc69d0ec553c1a2bf8b6188", + size: 3993664 + }, + [704]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1454805e-69b9-4493-8e79-840b69202869.bin", + hash: "b5e2e96e004e407ba2b6df47fd1e3405", + size: 4382752 + }, + [708]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/58a587c3-1071-4857-a33e-c6505109b77f.bin", + hash: "1f78b04fc1832bb7e57ce58c60e5d992", + size: 4132512 + }, + [709]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aef2b554-bba3-43ca-a093-69c2def05769.bin", + hash: "ca6448f6e09eba6962ec8841e355d3d0", + size: 8919680 + }, + [710]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed9cdcca-0e30-4e4c-9e45-20e37cd89190.bin", + hash: "d531989b468eb0196997823ff5dbe29d", + size: 3669504 + }, + [711]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/73bf3676-c6bf-4b10-8015-78a113c4b5c8.bin", + hash: "56531bc4658149112acf004576a71869", + size: 3863552 + }, + [712]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5730a614-1f86-415c-9ff6-64e0932b7f84.bin", + hash: "71b610a1eccf332a0bc9841946086de3", + size: 4130976 + }, + [713]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/53e97d98-a1c9-40cb-8980-0434a390314c.bin", + hash: "8335902203550d4baddd2d086248fc73", + size: 3914432 + }, + [714]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a28036b-ee89-4ca7-9270-1ee0295e22bf.bin", + hash: "dea31e82f6bb4b682c0584e389278755", + size: 3688704 + }, + [715]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/08bf293b-04da-4f36-80de-54afc4833af8.bin", + hash: "a005b958e80af94bd695f38ec59ec6cb", + size: 4639840 + }, + [716]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b6143aff-9dc8-4162-8363-7dad641fbfb2.bin", + hash: "e17e797dd4779a29e2015d8d3cea217f", + size: 4359104 + }, + [717]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f7f67f5-118d-4ac1-9372-20b7348c00ce.bin", + hash: "11f6667abc99d54c781006e156571bd3", + size: 4483264 + }, + [718]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f89bf82e-6f86-4a7c-a49a-524d0b507eed.bin", + hash: "9f4bc942a4a47ccf75081adcde3e2221", + size: 4584864 + }, + [719]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/703370f4-f39d-49f9-941e-007f2f3c58c2.bin", + hash: "42d634d3c76e1068a34e8863d27cc7d7", + size: 4337824 + }, + [720]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/834da7ea-6b37-47d2-922a-6163b38e4c6f.bin", + hash: "a0b2a14961fb6d1cfaca21b8b777d5e8", + size: 4477504 + }, + [721]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4bf9a455-6c4d-4315-a89f-09f5a969c0ff.bin", + hash: "0b7d32f701fef8fa270d185404a021f7", + size: 4165856 + }, + [722]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3c16c4b8-ece1-46ec-8c2d-a2b7bc82fa46.bin", + hash: "8966559f8fe70aa790f90e176fec2086", + size: 4167424 + }, + [725]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/852dc9e7-697d-424d-b9e1-f1d185381d52.bin", + hash: "085dafe0ba642a17ece2aadbec1548d8", + size: 4122144 + }, + [726]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7b68b6eb-5399-4e1c-9458-496a1e5db76f.bin", + hash: "e212e0b8606fdb218738a11db16e027d", + size: 3990080 + }, + [727]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f630c900-f12b-4a7f-b425-4c3bda44dcf8.bin", + hash: "a3a27bd3cb5159fbfecac62f42c3cbe4", + size: 4167840 + }, + [728]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9c161b4d-63ea-4397-861c-b3592f8afdc9.bin", + hash: "e76f90b621fdcca53f8dcb29af734640", + size: 4177248 + }, + [729]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/26d5061b-9d30-4cc9-9930-a3fc52cf334c.bin", + hash: "7d59bca648210b81beb001140be6ef7d", + size: 3775744 + }, + [730]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9df349cc-206b-45b2-8ccf-b217e3778a3c.bin", + hash: "8eee5ee48da25acbd4fda01e56fc67f2", + size: 4138656 + }, + [731]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6d3114e7-477d-48de-a206-03f4e84d21a2.bin", + hash: "7f5426a1e61d20673f416cb41c4e2c36", + size: 4004896 + }, + [732]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62f12647-65a7-472e-81ef-167ab1b2dec2.bin", + hash: "cd9504043a885e897200032e41749b7f", + size: 4066720 + }, + [733]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/01a2b278-0038-4ce7-b3ab-fe2eb4b77ebf.bin", + hash: "2f9d1e17bcc8353693fe629417b6ca13", + size: 4252480 + }, + [734]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/86bffb04-5f92-4815-a35a-2d0db779b890.bin", + hash: "207bbfb1ec550d846a3cf197846a2fe7", + size: 4103008 + }, + [735]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b59d9886-ec8a-467e-800d-850221587738.bin", + hash: "16f61d01c2409f24e0ff63831fe56b66", + size: 4408896 + }, + [737]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e4bbc67-8df5-490c-a39d-10d7a36ad12e.bin", + hash: "0f7c00727a67d89f8549b2f651900665", + size: 4294848 + }, + [739]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1e7273e5-daa7-43d5-a436-e3017c2e5840.bin", + hash: "7cd5be92ca07d1e469a9cf82e5cd3459", + size: 4292096 + }, + [740]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f7cd895-6610-498b-bc60-4d05d420b206.bin", + hash: "a062b4a11f03ccd37f74772889f445d8", + size: 4361152 + }, + [741]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9be6bdcd-418c-47cc-a54c-17e3ff65a36c.bin", + hash: "697ad1d22fee29a3dd31055b03402ff1", + size: 4262624 + }, + [742]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/316d0b74-ffa8-41d7-b109-c5b627ab5dc5.bin", + hash: "74ed03a12b3b6abcce4923f550325654", + size: 3454208 + }, + [743]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef74658f-8eba-420f-b18b-f4c93429cda4.bin", + hash: "8b3ecc0811a9a1ad318b85fd455c4d00", + size: 4310464 + }, + [744]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/090e382b-4da0-45bf-93eb-d681f829c84b.bin", + hash: "3016a7760d3263636e9382ac73c83a39", + size: 3917888 + }, + [746]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85b21b5d-dddf-4f64-9f2b-3b6b8765c937.bin", + hash: "264ac10649d4caa2f2d1b170cf85f286", + size: 4036736 + }, + [747]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5189a52c-1315-4780-a532-5042dfc297ef.bin", + hash: "89ae7ede2f07174de1728063bd6c66f0", + size: 3954432 + }, + [749]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bd991ef6-2c3b-46c3-bb89-056b3b38d5c8.bin", + hash: "3c9fbc70f597750b088b23c238170cb3", + size: 4190240 + }, + [750]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a55aa9e8-946d-49cb-8d91-f9ddb7ef995e.bin", + hash: "5ed54312126fa8e32646f8ec7fa8fa38", + size: 4163360 + }, + [751]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/49cea256-b501-448d-9590-b62256027c1d.bin", + hash: "653cbdc358022d28925e4dc8f0cbb4f0", + size: 3752128 + }, + [752]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c8c68c0-acde-4bcf-84c5-1fee4ac61721.bin", + hash: "cfcee1f63e9280d2c388ab88f91f7aad", + size: 3995456 + }, + [754]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/18e42797-937d-45d4-89d7-ef1ef4cb2cfb.bin", + hash: "0bd9b8985949aab56ba3f5b434494d82", + size: 3536160 + }, + [755]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a167bea2-4fef-4796-a8f9-75e4416d4b51.bin", + hash: "a7ef9150dccec9994dea444c23ecc8f1", + size: 3914688 + }, + [756]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41f6c995-031f-468f-b2b9-945515c36ac3.bin", + hash: "eab296d8773f213363536496c5583328", + size: 4577056 + }, + [757]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d6291d3b-69e3-43c2-a3c6-2947af52d572.bin", + hash: "a025ba9ad989b86571838416499f0d15", + size: 3870016 + }, + [758]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e802e3c0-e46f-4bc7-9f09-78547eb15f20.bin", + hash: "d9902df8ca21d7212a805e969d053f48", + size: 3746080 + }, + [759]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ed6ae52-4a68-4a83-9f8b-6a1a3b559213.bin", + hash: "55b7023c9c36cc53830181bbcd75c784", + size: 4556096 + }, + [760]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7a79e25e-b723-440f-abb9-bba5becda605.bin", + hash: "2a0741083b6f6d15ee5690e9733994f4", + size: 4293504 + }, + [761]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ceda1803-0326-4672-8f44-8861857b98bb.bin", + hash: "d31c6c109af51e834bdfcb06b57a238c", + size: 3813088 + }, + [762]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/557e1d85-c073-4c60-b356-458c79ce458d.bin", + hash: "2abec0d0c62e2a12f57a9c0ba091a504", + size: 3896352 + }, + [763]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe0ad296-4839-4c95-ad44-73d334c42f0a.bin", + hash: "3d93907c5668c5b9ce8f9051a6974fcd", + size: 3778144 + }, + [764]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/19d0fb65-a88b-44ce-a8d6-22f418bd134c.bin", + hash: "39b1ec1958f31439e842693cb89ec946", + size: 3348928 + }, + [766]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/25cf0064-9fa4-49b9-8068-cad88270ea2b.bin", + hash: "34a2b7f17e6df0a7c1c2146214fafbe2", + size: 3716768 + }, + [767]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb386d3c-5d22-4f9c-9daa-af2c3364014a.bin", + hash: "2d13fb027d76930faa43e4f8ebada448", + size: 2911680 + }, + [772]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/889cd72c-e71a-4444-9f2b-77f160b52332.bin", + hash: "2bfa9b56de0b8f193199379e864f2adb", + size: 4043456 + }, + [774]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2acb0b9d-4174-4197-93e2-10397da054f9.bin", + hash: "a145e7ac1243cb750f3b9795f3416070", + size: 3911936 + }, + [775]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5f1eba58-04bf-42c5-9c6d-dbc959c23c45.bin", + hash: "71fb8d1c072ce57c59f124da965535ec", + size: 3596544 + }, + [776]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ddac7f57-0d1f-465a-b96f-61c08c11ce3f.bin", + hash: "5eda3ac67023fb7264655a299e7cdedf", + size: 4425824 + }, + [777]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1e9a78ab-878e-405e-aeb8-c0b1be1b3c51.bin", + hash: "085e82a6eb114f99667ee72585466f59", + size: 3258688 + }, + [778]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a55e923a-dc7f-4641-bde3-d6517b449281.bin", + hash: "25da0b9eb014f921fb15a1917cd5e507", + size: 4635936 + }, + [779]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5be49331-2a41-4733-8c5b-e9d9a35090b9.bin", + hash: "1fb79ad79917d769186af7d3f3ea7b9f", + size: 4383456 + }, + [780]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4091116f-e415-41e2-912b-53b62a316d1d.bin", + hash: "6defd871170fe0685f98bf6f00304f13", + size: 4126368 + }, + [781]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d0d69ed-7da8-4d4b-80da-6f2c674292df.bin", + hash: "ce0ce9c6189a579884259b61a53a91b8", + size: 9197568 + }, + [782]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0af29812-9709-4b05-81d8-1280e5eb2257.bin", + hash: "e4cef89215ff90d33aa932dda2bc2fe6", + size: 4489568 + }, + [783]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/82d34e4b-6e77-4f2c-b75d-0953a35b398b.bin", + hash: "bf3882ee929d5aebed45ac312e34f832", + size: 3803296 + }, + [784]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7f7d3393-7d79-4bb0-9b1a-ee8ae3de8851.bin", + hash: "03bba852e0c6ee1c95597653456bc452", + size: 3916928 + }, + [785]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ec55d2ff-4764-4978-98f8-8fa215ce8fbf.bin", + hash: "747ab3223ebd9cd673d1bbbb989e6452", + size: 4667936 + }, + [786]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c3bbdefe-dc4d-4641-9d42-ac07cd9a12c7.bin", + hash: "eea099891bf3026110311ba826f42cd3", + size: 4161376 + }, + [787]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f1fa16f-9355-48f2-baab-7933542a00ff.bin", + hash: "597461ced19678ad8620a2d9ea085e3d", + size: 4434528 + }, + [788]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f1055209-5b7f-4ccd-ae01-3668578433d3.bin", + hash: "639cac128f5248239bd1e1d1377a8f7d", + size: 4450304 + }, + [789]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b81da49-d528-45f5-80b5-cafae5628bed.bin", + hash: "c20671a599f738b976638efae37d23ae", + size: 4302368 + }, + [790]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ec084297-34c1-4561-86cb-d946c48c0ec2.bin", + hash: "7aa72505ff0d7b96f1db905340d3fd0f", + size: 4424448 + }, + [791]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b523c36d-c56f-439a-953b-a468dfd599ce.bin", + hash: "a0094b049bb0a8a73d81a7b0214856d6", + size: 4416864 + }, + [792]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/23d8994a-8402-410e-b44a-3e823e4c585e.bin", + hash: "8ef58b2d691675f5d19f6d9acabf7335", + size: 4073056 + }, + [793]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e7d20a39-313d-4f3d-b49f-d232bf3a5b22.bin", + hash: "1193c5e861b0e33f08ea2b7f76babb20", + size: 4064992 + }, + [794]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2c2db95e-c089-45f1-b08d-aa3cd2c9fb51.bin", + hash: "08203a36b1ae051b1a7c8663fbabe676", + size: 4303808 + }, + [795]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/90de74c8-cc4c-458b-9118-44beb6acc48f.bin", + hash: "2b04f9192639a08777ca4d0fc05793b1", + size: 4386112 + }, + [796]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b659d5a9-530d-49bf-b818-b8da367e3027.bin", + hash: "7b7fdef7c92ad455663ae8a96d2cf5af", + size: 3623520 + }, + [797]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/308ea29a-5683-46df-ac11-5c10a3cde480.bin", + hash: "b70fd9c147fae7d735fad25eda65aedb", + size: 4234336 + }, + [798]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6cb4d677-2863-4901-b229-46739b96df50.bin", + hash: "1e61f9af855821a3b11df186361c81b6", + size: 4574368 + }, + [799]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2b92a3c9-23a8-49f9-a6f9-a8d770a451fb.bin", + hash: "c487b0de3634eb7f690161f7cc073954", + size: 4222336 + }, + [800]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae57c441-7841-43af-bc1b-d6a6529372a7.bin", + hash: "e2b4d764cc465a76e2941125d81af511", + size: 4265856 + }, + [801]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/63a9d8f4-fb91-4312-b648-4dd79a797bf0.bin", + hash: "417a0547fc7e610fd29b9462f950a94f", + size: 4404160 + }, + [802]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3c01e20a-b828-49cb-8e1b-d1dcea85e930.bin", + hash: "8b207793f9eb333ba780e9cdc6eef449", + size: 4270176 + }, + [803]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0fe337d3-235c-48c9-b464-477763f3545d.bin", + hash: "a5434710cdd0ceb0eceeece632a87ad5", + size: 3908896 + }, + [804]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/33b1eb79-1373-4319-b928-c186b06351c8.bin", + hash: "a10b866c8a26a88a3496f5f36a31da33", + size: 3883296 + }, + [805]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/99388e48-4dd2-4172-a998-b29876f3a25c.bin", + hash: "b848cff29828b9fcc1b5ae478e9aaf3b", + size: 3981760 + }, + [806]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/da2f2991-fbe3-4d05-880d-a700ae0a914f.bin", + hash: "4f471a8a8876ad639d45e6cb70e5c5e0", + size: 4145344 + }, + [807]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/57229565-a683-4778-a34d-9158f0d4a01d.bin", + hash: "283879d3fe2cccabb431f2acc8926126", + size: 4054496 + }, + [808]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ccbc91b4-78a2-40bc-803d-af168f136ded.bin", + hash: "9fdb23728aa4533fff413f21f21d1b3a", + size: 3953312 + }, + [809]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/82714680-c562-431c-98e2-47a78fa7d77c.bin", + hash: "a4445255cbcd0ad9bc892a9fbe6a0df3", + size: 4045888 + }, + [810]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4513d984-77c6-4472-95d0-408d0ad0c130.bin", + hash: "d6a9f11eec95b90b49e321eca820fd91", + size: 4087616 + }, + [811]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4e7ae0c6-f3af-425b-9780-3161918aa934.bin", + hash: "03698197b1675205fa7972221f3f8424", + size: 3676448 + }, + [812]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae9be12d-a785-41bd-8dc8-86be1d11fc69.bin", + hash: "de106d985247d66ebc4e93be8f240148", + size: 3524320 + }, + [813]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e6d75642-86c6-481d-846e-db168eb7c17e.bin", + hash: "e26aa002dcaf0fa91532862419c01b6f", + size: 4092128 + }, + [814]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/29c5b1bf-2b36-4ef9-9348-640fe056cd1a.bin", + hash: "a7197e3fed4a2ceb6d2815ea6cea9088", + size: 4407008 + }, + [815]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5887f291-fa2c-4985-9cb1-dd97911d5d46.bin", + hash: "99ed8b1b6b645bb7b703bcc5a0180d8e", + size: 3900576 + }, + [816]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/23aedfa2-2e2e-4e21-a0b7-4a57be88bd1b.bin", + hash: "a87918acb77986c9404a14e992efc83c", + size: 3789472 + }, + [817]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9d5cc126-f623-499a-ac8d-9e8895855bdb.bin", + hash: "96496154f0117ea6d2749b80cb808a97", + size: 4439840 + }, + [818]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba16c01b-4205-445d-b95d-a80d543c6f8e.bin", + hash: "fc887869ccb4a94ceb8c06274b20c8f8", + size: 4217312 + }, + [819]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/070c50b2-7cd2-424f-bc0c-9c25b9d95d09.bin", + hash: "616627ef000d1e385141ced56519b9ae", + size: 4339808 + }, + [820]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/472dcf86-183b-4809-b485-61d9b5d7fd5c.bin", + hash: "22b70ec5b011300b540000e0440f2b18", + size: 4139840 + }, + [821]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/17c5dc5a-5389-4155-9c6e-6716bf0e936a.bin", + hash: "1ce5484c3799c63614c08b0364050fde", + size: 4033888 + }, + [822]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d958c8d2-9464-454b-af1b-f539d5848e17.bin", + hash: "61543ca6a9ad434170d598a3fb3f29d2", + size: 8368224 + }, + [823]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac03a8ba-8ef1-4918-8d09-a8e3916e6054.bin", + hash: "3a4f71178bb9587f53cd1637b7966343", + size: 4156512 + }, + [824]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9bb038fe-6daa-4947-a916-83e11ad91f51.bin", + hash: "aaa1deee15319f03a2072fe5e6766048", + size: 5022560 + }, + [825]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/375141ef-2c86-4497-8771-2f51676cfd21.bin", + hash: "6f583069be4fceba28353b6680b0a0a4", + size: 4747232 + }, + [826]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/22c1fe30-3f9f-44a7-8941-c7154d3de279.bin", + hash: "54d5f7998a69674e12766b27f51cfca0", + size: 3971520 + }, + [827]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/778e51bf-bad2-4879-899b-4e6fe5046db5.bin", + hash: "ee7afb171387056614d6d2ff165c7187", + size: 4138944 + }, + [828]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4591c658-190c-4579-bffe-26ce5104c0dd.bin", + hash: "35718730cfa3b073d0f3f44f9cf89ae8", + size: 4382496 + }, + [829]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/28902a79-3eeb-47e6-a496-a0cb7ee09fc2.bin", + hash: "6a76271c605dc7db357718de4076ac91", + size: 4510048 + }, + [830]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d428a88b-947b-41d7-84e6-16d6d91043f8.bin", + hash: "46729ad1a973db35ed670fb43d7aa6d5", + size: 4420032 + }, + [831]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/301116dc-6583-4509-af1c-3d9f31231985.bin", + hash: "bbe05e1b150b188773e7336df9ecdab1", + size: 4769920 + }, + [834]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/569f1334-0708-465e-b30c-1e001f88c243.bin", + hash: "5ae3b06e2e059dceb8782714e103ea3f", + size: 4623488 + }, + [835]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6cde452f-eb64-43f8-ba9a-74765db14191.bin", + hash: "a3ed5905c78f3f82f325a89f04b64f31", + size: 4312256 + }, + [836]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e9cfceee-c687-489c-bc49-b9b374d59faf.bin", + hash: "566ef8412f1b17147383ce9ccc1aa944", + size: 4653632 + }, + [838]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/027aea57-f254-404a-a90c-09cff352eb55.bin", + hash: "9929e1b6e99215c579ff047bc0151eed", + size: 4052928 + }, + [839]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/09d38d99-4a4d-4020-8a40-d471d722fb99.bin", + hash: "4dda32f3518d7ac1c04cfbaf5bdedb51", + size: 4021920 + }, + [840]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a6ab5b6-7671-45ef-b850-b3df174b859e.bin", + hash: "6eb1e934d3b148de2089e784eb6cff5e", + size: 5174624 + }, + [841]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ca426a7d-6f50-4f90-8e58-7b7d9cda23da.bin", + hash: "aa1f342d57d5d110bba4edd29d0aa76d", + size: 4789696 + }, + [842]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d25c2d84-bb56-400b-a274-759644175fa5.bin", + hash: "92958e5f970291b4583d9e4f8822de93", + size: 4307584 + }, + [843]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ff9807f3-d57e-45cc-90e9-176e367cdaac.bin", + hash: "921613fa5a5a5a9857de66746c8c6ef2", + size: 4205344 + }, + [844]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2650cdb8-a10c-4cc7-93a3-40fbfbcf8791.bin", + hash: "0dda0e14180074b1af52a9597ddae1d1", + size: 3779488 + }, + [845]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aa272a88-cea0-440c-91e2-620a5a76203c.bin", + hash: "399d3f152da45d1ac3a600d8aff7c006", + size: 3559904 + }, + [846]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/af36417d-f780-4f47-bff8-68425cf472f1.bin", + hash: "cc2d2ade57225ee37d95976df6edb4ab", + size: 4140288 + }, + [847]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/634a6559-f6d0-4363-8906-a9f77f7d409d.bin", + hash: "035c22cec2b908e2ff2dd79e6730ac70", + size: 4189504 + }, + [848]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5b0cd5b9-b368-4758-a2d9-b4fa9a3d355a.bin", + hash: "cb0d3d88d64b8d1d7ebf949047ccceb7", + size: 4367872 + }, + [849]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d812b3f9-1ad4-40a2-b87c-e383169726da.bin", + hash: "5239e41ed4fe37893e4061b0c31752dd", + size: 5495872 + }, + [850]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4763bae6-c73d-4c80-a35f-441c689a8e88.bin", + hash: "1a5e1f6b5f775896df07ccf3f82017e8", + size: 5035392 + }, + [851]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/318682df-850a-4a53-9687-b5cd626c629f.bin", + hash: "c3c28b4bd7af943dcd4eea62f7dd44b2", + size: 4131072 + }, + [852]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6b997981-8ad1-4df0-9587-db3d67a0f179.bin", + hash: "374987e3b5b3143d9eb9a4db29e43b01", + size: 4001088 + }, + [853]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6c8753dc-4ca9-4006-87fc-61d38ca72047.bin", + hash: "7f742c773c4fa8d831251b802b7cacd6", + size: 3504576 + }, + [854]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/168c5fd4-acbd-4e4e-a164-9461ced83dbb.bin", + hash: "0ae384f06410c387258c08c272653e9d", + size: 3427392 + }, + [855]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/634d46ae-ee65-4fec-abae-5a84db19c5de.bin", + hash: "85b3ece7c158375c343fc25733472fa6", + size: 4302624 + }, + [856]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6e95f09e-189a-4e44-a08c-105bc65c91ff.bin", + hash: "f4481df872028b14c76ecb1fe8899905", + size: 3668960 + }, + [857]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d8f36742-fb1b-4ebb-9bf4-3db160440162.bin", + hash: "20d6e1bd2aa6cb19b9fbb1382d3d4b46", + size: 5335840 + }, + [858]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0ef434b4-eb70-494f-b29a-c92fc349b766.bin", + hash: "eacd23a2ccf287916ce2d55ca593bf06", + size: 3998112 + }, + [859]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a2f9eeeb-a5d4-456d-9198-e9722765dc01.bin", + hash: "7657d168f50c132b39156cc8511abc4e", + size: 4544640 + }, + [860]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b1482eff-e3df-4291-9999-251e58b34fdf.bin", + hash: "97412c7dae7e97a85979a32d785c66cc", + size: 3773824 + }, + [862]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a4b0ab6-db7e-4320-a3a1-f7627c1faf23.bin", + hash: "e7d9d338cad035e49b59615335e1e77e", + size: 3966784 + }, + [863]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/74da8686-53ce-462c-aba2-df3de4c7d048.bin", + hash: "0f14b606f69fd9154e77251aefd2d558", + size: 4361280 + }, + [864]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43ca523f-ea48-4f29-acf3-29201a305116.bin", + hash: "8a9fa2dcf91cc777dc4b01b7e01c4252", + size: 3826080 + }, + [866]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/436f56fa-b7f6-45bf-82f6-a2af99ae8598.bin", + hash: "b915cfdcfe76d0a5876c8575fdba16fb", + size: 4371584 + }, + [867]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f61bf94f-b2f6-407b-b9c9-2cf777b53425.bin", + hash: "02e9268a804baff5e5c22dc5938eb2b6", + size: 4482624 + }, + [868]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/489b365b-bfdc-4834-9c76-af51c1e2a064.bin", + hash: "cf8a071b42d43dbb455dbbf19481bdf4", + size: 4186368 + }, + [869]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/81bb2d20-485a-4ece-87d1-e4efe1ef0d38.bin", + hash: "ded86cf76257a39da3376d2671ac5687", + size: 3426752 + }, + [870]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/35aa8764-f0ac-41ee-9346-9f023e32dd8f.bin", + hash: "8e3df41be974afb6545ad22e3edafb15", + size: 4266368 + }, + [871]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/45e40934-6285-4e81-aadc-48c802a4ce3d.bin", + hash: "c6f2dd5ce30f0c98752b914692019595", + size: 3856896 + }, + [872]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/32630216-d785-4aff-92db-1d22858d78a9.bin", + hash: "9b1977f58df6708a3e3f40a201ccb608", + size: 4098816 + }, + [874]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9997887f-5637-46bc-a9e2-c1261b5a72c5.bin", + hash: "e1645d0332d8f0583185c87cdea91d4a", + size: 4023008 + }, + [875]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a61e094b-8f3b-4628-bbeb-248a324e6cbc.bin", + hash: "27ef17455d116f6bd34a1786a235c766", + size: 3948896 + }, + [876]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/84c281f2-3484-40c2-acc1-1c4c8dfef377.bin", + hash: "f1836097ec746dfbcb280b76b90af56f", + size: 4300672 + }, + [877]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7834fba5-05a5-42e8-bcff-5664e3d9ff88.bin", + hash: "9dcce9f3433f3395875160ea39a04dca", + size: 4482944 + }, + [878]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a07fbaf-b8dd-4ad7-a7b3-4d941af5d3b4.bin", + hash: "bbd9dd0ed2368e99ee5cdc8b03329386", + size: 3749280 + }, + [879]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/db46c831-1283-432a-8a1e-ca1d77faf308.bin", + hash: "024c5aed1b7c44e0e549fdbc98dc1b75", + size: 4282464 + }, + [880]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1e8fa094-b060-4ba3-8a36-9179b03b4842.bin", + hash: "b3f7fe12f660daa20f17d49893a0eec3", + size: 4201056 + }, + [881]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb9a4293-8cb6-4749-99af-c12fcf1ce8c2.bin", + hash: "b2fafbb00233a67e1d351ca90160c4c5", + size: 4244896 + }, + [882]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/53c18deb-bd45-4855-a384-1ae3abc6001a.bin", + hash: "d78442757cd9aa012f1dd1403dd11fc5", + size: 4245824 + }, + [883]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1f9120d0-de40-4add-bb47-fa0d486d3bd1.bin", + hash: "f2d1b94de46b3a5a147f6f88c9ff076a", + size: 4242784 + }, + [885]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/67ad67b1-41ba-40a1-ab58-d6d56d077026.bin", + hash: "c8cefb7dbd4b30bc400c65914b089e05", + size: 3874592 + }, + [886]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dd88c61b-95e7-4eb9-9233-764c5019aa94.bin", + hash: "786f2efa286ac8a9c3a25f58746ebc5e", + size: 4319424 + }, + [887]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4d3a1556-f92f-4f91-a4f3-779326528b0a.bin", + hash: "a12eda1b5493df82dc4810c9ebf03469", + size: 4147904 + }, + [888]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/265d4f27-3495-45c8-9ee8-c1ffde103bce.bin", + hash: "772bffe342b530c63e2c4264ad5042ad", + size: 4077664 + }, + [889]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f32f1c2f-b139-42bd-807f-59be2ae90c77.bin", + hash: "16012b403820d251ef2501e25bfdede5", + size: 4249376 + }, + [890]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3e11409c-6807-45b3-96d1-ca29085808b8.bin", + hash: "64c6de4ac6c902a0306e46e37dda12fa", + size: 3654752 + }, + [891]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f213d3a0-80cc-4999-b0f4-fee2364072f1.bin", + hash: "52a29f1308ca35a57860a49bdb459a45", + size: 3799904 + }, + [892]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9c12e176-18b9-4277-8366-ea54168e0fc6.bin", + hash: "05935ba8527f562b9e9dc726a28095f8", + size: 4033472 + }, + [893]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba16f394-34c4-40dd-9495-9bb357b596bf.bin", + hash: "5dfb0acddcb3761e1d6254d590b542e1", + size: 4306816 + }, + [894]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8e125374-c2e5-46d0-b15f-04789ad5c497.bin", + hash: "b3c89777bce482e52deadc71826a7264", + size: 4038976 + }, + [895]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/421c7120-6956-4653-95af-b49a95f71bc7.bin", + hash: "799afd41c479a506e3207e71918a113f", + size: 4105280 + }, + [896]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ab4abfeb-7a35-4f76-9f46-2eca731b21b6.bin", + hash: "f7bf92925ca383f328fa250039b90bfb", + size: 4212704 + }, + [897]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e8c92f9e-3ae2-425a-a0c3-c3873eed0df6.bin", + hash: "1789c3063c1aa1114cc2d3fb2a27f53f", + size: 4083872 + }, + [898]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1247d7b2-e8bf-468e-99bc-f44075b49911.bin", + hash: "498a64af32b290f83789a27b56e46caf", + size: 4006560 + }, + [899]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/884750d3-eba9-41c0-bccf-3a6c5f1841b1.bin", + hash: "d5e61f1b2ec466fe537d4efedd04f893", + size: 4035040 + }, + [900]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b59014ff-b3e4-46db-b4be-e374581022f3.bin", + hash: "7ff80a77370346f9b5681d29ca6f5a07", + size: 4285728 + }, + [901]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bb9e60e5-1201-449b-b78b-b9f259916464.bin", + hash: "bb429361e463921baeb97c6e3ebacf2d", + size: 4133056 + }, + [902]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c0f3d51f-f41a-4089-9ad1-eec17411588f.bin", + hash: "4e46b883ad0b16f2ca303d310f228751", + size: 4183392 + }, + [905]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d331219b-9ee4-4e99-819c-bd0cc927a567.bin", + hash: "56bc786a7759dd0c6836d0df10a7560d", + size: 4120704 + }, + [906]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cbda88b6-cf31-4343-89df-c05eccc515ab.bin", + hash: "7b153ee5d4c44796806990db0bcd91a5", + size: 4085760 + }, + [908]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e7b2d30-6750-4269-929f-3a90d6d84344.bin", + hash: "2d504a421a54fb842c5cafe227e3c918", + size: 4335840 + }, + [909]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e3ce49b-a490-4b00-938e-6aad31f2a179.bin", + hash: "19b60d89d6772f0e72a52d405771bfa0", + size: 4753440 + }, + [910]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7688f96c-1667-4e50-9b8d-680b3c46ca1f.bin", + hash: "16d9f6f69f2429b65b621f6b90fc550e", + size: 4414048 + }, + [911]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/df0b2ba8-68f4-4c75-b89d-36ef14f57e96.bin", + hash: "88761857d5c037eb437b2a91da0f64df", + size: 4625152 + }, + [912]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fc9ad56b-79e4-4d7b-9bff-3033fa74c526.bin", + hash: "a43fb89bc78613082915998302b5fca3", + size: 4492256 + }, + [913]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b26ec876-3efc-44a0-a10b-adf78072eb1d.bin", + hash: "5494c0cca9c3451e18dbc1aa5b595fff", + size: 4469056 + }, + [914]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e519daba-af33-44e7-94c0-512e74b17c03.bin", + hash: "4c101d6e0dcaf7b00ffc581a1c569ecc", + size: 4233824 + }, + [915]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a321da55-dbef-4e22-8bda-e02edfc47aab.bin", + hash: "877fa3f65aafec0edcf8aafc26ae06b6", + size: 4609792 + }, + [916]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/68623664-e60a-4f62-8940-361005574174.bin", + hash: "5a514815ec927965e6bea11a13362f9a", + size: 3824672 + }, + [917]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/88b66d58-89fc-4ecc-9e8a-bdd2b8d6be70.bin", + hash: "b980c689c53bbd18be9cbd59f9948c42", + size: 4297472 + }, + [918]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4573b155-c346-4096-af35-fd03efeb0bec.bin", + hash: "41b185fb5792cabbcc17635d62ac3b2a", + size: 4524544 + }, + [919]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed5ae980-9889-4f4e-bb09-f7f0862ef8b8.bin", + hash: "1e05f223f796482eacd1971e98814c74", + size: 3971904 + }, + [920]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ddf86743-89e5-46f3-8a59-39f7660ab907.bin", + hash: "dfd3a5212143ae5f8dae471b9a2d9efc", + size: 4425280 + }, + [921]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3e52a6c3-8f06-4c36-b461-cc75911cd7cc.bin", + hash: "555de24b783a9cecbed8c1b50bc71e0c", + size: 4586464 + }, + [922]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e25dd701-9dcd-4e83-954f-7470d2b38f19.bin", + hash: "fd608adef45e5eb795c75b4bc6d37913", + size: 4481312 + }, + [923]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/87b96fdd-7a3a-4887-a082-9e6addc9ff8e.bin", + hash: "0d573ceb9b9d904cbc9680b89d80538e", + size: 4165792 + }, + [925]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1e65099-72c8-4184-b073-55c043f313a1.bin", + hash: "e7406506515f105c7c6a658797347246", + size: 3810080 + }, + [926]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e949f4ac-8e5a-4afd-b2ab-737afb152be9.bin", + hash: "c2f81e6a4d3ceb2e3ca025701856f7dd", + size: 3879264 + }, + [927]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d97560f7-87ee-43eb-b112-63c4dda803df.bin", + hash: "6feff77d1092849bf0d6d9a5926432a8", + size: 9927392 + }, + [928]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4eac86fb-682b-4075-8560-4c70513127dc.bin", + hash: "2f6ea727cbc7b4b8e8d2d8db2883e1f3", + size: 3384928 + }, + [929]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8186e678-19f0-452c-9242-ea2ca228c724.bin", + hash: "da00f44d74f2d5392674962da821c494", + size: 4102208 + }, + [930]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b50f47ee-46dd-413e-92f2-32d22f01bd9b.bin", + hash: "502406cb6d8e7e52de11cc345fd429d9", + size: 4335488 + }, + [931]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/31e6943a-790a-46f9-b269-292509eefa32.bin", + hash: "729cb32d1a1f45ef49f8b375229af7f5", + size: 5113664 + }, + [939]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf25e39e-564e-4f2e-8fa5-b30fe4ba2b60.bin", + hash: "e54ccacec5eca30b901efe4b48aa8918", + size: 4200032 + }, + [944]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f0a768b5-aef3-4f84-9d05-23efa8b7aee2.bin", + hash: "dad98e635c8e7480a80aa81ba813384a", + size: 4542368 + }, + [945]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8698e9c0-523f-4262-8838-f25158334063.bin", + hash: "294fbff7aa61e453c63cfbaf50273d7b", + size: 3919040 + }, + [949]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c6eae601-b5d3-4703-b39a-670797a8f9c0.bin", + hash: "9292b05c2d562bcef9fd8b7b829b9d4b", + size: 4272032 + }, + [951]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/201e4f5a-d575-4e28-901b-f620cb51e891.bin", + hash: "56b24ec7162814bf270a0eceb2d989a9", + size: 4236640 + }, + [954]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/511b838e-1b54-4d3c-b135-9ddd2e9bd9c4.bin", + hash: "6f32ff1822b3396ef4dd6d48d4b3d1ae", + size: 4135936 + }, + [955]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdded389-0f39-42e0-bafd-5e0c2d080920.bin", + hash: "774d94d7b0866daa83b4dc175057aa76", + size: 3982592 + }, + [957]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8d9e1217-de83-4347-a090-d07887c9c145.bin", + hash: "729926f340252c21c2b83b667bc011df", + size: 4162848 + }, + [961]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85edd1af-aba7-4780-b86a-028437346f03.bin", + hash: "85c628645f1092a8ea93e98a5c892b35", + size: 8733312 + }, + [962]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f521bd5e-5894-41fd-8fcb-92e9e61dbdc2.bin", + hash: "ee79ec020f4a17b8f3eb2e3a6b3a0150", + size: 4393760 + }, + [963]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ca1a89c1-1408-404b-85d9-38f7cd8f045f.bin", + hash: "4a1342b4c4e57ea04831e133d02300d1", + size: 3933920 + }, + [964]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/33e76aae-f9c1-4e4a-b7c2-fe20e4f45c8b.bin", + hash: "72e1a41dfae8d6ec2e23cc9ffef4ec2c", + size: 4088192 + }, + [965]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/67fd8a62-2820-45e6-a3c3-c63a9445ef28.bin", + hash: "dc0c32ba3b00fce72cdad1873d3b07aa", + size: 4396960 + }, + [966]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a2f4b28-6f34-42ba-8d0a-23c35dce06bc.bin", + hash: "863d466dfe2abd6cc026df0dfd596bc5", + size: 3771520 + }, + [967]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9df33f67-fccc-4ce5-a0aa-73657cd08d62.bin", + hash: "55f02335f40f8e8df67042a81a3acd0a", + size: 3694752 + }, + [968]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5a43d15c-885c-4430-91dc-406fe4057205.bin", + hash: "801a813c4355284d793ad496f7f527cb", + size: 4064128 + }, + [969]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2efeee2-e81d-4d60-8ac6-e8f4c7024a70.bin", + hash: "876ade805862c6b5e0b620561b182482", + size: 3990048 + }, + [970]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6bdf013f-420d-489a-9dc6-da2374cc4f34.bin", + hash: "e68cc41543c153a15b12e3592f870652", + size: 4121184 + }, + [971]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7100accb-a514-40f3-8778-b4f8c6c0fbc3.bin", + hash: "5dc712782f7c110ba7e47782caa70c43", + size: 3955392 + }, + [972]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bcb96a79-0f83-4f10-b96b-b6402cd40ca8.bin", + hash: "3d8d33da162f39028f2f7867907e692f", + size: 4338784 + }, + [973]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5751ffc7-f765-453b-8f41-3c5a06e29265.bin", + hash: "3a2d3ba6724af1b81bdd9e3a34412260", + size: 4358208 + }, + [975]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/55d119dd-142d-441b-beab-84342b714d05.bin", + hash: "f57146727f079b0bc78936442f21d124", + size: 4798240 + }, + [976]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/482c6d4b-687d-4d67-a791-496100c41659.bin", + hash: "56cb22b94f7681713a464ae53396c132", + size: 4153600 + }, + [977]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/daa2a8bc-e00f-490f-b0d4-8670079b1915.bin", + hash: "aff88c7d37c5d00e8fd8e646ce7a218e", + size: 4180352 + }, + [978]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1f135b36-87a0-44d3-9634-27f78da63c37.bin", + hash: "4fc569a5353b0ff7833dccef5181db9d", + size: 4441664 + }, + [979]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c8b7cc8c-6499-4a90-ae67-c59a464e45a8.bin", + hash: "b40764a180ea4a14efb03f1aeac7dd8a", + size: 4478912 + }, + [980]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5f09765e-dec9-457e-8af1-589800199782.bin", + hash: "f12a81b49b3f6d0fb8c5bf67e3298ce3", + size: 4506592 + }, + [981]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/11cd46c5-5ea5-4651-91f0-085f676fb1ad.bin", + hash: "2e1a4c5d72d07d51956ebb9faf453629", + size: 4671136 + }, + [982]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e9aa1e21-0dbf-459c-bb90-eca71ba433f7.bin", + hash: "42fb0d86c8286f175b16d413609814a5", + size: 3659840 + }, + [983]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3555fc13-e6be-485e-b304-4c891fc8c8d6.bin", + hash: "4dfe3bc19519f1bbdf4c76c781a501d1", + size: 3974688 + }, + [984]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b420a164-6e4c-4cdc-a013-d7726743b9a9.bin", + hash: "ea6dac6d24796350177924c49a0486df", + size: 3980192 + }, + [985]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4fe15f9a-9c5f-4c43-af1a-dc555a4a3b04.bin", + hash: "208c0a9f01f86fbabd15f6f2570fc6b4", + size: 4359424 + }, + [986]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/af3b9909-7cae-45c0-940f-9ab5dfd688a5.bin", + hash: "0cba915a1a71d0f62b84b4c3c28d6c04", + size: 4323424 + }, + [987]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/049d3ed0-4f64-44a1-a839-b66d7330b9eb.bin", + hash: "3f493473cd535f460a92bb928c49b500", + size: 3960864 + }, + [988]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/40e99530-210a-407c-a846-11cabcd355f1.bin", + hash: "85582822d4379ad7304a0db1da3f593f", + size: 3904512 + }, + [989]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cbe9a3a9-8e1f-46b8-9578-85e891b221b8.bin", + hash: "dfb07c621f1860d8c6759b39cd1040e5", + size: 4371936 + }, + [990]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/60ea953f-e34d-4901-8551-5beef0f92ae6.bin", + hash: "73190d591f11ddc33ba262a3e7a5ff72", + size: 4213536 + }, + [991]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c8e8f556-91e2-4883-94e4-28604c3f5f3c.bin", + hash: "e78c57d79876a1c6c6b8dfbd3a051103", + size: 4239712 + }, + [992]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/703a3d1a-9be4-458c-85c3-89fe019619d3.bin", + hash: "ab25b6157332dac9bb7b0368e6672f13", + size: 4107136 + }, + [993]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/04c2539f-7e2d-44eb-9bd9-4c2a01c0c284.bin", + hash: "48f1c13e710c272def8cffa5a14b3853", + size: 4223296 + }, + [994]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c1c8604a-f55f-492b-b304-ebf06ae71109.bin", + hash: "9c62edba25cafcf30c689c111623c294", + size: 3912256 + }, + [995]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a305ac2d-4348-437e-9d7e-32d6b264dfca.bin", + hash: "85de33a37ddb3bbbde5a2311f87b038a", + size: 3890432 + }, + [996]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b4a03f86-0bb5-4a8a-80ea-3afac643ad74.bin", + hash: "7df2a416b3991c0130d7e95a685c2184", + size: 4572448 + }, + [997]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b1ff56d1-8554-4722-ae83-a26db81715c0.bin", + hash: "8ac966105b29bb322d951009599f3db1", + size: 4204704 + }, + [998]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2408af39-5db9-424b-a3b2-1a343bdf12f4.bin", + hash: "0aa6b9cad0ae165a4a4d8ca6ed7e217d", + size: 4503648 + }, + [999]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/04f35a52-8096-4e42-a774-4b4a98b3c690.bin", + hash: "8dc40a1ee17a84ca151f6a693b7121b4", + size: 3365344 + }, + [1000]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c2cb677b-b801-40ff-b868-ebdd145b861e.bin", + hash: "36141f676385b0313924535ed3fe2fff", + size: 3740896 + }, + [1001]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/45486cd9-9a6e-48d6-b188-5089dc13c515.bin", + hash: "73550f620fdcbc559f692bac54523615", + size: 3700800 + }, + [1002]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aef09c69-5bc0-4cd8-a6f5-b0d627027f8f.bin", + hash: "af4a8acd9706f1fe6efad04d67629391", + size: 4070208 + }, + [1003]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43a15ca6-c0d3-4c58-926a-f201ab7efb0b.bin", + hash: "6fd4eddc9782f1513a5a7fcf87332c22", + size: 4327168 + }, + [1004]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/db1ae199-9040-4ef4-bca3-58964858bb52.bin", + hash: "47cd4c8c46c46089a7291cfe26eb474e", + size: 4308864 + }, + [1005]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef65fa05-0db9-49b8-9bbc-b839070e1c02.bin", + hash: "a4e3c01ef58602ea31939ac3741320b3", + size: 3441248 + }, + [1006]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cd16652a-876a-4ad1-8f6b-3c960b25ed13.bin", + hash: "ea2aa32f4e3edfa602f4768bb1133dc1", + size: 4435584 + }, + [1007]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4082df74-1cf9-40b7-bdae-1fe7068375d0.bin", + hash: "0f4a8d987bf5685c050ccec63db33e19", + size: 4359264 + }, + [1008]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0dfa121b-c10f-499d-a125-ab26c634b239.bin", + hash: "f7f9fce48c6f148576ae82baf84b2222", + size: 4329632 + }, + [1009]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a9973b0-9503-4468-927e-5cb8d2d94bf0.bin", + hash: "dca2e7b9a3ba459547bdd44dad9487b8", + size: 4220256 + }, + [1010]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/622ddcbd-61b6-4ba5-8d1b-eaa337118167.bin", + hash: "3d04f362fc55cf56ba53942d8364d2aa", + size: 4007488 + }, + [1011]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/94402323-1ae6-42d6-bd95-811b27608457.bin", + hash: "15ce30f4fd42703f6724176ab3dcfec5", + size: 4538432 + }, + [1012]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ad656110-2e80-4f2d-86af-06efa5e2b379.bin", + hash: "94e343a08fdfea99689f177ea5198976", + size: 3626880 + }, + [1013]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43895b30-f6ed-4022-a907-4154802084ee.bin", + hash: "3abde7a35670fbd303a70d0420b0a166", + size: 3986976 + }, + [1014]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7242dbba-a142-44d7-ac87-596e642d0119.bin", + hash: "d7b9e8812c4d8ead244e86938d95e4b6", + size: 3510784 + }, + [1015]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/513b55ab-ce62-4e59-8366-3dd922c13abe.bin", + hash: "bedc3d9d18acbdf0788a0e7b5f78d021", + size: 4007680 + }, + [1016]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e685311e-fdcb-49b9-af30-130d8865ee82.bin", + hash: "143578c28851f9cf09b900a3833bb905", + size: 4167456 + }, + [1017]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/32fa4694-8ccc-499a-ab14-ba0ba153b153.bin", + hash: "5be871d058d564e3727db7615df86ff4", + size: 3991808 + }, + [1018]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/30d8b0ce-ce71-4644-8462-c2fc5870bcb9.bin", + hash: "1c6e75fb9d4ba6276ecb73e797538b1e", + size: 4509568 + }, + [1019]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43951cae-3556-40e8-9214-f756a7c22878.bin", + hash: "b8e6f2a60d66a4bb1f9ecb85425f21dc", + size: 4203072 + }, + [1020]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/84a8090f-cbb9-4632-95c3-33406fa11864.bin", + hash: "4cfef4cbdd33c34dfe92088f50c66188", + size: 4141984 + }, + [1021]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d5963451-1e14-4dc3-bde1-5a9c72bb7be7.bin", + hash: "ab2a350452cd7bf914fcf78b399443f9", + size: 3835616 + }, + [1022]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf296251-68cf-4497-94c1-b2dd4ba02f14.bin", + hash: "cb65c4bd14371b475f4c1b23d0a0959f", + size: 4429568 + }, + [1023]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4e8ead37-f04f-47f4-8066-323d8c53e670.bin", + hash: "c38899c34354226864844e35b07b54fa", + size: 4137728 + }, + [1024]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdddd1a3-2dcd-4ccf-9ecb-01e5f828b47d.bin", + hash: "92d2911c3f4bbfd162a911017a06993f", + size: 3774240 + }, + [1025]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b99f981f-1664-4216-bb96-8317b3b5e5bb.bin", + hash: "ba24f73ac83cf955c4c6f2b1f9550a92", + size: 4480544 + }, + [1026]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d281fea9-7935-405d-b203-1f3696e91fb5.bin", + hash: "ca8e05e59ccbacc602f11ad62dda1fbc", + size: 4184992 + }, + [1027]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3e7651ed-5c53-489f-bb57-f10895b47b20.bin", + hash: "26aa49621405fa8a967aae57e68e106a", + size: 3859744 + }, + [1028]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/81991b8b-e2ec-4479-8bb2-b89dd4652dfe.bin", + hash: "7519a08fc6dbc23a83afbb323f9a6052", + size: 4030624 + }, + [1029]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7aefbd74-ae83-4cb9-9b67-0df28e0365fe.bin", + hash: "3626009f2e033280e193323911022c3e", + size: 4033568 + }, + [1030]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/baeda879-b24c-47be-9819-68c3dbeddf9b.bin", + hash: "c981e7d3d029072c59741640de85a9a7", + size: 4182560 + }, + [1031]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71c5aca4-f66c-48f7-8c68-62a19663f17f.bin", + hash: "3b914ac6621fff09f23f352f83e45d5c", + size: 4233344 + }, + [1032]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ebd5acce-aabc-4146-aabf-fddfaa28aeac.bin", + hash: "025bba6cae6002544c2f426555472f97", + size: 4253920 + }, + [1033]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf05bff8-29a9-4392-8876-a82bdb883990.bin", + hash: "05333f5b2dbc17fb38d0167e3b685f62", + size: 4294656 + }, + [1034]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/39b1447f-7f7f-4ecf-b8fc-cc66c8abddbe.bin", + hash: "a5333bece519123f3b6abdc388083338", + size: 4113472 + }, + [1035]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c75bb55e-3742-4fd4-a041-3b15a35c6a3a.bin", + hash: "d89ab3e2fbf7e91b69a8215a99e352b4", + size: 4388640 + }, + [1036]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a22dc40-dba3-4e20-9ead-beb2b0d3a9b2.bin", + hash: "1c5a573befe079b956fca75f05c21c66", + size: 3814048 + }, + [1037]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed0b2bb0-29d8-44eb-98dd-12cf5a806a30.bin", + hash: "38b14c8af9a4730fc8fca92c152b8d0f", + size: 4157824 + }, + [1038]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/480e76d2-8a01-4bf0-948d-6286c8704d34.bin", + hash: "fdf8fff19ec80138bb66ddad70f1bfe8", + size: 4322688 + }, + [1039]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5fd75d0e-4222-49fc-af2a-35aa6d1d3ce8.bin", + hash: "d5f9b34c55f6c70761b95c6d28f99356", + size: 4026112 + }, + [1040]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/98b47995-1e6f-4fa5-b1d9-d7efd6a1f9bf.bin", + hash: "58586388bdad8a89f59bcb820c675fec", + size: 4035616 + }, + [1041]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5d77ce5b-e3d7-44dd-922b-53881667b987.bin", + hash: "6ba7ed8acb6be8d6962a092d07906294", + size: 3891296 + }, + [1042]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d48ddc6e-3ec8-4c40-a4b7-680bc20eda7f.bin", + hash: "98d73dbe6e15bf4868a1b4724d70023d", + size: 3852448 + }, + [1043]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bed18419-2054-43a7-82dc-f8ffd4bcbbf4.bin", + hash: "84cfd1aa24f9f27c44db65962f94fe82", + size: 4348320 + }, + [1044]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d5db637-8f18-41b1-8615-4fd7bb1dc415.bin", + hash: "f20219a5abd64bdaaa1707e9133a4a6b", + size: 4089312 + }, + [1045]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6c7c236e-0a87-48fd-866f-6f013975e29b.bin", + hash: "191740610ecfe55670428f7c580b29ee", + size: 4319168 + }, + [1046]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2afe524e-8173-4d9c-94bc-ede4f3e574e4.bin", + hash: "5880fc9664e6a01b77d05644913927d9", + size: 4356320 + }, + [1047]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5fcbf09c-6061-4cdc-960b-99f65514bbc3.bin", + hash: "ee00840290303485725bcd32198f777d", + size: 4126112 + }, + [1048]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7b2e6203-1ca6-4860-a206-993183359a75.bin", + hash: "4ded7b85562c63767a487ab49c7a126a", + size: 4112096 + }, + [1049]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a76312b-2c93-43f8-a07e-62be488a9214.bin", + hash: "4e42261636fcb0520a18edf742b6b9ed", + size: 4242528 + }, + [1050]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/89937f0d-d0a4-49b0-b925-d7cf2a5c2fd1.bin", + hash: "b1adb123a9430aa5de1c106d5f4722e2", + size: 4202144 + }, + [1051]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b0b1401c-214b-448d-89ed-b5151e5098c8.bin", + hash: "f523df84b8086b53af037585af6ebb1d", + size: 4446976 + }, + [1052]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e6289a49-f749-4226-80c4-1f2f46e713ad.bin", + hash: "48d9f777f785fc0f6461119431098727", + size: 4810784 + }, + [1053]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75344268-a365-4547-8e2c-91a98d710aa4.bin", + hash: "d72fabc58e892eb2c97e33e190858c89", + size: 4336800 + }, + [1054]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba5e385c-f549-4819-aa8e-410bbfeff47f.bin", + hash: "1b7d7e167710688a6d9cf19e84542f2b", + size: 4375168 + }, + [1055]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f6036470-9290-4603-a73d-c4c10680e324.bin", + hash: "2938ebb66555a496cad26f1f3aeec649", + size: 4729856 + }, + [1058]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/01215f8a-ed61-4397-824c-a68cc48d1de3.bin", + hash: "09220f929b3aa1ee4ecf47794e980b69", + size: 4724992 + }, + [1059]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61aa264d-161a-4755-88ac-81cfad364fea.bin", + hash: "b683e879bb9b2365fd52fce476857677", + size: 4602784 + }, + [1060]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/46ad48b2-73aa-40b7-861c-f1755203c111.bin", + hash: "73b48095e8a292c67ce914e8d0b168b6", + size: 4873792 + }, + [1061]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d0270b6b-d04f-429a-bb2e-906498a7c3db.bin", + hash: "182be02f199a0488faecdbf45a1b79dd", + size: 4654624 + }, + [1062]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/05656bc3-7500-465c-8366-1db713b9fafc.bin", + hash: "b07fcb71f7bbb5f39357637b288bb994", + size: 5342528 + }, + [1063]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/06de4277-b56c-4f02-b84d-5e8f2a967ac3.bin", + hash: "b48c1c1d40f5570e2520b93de7ac5ae8", + size: 4560224 + }, + [1064]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d14229f-68af-439e-a059-b15715fd09c0.bin", + hash: "28aecd532af6f782cb08f4d38114c613", + size: 4487520 + }, + [1065]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1924e2fb-9716-4501-8812-a14e354511af.bin", + hash: "2cc03a019c2d7a6bbe508ec6633658ce", + size: 4236672 + }, + [1067]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7db615cd-e440-4f99-8e29-8dd9db8a7584.bin", + hash: "e09d3665699aea16cef9a1c19bc1b1cf", + size: 4373024 + }, + [1072]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3407f5b6-da95-43ec-98d2-2fddda61b717.bin", + hash: "1f0c4a132239383c204e226a125429dd", + size: 4623584 + }, + [1073]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c87d57b1-37cb-42c7-a8e3-b647a46a4565.bin", + hash: "636f5eccdeaa547a0535579dae52f976", + size: 4187168 + }, + [1074]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/81330794-af20-44dc-9fa3-09f8ecef8a04.bin", + hash: "298d1f52cfdb602a0cb640fe5a48e847", + size: 4053664 + }, + [1075]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ea434490-862d-45c9-8b32-4aa5efab51d5.bin", + hash: "b321126b85d07f8aeea134598a5a9bda", + size: 4436704 + }, + [1076]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eb3c95eb-4195-45ec-8875-fd58c64d8bc0.bin", + hash: "a3f10970801971aaf167708125244fde", + size: 4162304 + }, + [1077]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b2713d97-6675-41ac-9056-98795da991b0.bin", + hash: "ddc4b2fb35aa38eb97f6d200d737ed06", + size: 4682400 + }, + [1078]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1fa74b32-437d-4eea-807e-3f011e70959d.bin", + hash: "cad8d5e12ee4d87586108728759c2334", + size: 4499840 + }, + [1079]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/840c3172-12a1-4b9b-ac98-4ff89bbfaf4d.bin", + hash: "83cb996ba524adcdcd57b85825305f9a", + size: 4798016 + }, + [1080]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bd14bad3-4bd3-49b2-a156-e46d7ea14701.bin", + hash: "fe12cdde0ac9a93f690e42d810ccf0a9", + size: 4332160 + }, + [1081]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/166bc134-ccd5-47d3-ae61-4827a83e3fb5.bin", + hash: "886282c3b13ef5200c7d5905f27a1899", + size: 4104960 + }, + [1082]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c4978a49-4578-4b14-b1a3-f0ad4bf81bf6.bin", + hash: "8f61225d7ce68d4c6dd6a3becb849211", + size: 4476128 + }, + [1083]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/068cbab6-7c8a-48f3-9827-7d276497e2f4.bin", + hash: "2def62735121e7d943878c17e769c151", + size: 4331520 + }, + [1084]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c27a55f2-5dad-49b8-8f25-34a46c4e77c8.bin", + hash: "3bddfff357bac5a34a388bfd0b8afa75", + size: 4611072 + }, + [1087]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/16eb8340-e761-45f8-b868-5742caf3e155.bin", + hash: "95663b138beca792de314aa92ec01877", + size: 4695168 + }, + [1088]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/909e632e-7231-4ad7-ae5d-ce544df65f44.bin", + hash: "6664d26c7c707d7671e89d9a20e6e2eb", + size: 4193984 + }, + [1090]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/51f63fa1-ba18-4dfa-80a7-6c2652b5afb7.bin", + hash: "eb54a9350ec73e1227b6ac0dc83501f5", + size: 4118976 + }, + [1091]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3aa0ccd4-0b32-4fe7-9ab1-11abceba9fb6.bin", + hash: "289a0824b79fdade721515ebe66e1aac", + size: 4064800 + }, + [1092]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1bddce57-7cb5-47c7-b8d6-a2e58f954541.bin", + hash: "5de2788236ce8d92370da00c85842ea9", + size: 3550144 + }, + [1093]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b27c26f4-d6b2-42c0-9ee7-bf2b1cfc3951.bin", + hash: "3b15776a6124c661f719d9720cbff82d", + size: 4632800 + }, + [1094]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/445ae916-2c08-41c7-aa76-341e54ea1bb4.bin", + hash: "b133f5e3af611dab92830aaacd3eacce", + size: 4847648 + }, + [1095]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7501d14c-f216-4d21-b166-914e34044268.bin", + hash: "499ff7a70ec9432209e8fa6c577b8e56", + size: 3773376 + }, + [1096]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5d36a190-dc93-4214-80f5-ebf961642cf7.bin", + hash: "aabf72b9c6713b64ba6b622c34390b18", + size: 3981056 + }, + [1097]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/191cc66d-312e-4794-95c4-e02f8506f237.bin", + hash: "c03921272eab48c3d43cad7092c936f3", + size: 4091360 + }, + [1098]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a29ebe20-ccb6-411d-956e-66619c29cb4f.bin", + hash: "6de49834079f5d41171ccf55b6ce4441", + size: 3714112 + }, + [1099]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c7b2b3c6-9bdc-495e-a032-502377f3bef6.bin", + hash: "6716084c80f4a7f5c06cfcde97441ae3", + size: 3953376 + }, + [1100]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b7047cbe-a414-42d3-a09d-9a150007f33d.bin", + hash: "9625958049e4801b4cd2a97b1c16f2d5", + size: 4630240 + }, + [1101]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/944cebc9-e4eb-4a81-9fb6-7c4c472f4a74.bin", + hash: "fd91f18ca550ce249fc9c1dcb2c40e55", + size: 4246816 + }, + [1102]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6a17db5f-e0f0-44f0-93a1-d96eaccacfee.bin", + hash: "192e2960463ca5856faf071d0d91f144", + size: 4372256 + }, + [1103]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1a29b55e-3edc-4e61-9830-c3327a18b598.bin", + hash: "e13c8d5ec8e265e0e1f36ffa3ea822d5", + size: 4988736 + }, + [1104]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/880ea3ec-330f-4806-bec5-b76e1a09e7de.bin", + hash: "efd4c7a65071512c2279de1eaddd2556", + size: 5194944 + }, + [1105]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a097c382-2410-46e6-be44-6f379e020db2.bin", + hash: "3670e118bd45be4b53ac693272f6626c", + size: 4015360 + }, + [1106]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b4c11e9f-17e6-49d3-b0b0-f35bd5181e12.bin", + hash: "caae1cb9ff2bef3c579168f59c056ea7", + size: 4210400 + }, + [1107]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e90733c8-53ce-448d-8616-c47fc95b2290.bin", + hash: "8817ef19b2fe5636056cd66ce70be5a3", + size: 4549920 + }, + [1108]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80ba404d-80de-4c52-8b0c-93f1b7343403.bin", + hash: "a3327a942f007912f875721eb62cb9e3", + size: 4852608 + }, + [1109]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fd0cd95b-51c4-4830-8842-b3ecb5538e82.bin", + hash: "131424974ecc0e8a58243e7ac4df5aaa", + size: 5455808 + }, + [1111]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/00341e26-5fd2-4878-9b8b-d35eece869b7.bin", + hash: "663571ee45c47b0f0a60446ffc95956f", + size: 3420800 + }, + [1112]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/080436b2-1fc5-4837-9189-dca980d1b7ae.bin", + hash: "a8193ea6d123e61b362ce07f21353e5c", + size: 3826944 + }, + [1114]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80c48f14-f359-4e5a-88e2-785e3bafe62e.bin", + hash: "f578c217d9e35772e8eff38803b26dba", + size: 4553248 + }, + [1115]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/35d6cace-9079-4911-97ee-caedc135c1d4.bin", + hash: "1f5ce478cd714af5f6884eb25133d737", + size: 4205664 + }, + [1116]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4cda5675-a2f5-4bdc-a83b-9ceb07a78a10.bin", + hash: "b68c1ed3e114f62d395665724ad2b9da", + size: 4066080 + }, + [1117]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41828035-677b-4808-992d-d374d8ffb030.bin", + hash: "6c4349be3b6b02a50d2a2af1ff2e2ee1", + size: 4570688 + }, + [1121]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9d6e03e0-d3ed-43c8-803f-de58f3eff96d.bin", + hash: "4172247fa3e72eda58c32a2c4468ef12", + size: 4601568 + }, + [1123]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/938dbffe-f4cc-432c-a1a8-ba528c0307f3.bin", + hash: "0920d2fa00bcae736c035d5fd9a5402e", + size: 3323168 + }, + [1124]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/40a57d7e-1229-4619-91cd-536ae7646a05.bin", + hash: "5840d5d3c0815fdf843e1ba9620867ab", + size: 3290496 + }, + [1125]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/da02f2a5-0e02-4998-b8e7-3f20c32fda77.bin", + hash: "929050f6617cf30bce13d07ca17aeadf", + size: 3207104 + }, + [1126]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b9ae52b5-55c8-4092-a2b6-b763b32610aa.bin", + hash: "78e6d9d8f29e4634bca1b3b0880f8a67", + size: 4084192 + }, + [1127]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1fafc2c7-eae0-444f-a9c7-8d5eba4e22ee.bin", + hash: "d4b356c519268496a76d22fea22e719d", + size: 4135744 + }, + [1128]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2edf839f-a196-4ce7-b0b8-957dfd67a1a8.bin", + hash: "f2723c7f226107b1c25b19e25f149232", + size: 3220320 + }, + [1134]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ebfc3216-381f-4d5a-b3ae-a464c1605d9b.bin", + hash: "e22277332bd7568a1ca3cb13d845b612", + size: 4727744 + }, + [1135]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dd2b5bcf-ca57-4a71-8ce8-de25f221e71d.bin", + hash: "1452d9254d241d577c738b75702e47f8", + size: 4154208 + }, + [1136]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/48f0b70c-f235-4660-9305-c7b6a11b429b.bin", + hash: "63e7dfea397a12e391d9557086602334", + size: 4832576 + }, + [1140]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/50f974d4-2433-45aa-bb27-cd89a506aa65.bin", + hash: "6b11935cb5c64172ddb840fa0cf28c31", + size: 4470624 + }, + [1141]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdfb5d92-945f-49ad-b59e-0687a08fa6d4.bin", + hash: "511a0f981445daa4e7962814c9686ba9", + size: 4734560 + }, + [1142]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fab09eb3-3665-4a9f-88e0-683c96773379.bin", + hash: "8f89114540c790ea65bcac629564623d", + size: 4342208 + }, + [1143]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61fbb838-5c3a-4d4a-8d1e-03ff18d3c02e.bin", + hash: "1ce1fd8fc8a3263753d8d4d7629d747f", + size: 4309760 + }, + [1144]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/abfe0acf-6def-456b-a31f-960ec2437bf2.bin", + hash: "47734b5c1bcd5ad86a69520e26aa72a1", + size: 4341280 + }, + [1145]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7a935774-fb5c-4367-b7f1-e38a4aa745b6.bin", + hash: "a39eac23d10b15c34edca3f67d799a1b", + size: 4102112 + }, + [1146]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5683e579-f066-446b-90fc-93e016b5d49c.bin", + hash: "5859935e49b50e51936a081ba4e2373c", + size: 3763040 + }, + [1147]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/847568a6-3fcf-4ac1-9f7e-1e4fb8ecc93f.bin", + hash: "26947281b4e86f53b0d5bea383205582", + size: 3887168 + }, + [1148]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2c278f3-ca84-4ebe-a301-c37fe514f219.bin", + hash: "61dae1e2ef14966a1784415e6b5cd260", + size: 18622400 + }, + [1149]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62d1e6a1-3d1a-4125-9f54-5f5e70e301da.bin", + hash: "92aef636c234b3d986159c18f3b73cef", + size: 4508672 + }, + [1150]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ff86a2f-7a1a-4e05-98d2-60332bcc39e2.bin", + hash: "c5ade8d602f79ec24df7c30e3db309da", + size: 5130336 + }, + [1152]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e3a48236-1100-407b-95e3-73c7bbaafc99.bin", + hash: "e3e67cbd71c717122f3c342a1c7e7def", + size: 5359232 + }, + [1153]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d1f3f8f-d0d5-4ad6-883d-938b9baa98d5.bin", + hash: "35b3dafd4d6c06902ab4f911c9c2d9ff", + size: 4275968 + }, + [1154]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/006150f2-9a10-478c-bb02-fd2f7db04d4b.bin", + hash: "90a95554fe42d41d301449787fb8958b", + size: 3792992 + }, + [1155]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dff22736-e028-4b99-8847-4eed20f74be6.bin", + hash: "a2cff3227eb1817167a3e2da8be1175f", + size: 4093504 + }, + [1156]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61738a7c-9f7c-453d-ae93-87c14e5eaa28.bin", + hash: "e32b0ded2f12fb3885fac0d91e2f85d2", + size: 3945152 + }, + [1157]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f980afb8-c3a3-4ced-bffe-17258ed73ac3.bin", + hash: "788b22a350ce299c80f823335193b384", + size: 4323392 + }, + [1158]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/08ddc88a-b0fb-4f40-851d-e723951e573e.bin", + hash: "b6d033ff27630702a835f594c97ad4d2", + size: 4297824 + }, + [1159]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7d26530a-a514-403f-9260-38ae950507c5.bin", + hash: "5b84fd6d60008eb94c00b548b2381ff8", + size: 3807776 + }, + [1160]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a0438ed3-69d8-42d0-b590-4389d33f89ae.bin", + hash: "81c8e8bb5e96389f18bc85c6dd158ce9", + size: 3505632 + }, + [1161]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/36b00b19-f763-4e7a-a56b-3d055573b043.bin", + hash: "f6138cab8125e1d5480e3a4a8fd32155", + size: 3938208 + }, + [1162]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0003ef9d-1dbb-489c-b68b-76f058fb5ca9.bin", + hash: "46fa7f79f3d54fba98d6c0d92cf1fc1b", + size: 4385920 + }, + [1163]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3687c43b-d2e3-44e3-a62d-2bb67817f13e.bin", + hash: "f55827c5aa29f257e5ad3d71e4a074e1", + size: 4303616 + }, + [1164]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85d7b7ed-4ca5-4f2d-8679-d2c63d0198da.bin", + hash: "b8997115f9e4ecef9bd45dafc04d3d1c", + size: 4160608 + }, + [1165]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/987387d7-08fb-401b-ba3b-1940923d9d1a.bin", + hash: "49600bebe7ce97f1e8449d9eb3a03c6f", + size: 3748928 + }, + [1166]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2fde3c2d-e0f4-43c4-b816-34bdfef33c19.bin", + hash: "27db940ef056cc7b50f2ec009a0e7fc8", + size: 3709856 + }, + [1167]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ebf555b-f139-4dc0-b058-7daf3cf154d6.bin", + hash: "6a3bf9d7fff5d3ca27c78fb0f1d8ece4", + size: 4340000 + }, + [1168]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/92905796-e9fb-488d-baa6-8713ec498e34.bin", + hash: "720606ca2d54a5c32e87e5aefcf2034e", + size: 4073760 + }, + [1169]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9cbdc0ca-f158-4858-829a-99853b26fdf5.bin", + hash: "d34d67d9758be0b268f7f21d59c77216", + size: 3896096 + }, + [1170]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6cf86526-9756-4f6b-bfb0-377c92773019.bin", + hash: "445520da3068c3e46d0cc063f28fbe54", + size: 4085536 + }, + [1171]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4c03361c-e0f0-402e-98da-6f7ba4c31548.bin", + hash: "e2adadfaef07e3079c16ff563dfd40ad", + size: 4177408 + }, + [1172]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eb37084c-70ee-4f83-88e1-e607202c888c.bin", + hash: "dceea7dfb358b449bfe3a00b93a1c35c", + size: 4002272 + }, + [1173]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b30ffdc-adcf-4778-9fff-dfc9855abe36.bin", + hash: "d6ea2a4a137e0205d5bbadff4636cf9f", + size: 3704096 + }, + [1174]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38b820e0-06db-4dc2-8da3-1d4c19a3e004.bin", + hash: "3c7b677115b0147293e9060120a3b316", + size: 4197696 + }, + [1175]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/26e2df93-dcbd-4f78-8d6d-e61171d28e75.bin", + hash: "2c22353320118f8b564544c0c9d84fe8", + size: 4042080 + }, + [1176]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9af89b8b-ac02-49a2-8300-3476a1b97fdf.bin", + hash: "109cdd0da1a4e652922b720747decd7c", + size: 4365952 + }, + [1177]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7660d40a-e2ed-4dc4-9a72-d3ca1a74662d.bin", + hash: "fc3b5f3f1ce9bcbc03fc207dd8553556", + size: 4243456 + }, + [1178]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b6b3a66-7eec-49a0-9df8-8c48ddc4ba8f.bin", + hash: "6f16b8f6ba192d251ecd08d543a854e9", + size: 4550336 + }, + [1179]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf4146ee-e768-41ec-bf23-7164d96098f5.bin", + hash: "cfac584dd54fc39e25507e9dda3ac994", + size: 4206848 + }, + [1180]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0448e69a-0f07-4a09-9411-4fcb9e634e38.bin", + hash: "ff857a5e3bc17e12bdff8157c3787621", + size: 4082560 + }, + [1181]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38bdfc0d-4d0f-444b-a974-1a4538704fa8.bin", + hash: "ec561e935753bd41a13bafc42d578e24", + size: 4034272 + }, + [1183]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8930de91-8d47-4edb-9e79-56e6774f248f.bin", + hash: "b75496fcd08481cd296c28004587ec85", + size: 3693216 + }, + [1184]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/07d93226-9262-442b-9284-b74f307ef59d.bin", + hash: "c29d7c68cec41f90b8ac05da04502513", + size: 3897536 + }, + [1185]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6953f1ad-0002-4e83-9460-fc3750518ffa.bin", + hash: "6d750019933ac535469491ecabb06c1d", + size: 4460480 + }, + [1186]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5aa097c1-30a4-4bf4-b535-48a71ce62d41.bin", + hash: "9263619ef30cb2a6758629e44d719083", + size: 4090208 + }, + [1187]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80fd25dc-53fa-49bd-bdf8-62d2578ad1ab.bin", + hash: "94bfc93427c96be944bb51796e36cac5", + size: 3984416 + }, + [1188]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/45838977-8bf7-4985-8482-4f2fd5609fc7.bin", + hash: "c433cf31564754bd9d9c9f3ee14302f9", + size: 4164800 + }, + [1189]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8bf888cb-7dc3-4ea4-9af8-e5c811bcee7f.bin", + hash: "f157b8d439f80cac1fb72afbdd1d6864", + size: 4416800 + }, + [1190]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eeb21847-dacd-4a95-993a-b29d21350a73.bin", + hash: "231bdbbd0efd815ab32601a47911abf2", + size: 4484480 + }, + [1191]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b7910a9b-3990-48e1-9a51-931508d0be0a.bin", + hash: "2c7620d445c801aba85466452648e6f5", + size: 4553216 + }, + [1192]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/807a063c-ed86-474c-ba19-b21cc68350e4.bin", + hash: "1399f5ccac1bbc33a6d8f796ae8cbbcb", + size: 4086400 + }, + [1193]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8b463f66-8892-40b8-94b6-8138e49578e2.bin", + hash: "9da90b2fd5b7c42938ff406b5c579e8f", + size: 4387968 + }, + [1194]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e762df87-9452-411e-ae60-2d68c5e27dab.bin", + hash: "8277c68a83ad85eaecef20fef176821d", + size: 4201248 + }, + [1195]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9a762298-fb9e-4be5-bd11-a573c04033b1.bin", + hash: "2a4407ae1b4a03aa02329c507703c0d5", + size: 4487264 + }, + [1196]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0c5a5001-14d8-4f2b-bade-b34cffbbc932.bin", + hash: "1a4b8651b79371c4d7e5c42d9514d2f1", + size: 4113120 + }, + [1197]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d94286b-74be-4840-94d5-5f98f4dea3c9.bin", + hash: "26019fc425f34189ac4e71a0b6f4f90c", + size: 4358784 + }, + [1198]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/48ef02a4-086d-4539-8e55-18bf39ac3dda.bin", + hash: "93195b58fd5f1a462a16b4381eba6383", + size: 4203424 + }, + [1199]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6a88f4f5-a8e7-45aa-b740-fae2b0d18cbd.bin", + hash: "ab4a7ecd9bef92ef6c7790a901dd9db5", + size: 4304384 + }, + [1200]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/16625c1c-b4f4-49df-96a5-1b3574ac0e4f.bin", + hash: "fd1755f19ade1c061978f37601ddd799", + size: 4260992 + }, + [1201]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/828876e3-b0c2-415c-b7e0-d4189592c6d4.bin", + hash: "8c50d7c8c953786d6fcacc719a973b2d", + size: 4192832 + }, + [1202]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f28c0f86-16ef-4e76-9a31-dbae27314ff6.bin", + hash: "f3a7c3b76b6c3e163ba654d4b4393481", + size: 4220128 + }, + [1203]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a72e44c6-79eb-449a-8c3b-7970a7ae2f52.bin", + hash: "cb2d025be6d763b06179cd67b1ee09b8", + size: 4225120 + }, + [1204]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c2fc9076-4d3b-4a1c-9f42-92228d1403a3.bin", + hash: "3a0117ed2825a87d3c4dcfee349f94fa", + size: 4248224 + }, + [1205]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d8e19492-931b-46e5-b94f-41f9c626d2ce.bin", + hash: "e573ae99ba8119b19882962433aab373", + size: 3942464 + }, + [1206]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c019c159-cc29-4346-8a8a-61c9e473fdd6.bin", + hash: "5728bd7dbbc04ed9b164b09a630e7eaf", + size: 4334272 + }, + [1207]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/637c5517-b122-4484-9fb6-d626c5ad37f2.bin", + hash: "371039f75e30797bb8fbc97108ac04d9", + size: 3996864 + }, + [1208]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/83862e7c-b35a-400f-85da-7bd05f9f51d9.bin", + hash: "d7d22ad7128749959185dc8502c280e4", + size: 3873952 + }, + [1209]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4d418a92-0c7d-46f1-943f-cd8a63090b7e.bin", + hash: "50b152d07845bc6abed086af6afae968", + size: 4264480 + }, + [1210]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d334d2a5-37de-4419-93f2-706394ec12df.bin", + hash: "a094879363ce240aa722ca6cb045462d", + size: 4215712 + }, + [1211]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4845322f-79ef-4f5a-9060-4d045e445419.bin", + hash: "7d895bdb86b7af8885ee66d6a0dac7d9", + size: 4101472 + }, + [1212]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/201c4f40-e544-4a0c-b556-d120bbceefd4.bin", + hash: "f62d1befd426c82ad6798c7aedd971e2", + size: 3799744 + }, + [1213]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a17a002-5c69-4cd4-b142-1d37c021c71b.bin", + hash: "b8e9ebc0ea36289a7a0d0345cb03f866", + size: 4337920 + }, + [1214]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b15a7e51-ec8b-46df-b97c-928d9f2c74f7.bin", + hash: "fc05d35eb045ee2236e8f5c19cc61894", + size: 3951008 + }, + [1215]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5c97c73a-5279-4934-a7cf-55838db83d97.bin", + hash: "fe1d070e3fd3a7206b9159cdc7c3a0b5", + size: 4197504 + }, + [1216]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3e1dce73-17ec-408a-8a6d-fa7f3230f388.bin", + hash: "91bb8b6440f34f50d63f5692e2994751", + size: 3891520 + }, + [1217]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c8282baf-ce02-44f0-b88d-0271ee771d1b.bin", + hash: "82da408399f6a8880079b9211ce0ffd1", + size: 4065152 + }, + [1218]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/638ba334-f329-4184-8dc6-60b2c2e9f7b6.bin", + hash: "5066d0f4273bdb3789539ab62d7213a5", + size: 4368672 + }, + [1219]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2919dfdc-a1d5-4b2f-ae84-6d95cc44b5c3.bin", + hash: "47d4765a995546c5324aa1fbe18d05f5", + size: 5056096 + }, + [1220]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de830a20-c750-4933-96b2-39ecfc9f8051.bin", + hash: "60e3d23bbcee40bec7825812a7ce4f17", + size: 4700768 + }, + [1221]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8d338d8e-d8ce-4b41-834f-7fddd53dfff6.bin", + hash: "51b63a77d07fae357585a562ae1a5cc0", + size: 3572416 + }, + [1222]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/179e0258-6b7d-46f6-b20e-ac41e528e499.bin", + hash: "de3b2d7654fefa5b9c70d7eeeb38f3a3", + size: 4524320 + }, + [1223]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b275fef4-7286-4d29-a68b-8e8a57e8a476.bin", + hash: "1d5b5dc8f60d7a729da268f30dcd1d2f", + size: 4895328 + }, + [1224]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c86138c2-1588-4359-83ed-a2728aae1e91.bin", + hash: "c33070f0aba5c1fbae34179c0ae71e1b", + size: 4154048 + }, + [1225]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/35b9854a-d3c0-49a9-9f40-57f990c16fbe.bin", + hash: "8302c3a282832175f2ef6d05c96ea6f0", + size: 6939008 + }, + [1226]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e9dcad75-a2e6-47bf-9e5b-92f1856d0e6b.bin", + hash: "ceea64d7c41000c040d4670ef88dd81f", + size: 4153760 + }, + [1227]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/51002268-fbe1-457c-84e8-ea6740a7f8e6.bin", + hash: "e3ff8867152fcbe4697de8a0134a8525", + size: 4083360 + }, + [1228]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8f54f5ea-112e-4a6c-bc52-779fa871f693.bin", + hash: "5ede9540b72b16810838bff72a8214ea", + size: 4414752 + }, + [1229]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/97cd494f-47bf-46c3-8447-2b8c1239a02d.bin", + hash: "e845906305e51f7f6b4c2273d0a1ab4c", + size: 4251744 + }, + [1230]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/10f5c4f3-68c8-40af-8f1d-743acc75e31f.bin", + hash: "4a79a4b900e0bd052cee6ab261097341", + size: 3795520 + }, + [1231]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e97fb289-88ea-4b23-bdf4-7a4bd3700233.bin", + hash: "6bfb28efa1bac778db98e117c4d80b0b", + size: 3929696 + }, + [1233]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8b194ad5-89ac-4e5f-acf8-cdccb202007e.bin", + hash: "e8a56391af54744055c31ebaad2f1257", + size: 3853632 + }, + [1234]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c46e934-4fef-43c3-aac3-16f6cdcd9e44.bin", + hash: "8251a3c63324034e3e1bdad128fffa12", + size: 4148768 + }, + [1235]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/04ba961b-9720-4d27-8a39-544d744202b9.bin", + hash: "a4062d72f5ea5dea297bc4608f3ae48f", + size: 3982144 + }, + [1236]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ab3276f-b193-406e-8cae-442d51e8523a.bin", + hash: "bea7b8907971860da76884657e45a872", + size: 3893792 + }, + [1237]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/376f7f41-48d7-418a-afe6-a8088f0092ea.bin", + hash: "61beaafe570a21bb55fedc71cf98866e", + size: 4498816 + }, + [1238]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fc66ecc0-ed58-429e-a5a1-c4fffad1f827.bin", + hash: "3005a94193be80c3d1e8f9d7bb223c62", + size: 4076288 + }, + [1239]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dbbf2f7c-e9ff-4aff-a200-e87282b71b99.bin", + hash: "8ba0183f49428df3503c780ed7e15099", + size: 4072800 + }, + [1240]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c499072-38e5-415e-8427-7848ac4c633e.bin", + hash: "f0c2cc4b86859f8af65c58f54d3131b1", + size: 4517920 + }, + [1241]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/92eb31ba-57ba-4f47-8a1c-aee0d2c91396.bin", + hash: "0f07a8fa76af41e45f153d4aa0e91b23", + size: 4023136 + }, + [1242]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/23aed5df-0a41-480a-b6ab-285509a8dac9.bin", + hash: "b605b12082b2bb15f64d104c13a8ac04", + size: 4307584 + }, + [1243]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e56cb664-4f11-49b8-bfdc-d3be06ea627f.bin", + hash: "f76e2c31f5323cf0a9758cf55879554f", + size: 4264032 + }, + [1244]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f7e04ab0-63e5-46d5-a370-692dddf8fc93.bin", + hash: "22421c522caeffd6c8bb6979767b6b92", + size: 4369632 + }, + [1245]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5012f77f-900a-45b7-b277-1dc1153c0557.bin", + hash: "2a70124952e9276a796952b349133b38", + size: 3878304 + }, + [1246]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a498da64-b4a7-45bd-8bc9-e6741ee55bd0.bin", + hash: "12d5a259af862e9accd9130f293ccb3a", + size: 4500736 + }, + [1247]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/16cb3b22-500d-4d5e-b825-854d9b5bd25a.bin", + hash: "c0c32fb7087aa5ccf026bd3859da6d84", + size: 4494816 + }, + [1248]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/74d4ef1c-41e7-4940-a940-1de493e4c2fc.bin", + hash: "17062c720f0b331726f9cdfa3756e8b4", + size: 4089312 + }, + [1249]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f37f9e8-d348-4f9e-865f-b4ac608b1253.bin", + hash: "2df6ad2913687b343c2a15a3feab8f69", + size: 4391168 + }, + [1250]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2b80c1e-5afc-4e77-a46d-de06216a4b4e.bin", + hash: "59628614d36b2c28f1c56807a52f31a2", + size: 3838528 + }, + [1251]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4795841e-bebf-412e-b581-98ef80865646.bin", + hash: "c96f2a5fe205b8e325074037115f352c", + size: 3801824 + }, + [1252]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/53d97096-e6ce-4bd5-a9cb-0819556691a9.bin", + hash: "cf917c1ad121db0d22489c9f837098b7", + size: 4095552 + }, + [1253]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1dc9825-66fd-449f-957e-42bb5066f007.bin", + hash: "b1039b7ff14fb8ab1fd0c43886c0dd74", + size: 4234944 + }, + [1254]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/05a78a64-8256-4a9a-bb5d-8756f7d13a6d.bin", + hash: "0e3beb85ada3d85e54a701a7a42d23cc", + size: 4489056 + }, + [1255]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/727b97d3-57fb-4f47-bfef-bd3abb8e73a2.bin", + hash: "4caecf620e9b9612b8a0ef818c417e7c", + size: 4459776 + }, + [1256]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0521bbcc-a8c9-43d3-9801-daf761dbdbe8.bin", + hash: "5b61b7dbfc73fea01ae1f4f986302bad", + size: 4411744 + }, + [1257]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/59027a16-d52a-4373-bfc7-5994bb7611f0.bin", + hash: "d51db78217bbf27a043e4638624fb8b3", + size: 4527200 + }, + [1258]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c48dcff2-7e15-476a-b0cd-0b87e20cb2be.bin", + hash: "08802596a68d72b89f318982872f5813", + size: 4378400 + }, + [1260]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c33ae30-1b49-4855-85ce-777e26c511c8.bin", + hash: "1691a396777c24092673d8e36fbbcdfe", + size: 4428832 + }, + [1261]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b2c7c6d-0864-430d-9079-2b51e2e87eca.bin", + hash: "ae065f1117a3ac92b2db70e6c31b8232", + size: 4072000 + }, + [1262]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b0f0405a-b439-4856-8535-735f924d1619.bin", + hash: "36f4129607ab48336b8bc3c62e823c16", + size: 4123648 + }, + [1263]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1f0bb74-7974-453e-80b8-9f0e1497b938.bin", + hash: "9072c9b0eee9f527b930b230619fd645", + size: 4179328 + }, + [1264]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/349a1fd0-73fa-4e9d-ad40-57c7f13e01af.bin", + hash: "a60791c098cc4be00bbf8b0fbbda2084", + size: 4332384 + }, + [1265]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef392ba7-45ff-4142-a8e8-46fa14d9e70f.bin", + hash: "767f392ec984acb59bc05204f29e9a00", + size: 4598880 + }, + [1266]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5ec505c9-f952-445b-9bd7-fa397c58864a.bin", + hash: "a73297bf534a1bcb2c1d7b620972f472", + size: 4082048 + }, + [1267]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/34a886d0-3e9e-4234-b7db-df536ad764e2.bin", + hash: "ba11fed2bd0b8df331470b19189daee2", + size: 3658080 + }, + [1268]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/caab4c5c-5123-4f6f-b35d-b0666e27eb81.bin", + hash: "5c04700c2a18cfd9b140fe866a4fa0b1", + size: 4191520 + }, + [1269]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de8cf88e-b06c-49ff-80f1-6d8a322950b0.bin", + hash: "c753056137e09743d00f5dcb9ee484cc", + size: 4270400 + }, + [1270]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/92e3165c-a0ee-4f3b-a46b-d90e6540b854.bin", + hash: "028c7ba2d1341635f305962c335748c5", + size: 4811616 + }, + [1271]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f3a10dde-ebcd-4cc7-9b73-3153f9f24b28.bin", + hash: "abff9548037d15b0b724c2ad51317202", + size: 4477792 + }, + [1272]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/159f1a43-cbbc-488d-a12e-52948be8799b.bin", + hash: "5f8bbd2be146c223ccad1856678a8d95", + size: 4466016 + }, + [1273]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/04f22156-f7ef-4473-b2cb-a430352d3d4e.bin", + hash: "eae23bdc8ff7a10d4d97aa788f83bd3d", + size: 3782240 + }, + [1274]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/981d1ff3-7285-4d23-a50b-22dfec638199.bin", + hash: "1b7666c0f2acdacb319c743e609fe639", + size: 4385216 + }, + [1275]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a7307f99-c0a1-4cab-811b-98e9dc799374.bin", + hash: "e6d45dddbb202ec93d25f257dbf45136", + size: 4240800 + }, + [1276]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae4ca1d8-3ce1-44b4-97f7-4cb8976e0298.bin", + hash: "9b6c28476dc8f909abbd494660a4abb4", + size: 3707936 + }, + [1277]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1cc9a626-6818-47f4-9dd6-2f115c5b9c08.bin", + hash: "a9d261374ee49346d50a9949c77df176", + size: 4363168 + }, + [1278]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e55fe80f-a39c-456b-b296-db0baf854df6.bin", + hash: "fac4700a87c86005c549ba3978c196d7", + size: 4528000 + }, + [1279]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f0896bc-60ab-40a0-aaed-405ccd7f360b.bin", + hash: "aee1337caf9bd048986b49cff60722f3", + size: 4221344 + }, + [1280]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/06a78336-af9b-47f0-937d-b344920ed546.bin", + hash: "54bc3000e7067fea92dcbe70f51b15bd", + size: 4388384 + }, + [1281]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/371193ad-8919-48a7-9d0f-152ad2b37dc2.bin", + hash: "27300225414533ab3ab20b6d94f5e3e6", + size: 4412800 + }, + [1282]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b6ac26b9-ecbd-4bc1-93f0-bf5c26dee594.bin", + hash: "b156e3027dd679c381cd9d82f7ad50d4", + size: 4220000 + }, + [1283]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/36c8e6a6-41ba-4982-b1d7-8066c23bea39.bin", + hash: "058bd2c05562cadaf8f5b4408aac1f9f", + size: 3012704 + }, + [1284]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb3e6bb9-41e2-4a55-b524-fb88b7d2fae5.bin", + hash: "529b5ecfb62ca80d7314f458ea6c662e", + size: 3737696 + }, + [1285]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/27b7e8c1-0e59-458a-b9bd-50157f398e7e.bin", + hash: "2fd71900d7bde2ea27768eaaaed6d33b", + size: 4217792 + }, + [1286]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/785fcd23-208f-436f-9d59-b4fe39e92be1.bin", + hash: "a9d8b5c50083974b8fb8de4997c40642", + size: 5011232 + }, + [1287]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/39776db5-73ff-4b24-97cc-67b6dfc00bea.bin", + hash: "c2b2adf786c602e6ea608a5646dd1545", + size: 4338656 + }, + [1289]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/29408e14-8bbe-4515-978c-93dac61a1a2e.bin", + hash: "871524c2eb2c2f4023f02d585cf84b9f", + size: 5090368 + }, + [1290]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c1c041c0-5021-4e12-a299-8a09f6cd1160.bin", + hash: "835f66776de4f998334b1142deeba5b8", + size: 4338496 + }, + [1291]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/441a735e-b434-469e-8b48-02d6d2530663.bin", + hash: "6d9bbc09f64e3ebc5065993705b7cdff", + size: 4918560 + }, + [1292]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/68e78a8c-dc38-4a59-b1ac-714c8e726d72.bin", + hash: "9ac51c5cadffda6236607317a90f8d33", + size: 4477408 + }, + [1293]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/793ebf92-7b7d-4fca-b619-09c1e07a6d42.bin", + hash: "b117c5b264c4c94c8aa8b5cd60dc0976", + size: 4300960 + }, + [1294]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9c57e879-9882-4028-a872-26090f8a5304.bin", + hash: "05b7df5d67fda2d5a36ccb2028705d11", + size: 4710624 + }, + [1295]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/30942280-0ed5-4219-9653-d635c37bc49b.bin", + hash: "e511871c4881b65e6c12e07e651894c0", + size: 4870144 + }, + [1296]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/37233568-9185-49d6-9f0a-976ea587b308.bin", + hash: "417bbf4948d1a2ec190f3ae80ef1a0fe", + size: 3995072 + }, + [1297]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76e90d0d-58fa-47ef-8ca5-5ef53c559cc4.bin", + hash: "1ea8958561290390a45e17824ecc8b4e", + size: 4345824 + }, + [1300]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c6b5931b-ffce-411d-a259-e30143b69d7d.bin", + hash: "be958e53c84a9a2a7c076ea8dde9b6d5", + size: 4409920 + }, + [1301]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de288447-5f2b-4f9f-897e-496cfd117847.bin", + hash: "bec304ffcd0ceaf4c3469dcf10d651f3", + size: 3986208 + }, + [1302]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8e60873e-8705-4ef7-8a6d-d729aa444172.bin", + hash: "6a40654a6e109365dae54d313af0f7f9", + size: 3721344 + }, + [1303]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7535a45a-53e2-4db3-843b-133c71d8cfb1.bin", + hash: "41cda07dbe13f44fe5b54b15455bac96", + size: 3910656 + }, + [1304]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/031b1511-39ec-4a8f-86f1-fbfd65ce190d.bin", + hash: "0a67db02057bd2b06eef9699f6f318ed", + size: 3873408 + }, + [1306]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf7dd417-145b-41a3-9784-115e9249d20b.bin", + hash: "2d5a6ba247dec7eae1392ee2880b8622", + size: 4077344 + }, + [1307]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/45f6e52c-259a-404c-9465-0440a0512db6.bin", + hash: "7444c8180d76aa1bf1eb2fc2d1683d4b", + size: 4754016 + }, + [1308]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c5510e5d-1569-422a-92f6-e30edf5d2643.bin", + hash: "37bb9d1c9402461e96c03d8ea8d2eddd", + size: 4484608 + }, + [1309]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/478fb057-3ede-41cb-b3a9-69bf7a0c9bc8.bin", + hash: "654422e4aaaee2ca9e15b2865753f8db", + size: 4323680 + }, + [1311]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/31c81134-8e58-4ebc-9b36-6bdd6104531b.bin", + hash: "e846516d83d7bc0b9cb2f3e177c56e10", + size: 4161376 + }, + [1313]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2fbda75f-34c4-4eae-8cfd-b4b5ea2ba51d.bin", + hash: "e7405da7bbbe388ca4ea88c2e24b0928", + size: 4094720 + }, + [1314]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe5d53a8-babc-4bfc-b266-47db989da420.bin", + hash: "f7a31a51c6979b0c6bba1e9991c20257", + size: 4248128 + }, + [1315]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/367be6c0-e08b-46c1-9f7a-c978229edfb7.bin", + hash: "6b7338752f00001351ffb39ebe5ab78d", + size: 4135904 + }, + [1316]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f3b4e5d2-d50a-4d94-9d23-ffe1a252cbe4.bin", + hash: "33142a9b91eb5b6b11cbea52a661647b", + size: 4524224 + }, + [1318]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d6af52a4-b478-4e75-a5e0-5d02a5799cad.bin", + hash: "92ad923fc2e307f3bd442b8ac49d38ac", + size: 4082944 + }, + [1319]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/37b0416d-e0c9-4397-b05f-90d4fcf06c63.bin", + hash: "29c12ef265a2d2a38bc37d59cf6af1f3", + size: 3841952 + }, + [1320]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/08476726-30e3-4885-8026-8f193f1ec3d4.bin", + hash: "8948167a8e88b72d166656b84c9b6913", + size: 4037472 + }, + [1321]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b831cf34-7f37-4e18-9835-4e7947571454.bin", + hash: "c418e417134b5093f2ec4d4f18aa9cfb", + size: 3952224 + }, + [1322]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f4663064-c28f-4d66-8a0e-bfd40b6a6f3b.bin", + hash: "f2beae2a54ca040a0ef46d1e746618a8", + size: 4500544 + }, + [1323]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/08eb43d9-6799-45fa-afb2-89542f289a78.bin", + hash: "68e46fbfe4c8d1cabf778504ba576e50", + size: 4357408 + }, + [1324]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38715847-9cbf-4338-aa78-4d250c5b2b1d.bin", + hash: "ecd9685c3ac94fc9adbbcc3ce0fa8806", + size: 4121888 + }, + [1325]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3addcb8c-c318-4aaa-8ea6-da606ae8de6a.bin", + hash: "6e30ad5db29da5e582c5fab74737dca5", + size: 4566336 + }, + [1329]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef1b8bea-7a04-486d-b84e-746aaa3907a0.bin", + hash: "119207347a206c3701a8b3699fd0f160", + size: 4313984 + }, + [1331]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/caed63de-ea74-41c9-867a-1a8838fdf685.bin", + hash: "8a5b91f74e828deb93af136e34a26672", + size: 4567872 + }, + [1332]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ca453ebf-daf2-488e-8e76-4c1d78626d0c.bin", + hash: "504136df6cbc900aa815df6bd6b6c1ca", + size: 4405312 + }, + [1333]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac7918fb-c95f-49f7-b0a2-76c45a423224.bin", + hash: "1c694d16b800a8433f25b735cdd57dd1", + size: 7785952 + }, + [1334]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/25751d59-64d4-4282-8b77-2698d2962520.bin", + hash: "2d377ec141cff17b9a9a5f9207fb658a", + size: 4533536 + }, + [1335]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f1bf6ee3-cb9b-4e70-a8a8-ec1b3aceb55a.bin", + hash: "150fd10c0261bf060c2f9cc72d5255df", + size: 4619424 + }, + [1336]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ff5a402c-c5e2-4477-aadb-24d4789d8e7d.bin", + hash: "d2e5f037f84dad31ea83f8e14ca26494", + size: 4278496 + }, + [1345]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5a8e4169-6fd3-46e2-a94f-0d68f09daceb.bin", + hash: "bdeb0a7cc0633fb42b1e3f1522e14926", + size: 4844288 + }, + [1346]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ab866369-8f39-4ffd-9f27-eb4164fa39a7.bin", + hash: "409e9fa6bb429b7db48dad7d329a4dbe", + size: 4228032 + }, + [1347]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1eb0c42a-bf6f-494c-8f75-700a2bc68964.bin", + hash: "e46ff516d9fe1f8cb0140f465118733d", + size: 4002880 + }, + [1348]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/87610cd8-d4bf-46f8-984c-d4e9c085bc49.bin", + hash: "94e9f3c2d4ea16837dd3b6ca87e9991e", + size: 4072576 + }, + [1349]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d708cf1f-4afc-41fc-a768-7fef3f9c9eb1.bin", + hash: "e76ed12bc806ef07e5b2c7d0495f2cf9", + size: 4713056 + }, + [1360]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75c70591-f227-44f4-bc32-13d3434a63c6.bin", + hash: "8524f9717c1b8a387bbbc01fe1bf16ba", + size: 5750816 + }, + [1361]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2b004f3-3b6e-4bfc-9d54-14189d12da67.bin", + hash: "02d5486c698208b09af6023fc966fe06", + size: 4503296 + }, + [1362]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ead4901-dbd9-4076-b32d-71c839589cb7.bin", + hash: "640e8339a79e35221c24bbe5de921d31", + size: 4505952 + }, + [1363]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c8bd314c-e3c1-4f5e-a8ab-2d461862ddb6.bin", + hash: "8653c57851e60b6f97b77a685f92d273", + size: 4546496 + }, + [1364]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62524923-3378-4987-9e04-00d41d481abe.bin", + hash: "7f11c4dd9adf305809442febbfea1d15", + size: 4192448 + }, + [1365]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/95623476-9bfa-4a27-bb78-ec692cbd5d15.bin", + hash: "011002c40ceb41840a3c1c1e7b0ef13d", + size: 4328192 + }, + [1366]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/382d7169-fe33-4e73-91a7-7a2ee15a2825.bin", + hash: "a6ac34db35a44a5dedd1ede376057ba8", + size: 4064576 + }, + [1367]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ae6ec9c-9d02-455f-9b6c-9e28933593f9.bin", + hash: "dfcc1c4e22b6c940a28d991fc18a8195", + size: 3694048 + }, + [1368]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/68d45e50-1a81-43fa-ba3c-95ef4ac7955e.bin", + hash: "87593eef7291bd85b493889fcaa30fc8", + size: 4495104 + }, + [1369]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f0196a53-1d9e-4acf-a036-e3f741cbc780.bin", + hash: "2bf4b9927d877458b05e77a144e8c190", + size: 4262880 + }, + [1370]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/707e02b3-a9c0-48a9-9cc6-0820c7fe5975.bin", + hash: "e36c24218eddff3b55e5e2d8196e0102", + size: 4328800 + }, + [1371]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4315cb8c-092f-459f-8d4e-bdd8f4ddaffd.bin", + hash: "b4af882b6ed4b6cde11329ea39b12ba5", + size: 3529856 + }, + [1372]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a6f68555-e6f2-430f-b268-a7c1e3b8d344.bin", + hash: "e12431bed523ac28c19aaa2d36582263", + size: 4093824 + }, + [1373]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/13697833-1c80-454e-8e95-1504fdcbfb49.bin", + hash: "096b3c771be843c48627f1eac9fed782", + size: 4428704 + }, + [1374]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b03f2f5b-c47c-4633-a496-4e32efe85362.bin", + hash: "f33f0e0bf752044987d20819330db8b1", + size: 3975104 + }, + [1375]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d48fd75-9c4d-4192-b145-69be532c709c.bin", + hash: "e9d6ed33e3318990e18c98debba48f56", + size: 3649536 + }, + [1376]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed338e67-70df-4405-8081-010268c5eae9.bin", + hash: "955b512f76a43371dbc12ebf45325e6b", + size: 4199552 + }, + [1377]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/34395769-2dc1-470f-b79f-7a0f6b9fb48e.bin", + hash: "9251916089b73893ca777e7a3c289bce", + size: 4358656 + }, + [1378]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/59a8a367-6d8f-469d-b9fc-c9cdf17f1e1c.bin", + hash: "39091807e19e7a923799cd35e6b56c19", + size: 4491040 + }, + [1379]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/717af20e-a56d-4382-afa4-fbc5c7f5aff7.bin", + hash: "75208b657eb5184707377d961ae421e0", + size: 4236256 + }, + [1380]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4df1a0ac-1ea6-4392-acae-82f060930478.bin", + hash: "eeee4dd1a246d1f407ee3a8bf5148ea9", + size: 4105408 + }, + [1381]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8767ed79-1f79-4005-b555-29400d1e44f0.bin", + hash: "79e01e0557d908dd8c68ad30db4f856f", + size: 4014848 + }, + [1382]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4eb7caf9-6f97-43f5-8c75-ec64cf2fd2b5.bin", + hash: "1580892f5e88a4ebdfb924c8ee65eed3", + size: 4512192 + }, + [1383]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/463fc2fc-e6d1-4d5e-b91d-846111ada376.bin", + hash: "b63e8443c153b43821198c738cf55064", + size: 4252192 + }, + [1384]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3f92a579-4b97-4a4b-8d18-ca53dfad9ebd.bin", + hash: "237f6613dfc4ffd9430364209afcec28", + size: 4344736 + }, + [1385]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9cd9afa3-831e-4cd1-a75f-c4f057a7be22.bin", + hash: "49b3a76220f94eac2d27693a7d4fdd45", + size: 4449344 + }, + [1386]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3efb5e04-32ef-4431-a73f-afd40bc61ca2.bin", + hash: "777b75543a204866030d6ed93b13a5e9", + size: 4299104 + }, + [1387]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ec6186b3-fb04-4bc6-b147-8cbe04291c03.bin", + hash: "40d64b7b707000bc87bd5a0da3450881", + size: 4196832 + }, + [1388]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/25ddd14e-9fb0-420b-a7f6-6dc4fc0ef539.bin", + hash: "b486d988af06badf0d62623ea25217fa", + size: 4015296 + }, + [1389]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee14b36c-e1c1-471c-97b6-b1231e052f85.bin", + hash: "12ba9ae43c2ebe75c80381630ce04b5a", + size: 3932352 + }, + [1390]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5282cdf6-2b83-441b-98f5-e54fdfde25cf.bin", + hash: "fbaf4cd8804d8b85e6e65b1da6da0a56", + size: 3997856 + }, + [1391]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/921c5174-e528-426c-bc42-ac596bc4dc5f.bin", + hash: "ad88bd2197e6f46d26abbd9c757766d1", + size: 4174464 + }, + [1392]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/98b10fb8-6607-4563-b241-0e0dfee194ab.bin", + hash: "6b61c4f83d12c0448d66cd728597ef42", + size: 4270528 + }, + [1393]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1aca6689-0c5f-492e-9bd3-ddb2783bfad1.bin", + hash: "1ff7b81a8cd58942e554032e7ae7bebe", + size: 4220384 + }, + [1394]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9ca641ee-497f-48eb-8adc-418b72a8c66a.bin", + hash: "7ad3fd135d4a9856b3859aef6671cff1", + size: 3501312 + }, + [1395]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a6b923c8-d509-4ca9-a8b4-0bfa8fb4cc5b.bin", + hash: "3f42a3416c53074b085f838aec04594c", + size: 2965056 + }, + [1396]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aae9c5c4-9930-4e85-b93f-a70d00a2a66e.bin", + hash: "5052bf1371d43106c121a56f799bdc2c", + size: 4301632 + }, + [1397]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62c0d674-b505-4751-95bf-6b53e6bda43a.bin", + hash: "cce83231fe074d3bded758c714d46c4e", + size: 4159520 + }, + [1398]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8292d286-5273-4a15-bcce-0f201dc9d13f.bin", + hash: "cc6e995a02e6782fd183c661b2fada54", + size: 4093344 + }, + [1399]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4900439c-6a68-4bb0-9c72-e96146afe7c9.bin", + hash: "110dcc221163b33ff1fda152f5ec2b66", + size: 4099232 + }, + [1400]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ac02d01-425f-48b5-b107-841382503b69.bin", + hash: "6f95af91241de7289279e23f54958201", + size: 4113280 + }, + [1401]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d5536cb-a1ff-40e9-b65d-d24f3065708e.bin", + hash: "edf6af9751abb28477382d31f82b28f6", + size: 4268928 + }, + [1402]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bd61b8d2-139f-4b8a-8ff4-a10856624c43.bin", + hash: "ace484b876c0d118adb6d5778e08cc80", + size: 4313440 + }, + [1403]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/78e5e2e6-931c-4b4c-afc5-96bd83e44c9c.bin", + hash: "eaafd6211410641f01ddde033ff4eb9e", + size: 3907104 + }, + [1404]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a44e5d4e-9b6b-4faf-b0a5-a39539fcce9c.bin", + hash: "db0447eff64d74f65464e939d85a3fd3", + size: 4443616 + }, + [1405]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/984cbd35-7a1f-4e39-b45f-c6bf6f87fce8.bin", + hash: "fe4bfc9b8f8fdf82de554dd9905e10d6", + size: 4267392 + }, + [1406]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d7ba15b-6bd4-4c58-a222-440a40d85ab9.bin", + hash: "ac41494a709868a60859b65808111c0e", + size: 3693568 + }, + [1407]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac0fc28b-3ffb-4c04-b7e1-c1ec64a326da.bin", + hash: "9ee6b612763ca72245b984774a35805a", + size: 4287712 + }, + [1408]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e170d118-3e9e-4116-a92f-2f1dfe96792c.bin", + hash: "73cf913724b88e928c29986b12d0c023", + size: 3748224 + }, + [1409]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62bcfcc0-aa86-41a5-8ac4-2da09ca552f4.bin", + hash: "22afcf4c29f706858a4da6e12f7c439d", + size: 4107008 + }, + [1410]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41641ecc-540b-4113-b652-39f2b52ff205.bin", + hash: "1932a465831df5349f1c39c3e263ac63", + size: 4015776 + }, + [1411]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed099b1d-b22c-42e2-9439-8ee2a3f986de.bin", + hash: "ae1d05cf767887c8f79301f9c1003a0f", + size: 3920800 + }, + [1412]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8eb8b6db-ca71-4a2b-a812-56ec3bddd63e.bin", + hash: "d31845ad98b755ad953ff5a929cec304", + size: 3994208 + }, + [1413]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3161a5eb-9259-436b-b778-6a53676f3895.bin", + hash: "eca7b5e1c9abb4ce499c0b26481b5c9f", + size: 4043072 + }, + [1414]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/58986e74-37e9-408e-b67f-82375e58e752.bin", + hash: "919a92a7a7efc820e59184dd73170c40", + size: 3772672 + }, + [1415]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bd06f998-2b56-4164-a82a-0aa878fe3a16.bin", + hash: "faca9b2b40ddb5f97a94946234434a6f", + size: 4276224 + }, + [1416]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2e2fe2c-bbaa-45ff-92ae-de5aee022df3.bin", + hash: "7104564f15b7b44b72874fb55a78534a", + size: 4161664 + }, + [1417]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb854f3f-d582-4daa-a2f3-79e297b23e54.bin", + hash: "a70002a9297718e89a896f5c0fe0ad0e", + size: 4356512 + }, + [1418]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5988dc7d-d04c-40e2-8896-104286fb9a64.bin", + hash: "6be65eee264330a63a76ac5eb26e734b", + size: 3686464 + }, + [1419]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e914e8b6-fdcf-41a7-8f6c-2c7b01c2abc2.bin", + hash: "33be596b8f07ae8712f383f57aeb02aa", + size: 3740768 + }, + [1420]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3511744e-245d-4ab7-84e5-f9718eddf4e6.bin", + hash: "bd3a071c8b893c12de7683b0b28b1f2d", + size: 4314368 + }, + [1421]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/281ed907-ba4c-4801-ab7a-52b6384d4826.bin", + hash: "0c1eae76e84e0c9909cdaa7e0b88c4bf", + size: 3899904 + }, + [1422]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0751b208-84ae-489e-81c8-7880d1cdd507.bin", + hash: "87cce5fa839e86afdf1330d67a328260", + size: 4185472 + }, + [1423]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fd87074a-538c-48e9-9dfe-739828c3e5cc.bin", + hash: "05664838e30a1b1dd29e7faf11f6aaa8", + size: 4206720 + }, + [1424]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f3bb16d6-20c0-41fe-8084-146e381a9d99.bin", + hash: "ff9897598002e0b668bbf1278a45e429", + size: 4013760 + }, + [1425]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c52cb1fe-d445-4b0c-aa7a-5cfbc44bcc6d.bin", + hash: "061bd7c5c3ea0077a31e11df5fd3597f", + size: 4216544 + }, + [1426]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b97948fe-9637-4cbe-b185-5086b260cfae.bin", + hash: "5109095ead642c791ae3aac917ec57f3", + size: 4378240 + }, + [1427]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/43449552-bbd0-4196-8a5c-6e3c2c76be56.bin", + hash: "88c7c26a0e7873c306d60d1f165bbf3e", + size: 4272768 + }, + [1428]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a68cd999-5f6e-4f65-86e4-7afd6fbed003.bin", + hash: "45a322e6575460537854f316ff09ab6a", + size: 4359264 + }, + [1429]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a218f40c-b9b3-4bd3-ab14-51dd0267572a.bin", + hash: "8ebe9b78eb63379963f8ee0234bc98a6", + size: 4259776 + }, + [1430]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/332a6721-4dd0-428e-9488-914a2566b52c.bin", + hash: "6fb2e5af99b217f3914834e401e6069d", + size: 4489280 + }, + [1431]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3519a468-76bb-4071-849e-0d124ae400ef.bin", + hash: "4a839724015e7373c43a13387889b1b4", + size: 4113632 + }, + [1432]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0fda2f85-1aed-4d2d-821b-f9af161bbe91.bin", + hash: "d527e8e82f034fdea23b5229ec90e2f2", + size: 4023744 + }, + [1433]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/674a9b46-7a0b-40ce-9b0d-8fcfa2edbc68.bin", + hash: "b0afc006afc3d1fa337f845b8f5ce92a", + size: 4136864 + }, + [1434]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f3ae51d6-08ef-47ea-b683-b757402c92e8.bin", + hash: "9dc837ae3969d981a2ea99d144e04521", + size: 4008992 + }, + [1435]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0be06752-8a9d-4a9d-b470-8c9c08067401.bin", + hash: "491605076923b3a0c961a607e3960950", + size: 4095456 + }, + [1436]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7144b3ed-6eb2-468c-8b9b-11ec6074def7.bin", + hash: "35012d345d167dd2710151e8a1d64ee3", + size: 4515904 + }, + [1437]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4d7a7225-9cac-409c-83c2-9b900fd93057.bin", + hash: "1ebb4ca89f16a2a7a940ca795734f396", + size: 5220416 + }, + [1439]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6ff5ed70-f42c-47d2-b488-ffba662fe894.bin", + hash: "c85267ecee6713eab221e9a2c4166d14", + size: 2398080 + }, + [1440]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a99fa479-a355-4acc-a95a-b17777a385ef.bin", + hash: "ddb096554b32d42a4a383bd1650058fc", + size: 3983648 + }, + [1441]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/72ebf57a-bb4f-44d6-85c1-67f4da66cc4c.bin", + hash: "b9f6c8e98f896612f1b537073d806c2b", + size: 4002816 + }, + [1442]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4b7a77ae-0414-4e15-9919-c5337f9916f2.bin", + hash: "a7151e52925501feb6a9df3d7f804f64", + size: 4260640 + }, + [1443]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d63b9acd-a33b-4f23-a6e6-f41f28493eb8.bin", + hash: "30f3edde60321a85ee1e307b364c61a7", + size: 4438592 + }, + [1444]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c79a97c0-0ee2-4d2d-83ad-22c7ce37b85b.bin", + hash: "a937da18b2021325cf4b09c6493ebd90", + size: 4667392 + }, + [1445]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c858936e-ad88-43ee-8d8c-6b2963b5364a.bin", + hash: "91170a739a36ab2a9374dd8b16507c38", + size: 4370368 + }, + [1459]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d7834423-f5db-4850-b08c-3ea2d2207b35.bin", + hash: "362cb326c89819e0ec2df6154a505ad4", + size: 4649504 + }, + [1460]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e8a6c4a6-e621-40ce-82ee-e9b0371b2650.bin", + hash: "e7ac19e4cd82a4508131f7e0fba5856a", + size: 4675936 + }, + [1461]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b34f12fc-3b19-4243-8660-c8cb792cf0a0.bin", + hash: "a7590a8147ab9d004ef47b8b6f83e290", + size: 4397024 + }, + [1462]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f39e6573-dbab-44e8-af26-b686bf771dcd.bin", + hash: "ec5ce1da4153d54a09e8b9c73ebcebc9", + size: 4475392 + }, + [1463]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7dc107c2-7c98-4945-8e52-27b735c15dd7.bin", + hash: "86008e1b1119c764e5f20da09feb4eb9", + size: 3820960 + }, + [1464]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a6449d12-d5d8-422a-98d0-57cadb500dfb.bin", + hash: "d9e2e4f0b761bac338bf64afe2b5e18a", + size: 4526720 + }, + [1465]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/16be0abd-71c6-4f97-a90e-129711cf2e4e.bin", + hash: "779cfe1b0dd828069870806da98d7973", + size: 4964736 + }, + [1466]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c2d136d1-4cd0-4efc-acae-2505a436b855.bin", + hash: "fb3dafe97234e36e1c17737548e862c3", + size: 5003424 + }, + [1467]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a048e482-ad05-40a4-9e9f-ab4d60f9a82d.bin", + hash: "479ea60ae244ec0b9affef932800f807", + size: 4912864 + }, + [1468]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d0b06f05-54e4-4d06-82c3-f0d0bb748861.bin", + hash: "20d545fdb8f338b7be34319a0c0abbe4", + size: 4189696 + }, + [1472]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eeb27da1-1903-4f8f-86f4-fed372587bdd.bin", + hash: "655e6ca1c6f31c698ea88f986e00716d", + size: 5404800 + }, + [1473]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e9b225a-83ff-479c-a0c6-07a4a99c18ac.bin", + hash: "4288311c14b18e083cb965b310839772", + size: 3940864 + }, + [1474]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f9fae0ff-1aef-4b87-8a76-7bd12967a1e4.bin", + hash: "330d86c596fbc6db668160b6c094782d", + size: 4005856 + }, + [1475]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9063a3c2-2b5b-489f-be14-e7f0cf24cc9a.bin", + hash: "5776fae73ace302f509fc46c21bb2cd1", + size: 3103136 + }, + [1476]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/36691400-8b79-4649-bed5-e1670e68a817.bin", + hash: "c2fbdb7deef63af4be6697b92b757927", + size: 4351136 + }, + [1477]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/870fd8a9-e7c4-42a0-af64-abf0d42bdcdb.bin", + hash: "484e1af7d27321428e2e19da821bb534", + size: 5328160 + }, + [1480]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/974cdbb9-a365-4180-97c9-1a7c603f1a2e.bin", + hash: "30a1caac9cf6ba99ce4b72c7fca65d07", + size: 4280736 + }, + [1481]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aa19cd6e-62fe-4da2-8bde-2161329c4336.bin", + hash: "867c776cf93cf492d88603763457c9c7", + size: 3716768 + }, + [1482]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7727c1bb-50b2-40ef-a4ae-9f794b60289c.bin", + hash: "95b4edea380afe61857ba07a3ba4dcd1", + size: 4259040 + }, + [1483]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4e975790-b169-41c5-adda-dcd31f48bf98.bin", + hash: "3f3adeb550469ea51f3c99bdf6b25100", + size: 4221024 + }, + [1484]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/caf30ef5-65c4-4eac-80b8-850c61ab0cb9.bin", + hash: "3c10ec03ec6b7c589b9b18abe93d4a59", + size: 3569952 + }, + [1485]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/03568b4a-30a5-49dd-a440-eb7d81f3f19a.bin", + hash: "c74287351da2e1f8d26f488ef422bb68", + size: 2959392 + }, + [1486]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c24b8b56-33d4-47d4-b429-1a482712563b.bin", + hash: "2131040a613b24c398e8284bc23dbf87", + size: 3918784 + }, + [1487]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/04f18617-5107-46af-a3e0-395b850f7a30.bin", + hash: "ac01ed6cde1f2477c22074109de02641", + size: 4231808 + }, + [1488]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5802d03c-070d-4130-8c48-acafb93bce2c.bin", + hash: "58d1e5d9ada721908bf1d3430f5030c5", + size: 4180512 + }, + [1489]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d4e28c92-0e47-4a08-b8c4-6f122565426d.bin", + hash: "a7e4fddd68e641d04f5a7f7049f2f59f", + size: 4313248 + }, + [1495]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5a6e79d3-1ca6-41f9-82c4-4daaba7da708.bin", + hash: "2bb9c4538be5024c4cb111b08d3abfe9", + size: 4903328 + }, + [1496]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/59f4348a-249a-45c0-8034-0cb8865d66a3.bin", + hash: "7116704fca1f445229544838da4151e6", + size: 4739744 + }, + [1497]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f34e1bd7-d54f-4bf3-9d1d-6bfa709b17f1.bin", + hash: "edb3cfd4d8eaa0f38d3da517289678f5", + size: 4107520 + }, + [1498]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/340db682-4bac-4c21-98e1-c9b11439d7ba.bin", + hash: "1010c8cdcfb12a23843f8e576e4b8dac", + size: 4002272 + }, + [1499]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ec4570cf-7e57-4013-8ba1-aacd1f3dd374.bin", + hash: "442639d16d9310459dc55ee6462b85ea", + size: 4573664 + }, + [1500]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eaa5d4d4-5cf8-417e-84e4-64420e7301dd.bin", + hash: "141a23841efa0928747206cfd201eb82", + size: 4713856 + }, + [1501]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75b9985d-d49e-4d5f-af8d-79295fcff459.bin", + hash: "7e064d8f5f383eab22fc90e3d56d7eae", + size: 4489056 + }, + [1503]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3261b883-d091-4cc4-8066-f815dfc88f42.bin", + hash: "04422897116bebc4ad13fc5c930e88fe", + size: 4522816 + }, + [1504]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7e5f6d2d-5bf4-444c-8eed-4379ede1c11a.bin", + hash: "920897f2f4e622ddf3cff1803a2992f3", + size: 3360640 + }, + [1505]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c2a5cb11-2607-4b92-8ad7-a8f18377ba40.bin", + hash: "65a09e492076b76ca4896cd4fe0cd69f", + size: 4290592 + }, + [1509]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2ac0752-4c23-487a-b7d1-8a798ad9446b.bin", + hash: "7a779ef8f6cf259cee57730964766824", + size: 4542624 + }, + [1510]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1ea6ef93-1a6c-4730-98db-4bbc516edd1f.bin", + hash: "f59bd886b9b0491908597ca5e4a7b0c6", + size: 4443840 + }, + [1511]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/331d9963-dea9-4248-8812-edb45e9675a5.bin", + hash: "babfb097c305811074c07d09ee808508", + size: 4167904 + }, + [1512]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9bed305e-df9a-4210-8db6-81ce83d44f77.bin", + hash: "800d6403d6898855240f26e97665d088", + size: 4172576 + }, + [1513]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/62d6ded5-6e40-41c6-b60a-1325aff6ca33.bin", + hash: "7179615a0fc61735c5664e290774918f", + size: 4304448 + }, + [1514]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/df08cd78-3908-4fde-a148-4772b9a09286.bin", + hash: "f8cc918bee118b0c2771620bdf6025dd", + size: 3410880 + }, + [1515]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41ac2b7c-fa92-48cc-9aa3-6fa8473c18e0.bin", + hash: "5431737e8adaa896b8078dd86bdab08c", + size: 4455488 + }, + [1516]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/42740540-fa38-4f88-98cc-51e3bfd4c27c.bin", + hash: "2fb1a09c11ddd7ad70945830296e08af", + size: 3873376 + }, + [1517]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4a072cc6-257d-4295-aa0a-bba2afc2b8ce.bin", + hash: "0a62132a7b00fa08d0c2d528e7814efe", + size: 4285760 + }, + [1518]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/461c41b1-1872-435f-b3f5-7d1deab48ff4.bin", + hash: "6a5ca3c8b61fd435684e521b685d2d49", + size: 4044224 + }, + [1519]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a89617c2-baa2-4628-abbe-d8b97e8e661e.bin", + hash: "c4971fcc9b540dfacabfdc746e437503", + size: 3305952 + }, + [1520]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d6b96931-cce9-40ba-90bc-7e5f154fd679.bin", + hash: "529ac2e43c907e520a7ec68ea86d5ff0", + size: 4313856 + }, + [1521]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c9989ac7-8b77-4a0b-9232-7d903ee7f71d.bin", + hash: "10db25a467fba64536b739abe92a1ae1", + size: 3888992 + }, + [1522]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0aa5d401-6eec-4043-83cd-fedf513874ab.bin", + hash: "8da2f52991c981259eb1276fedea6d95", + size: 4119424 + }, + [1523]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eaad6782-ab5d-4a19-9ca4-12be8af7df07.bin", + hash: "22fa7faddaf9f0bb6b2673aafe19e98c", + size: 4078816 + }, + [1524]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/465a79e7-6364-4dea-b641-78ac36df8534.bin", + hash: "07cdba2f5a8537a7bfd3639d872315d7", + size: 4384224 + }, + [1525]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eecce7e7-9816-46fe-b5ef-9ea4c9345e6e.bin", + hash: "5e9540662573beeabd4824e8f057e09e", + size: 4020256 + }, + [1526]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dff59c4d-506f-415d-a122-bbfe1a68e2af.bin", + hash: "fdc73c63b65407e90b48113e154fa1c8", + size: 4103008 + }, + [1527]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/509a2f08-7a01-473b-a1e6-769a86f5d671.bin", + hash: "f07ca5751121bd805586618457e52239", + size: 3891360 + }, + [1528]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/12d35ac9-10bf-4360-9557-014f4cc86d09.bin", + hash: "4931d8fcc527ff932c7617da6d73b3b8", + size: 4578272 + }, + [1529]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c5816021-24d3-40fb-b01b-84b5362fc055.bin", + hash: "4ea575005d9ce1aa0438e95b7a279688", + size: 4523520 + }, + [1530]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/750f79a4-812a-460c-ba74-b519131aec49.bin", + hash: "46845a460497e7dfb04b9f549fb38850", + size: 4576384 + }, + [1531]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aac166ad-c276-4341-9ad8-04f976b2dc0e.bin", + hash: "d7c5f31bbb16f586bac74cf95681dde7", + size: 4216640 + }, + [1532]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a1c7ed04-0e9d-4b03-b71f-1ee9e006442e.bin", + hash: "0c52bf1264f2834cdfb7a1a8e186df26", + size: 4432736 + }, + [1533]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bc72f8b8-4c4d-4062-8c39-a9bab68b1acc.bin", + hash: "8a2381b1086d8e1bb680cc60f70f93d9", + size: 4321312 + }, + [1534]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d7ccc2cb-6be5-45b6-aa67-41688570942c.bin", + hash: "a471144eb32ce745ebbf4da610fa7dfb", + size: 4695072 + }, + [1535]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e0e546df-438d-4ca8-8c97-81f3eb4da886.bin", + hash: "4e2eeec6d3ffdc2f90ef944b33ef265b", + size: 4256512 + }, + [1536]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c766211a-62ea-4a33-80ed-4831ea953b25.bin", + hash: "031870b1504d372e1ba1c6a5e4dfdd78", + size: 4340576 + }, + [1537]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5befa395-af50-4657-86a7-3cc73a305eb0.bin", + hash: "8fa460d5f222d6ddb2f65b071c5f1718", + size: 3624320 + }, + [1538]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fa322291-35d0-4e1a-8dd4-796bf2699995.bin", + hash: "d0c9f6f33812109a58ca706715d1a8ce", + size: 3871392 + }, + [1539]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/625738cf-e588-47fb-9e42-3c2cc0d2dafa.bin", + hash: "b1915f440d6cda9e57756da63e16f450", + size: 3771776 + }, + [1540]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c6551df2-c3e0-4558-998f-94b75af8ea2e.bin", + hash: "5134fa036261b608b9f11cfaea9c5c8c", + size: 3944192 + }, + [1541]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0afb5012-e849-49e2-a65b-06197cbfaf53.bin", + hash: "4f31f179a1ae164b067aeee03c7bd93f", + size: 4514528 + }, + [1543]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe973452-5919-408b-a4d0-11e9fb378067.bin", + hash: "2c2de148fa5f530a457c08244c435586", + size: 3380000 + }, + [1544]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee8085a9-b826-4202-ba8b-3ac356274706.bin", + hash: "f6d41e22f1b104345a55b6c4fda072b7", + size: 4321536 + }, + [1547]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae361d5d-2fee-481e-8ca8-3c7df79c8970.bin", + hash: "74aaae8dd03a3a08b57665726c620264", + size: 4411872 + }, + [1549]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0b80b5db-e22a-4b6d-9e8b-19889163a3fb.bin", + hash: "6c9e4a019a99059ee825e3391895f316", + size: 3987904 + }, + [1550]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/293717ae-720a-40d2-b3a8-433e5aa188bb.bin", + hash: "d1a6150fb58ccaec9fabd802180b0667", + size: 4334944 + }, + [1551]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a28d7e26-9aef-4a8b-93db-317287b8cf20.bin", + hash: "97d88515bc0a8361cfe59c8293fc75d6", + size: 4539648 + }, + [1552]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6950be01-ac27-4139-b03c-3ab2b572f821.bin", + hash: "d1db7770446b3e6c7bbce48cf8749534", + size: 4074016 + }, + [1553]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdfe653d-ecdb-479d-811f-fd86dad87733.bin", + hash: "731b5459d06fbd82947ea460cec544f2", + size: 3801600 + }, + [1554]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/724447bc-50fe-43f5-b0ef-17cc914c8175.bin", + hash: "fa0a578d0fa5802d0c22b5c8d48d1061", + size: 4103520 + }, + [1555]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/be365944-1cb7-4623-820b-2fac0aa078a1.bin", + hash: "8853b36b4a7609256a34f8ceeb3bdc91", + size: 4189504 + }, + [1556]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/70d437ba-db56-48b6-8a05-cadaaeaa48c2.bin", + hash: "21e1536e64d0d7f862e6b2884292b801", + size: 4008192 + }, + [1557]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/42a25182-06b1-4119-b9ae-722fd700448b.bin", + hash: "1fc3459c513d02149a38d32004510b99", + size: 3915552 + }, + [1558]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb68e460-3429-425a-a603-4c4c13c6002c.bin", + hash: "a2bc2811697fb49affd955bba95fc183", + size: 4285184 + }, + [1559]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5d95640e-ae95-4388-84ab-04817e9f0138.bin", + hash: "fab37c1355d174664123514294545a19", + size: 4286112 + }, + [1560]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c98fc37-75b6-4f61-bf64-d36a41ff79df.bin", + hash: "56a1f65dee17575045e8f484af5933ea", + size: 4209696 + }, + [1561]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/10bfa628-e606-474e-bfcb-16da1f093c64.bin", + hash: "cac5381094af6bfa50138ba9bf6e3b34", + size: 4291904 + }, + [1562]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7832d4f7-a597-4612-86bf-4038fcc5f679.bin", + hash: "a0f22aee2f2d3a1536ee1a3f155cb86f", + size: 4105056 + }, + [1563]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/beac7f68-39da-4965-b458-2f82a90cb941.bin", + hash: "8e24bf9bfa806717d4376e4b36ae8316", + size: 4154272 + }, + [1564]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5a03ffe5-af58-4271-a56e-13f64300c572.bin", + hash: "a60aa066cd01a136980f42cff5cccb77", + size: 4100768 + }, + [1565]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8aba2c91-171a-4d91-bb25-436874c04e79.bin", + hash: "ffee35c3a1876ac19a1cc886db759bab", + size: 4085280 + }, + [1566]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/96b74bb8-738e-4957-9938-cb4bcaef505f.bin", + hash: "34194e45ad110d244135edea89648d18", + size: 4096992 + }, + [1567]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b3a1af7e-81f9-436f-86f8-982cec5ca2c9.bin", + hash: "79a3b6219a12b6d5c1d92ccfaea11626", + size: 3844928 + }, + [1568]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/375b3a80-d113-4c10-b559-e8486f7088fe.bin", + hash: "a4eb6fe3904d566a1eb38bf04ddc486f", + size: 4370592 + }, + [1569]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6de1b9ae-fefe-4650-a270-58d4b52b004c.bin", + hash: "33df5141f0f1e5e480f958f38c24da62", + size: 3827136 + }, + [1570]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f54ae82e-4dce-4690-8f9d-1c2bf4c97709.bin", + hash: "738431c5b614a0c3eaef73ccd4749b1b", + size: 4161856 + }, + [1571]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1db8236e-ea43-4a65-acc3-358493317b14.bin", + hash: "a5f4d34b33ac6cc41a0739efe062fe68", + size: 4116192 + }, + [1572]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/421969f0-aff3-4df2-a3c4-9f0fecfccc87.bin", + hash: "0a7ed0cf21364e7e94adb377995b575e", + size: 4108416 + }, + [1573]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4686bccc-23d2-4002-ad86-1cc0cae17fce.bin", + hash: "ce75fdb468ed901b58e5d550f80681e7", + size: 3791168 + }, + [1574]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/796b51a2-a328-477a-913d-7cd98ef12481.bin", + hash: "9c3965cc7a8dfb6968210a788dd6a0fe", + size: 4268384 + }, + [1575]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/07458735-f32f-45a1-9788-09b2660ad11e.bin", + hash: "bee9b4ecf02ca213465e4d0e12ca3012", + size: 4360224 + }, + [1576]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/878a5b33-b042-4d4e-bf03-4d0cfcd7fc29.bin", + hash: "e032ccb61b628dc807c45262ec38ecbd", + size: 4271328 + }, + [1577]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/08fd350f-3727-441f-bc72-6779202d2a01.bin", + hash: "1930a076b5cf0f65aab4b904bde2b820", + size: 4092640 + }, + [1578]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/db0ab1b2-7f85-47e2-8c2e-7c004420674d.bin", + hash: "8d480a74a028ef981eed93112378fade", + size: 4299776 + }, + [1579]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9652c345-4486-4856-a713-ede80f9168a6.bin", + hash: "e172fea81e6a34a6d8fa0605b69c0d79", + size: 4168768 + }, + [1580]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b0867b88-2e68-4747-9719-45d95e3b2b4c.bin", + hash: "8900fa127d5b93641fb39c8459717dbf", + size: 4620160 + }, + [1581]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d14526c-9387-4aa1-8b09-302d95719c99.bin", + hash: "1fba4fb37df65098457346736bc39303", + size: 4565088 + }, + [1582]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e9af58ad-c9b7-4ba8-acdb-2268819a56c0.bin", + hash: "abd4a8b2022d26376644a3af2adb4476", + size: 4225472 + }, + [1583]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/706dcb68-0257-4b71-a5c9-ceca11b689f4.bin", + hash: "7f24d45eef1aef39cf856b9410073b50", + size: 4328288 + }, + [1584]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1eed2609-9c5f-4501-bb60-63ae22726bd5.bin", + hash: "30887d747d51d8f687db609f4cd1114f", + size: 4320160 + }, + [1585]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/14d6c342-35ce-4fd9-bd80-d08bc7b82658.bin", + hash: "021c6b2fadfd934a8be837d34e9c3eca", + size: 4068672 + }, + [1586]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2cb07038-9fb8-4a18-85e6-70077bc5ce2c.bin", + hash: "e0db89fe05487d3203b6c24886056c75", + size: 4158208 + }, + [1587]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61d7d69c-a8ed-4f46-a8e3-ac9d8da7f168.bin", + hash: "a06d56b5802c121465b759544642e2d2", + size: 4410944 + }, + [1588]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5bf5dc07-b9b6-467d-b3d4-47751fb4f483.bin", + hash: "06d7c727069149eea56262f3918e453e", + size: 4336736 + }, + [1589]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0451d520-4eac-42f8-8e66-f2c7f66e346f.bin", + hash: "fb42bfe9dbc2fe9b693e5ccbc3c8d9c1", + size: 4239008 + }, + [1590]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/77308a2a-bfb5-4a89-990e-2da3c0140141.bin", + hash: "39969f36e75beb009b16fda8d65ff865", + size: 4196512 + }, + [1591]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ecc7c0cc-49aa-4610-b199-f22bfe9f2690.bin", + hash: "3ee0fef9a0792e3d088a5a7efd06c153", + size: 4507552 + }, + [1592]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/24505219-a262-4c4d-8a6b-c8d71ead3dc8.bin", + hash: "7c9151f531b6b6e77add68454a8c9aa5", + size: 4353280 + }, + [1593]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ddd75416-f482-4b9f-8a99-d356c90955c6.bin", + hash: "d7de37a5facbfbfc3e7384e1f3528d7a", + size: 4317312 + }, + [1594]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6d5ca971-2c42-4fd4-9ae0-2742b62ae912.bin", + hash: "4c56f1db7a0b9b7bdb759d3062fda5ab", + size: 3852608 + }, + [1595]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a894f7c9-453d-45e4-a427-f0f6e3ec5678.bin", + hash: "906d39c19ac6c2f39131e7a4d846f86e", + size: 3472544 + }, + [1596]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5465fea0-7c4f-48b9-b79c-f069959b3ddb.bin", + hash: "4ee2ad01eb8d82697474a36002d1bd8c", + size: 4365344 + }, + [1597]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6abb2d83-4327-48b9-8b77-b58c4930a7fc.bin", + hash: "ec791cffd308c6ae5a3b9ca68c131d34", + size: 4479296 + }, + [1598]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d2fc784-0330-4533-aa88-187c6a308a51.bin", + hash: "5b1b1c39281f164a6e37895d96b7f126", + size: 4474400 + }, + [1599]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ad525b76-f54c-4586-8d3e-fd6f9b50f46a.bin", + hash: "0014d6fb3d992f94ca6d26d24e9b48bd", + size: 4066112 + }, + [1600]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/991ae727-f9fa-471e-934a-5d1694a4b048.bin", + hash: "10b668534afa0ed52e5b169a929028b7", + size: 4178304 + }, + [1601]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a1dd64b4-ea46-4662-8e7f-6050ef978465.bin", + hash: "be9290c7b47ac380501c93d1bc1452cf", + size: 4636288 + }, + [1602]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cee213f4-5fd4-45e2-be22-587add690d89.bin", + hash: "9b4d47651e628fd28541e9b3a04892bc", + size: 4151904 + }, + [1603]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fed584dd-472d-440f-a969-711dfaacf924.bin", + hash: "5621381341e132e927bac1daebe83942", + size: 3930272 + }, + [1604]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8bfd737d-81cb-4bdb-a6b8-9f46ed56a4c2.bin", + hash: "484c491994ba58912fed16b6554ebbb3", + size: 4009184 + }, + [1605]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1b25c81f-80a0-4aac-a688-a67f38deb0ac.bin", + hash: "3233a7ac4ec5e6ab74e3ef350108268d", + size: 3365088 + }, + [1606]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0c4983a0-14b9-4b3c-8878-fd6881efec29.bin", + hash: "d88493a516befb028f0dedac13a31f24", + size: 4052192 + }, + [1607]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/18dba9d4-2ea2-4fc1-9e8a-616eeac43eb4.bin", + hash: "b05750119287238eafdced54dcd2aa56", + size: 4475904 + }, + [1608]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e8f541a-be19-4e44-bf91-977be198e126.bin", + hash: "dbcb7fe0c77e28ecdac31352c650a49e", + size: 3992704 + }, + [1609]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a150b5a-010a-4b07-8691-7489dc9b8fc5.bin", + hash: "e2e162ce70898a8e4f5dc091ecf8d3ab", + size: 4080384 + }, + [1610]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/445635ba-adc3-4381-83bf-572e0847fe08.bin", + hash: "91896ee645469f0bbda8cec5e1453b1a", + size: 4128608 + }, + [1611]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b49efbf7-477f-4dec-9c89-64e8ded2fd2a.bin", + hash: "d8fa8fce6fa29c3281f804c16996e231", + size: 3790880 + }, + [1612]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/437b02ac-e5c0-4cb9-a842-bcfef8b6cfd6.bin", + hash: "336ffe18398fe87ace476f3cbf90d1a4", + size: 4445760 + }, + [1613]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/69930f82-3e4e-437e-a225-26a823488e70.bin", + hash: "d7c73cdceac291c6159df85ca88e4bfd", + size: 4503680 + }, + [1614]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e7e211c-3de3-4c2f-abd8-f100e42c38db.bin", + hash: "66b073f3605d23f9412ada2a802a7702", + size: 4490208 + }, + [1615]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f2540b5b-69e1-4696-897c-77d89d3c00ff.bin", + hash: "fa6bf9e499cc221c764812b5e64dd227", + size: 3946880 + }, + [1616]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/50c0bbeb-558d-48cf-add7-a07a6aee5bcc.bin", + hash: "8081800987e0c69b30dd06118b21760b", + size: 3369024 + }, + [1617]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f0a07f9-d54b-4de4-8bb2-4988d3c7b620.bin", + hash: "2f99389c5d91063066105968a9e4a77b", + size: 4356640 + }, + [1618]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/05174ec9-3831-4996-933b-02eb5506b6ca.bin", + hash: "e5baac50a6861f9a6c2f909d58cb537c", + size: 3700576 + }, + [1619]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6d4a22c0-8478-461d-be98-8d04dd9fe0d6.bin", + hash: "054e325206dfda848782ecd0990b9a04", + size: 4125632 + }, + [1620]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80531e96-fce7-4095-95de-fe8d8b87ddbb.bin", + hash: "49783c59b0561dc963b1ddc4d2570b23", + size: 4357728 + }, + [1621]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb070d25-50a8-4524-837b-792c7c5c50d3.bin", + hash: "964d900fc4f747623e29dcdfad7d2329", + size: 4242176 + }, + [1622]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/88de005f-98f4-4c48-b9fd-367f8e4f3ff1.bin", + hash: "9548080c4eac86021882f389fffdc6ef", + size: 4231296 + }, + [1623]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bbc18754-248f-4fe7-af76-4a0852771906.bin", + hash: "3c948c209318845828b2dea5e3e1c3f2", + size: 4120192 + }, + [1624]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/31519642-4e7f-48cb-94a3-f4b2c413a1aa.bin", + hash: "8ce0563bd13908a64452dee46e141ae1", + size: 3987776 + }, + [1625]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4bc6efab-c10f-4ea7-bcd6-4a5482b8307f.bin", + hash: "cf7f45199a430e4c16912d60db665796", + size: 4456864 + }, + [1630]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/12565695-7082-44b8-9c4d-2b209c358e46.bin", + hash: "05f6a9cdd43c195491c36ea68868a231", + size: 3907104 + }, + [1631]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/533250af-475f-41de-9e58-746387040331.bin", + hash: "03521d0ad221ee8a91a0c8a43f1ad8fd", + size: 4418080 + }, + [1632]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/12052780-76e5-4c28-b4a7-3260f71c21d7.bin", + hash: "0f0cd2b21b93245f1030d15e99542247", + size: 3808960 + }, + [1633]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c602bb33-3213-463d-95ad-82426aae1448.bin", + hash: "ab0b7f43dc9863b9db170e4f8ec03dd0", + size: 4079168 + }, + [1638]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f5a6ae68-6db1-45e2-b78b-c94e7b6badc2.bin", + hash: "2756a0088c0ef4a55d21f38a624ad5b5", + size: 4185856 + }, + [1640]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bc3f58fc-614b-42d9-9c52-e1aca2187d6c.bin", + hash: "bf8b5b0b706c9612348352bc9a02fe38", + size: 3101344 + }, + [1647]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4c8231ea-cd82-41a1-ba2e-027179dc87ea.bin", + hash: "5cd757444162b53ce92823266caf4f54", + size: 5917536 + }, + [1648]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/074ae892-5e0a-4987-ae9e-9725a81e689a.bin", + hash: "0a892823b529b071b95560c0dbd458d6", + size: 4888928 + }, + [1649]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/180b75fe-6bb6-4831-b700-fc4efef7e636.bin", + hash: "4f7b38ea41f792a30abf88885dacca59", + size: 4703936 + }, + [1650]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f6b2a97b-ba9c-4b62-98ae-189bab70b053.bin", + hash: "5b03529f1b7d61645b4262407ceefff1", + size: 3418144 + }, + [1651]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/883506de-4845-44c2-8dc6-bc0dbf7f5f47.bin", + hash: "4645c9e5893a40df9edfd5b278cb98f2", + size: 5344384 + }, + [1652]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c897e552-1aa7-410d-b90c-31743421460f.bin", + hash: "bdb82443ad95b6f21b16e8a4a10d201e", + size: 4620160 + }, + [1653]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76dec9b1-eb16-4408-b8fd-e7ac965174cb.bin", + hash: "84ad6c9bb2f229d15dcd6c5e3e8c27d7", + size: 5010560 + }, + [1659]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/87f229ff-59e5-4f19-ad4b-67768c504365.bin", + hash: "37cbe3e609d0566d269629a959bf3816", + size: 5285760 + }, + [1660]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c1912c66-64ef-4d4d-b6f2-a0114ba6d799.bin", + hash: "889adb297be2a28765c538f9db7ff7b1", + size: 4611232 + }, + [1661]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb6820a0-249c-4620-b861-6264fb2d718b.bin", + hash: "58db4536b60d4ad245524264ba35cde2", + size: 4852288 + }, + [1662]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/13828bbb-14aa-4e49-821d-a4739d3b50cb.bin", + hash: "d17f91862392e07deda4ea7428d9f414", + size: 4273664 + }, + [1663]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e46a5355-4fda-4db4-b794-4ac822a5e4b1.bin", + hash: "89b1fa0995b7aef1121d4afe8317d0df", + size: 4409888 + }, + [1664]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9985c78f-7eac-4228-8118-5f9bc0c0c8d6.bin", + hash: "775e9f0115f1d8b09fa06465e20b946c", + size: 4854720 + }, + [1665]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3291db57-41ea-4b43-af1e-cb8b06f1bb03.bin", + hash: "ae96124b86e3c6b76452f2c64f48ef8e", + size: 4680576 + }, + [1666]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/81278947-6ac4-457a-91b6-06f4de960f4b.bin", + hash: "1a4f433a312806db610a19dc2b240027", + size: 4936480 + }, + [1668]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ab8c1e68-5817-46c5-a69b-9e9f6527b026.bin", + hash: "abde47e1b670cc4aa132a11eaed83238", + size: 4265408 + }, + [1670]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b257c9de-5899-41ed-ac39-155a6de21661.bin", + hash: "d1f5ba0b345cfdeeb50bdfb00238fea0", + size: 4627712 + }, + [1671]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e34280fd-565d-4414-a399-dd63e204f2e0.bin", + hash: "3ed1e649d0a7af07f00ef2152fb4eed1", + size: 4698400 + }, + [1673]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ea986f96-b173-4b87-ab8d-bdc7fc2dc333.bin", + hash: "0ddf2d44b7d68cae5ab18922bfdca3f9", + size: 4521216 + }, + [1674]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/371579b9-c46e-4c25-8490-272a589b9813.bin", + hash: "d521ddac7797c30752fcac517e628a54", + size: 4849216 + }, + [1675]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/86aefcf2-45ae-4265-a064-8b17c7aefe9c.bin", + hash: "252b5e8463cad592f314628ed5b0aacc", + size: 4096608 + }, + [1676]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80ddaee9-1b06-4ce6-bb0e-6d2bce9e8575.bin", + hash: "9684de11456879483090fbc2110d41ec", + size: 4440320 + }, + [1677]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/03f92eb1-c7e8-4d84-a080-5d79bccfb152.bin", + hash: "673a4cf5257822014f306f1ea864d492", + size: 4064128 + }, + [1678]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/91be8d83-fbb8-421b-a4fc-7786f49185fb.bin", + hash: "d15ad8fcbbff641a5de41b3c36570968", + size: 4314336 + }, + [1679]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d77b08c3-2383-4de8-af8a-a1c704447014.bin", + hash: "d2f5df48c8c3caaab4fc512d305c6847", + size: 4435648 + }, + [1680]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/532c23d9-9ea5-49c9-b904-341b4422583e.bin", + hash: "bbfe278846032195e0196711010b8a28", + size: 4704064 + }, + [1681]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aac0217e-c434-43d5-9b2e-e91b5faf8c8d.bin", + hash: "ee00fd39261950badf2ef52719c41047", + size: 3997184 + }, + [1682]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/afae7842-3029-40ba-9fa5-39f012cbce84.bin", + hash: "7df2713f3f14242cd5aa7e4fdd327f43", + size: 4638976 + }, + [1683]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/37654041-24fd-41bc-a10e-41c903a84c87.bin", + hash: "1047f453762aea31c6685c4590e8e60a", + size: 4301728 + }, + [1684]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cb167fd4-f6bc-4285-9385-c3cfc2f8b935.bin", + hash: "dfd5b90e8d2ec5b26de003f1e226ce52", + size: 4287392 + }, + [1685]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0de7152b-9732-4fc2-b8a3-f1c704e901a2.bin", + hash: "25173395d7d9344a9a2e08055c2dc5e8", + size: 2979232 + }, + [1686]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d474fe0-d544-43c5-9952-9c436ddac603.bin", + hash: "722ca8e48b757b53411c4a20a06a4f8a", + size: 4436128 + }, + [1687]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/45d9ed40-720f-435c-ac5c-338c0b48897a.bin", + hash: "85c42a318b518d76cd6c38149d2d6b0f", + size: 3943744 + }, + [1688]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ea73c8e8-42d3-497b-901a-55b0ea282476.bin", + hash: "9ab01636dda8ae1c50c9939d3605f39c", + size: 4121120 + }, + [1689]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ba51c032-6e4d-44bf-acf9-bf2c02e6979c.bin", + hash: "79d1cd65a2739d52acd8d04b9648e893", + size: 4047872 + }, + [1690]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2f177758-d1da-4843-b483-4ce7c2c38d58.bin", + hash: "7d7c5b6aeeee667909d816506eec3b3a", + size: 4056512 + }, + [1691]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7fca069d-d0cc-42e4-b6d9-0fd77cbe0232.bin", + hash: "408e6fd011f1da63cfb395b77f59d432", + size: 4491808 + }, + [1692]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e5eb2387-6b9c-48ee-b3ea-e607304a76d0.bin", + hash: "a226586163f0190b2e0cc1ca4b8a3b4a", + size: 4522016 + }, + [1693]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c9ea0013-db48-4955-8f1d-24c5a3744edb.bin", + hash: "8883a347b62e647ae130bd96941539f2", + size: 3406752 + }, + [1694]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5208ca8a-5cbc-486b-ac02-8fe45c3c0b4c.bin", + hash: "6002f9516dc83f04fd31bc759a169564", + size: 4346944 + }, + [1695]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fcc4d1fd-f832-4dc5-a8f2-7071f7895c12.bin", + hash: "c995ae532b949ae204b8e00cc894e649", + size: 4094848 + }, + [1696]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/46ebd9a2-2aa9-400e-98bf-33cb5267fafa.bin", + hash: "b4953f63a7bcd29b88293e3177fae8e2", + size: 4392160 + }, + [1697]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bab5629b-5ce2-4057-9239-8fe62d5da335.bin", + hash: "0526a8f680f2180318c9dd2a6da9d433", + size: 4450784 + }, + [1698]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a143be04-7278-44af-893c-a1459896720e.bin", + hash: "d120acbfb7d957836af19c8219bfbf72", + size: 4413888 + }, + [1699]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fa576872-0c68-42ce-aa47-565378d75a66.bin", + hash: "2d64b5da1dd7d0dee2b9498b3a13ad4d", + size: 4452160 + }, + [1700]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/df639e25-231b-4ef6-b735-91b8e6ac7a29.bin", + hash: "838349c160b37bfb46cd06146fdca3a8", + size: 4297728 + }, + [1701]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/46a627e2-413c-4363-b425-32acf753ea40.bin", + hash: "701e35a91f4bcea4448772bdbc3e4e80", + size: 4103616 + }, + [1702]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/935817b1-7699-4bcd-88f5-cb1f6c59f726.bin", + hash: "6cfb5c8b0983bb619398cc0b3d7503f0", + size: 4685952 + }, + [1703]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/879cfd5f-0598-43b9-ab75-1d7481372b6f.bin", + hash: "418d85210e22034828535a4eaeb6d03c", + size: 4366656 + }, + [1704]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1f4ecedf-3fe6-46e7-8158-343e0d020bbc.bin", + hash: "382c1efe99c1c160e934916ee8f3954f", + size: 4124256 + }, + [1705]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/14fe557c-7eba-45df-bf5f-d28b23092af3.bin", + hash: "2bcf8f7c75056ff75fb8d1d2aacda816", + size: 4295488 + }, + [1706]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b1ce5536-d447-409a-ade4-fd5a79837a88.bin", + hash: "9fa868b05b08967c25fbbde99cf634d3", + size: 3803872 + }, + [1707]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf1e24e2-07db-4691-abe4-e3cd1ee4bc65.bin", + hash: "00e1c6609ec78ed1764a8a0658297de9", + size: 4068224 + }, + [1708]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/17c853bb-dde7-4d1c-ba68-327b057bc503.bin", + hash: "e60131aacdfc269900b740bab26b6455", + size: 4480832 + }, + [1710]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/23861bb0-880e-4c40-84fa-cf5fe165eb6e.bin", + hash: "2a6b4cc96f46f4906fbab6f904ee5d74", + size: 4683232 + }, + [1711]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8c131dee-1f4c-4c59-b38a-27a0fb0e400d.bin", + hash: "e7d3ed552926a4def57518e11e79a8b3", + size: 3858496 + }, + [1712]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c2006075-f589-4db0-a8e3-a9f6756c1789.bin", + hash: "ab1d692604d34588d1961eb3b0915e39", + size: 4514240 + }, + [1713]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f44a05a6-abd9-41ca-b390-fbd40aa0411a.bin", + hash: "2fbadd0890d7df3d51201d5503c9f782", + size: 4072736 + }, + [1714]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/61373182-7ffe-42cb-99e5-601a3855587f.bin", + hash: "7729fa9f6ceb07312afce8b791acdcf3", + size: 4095968 + }, + [1715]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e92f1e2e-4051-4f25-8177-ab030ea371de.bin", + hash: "c631f90f6761c6f60540f2400d9531d7", + size: 4556224 + }, + [1716]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/436efc33-89f4-4b8c-bead-ef78e2137cae.bin", + hash: "bf2165207cf56bb6b426d0d345829d01", + size: 4236416 + }, + [1717]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1d2e7270-feab-4750-bab0-5704394c96b0.bin", + hash: "302027af57c2e357940a299ea3fbc980", + size: 4301216 + }, + [1718]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/60badaaf-45d5-4e83-b34e-3605ed4db857.bin", + hash: "00639cb75f02816a2156fc2aaa8a9d97", + size: 3870400 + }, + [1719]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a5e2e5ae-7067-4c51-9742-bdd9ab4090ec.bin", + hash: "43580360e3fb9d11361ad9450c8347e6", + size: 4195168 + }, + [1720]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a06575b4-a10d-4b12-9f85-06649bf24a4e.bin", + hash: "92cfe9a66bf0210e86ace27a9ad5f13d", + size: 3856192 + }, + [1721]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4dc51a16-9573-4d0a-9a84-ef428cb02936.bin", + hash: "07a4e76a5b6a74e8c9559b3d8fc4343e", + size: 3400672 + }, + [1722]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7decbef5-f328-46a1-b04a-197b36bf49b0.bin", + hash: "2b3cb2c00f7b4e18a268318916f6b43c", + size: 4109408 + }, + [1723]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c4c53b1-96e3-45a8-9a88-b177373bb414.bin", + hash: "e464839b68736cfca7887028437651fd", + size: 3882304 + }, + [1724]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a3e49b3a-919d-42fa-8ae9-41f5b7c3831b.bin", + hash: "0488c2cd2f84654563219101051dd839", + size: 4263872 + }, + [1725]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/50fda132-ddaf-401b-a8a0-16101125ae2a.bin", + hash: "cb78f9ebd0db8d52278466573468c78a", + size: 4016224 + }, + [1726]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ef9e3df8-94b1-4b53-9168-77e628ec7f2b.bin", + hash: "335d7db5c4e0ff25f60dbe81a21188b0", + size: 3858496 + }, + [1727]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d1213a1a-a2e6-4312-97aa-a474d1a5f755.bin", + hash: "acf268a8253404affe554e0eb518ef45", + size: 4464064 + }, + [1728]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2d78c77c-b90a-4982-b555-5fa4ec88749e.bin", + hash: "a7d1956d8e560cda89d4d72177a73cc9", + size: 4560800 + }, + [1729]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5331a80b-c99b-4a94-a149-4bc418a80eb1.bin", + hash: "748080d218b642441936692ee22f8800", + size: 4374464 + }, + [1730]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/650905bb-6853-4aa3-bc91-faba033dd5e4.bin", + hash: "ef3daf06711bff54120e143203cf52cf", + size: 4436896 + }, + [1731]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ecf123b6-99ef-4bcb-89e0-df0452c27c84.bin", + hash: "72492b6822e8648fd6a82b67d8745aa3", + size: 4236032 + }, + [1732]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ae02ea79-7b31-4912-a12b-512491aa4273.bin", + hash: "dc03329f000525d25df70f4fd574f332", + size: 4410784 + }, + [1733]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e6b88dcd-c273-4343-b87c-a2e9a397850c.bin", + hash: "718e53b927e049d831bd057f240c2aea", + size: 4452160 + }, + [1734]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c64f5dec-19d8-4b0e-b61b-7b44a07c0e1b.bin", + hash: "6c359146b8042d06e24b55a1c6f22ace", + size: 4655104 + }, + [1735]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/538b113c-e411-45dc-bee6-db8dd0d3c470.bin", + hash: "992c7458269325c69a448c4455e4dfaa", + size: 3940928 + }, + [1736]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/defff99a-6897-4e09-9393-6062360030b3.bin", + hash: "ad3946b430bd899f1a0abf8ea547f9b0", + size: 4601408 + }, + [1737]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4f458043-9134-485d-862f-be87131f6a55.bin", + hash: "af0ac15e13b41e5cfc906bb89d6dfa35", + size: 4289984 + }, + [1738]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38546f69-61b8-4b96-9889-93d06df0d829.bin", + hash: "d43dae6bc07348a9d74215de74f11242", + size: 4248384 + }, + [1739]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e2f13b2d-46ff-4d4c-89c5-540091bbe17b.bin", + hash: "d2e2d938dd63ed460225bb4aebdf13ac", + size: 5136352 + }, + [1740]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/28a9797e-fb07-4670-ad57-6fd8efbf0ba2.bin", + hash: "f2db9f4c453260638fcd76b96b0f1ca8", + size: 5944512 + }, + [1741]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/244c550c-cccf-4fe7-970e-ca6a89d09a95.bin", + hash: "fe50852f4c20cf406acf420769b5b5b3", + size: 5490752 + }, + [1751]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/70e93236-a91f-477c-b3ab-8100ff8d7a7a.bin", + hash: "a59002f744650cec4eebbe3ad0eedd67", + size: 5158912 + }, + [1753]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7892fde5-3a04-4d82-9bd9-90cb7d6f44ad.bin", + hash: "a7eca2bfe3403de7d3993603a1534092", + size: 4993632 + }, + [1754]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0f3feee7-3672-48fd-8428-060377f6de9d.bin", + hash: "f69f5da0e702015a65dd2ad8e22cf50b", + size: 4560992 + }, + [1755]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3b64627e-815b-4b7f-a152-1f076140e987.bin", + hash: "5d9f1d7e710d6bc71d31bbb6695794ed", + size: 4644704 + }, + [1756]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/84a7b44f-92f4-4780-ab54-a1cb34c86bba.bin", + hash: "6b03c8724844bbf62190a816028e48e7", + size: 4311232 + }, + [1757]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d39d688e-fa8e-4c16-8ce6-587203fa60ac.bin", + hash: "ac8db5bb1803bb22fdcc5613dc414636", + size: 4220992 + }, + [1758]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7338f513-30fb-44ff-9224-a6bc36420b9a.bin", + hash: "138a36b2ce3b01dd897dc6465831761f", + size: 21151264 + }, + [1762]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/01887c37-b9a5-4a21-952d-6b232b345ee3.bin", + hash: "e94b07cdd5ccfdda9715fdeb6b4be62e", + size: 3880480 + }, + [1763]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/00c3c223-2c25-48be-958f-3de4630f8ded.bin", + hash: "9e535b4f28634fe23e5218463ed8c45e", + size: 4608544 + }, + [1764]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f015432b-84bf-4019-b4f3-b0bb2c3260cf.bin", + hash: "5e960341daafd69407be1486a8a1fb62", + size: 4608544 + }, + [1765]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80d5ab7f-f688-4026-aefc-aadba41d80fe.bin", + hash: "d1c807105c13f1f97a29908dd3685d18", + size: 4936000 + }, + [1766]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/896088fa-cde4-4506-8205-caf2f2c3a36c.bin", + hash: "c6b0f846b58bb21d3aa9a87f3a8c4b97", + size: 4292512 + }, + [1767]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/41f91ad5-432c-4c68-a1dd-095f75812bf9.bin", + hash: "bfe0377b7e35203cc17e4bb6deb4a106", + size: 4514560 + }, + [1768]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb857856-bf34-4c21-9166-8171472e59d0.bin", + hash: "c20615964fec1efd5f315a5759c34341", + size: 4375520 + }, + [1769]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/562a7756-06bd-4ab4-bb9c-72d54de5c872.bin", + hash: "d7f93e04401511f35a886c7bac871788", + size: 4592736 + }, + [1770]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2dcc7e43-9211-424e-9c21-7313e5ef528e.bin", + hash: "1f5ad37e59ddf885c67ef985ef9024bd", + size: 4545920 + }, + [1771]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/86bbb0cb-508b-4854-ab10-b139afdc0de7.bin", + hash: "bcab3b46f758e64a23f94d76c384de97", + size: 4642336 + }, + [1772]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6f0a1d6e-a77e-43ca-b296-2495573bea76.bin", + hash: "3e3d915124c391eb9027bfe78ba88171", + size: 4331872 + }, + [1773]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f462cdb7-5275-432b-9e7c-49b3ff54234d.bin", + hash: "d57e62f81a6e80d7c809cc1ba887119a", + size: 4385184 + }, + [1774]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e3712849-877f-4f8a-a1ae-faffd0e3f5b1.bin", + hash: "58336086421b36d6c1ab600b117af10c", + size: 4478400 + }, + [1775]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/40c89c09-da15-4421-9e1b-f5b44360d207.bin", + hash: "5f30e10b3229fc5cfee15a5d43e96e36", + size: 4277824 + }, + [1776]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7227b836-0be7-403c-9988-c3667f046de5.bin", + hash: "4c63aa642ddc0d7be88bf969ab645473", + size: 4063360 + }, + [1777]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3f87c7bc-8592-4a23-ad16-300c306639e7.bin", + hash: "9528f303eafbf837acb62255ac554d9a", + size: 4693344 + }, + [1778]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/324b896a-f310-448e-bcd8-182e9c76ed40.bin", + hash: "79a36cb7ad99262fcfea479b37f2235d", + size: 4196832 + }, + [1779]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d36f0569-ece4-4e95-9b11-80038f08e801.bin", + hash: "f044f376cfb340c8f4729f98757c3945", + size: 4954304 + }, + [1780]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4ecdb65b-6b23-434e-9fea-4a54fdd37c5d.bin", + hash: "b58d16fb2ccf83eec8fcaac9e45a00e6", + size: 4544864 + }, + [1781]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/165356d2-c85f-4187-85c0-abfacaa7679f.bin", + hash: "1e303baae85e31f04ae3573afeae769e", + size: 4287776 + }, + [1782]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a963cc2e-0950-458a-aae9-291a6df7d6e3.bin", + hash: "649296a4df1682039c0cee650a5cc995", + size: 4469792 + }, + [1783]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/30eafdc6-febe-4519-b537-1e874438fa2e.bin", + hash: "20677233eecd554e003ab5fa22f9292c", + size: 4470112 + }, + [1784]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75568b6c-1ab1-4686-82bf-c4157fdb9093.bin", + hash: "f589cdc0c84cea697d7f77a5ffdf47a8", + size: 4426336 + }, + [1785]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bf6c7ad3-f987-40df-8d5b-0613ae8d72b6.bin", + hash: "7d492bc134bfe86557869aae488a1c6e", + size: 4116096 + }, + [1786]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/156cfdc9-d499-4bc2-b47e-25bf5cd16307.bin", + hash: "c34412b489000244d444e91f22ac1684", + size: 4546176 + }, + [1787]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e724fab4-0f07-4afa-9d73-9ba8b0ff6437.bin", + hash: "79d825ae6f05c6b8935d67660e6042ef", + size: 4304224 + }, + [1788]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/958c30c8-faea-477e-97b2-cdd1663cfd3f.bin", + hash: "d22b40ccb014fa6683fa0a44a0030081", + size: 4063136 + }, + [1789]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/106f997d-02ec-47a6-918a-6eb34a281598.bin", + hash: "19cafc75cd343ebdc2a2ac361c0351e4", + size: 4141888 + }, + [1790]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5a83148c-5127-4528-87e5-0a0c780afe2e.bin", + hash: "982218032528b58a39514b8346619574", + size: 4555520 + }, + [1791]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/22ac2a0d-e31e-4e63-9a1f-c8846c7073d9.bin", + hash: "20bd7d0fd899c897c68cfa4f19d00177", + size: 4622368 + }, + [1792]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b60ae71a-1529-41b5-bb31-d75493691e8c.bin", + hash: "f700af5c77c906b61b6fc8d7a4821e82", + size: 4185536 + }, + [1793]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/031ba169-2440-4f78-b50d-26a3c667dc94.bin", + hash: "0749ef6cfb8e4510512a5c4d26f84bec", + size: 4418464 + }, + [1794]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cc4ef8c6-04b2-4ff3-8a75-f3870dba2e87.bin", + hash: "f4a7bf5d2c7c22c658f8313cf1d8cf47", + size: 4201536 + }, + [1795]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4dd52088-4ea8-4cc7-be07-85e74300cd71.bin", + hash: "3337b739c92a4a278a774ee545864f21", + size: 4394368 + }, + [1796]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0c6d9e62-104f-4b33-8b67-4923e6ff2985.bin", + hash: "3937b777366ce4cd49f4adfefe74148d", + size: 4369984 + }, + [1797]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/069faa6b-0161-4b31-b2af-c303d562a3f6.bin", + hash: "66e8e53848eb9448d05b3d2292a37a27", + size: 4798144 + }, + [1798]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/de76156a-287f-410e-b623-28410316e839.bin", + hash: "af9be19b011a26a37297eb40dce1de4c", + size: 3933504 + }, + [1799]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5bbad7b0-3b16-4984-b42e-006e1cf482ac.bin", + hash: "cc513bffaf6d42cc9a807a0651050983", + size: 4421408 + }, + [1800]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7efaa31b-61c7-499b-a635-b89b9ff62fb2.bin", + hash: "71431fdce24a1eb247afc39de38b6d1f", + size: 4321792 + }, + [1801]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9b647bb7-5d97-40fa-b273-631505402278.bin", + hash: "6cbcf29fe134f982958ad0b1a21130aa", + size: 4358848 + }, + [1802]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ee2c0f83-c163-4f17-88f0-d92ec27807e9.bin", + hash: "740e6efa23633580f2100e913b445022", + size: 4146432 + }, + [1803]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/841a107e-f30b-4f0d-b2d6-0a0192b271b2.bin", + hash: "acbd4679d720c31d501fa54188de12e4", + size: 4631808 + }, + [1804]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/acc37a64-c174-44f1-96df-9adfe23d3f2f.bin", + hash: "2806424cd250dd76dec6526def6ce106", + size: 4396224 + }, + [1805]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3497428a-30d3-4dcd-8b66-17bcf958f8ea.bin", + hash: "f7baed341666bf5ca4a0722d0f3b715d", + size: 4442912 + }, + [1806]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/55cb5133-c76e-4ba2-b4d5-61ddf6158c05.bin", + hash: "57671c62aa07d16353166e2d1d88c25d", + size: 4158272 + }, + [1807]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e164b0e2-100c-4b72-bc7f-2eab8ad6f294.bin", + hash: "b706bfacd9e1c3a3eaafe63388947ef1", + size: 4366752 + }, + [1811]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9cea7f5f-d8e2-4a5f-b551-db6bc075e803.bin", + hash: "37602a9de8bc650608379f234e58f956", + size: 4696192 + }, + [1812]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/52bf4d1a-8ec0-4f59-a391-055618c57418.bin", + hash: "b718b942a866e9fb0997608b04dfcb58", + size: 4672672 + }, + [1813]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/da9bf322-a219-40f8-b47b-6c0b5dbdd5f5.bin", + hash: "3ec9bdcc4ee758aaaae62122cc213922", + size: 4504960 + }, + [1814]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a501cef-9d17-4465-bcb4-f2595e204016.bin", + hash: "7e62d1ca42afd5381b547fa79aa58ba3", + size: 4955520 + }, + [1815]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/216fbff4-973a-41a7-8a9d-e26a542ea067.bin", + hash: "20df68e4ef64dbe3dc5cb4af1b401d97", + size: 4140064 + }, + [1816]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2151817c-4038-4d42-8c50-f5e31d4e9c0e.bin", + hash: "287773a4d663ca303f91b06d22802ed0", + size: 4526304 + }, + [1817]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c60aff85-ab34-4b22-b9bf-8a981a64b8e5.bin", + hash: "7d655e6e9d49572baad1ee9ad79e1d45", + size: 4978656 + }, + [1818]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8540d960-5504-44d4-8c5f-792335567d7e.bin", + hash: "81720e02397488d0537dfe52ba466e8e", + size: 4294752 + }, + [1819]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d9e4f20f-3c21-4a13-8441-95a1e5010b96.bin", + hash: "a515a54f628daf7dc45231a90cc8f08d", + size: 3779936 + }, + [1820]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fa9a4317-2338-489c-b592-fbdef204832a.bin", + hash: "e40ab65323b78f8b9b9a394c8b348dc9", + size: 4514336 + }, + [1823]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e29661c-8918-40c5-a939-f7b3705a58c2.bin", + hash: "28a74811120398ba2e409ce22bae8e2b", + size: 3933632 + }, + [1824]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f26abebf-c6e2-4a76-ae46-014f09c872e9.bin", + hash: "bb89b857bcd039cebb3af3a732bf6bfc", + size: 4469664 + }, + [1825]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3ec59da8-6ecc-47ba-9bb2-f63419527ad8.bin", + hash: "4b248ddd7e1e259fff84acbf6f7f0235", + size: 3677344 + }, + [1826]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1733ccd7-4a78-48d1-af08-b6d53affa48b.bin", + hash: "34449ba6a3d6540bdd7850a6c61279a5", + size: 4151808 + }, + [1827]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/90fec521-a2fd-49ff-ad74-eb2eb5c6674a.bin", + hash: "27ecfaefa4301c10ad9fad1d4b034ead", + size: 4119040 + }, + [1828]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ddbbf617-2855-4604-ada2-7df1d31a521c.bin", + hash: "decab91cdfd82285dbb800c9d8aadd2e", + size: 3917792 + }, + [1829]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6625191c-985f-4c85-92a3-deeae0200a60.bin", + hash: "70a9f45a04976d1d314969373671da68", + size: 4386144 + }, + [1830]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7a12ab16-fb05-4bff-b285-45164b78167c.bin", + hash: "568e5de43d38ea60b0fec6b82ffb657c", + size: 4070144 + }, + [1831]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/24e938ea-36f3-4439-a794-dbbfa2a60129.bin", + hash: "243cb0009f99424078d5c0a1a9681ea2", + size: 4048544 + }, + [1832]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/115f602f-c64b-4e3d-b508-b83a5c3130c5.bin", + hash: "eb28b41e17bef601ac4fa0d1b3d7106b", + size: 4135424 + }, + [1838]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dc7b2678-a9c9-4441-9068-4fbae3084883.bin", + hash: "e0701470f2eb6ef66670dad938b9418d", + size: 4592736 + }, + [1839]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a8371965-c84c-4dd2-93d5-ef1e7a5ca100.bin", + hash: "4dbb8f97c023abf437e9f690370b2994", + size: 4623200 + }, + [1840]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/17679f9d-dc1b-4810-9705-af356a431ba4.bin", + hash: "3fd1172bbce477b4ef5061e88e5d933f", + size: 4288416 + }, + [1841]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38264929-f00f-496b-ab52-e192f4e2c17e.bin", + hash: "a66ebeaf28a1569bdec139c96dc33133", + size: 4697024 + }, + [1842]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed4e8b9d-3408-40b2-9354-1c60acb69ed5.bin", + hash: "9f57be30f15caf2103f848fd9351a7e1", + size: 4100416 + }, + [1843]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d69a7df6-5c35-43f6-99c5-c6549e3a6d2a.bin", + hash: "51ab03963ef249709a2b2dfa02c1037f", + size: 4710592 + }, + [1844]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/78a44a69-690f-4832-9aa0-1a0c45d7467b.bin", + hash: "b08c67932b69d7a503a6b81fc0690f43", + size: 4695872 + }, + [1847]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e137e17d-58bc-4d6e-b58f-046e001ff049.bin", + hash: "a9b440ac70c7cca22ab650ad49e3c720", + size: 4256544 + }, + [1848]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/490a8d96-adaa-4103-82fc-bc338998be38.bin", + hash: "f86bd01d6b3f6aab1a28081128b6d0c4", + size: 4461344 + }, + [1849]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/15b4cc67-94cc-429c-a37c-4dae65f6bf62.bin", + hash: "3d2aa92b6699300c965ac2501ddfd7e1", + size: 4226880 + }, + [1850]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/71077a27-5413-466a-88d2-e6ee02bcaf86.bin", + hash: "972f3507b88ae61abebb2ada3288b7ed", + size: 3339200 + }, + [1851]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed34fa6b-7973-4152-a3df-2d134284c8aa.bin", + hash: "342ceef57b0ac949e24390a38efbfff2", + size: 3990976 + }, + [1852]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/995cb23c-788c-4b9c-bcea-72a5e63859c3.bin", + hash: "7a7d31bf36c8aff1b304ee1aa4b26be8", + size: 4571168 + }, + [1853]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3dfb6906-995e-4c87-8908-a12dd8c60c51.bin", + hash: "3f4b602728695eccdbd6d29a472fb80b", + size: 4232512 + }, + [1854]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dffabfa2-a4c7-4480-a204-cd7de37fa35c.bin", + hash: "8fc7389445f9a3caf6d23a7ae39fa319", + size: 4652096 + }, + [1856]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6dc077d9-bd02-48f5-bb56-d47be0528d33.bin", + hash: "2cab018308e9d9c65c2c1fd8f530dcd0", + size: 2850656 + }, + [1857]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2577d9e-6510-4609-9476-0f1752c8735f.bin", + hash: "7b1acaa906a06a3cf04230b67549df24", + size: 2982176 + }, + [1858]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d795c7fc-6132-4a83-9158-b3c39f0079e9.bin", + hash: "a32cac20f2e5070048a4040baaa9fa77", + size: 3839744 + }, + [1859]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38801f5b-ded8-44e1-90c8-533b698c5618.bin", + hash: "9087b2732d0d434d5631f38db683e36e", + size: 2332928 + }, + [1860]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c6b53a12-f231-416e-a176-0bdaf0a6facd.bin", + hash: "05149cf757879e5cd749bb5634ee5810", + size: 4605376 + }, + [1861]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/950b3118-5cba-4acf-81ab-bb6529cccb46.bin", + hash: "a4d272f1138eddd6ced821aadbb9e9d3", + size: 3946400 + }, + [1862]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/50be8416-c1e4-43a0-9276-ce9085109634.bin", + hash: "ef36f148d2d13881139d074757580415", + size: 3269024 + }, + [1863]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/252078f9-8ca9-4a0c-896c-224ddb1ac63a.bin", + hash: "fa1b6ff8387413704ed8400c42ebfdc2", + size: 3602464 + }, + [1864]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e58cfc79-8ceb-4766-aba6-60c51054033e.bin", + hash: "d237887a5404748c0acfa6e0110e23e0", + size: 3604928 + }, + [1865]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7a0863c1-7f45-45f9-9a65-6feb0a1ff95f.bin", + hash: "1a49815ba5e69a9f18da0ee86ea53227", + size: 8837408 + }, + [1866]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6d6788ea-03dd-48ad-be5f-754a7dc31961.bin", + hash: "d241651ce4f6b7ea875bda467133aa89", + size: 4278016 + }, + [1875]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/372bebae-7176-4621-b291-631eddcfa8a2.bin", + hash: "a67ac2e6d21fe0eaa98591d90e6124d9", + size: 3750112 + }, + [1876]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dc25a20d-ea92-4e69-b234-8b7cade4c257.bin", + hash: "2d99f158e4bb21203932fcc5cc04a6a7", + size: 3834016 + }, + [1877]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/37fba8c2-70d4-4c95-98e9-60c18674890a.bin", + hash: "6fe271475ada1682fe698c59bdb99086", + size: 4088864 + }, + [1878]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eff577d5-5dff-453e-8cfa-df7765f829c0.bin", + hash: "cfd36d4d63396043abb791a15be4184d", + size: 3825056 + }, + [1880]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1883f3e9-10d6-4b6d-a089-04a79b76f62e.bin", + hash: "a46881f1a7ed59446f3133ab0957a707", + size: 3554720 + }, + [1881]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/29292f13-ab4d-4135-8b64-ad9db8275368.bin", + hash: "b315ac63abcceba93a9120c1270cf79c", + size: 3793888 + }, + [1883]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e5b305bb-1872-4e5f-9896-20d6c08b465f.bin", + hash: "9ad3e6a58b333026e15eeea741f8958d", + size: 4056256 + }, + [1884]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c7697afe-c38b-464a-929c-de80c460933d.bin", + hash: "70e85b914bd3babf8950e59dc775b07a", + size: 4460320 + }, + [1885]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fb9bd04a-92a1-4f86-bf2e-322556694fb4.bin", + hash: "8f35e7d262f55fb71a0667f49b179187", + size: 3803360 + }, + [1886]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d4c07954-2493-4cb6-b49d-bbb1a95fa07e.bin", + hash: "2d6f37705960b62284596169acb53483", + size: 4639648 + }, + [1888]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a8d65cdd-d5bd-44b1-ba06-c3bb893e5569.bin", + hash: "6f464cb4ec3462aabbaf1c6cffb3c190", + size: 5491136 + }, + [1889]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/541a547a-1d5b-41d6-8372-5e85df1e4198.bin", + hash: "502740a90cefc856b6e507fa23393136", + size: 4996608 + }, + [1890]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/26bbdc9b-a5fa-47ca-838b-1a933cd8cad1.bin", + hash: "5b2163e196c9f747530462194d3a2b38", + size: 4905664 + }, + [1891]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e118028-0278-4522-a118-697cca917ea3.bin", + hash: "8d832002e59d3e9941c7bdc2326114e7", + size: 4969664 + }, + [1892]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b35dfc53-0873-4e01-9d42-5b71fbbbec8f.bin", + hash: "8e7b05c250f53cf4ae31f5cfe5ea2120", + size: 4709984 + }, + [1893]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/38d2a63b-fe86-4f70-8125-37a42499ac28.bin", + hash: "5f4da0bfa68f53e2ee4f285f18a2e330", + size: 4719136 + }, + [1894]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0179a799-e353-4755-ab15-d1953ea09103.bin", + hash: "6f330b8e39ec08cb5575edec60018b23", + size: 5250112 + }, + [1895]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8a68cc25-75b0-4877-99fc-b2286c5e88ab.bin", + hash: "ae7aaac394b9d3b548860de8931bcdcc", + size: 4137536 + }, + [1896]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2e7bdbc6-5a75-44c8-87f8-00524407022e.bin", + hash: "aeb648defb1c99ccbcc9f729fc58f143", + size: 4687392 + }, + [1897]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cea529f1-4027-4795-8787-d393d2b0c738.bin", + hash: "7c9d3fab89103e5c8bafa7f7578e983d", + size: 4501824 + }, + [1898]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/97649628-4b10-44e1-a945-ede95ff6c166.bin", + hash: "0a0e8151839aed2e460402a2075f1e7a", + size: 4582592 + }, + [1899]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5ef164f5-8b9f-4c87-85dd-6b5852e22f3f.bin", + hash: "f8d1fd251c402291487cd97690a73eec", + size: 4763008 + }, + [1900]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/56c65a19-401f-4177-95c6-dde91bba0411.bin", + hash: "e55ac581457ba1693f8fadbcbfaa550f", + size: 4313952 + }, + [1901]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/86fcb0c6-f379-4040-83f8-ada0cb2bdd69.bin", + hash: "84bb156719850c94d25d553f00d0036d", + size: 5041568 + }, + [1902]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b7bcb374-2b26-4d22-90e5-ea1c016964da.bin", + hash: "d5a4957609826b26569595b8022cc084", + size: 5133312 + }, + [1903]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/76a46bc0-4164-4b36-b5df-86b5673caa57.bin", + hash: "942709320b4f6371ad52d65928583321", + size: 4713600 + }, + [1904]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ab09f13c-0fe7-4001-94ed-a272761eec99.bin", + hash: "3a85555c42056b7b3bbac4c28155f419", + size: 3966624 + }, + [1905]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/75798dc0-6a10-4727-9491-299d9fa74af9.bin", + hash: "64da3ebd1e88bb97410b1121a04bbb52", + size: 4185024 + }, + [1906]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/99234c40-b50c-433f-80a8-25fedda00dc9.bin", + hash: "60b84c643f97ea9bb5ee2a780420c8a6", + size: 4797184 + }, + [1907]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/10fa63a5-d11b-42dd-b0d2-326d6afc168e.bin", + hash: "e0a55b34d6aefbe1fd3130e864b00c83", + size: 4279584 + }, + [1908]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b88a1ef6-e5f1-45da-86e2-d7adb44d08ec.bin", + hash: "74f8e860f7ed19a6d81a42aadeb4d821", + size: 4583936 + }, + [1909]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a5da9a24-494d-42b4-a8a7-5a4aa6ddd64f.bin", + hash: "2988aa5770231cb554038ad9ebcdce82", + size: 4416064 + }, + [1910]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/51cc0d3b-9cb5-4077-93b8-0edfa7737169.bin", + hash: "220375cba627aeb7f94098ec47778859", + size: 4902432 + }, + [1919]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/87de12fe-2fa7-4610-8360-81988fa1c598.bin", + hash: "387259723bcd806a43201cb9a8a9382f", + size: 4599776 + }, + [1920]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3d218c9f-c760-4142-9031-c90b7c73c4c1.bin", + hash: "9c059cb5bc76bdddef4f24696849fe87", + size: 4359584 + }, + [1921]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/10a58bdd-5281-433b-b430-2218a5c47714.bin", + hash: "4e155765c84e96cc6deed56de397b3b6", + size: 4324192 + }, + [1922]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/166d1b2d-7903-4f21-9789-f0fec8ebe8f8.bin", + hash: "256d37c3dfde2cbabffcaa0aabf77f64", + size: 4558400 + }, + [1923]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ff0597b0-6545-4594-95e6-9fceb3237049.bin", + hash: "e1d479be736fd307865dae55dd68b3f1", + size: 4188992 + }, + [1924]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5824c39c-d2d7-48b3-8294-2d7c10c92a3b.bin", + hash: "4a3da691d22260d44ec7781d2c50ff59", + size: 4528096 + }, + [1925]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/720cc67b-bebd-4bb1-ac0b-8edba11182f4.bin", + hash: "0dd0bd3631fde410c6892fa8cf5e61c6", + size: 4001408 + }, + [1926]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c936a17c-c98b-485f-adcc-bbd4455b7c68.bin", + hash: "56baadd394d0eb98a276243746260fad", + size: 4272864 + }, + [1927]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/000682b2-6674-4497-8e06-0c2c8ee81f82.bin", + hash: "a2ae4915dec713eaab41cf8619f0f146", + size: 4164000 + }, + [1928]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/73334817-5cd4-4bda-b055-a15ba61f3ebf.bin", + hash: "b524b71f06550590dfc3dbb7b936855e", + size: 4281792 + }, + [1929]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/60f6144e-e92f-4fda-ac2f-a07bc4f125c6.bin", + hash: "c1861631ab64b6c19c422c6cb451eb3e", + size: 4594848 + }, + [1930]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0e8d87a7-d48e-4436-b567-cee2c278fea0.bin", + hash: "9bf85c6c36f6f8826c52e3bc98c010d6", + size: 4406688 + }, + [1931]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d756ea0d-0ed7-40c4-9278-4cd182a178e3.bin", + hash: "e9639f11517dcb6b9625dc955b453cd0", + size: 3773408 + }, + [1932]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2fb50317-c13c-4163-855f-e936cf100257.bin", + hash: "502cb9241edbc388cf1c678c6337663e", + size: 4368032 + }, + [1933]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3a6a8090-dd96-4e78-a586-068eda6507e5.bin", + hash: "05dbd653ec606f3683b69c861231a2f4", + size: 3992992 + }, + [1934]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/85c61d95-40af-484c-8084-c8961ea4909f.bin", + hash: "377f3f2509a3035da84e9578217ff41c", + size: 3950208 + }, + [1935]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e6a007dc-9ba5-4344-935b-3ac60ec53815.bin", + hash: "9eb170e46466400cf1531086a83b8caf", + size: 4340288 + }, + [1936]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7026acc6-18fa-407c-8b1c-4ab949a794e4.bin", + hash: "b9a939ce566277896df3a37ffc19510a", + size: 4460896 + }, + [1937]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cc4dbff2-e40d-4e56-8a9c-0fa63fdb91e9.bin", + hash: "1796ace9bbda9587f218e97a06c1c950", + size: 4474368 + }, + [1938]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4194adf5-0b60-4f82-a725-d98271879f09.bin", + hash: "d4d49ab4b27c4429c316f7843be1b1a6", + size: 4352832 + }, + [1939]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e8c9a316-e0ed-41ca-a7cf-6f0f1b1a210c.bin", + hash: "8d725b0e8641afa0cefad7e5deee434e", + size: 4306304 + }, + [1940]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/21e55585-d468-4757-a79f-b7e1079b4a32.bin", + hash: "e804e29b12554fa07c37e63278e1132a", + size: 4517056 + }, + [1941]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/39978f56-4f32-4cf2-9f96-4748cbd94171.bin", + hash: "2ce8b980813226b318edb983d519b922", + size: 4400192 + }, + [1942]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/bd776b47-6bc2-441d-a870-400c217bbd98.bin", + hash: "7aa9c26c59cbbf06b1d870ab4405b3a1", + size: 4467168 + }, + [1943]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/839734b9-ac4b-403f-a8fa-415896099750.bin", + hash: "2f5312081cc9238fa8ddfa17844c399f", + size: 4056128 + }, + [1944]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f766dd49-dd41-4f3a-9bf8-17491687009a.bin", + hash: "579117acc4fb1bbcf59f2fdf1c4ee566", + size: 4257216 + }, + [1945]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cf8f7c57-8cc0-4a65-b4f7-d5deb34ef39f.bin", + hash: "ff65c3f3a2cdce761c9fe2de2b89f0b8", + size: 4444768 + }, + [1946]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a3e5e613-a613-4d73-b2fe-c95677f2a707.bin", + hash: "9167d23fe4fa3657e61ac63382b4f6cb", + size: 4206368 + }, + [1947]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/152a9011-36fa-4fde-82be-0fbd537e0b19.bin", + hash: "cc3b7f2c30cb6e6bd7af13e22d7eac6e", + size: 4234336 + }, + [1948]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cdb9f5ad-b87a-41ff-b1a4-09f82e6b8f89.bin", + hash: "a57d759d4479c6bbe1000e796107997b", + size: 4485472 + }, + [1949]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e36b2405-c23d-4672-9dd6-85d1de62f164.bin", + hash: "d523d8789240b26bf802395dcb28eac8", + size: 4544704 + }, + [1950]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8870a559-fd94-4cf6-aa2f-e0bcb085a664.bin", + hash: "ab25219959dc847199f381bc21baa651", + size: 4054336 + }, + [1951]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/4fc7f53e-63bd-4434-969e-7cc85fc95bfb.bin", + hash: "fa6e094d79aeb8fff5008b7479161223", + size: 4301536 + }, + [1952]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/27846016-6e7c-4e9f-b6a4-69bb536a6eba.bin", + hash: "3cb98c960ebd85505e4db7227228c3a5", + size: 3864224 + }, + [1953]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c23b5b3e-774f-4a2d-ab2c-ce724e555fd5.bin", + hash: "c7b0bd6affed69156a9a1e77388719ab", + size: 4097792 + }, + [1954]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d3cfa797-2fb7-4ac7-8768-144c5c3f9d68.bin", + hash: "30ece28c3cce4a257edf4a8ef19d35e0", + size: 4402688 + }, + [1955]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/1be6060c-51dd-4f7b-8a28-aeb75e3d5d96.bin", + hash: "4a04989d07b35ca17c62801184d580b5", + size: 3833248 + }, + [1956]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d2278ab1-3f7b-404b-84f8-4ac676cf39d3.bin", + hash: "251e9167d0734fc423952fcf793b827c", + size: 4244544 + }, + [1957]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe0d3797-62ef-4d03-9ff7-7f916156d1b8.bin", + hash: "60979ffa36761929d504cf17b8c1de7b", + size: 3941984 + }, + [1958]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7b08cf4d-bbac-4eea-9b12-f386a77d6f04.bin", + hash: "353032aae4cd0dc6d52720e60cd4ce98", + size: 3877056 + }, + [1963]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/aa4f88e1-0881-4361-8166-5492647da52b.bin", + hash: "c055585599ef06ec20e4db0e74e77136", + size: 3979072 + }, + [1964]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f958bd98-0f5c-4daf-956c-da43393f37a7.bin", + hash: "387ad6bdfde856a860012c5c07138713", + size: 4498336 + }, + [1965]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/723c85a9-0b41-4a8d-84a8-afaa040d9923.bin", + hash: "ee9d0eb85f90c2e6b2e1c1b314d0e396", + size: 4418624 + }, + [1966]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/be9920ad-efd0-4b5c-b3d1-f9163bd34550.bin", + hash: "76002fc39c467543f451c7ae4a695726", + size: 4580512 + }, + [1967]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d3eca41b-d171-44f4-9088-8ab7ddf8a9fa.bin", + hash: "2d94313feeeac905c491ac63d1c619a6", + size: 4425600 + }, + [1968]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/9e7ddd06-4346-4ed7-b4af-e73f7f64396c.bin", + hash: "2aedee5c746a6a96343ddf16112aebe5", + size: 4233984 + }, + [1983]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7c480145-dea8-4bcd-863a-f3fec8557113.bin", + hash: "787beb68c86b1d4737dd18135bade6e2", + size: 3853728 + }, + [1984]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6ba03360-9b21-480b-a27a-b8a1842caacb.bin", + hash: "360b39eecb089ba9ece655e95556fd34", + size: 4034848 + }, + [1985]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c752aa75-d8bc-4de1-b479-d726cc5adab5.bin", + hash: "90fd5f79885851c20b973c5bfc858053", + size: 3861568 + }, + [1986]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e7bdd93c-60bf-4cbf-bac8-2b8d03320ea8.bin", + hash: "347df9e3dd8c46a65f5e880a9205d1cf", + size: 3850112 + }, + [1987]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/d549440c-e955-42b1-ba28-340af8a8a3d6.bin", + hash: "ffc9e49e562fa4ddb544e9280a67210f", + size: 4263680 + }, + [1990]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/01a3b003-6364-42fb-b62a-232d1b197e8d.bin", + hash: "68a04e634d63964d8e9102156b4328ed", + size: 3956864 + }, + [1992]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/fe8c1122-2233-404e-980b-40df76a84317.bin", + hash: "804606253f824136dbd0505a4aeaaebd", + size: 4073440 + }, + [1995]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/3013a35d-fc9e-40d7-8912-5d4fa5ec9f97.bin", + hash: "c4802e50665c67f416b3378ad93117d1", + size: 4034976 + }, + [1996]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac19c8d1-4c69-4e51-8680-6348d991f66b.bin", + hash: "8184384f4700efa894a81db2317e268e", + size: 3819360 + }, + [1997]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b2528623-9708-4659-95f3-7e6c1c9fbf9b.bin", + hash: "edbfe9bb96819831ec84fe816c87d283", + size: 4566016 + }, + [1998]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f2061631-2d26-4878-9c65-f2681b25d0a1.bin", + hash: "bca041cfde4167af79a50499b055be8e", + size: 4478048 + }, + [2000]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/17260e42-b507-4b32-b134-8a8ebd6d9e64.bin", + hash: "e52550b2242133b75cdeca6c929ee72d", + size: 4382048 + }, + [2005]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6fde851a-3988-465b-b253-022995f952ed.bin", + hash: "0cb8a3b12b1119b21bb016ce1b3611c7", + size: 4315296 + }, + [2006]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0c29e880-6502-4562-baa7-8c273f1597c0.bin", + hash: "2c2e8bdb104fdf5fab1ad08374baf070", + size: 4768096 + }, + [2012]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f66517dd-8067-4075-b32a-3e3f2758a372.bin", + hash: "f4f5c05e6ca002d6ca465cf2285f0043", + size: 4398368 + }, + [2014]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c5c6b9aa-9261-43e4-bbd4-373b60cd8dda.bin", + hash: "ca1bc3b5f770f380e22da8ef2263c96e", + size: 4335488 + }, + [2016]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/156c4e21-de86-4d78-9475-e2d3f2abb722.bin", + hash: "be4c2e4155b7eadb89358dbc588d339d", + size: 4453056 + }, + [2017]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8cdeeafa-d36c-49b2-8b24-098a00772629.bin", + hash: "37720524bf29b0b78d2b4e1397710a5e", + size: 4461056 + }, + [2019]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0fac56cf-21f7-499a-8981-61b773b92c69.bin", + hash: "32bf13cd1496e569ac433ebdf5e39382", + size: 4140896 + }, + [2021]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2af89cb7-c6e7-481e-b5f3-5ba45b07ea2f.bin", + hash: "fd811c07ee05ef69ea81cd8a0fbdecd8", + size: 4232896 + }, + [2025]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f1db1baa-553a-4525-aea3-86037c52cf03.bin", + hash: "f16cd4898b0c7c6e4304137aaa7c40ee", + size: 4419264 + }, + [2026]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ea1cb940-19f8-4641-9b21-6a60e8ef9e90.bin", + hash: "1980251158ff7e9196f5c302c0c7ad7a", + size: 4491520 + }, + [2037]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/98ff5325-fac6-49bd-8e23-9744ae7c8bd8.bin", + hash: "bd69e0e91d95d4c4944d01d12aeecddd", + size: 4295712 + }, + [2038]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0cdc88b1-d4e2-41d5-89a1-cae66efbaafd.bin", + hash: "331deb9dac98b822ef35e73cfb0cd424", + size: 4813344 + }, + [2039]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/966b027c-a29c-4cff-9c8b-d5bcaa6d41e4.bin", + hash: "0bfadb7dad48d5c1ac8fd4c85cf87bfc", + size: 4500704 + }, + [2040]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c06bdbe2-2011-4736-8b28-2b08f0470b98.bin", + hash: "67d1c8b59cb65dec6f8230781962d629", + size: 4911296 + }, + [2041]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/e7c39992-f465-4ba2-9b6c-6bfd61f5f094.bin", + hash: "74f8b682c3d940e4284653d0e540b947", + size: 4927232 + }, + [2042]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/f767e8bf-2976-4df2-b7c2-8f533aa6fefa.bin", + hash: "c54f277b2bc77502b2988c20ef68e497", + size: 4716064 + }, + [2043]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/7230bbbe-3c19-4348-b0e6-a586af59ec60.bin", + hash: "1da83a8d100b4fcf34d8d4b97d6a36d0", + size: 4800000 + }, + [2044]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/52466a39-e50e-4163-9bf5-0a33c591ee3b.bin", + hash: "83c7dc405943f87566c7d7857c9d6990", + size: 4832352 + }, + [2045]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/673def9c-2ee9-4a0a-adab-ba97e98e2b90.bin", + hash: "7aec4412932871d1e6daab4a05c38678", + size: 5138880 + }, + [2046]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ed465a70-5f59-4610-a2a0-832680f25e1a.bin", + hash: "a6c2a874799581ae0779676325e9eaf1", + size: 4666560 + }, + [2047]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/a56829bb-bddf-4963-80f6-d698bf130bcf.bin", + hash: "48b66675ea1d4cea54e75fb4690e1df0", + size: 4418592 + }, + [2048]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b8d7a440-d1da-4c8e-983e-15f7e5fadf58.bin", + hash: "e6c62941b7feed65279e5a4a8e6cee58", + size: 4575232 + }, + [2049]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b0d5db9f-bb36-4ef9-acd8-ea19f3e7c107.bin", + hash: "15da25d611d7fdcf5a6f9208ad596048", + size: 4741536 + }, + [2050]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/510586c2-3758-4fb6-bc46-ccf9587430ee.bin", + hash: "7cc5443bd0073aa6edac0c521fd2b445", + size: 4822560 + }, + [2053]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0d893ca2-7304-4ce1-b97a-a5314948007c.bin", + hash: "7a7684b87b810079f421b83cd8cca641", + size: 3639328 + }, + [2054]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/8bc6c268-4ade-4f91-b653-a7f37151d516.bin", + hash: "5b9bec2b919bc35f98a193993416ac81", + size: 4238144 + }, + [2055]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/34d2b61a-f62d-44ec-aca9-3f665827857b.bin", + hash: "5e8ee902bd98bfa42d729511ae151a02", + size: 4293504 + }, + [2056]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/b815498c-fa51-42a5-acb2-3658a4e1a701.bin", + hash: "b3e2ae7b3fa248e2693be73caa324829", + size: 3967392 + }, + [2057]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/2a40af8c-4a3f-4cf5-8e9a-e592c0185ce3.bin", + hash: "fcd40049f6369414d99c63ad5ab33fbf", + size: 4101728 + }, + [2060]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/5b34038b-0b9a-4a1d-84ef-63fdbc6d6f46.bin", + hash: "37f0e5e815ec68e516d85acf7b17698a", + size: 4216960 + }, + [2061]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c681936d-0ce9-4284-91c5-6111826cc4d9.bin", + hash: "8f18dc1185a1179ff1f193ac180c2240", + size: 3938240 + }, + [2062]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/eaeb91f6-618d-412e-a415-0af8970f9183.bin", + hash: "9ab813ea83a22b738541561d29028c82", + size: 4681600 + }, + [2069]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/dc261fdb-bb6a-48bc-ba8d-89cc458d2468.bin", + hash: "3ae7823b022bbddbbbf146d8fecd60a1", + size: 3804864 + }, + [2070]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/80ff1dc6-3f02-4337-9dd2-e655dedad573.bin", + hash: "f99f9b6e98a283105d85684ccfcf9e23", + size: 4344096 + }, + [2071]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0062698a-c0ca-46d0-a9e7-bfcd120ef379.bin", + hash: "6304a5456d0104587f7181e7ca4dab9c", + size: 3957792 + }, + [2072]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c730956f-047d-4ba8-8b82-87ef8a5310fc.bin", + hash: "beb5f65dd63371523f2c027f722b9a67", + size: 3507616 + }, + [2073]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/53cc6f83-139a-43f1-af70-cea8915c88b0.bin", + hash: "a66007361ada8fee390e94343d9796a4", + size: 4235296 + }, + [2079]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6bdaa8a0-89a0-4ede-83bd-4b4a2b6b2d54.bin", + hash: "23ac4e6b1d7a0be308345563108b9f4e", + size: 4238560 + }, + [2080]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/6ad5b165-6a29-427d-abc4-f074020fe8bc.bin", + hash: "c5d9e7d06ff455e3166c3d006e4e410b", + size: 4413760 + }, + [2081]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/96e1c99f-0de1-4257-b7e6-8ef38286ba08.bin", + hash: "87500f283804d4836eed1e3735eec223", + size: 4517504 + }, + [2082]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0ba50d9c-0935-4fe9-b29e-b754a94de09d.bin", + hash: "e34a8dabab34dbb4bd772ca51dd9d22b", + size: 4494336 + }, + [2083]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/79767686-647f-448d-a7ac-db745d9f3604.bin", + hash: "0ea05ed110004ba3c15335337705b386", + size: 4312672 + }, + [2084]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/cbee9eac-29c0-480d-a41c-88403f734b42.bin", + hash: "ee8f7e6cded2d30d8545e62c18fda2be", + size: 4293408 + }, + [2085]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/ac7694d3-3974-42b4-9eab-e65588b9ee01.bin", + hash: "b30c032242d337fba76ec1245c47068f", + size: 4615200 + }, + [2120]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/0d5f587f-9c0f-4a5b-9035-1832fffcc191.bin", + hash: "bcdb5e0f60405a7f726dca8a3a92b7a4", + size: 4576800 + }, + [2165]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/86431ef2-b7eb-4b0a-91d7-d9b590b466a1.bin", + hash: "fe073c690ed4a85211e0b495fc0b46eb", + size: 4201504 + }, + [2166]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/19202673-2da1-4eeb-b7e1-14dbc8a4583a.bin", + hash: "26f9edc06578067a4bb9d87341b52f64", + size: 4424928 + }, + [2167]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/20a5f9f7-b26e-42e2-8691-39330d552a58.bin", + hash: "51f8e9135877b6d200c0795ab59728c4", + size: 4747456 + }, + [2168]: { + url: "https://dks1q2aivwkd6.cloudfront.net/vi/downloads/m_data/c7e6fc35-1eff-44bf-aada-bb1e060c7ccf.bin", + hash: "7e09301140d3807dbdf0ca52651bdfed", + size: 3790208 + } +}; diff --git a/src/decorators/eacnet.ts b/src/decorators/eacnet.ts index e16c0f2..8f7402e 100644 --- a/src/decorators/eacnet.ts +++ b/src/decorators/eacnet.ts @@ -1,19 +1,24 @@ import { LZ77 } from '../utils/lz77.js'; import { toKBinXml } from '../utils/kbinxml.js'; -export function eacnet(topName: string, encoding: 'UTF-8' | 'SHIFT_JIS' = 'UTF-8'): MethodDecorator { - return function (_target, _propertyKey, descriptor) { - const orig = descriptor.value as Function; - descriptor.value = async function (...args: any[]) { - const obj = await orig.apply(this, args); - const kxml = toKBinXml(topName, obj, encoding); - const compressed = LZ77.compress(kxml.data); - const result = Buffer.allocUnsafe(compressed.length + 0x2E); +export function eacnet(protocol_name: string, topName: string, dataOffset: number) { + return (encoding: 'UTF-8' | 'SHIFT_JIS' = 'UTF-8') => { + return function (_target, _propertyKey, descriptor) { + const orig = descriptor.value as Function; + descriptor.value = async function (...args: any[]) { + const obj = await orig.apply(this, args); + const kxml = toKBinXml(topName, obj, encoding); + const compressed = LZ77.compress(kxml.data); + const result = Buffer.allocUnsafe(compressed.length + dataOffset); - result.write('P2D:2015091800', 0, 'ascii'); - result.set(compressed, 0x2E); + result.write(protocol_name, 0, 'ascii'); + result.set(compressed, dataOffset); - return result; - } as unknown as any; + return result; + } as unknown as any; + } } } + +export const p2d = eacnet('P2D:2015091800', 'p2d', 0x2E); +export const sdvx = eacnet('2020090800', 'eacnet', 0x2A); diff --git a/src/middlewares/eacnet.ts b/src/middlewares/eacnet.ts index c0a7001..f46435c 100644 --- a/src/middlewares/eacnet.ts +++ b/src/middlewares/eacnet.ts @@ -6,16 +6,16 @@ import { fromKBinXml } from '../utils/kbinxml.js'; export async function eacnet(ctx: Context, next: Next): Promise { const body = ctx.request.body as { request: string; - p2d_token: string; + p2d_token?: string; } | undefined; if (!body || !body.request) { return next(); } - const { request, p2d_token: token } = body; + const { request } = body; - if (!request || !token) { + if (!request) { return next(); } @@ -29,12 +29,28 @@ export async function eacnet(ctx: Context, next: Next): Promise { const decoded = LZ77.decompress(buffer); const result = fromKBinXml(decoded); - const game = Object.keys(result)[0]; + if (result['eacnet']) { + const info = result['eacnet'].info; + ctx.token = info.token; - if (!(game in result)) { + const request = result['eacnet'].request; + if (!request) { + return next(); + } + + ctx.service = { + name: info.game_id, + method: request.method, + }; + + ctx.body = request.data ?? {}; + ctx.eacnetRequest = request; return next(); } + // for p2d + const game = Object.keys(result)[0]; + if (result[game].params) { ctx.body = result.p2d.params; } else { @@ -46,6 +62,6 @@ export async function eacnet(ctx: Context, next: Next): Promise { method: result[game].method, } - ctx.token = token; + ctx.token = body.p2d_token; return next(); } diff --git a/src/services/p2d/user.ts b/src/services/p2d/user.ts index 22282c6..8a3bc65 100644 --- a/src/services/p2d/user.ts +++ b/src/services/p2d/user.ts @@ -15,27 +15,27 @@ export class UserService { ) { } get playDataCol() { - return this.db.collection('player_play_data'); + return this.db.collection('p2d_play_data'); } get musicDataCol() { - return this.db.collection('player_music_data'); + return this.db.collection('p2d_music_data'); } get playLogCol() { - return this.db.collection('player_play_log'); + return this.db.collection('p2d_play_log'); } get courseLogCol() { - return this.db.collection('player_course_log'); + return this.db.collection('p2d_course_log'); } get customizeSettingCol() { - return this.db.collection('player_customize_setting'); + return this.db.collection('p2d_customize_setting'); } get rivalDataCol() { - return this.db.collection('player_rival_data'); + return this.db.collection('p2d_rival_data'); } addCourseLog(coruseLog: PlayerCourseLog) { diff --git a/src/types.ts b/src/types.ts index 012409f..4cf6275 100644 --- a/src/types.ts +++ b/src/types.ts @@ -10,6 +10,13 @@ export interface ILaochanContext { method: string, }; + eacnetRequest?: { + service: string; + module: string; + method: string; + data: unknown; + }; + logger: Logger; body?: unknown; resolve: (resolveToken: InjectionToken) => T; diff --git a/src/utils/combine.ts b/src/utils/combine.ts new file mode 100644 index 0000000..ed586ba --- /dev/null +++ b/src/utils/combine.ts @@ -0,0 +1,21 @@ +export function Combine(...modules: ({ new(): any })[]) { + class Modules { + constructor() { + modules.forEach(v => Object.assign(this, new v())); + } + } + + modules.forEach(v => { + const descriptors = Object.getOwnPropertyDescriptors(v.prototype); + + for (const name in descriptors) { + if (name === 'constructor') + continue; + + const descriptor = descriptors[name]; + Object.defineProperty(Modules.prototype, name, descriptor); + } + }); + + return Modules; +}