From 30994031811ff2f75b4950a38ccbff0d7dbbfdda Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 28 Jul 2024 18:27:57 +0100 Subject: [PATCH] Renamed example --- .../{22CustomAkiCommand => 22CustomSptCommand}/.buildignore | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/.eslintignore | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/.eslintrc.json | 0 TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/README.md | 0 TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/build.mjs | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/mod.code-workspace | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/package.json | 0 .../src/CustomSptCommand.ts | 0 TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/src/mod.ts | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/tsconfig.json | 0 .../types/ErrorHandler.d.ts | 0 .../{22CustomAkiCommand => 22CustomSptCommand}/types/Program.d.ts | 0 .../types/callbacks/AchievementCallbacks.d.ts | 0 .../types/callbacks/BotCallbacks.d.ts | 0 .../types/callbacks/BuildsCallbacks.d.ts | 0 .../types/callbacks/BundleCallbacks.d.ts | 0 .../types/callbacks/ClientLogCallbacks.d.ts | 0 .../types/callbacks/CustomizationCallbacks.d.ts | 0 .../types/callbacks/DataCallbacks.d.ts | 0 .../types/callbacks/DialogueCallbacks.d.ts | 0 .../types/callbacks/GameCallbacks.d.ts | 0 .../types/callbacks/HandbookCallbacks.d.ts | 0 .../types/callbacks/HealthCallbacks.d.ts | 0 .../types/callbacks/HideoutCallbacks.d.ts | 0 .../types/callbacks/HttpCallbacks.d.ts | 0 .../types/callbacks/InraidCallbacks.d.ts | 0 .../types/callbacks/InsuranceCallbacks.d.ts | 0 .../types/callbacks/InventoryCallbacks.d.ts | 0 .../types/callbacks/ItemEventCallbacks.d.ts | 0 .../types/callbacks/LauncherCallbacks.d.ts | 0 .../types/callbacks/LocationCallbacks.d.ts | 0 .../types/callbacks/MatchCallbacks.d.ts | 0 .../types/callbacks/ModCallbacks.d.ts | 0 .../types/callbacks/NoteCallbacks.d.ts | 0 .../types/callbacks/NotifierCallbacks.d.ts | 0 .../types/callbacks/PresetCallbacks.d.ts | 0 .../types/callbacks/ProfileCallbacks.d.ts | 0 .../types/callbacks/QuestCallbacks.d.ts | 0 .../types/callbacks/RagfairCallbacks.d.ts | 0 .../types/callbacks/RepairCallbacks.d.ts | 0 .../types/callbacks/SaveCallbacks.d.ts | 0 .../types/callbacks/TradeCallbacks.d.ts | 0 .../types/callbacks/TraderCallbacks.d.ts | 0 .../types/callbacks/WeatherCallbacks.d.ts | 0 .../types/callbacks/WishlistCallbacks.d.ts | 0 .../types/context/ApplicationContext.d.ts | 0 .../types/context/ContextVariable.d.ts | 0 .../types/context/ContextVariableType.d.ts | 0 .../types/controllers/AchievementController.d.ts | 0 .../types/controllers/BotController.d.ts | 0 .../types/controllers/BuildController.d.ts | 0 .../types/controllers/ClientLogController.d.ts | 0 .../types/controllers/CustomizationController.d.ts | 0 .../types/controllers/DialogueController.d.ts | 0 .../types/controllers/GameController.d.ts | 0 .../types/controllers/HandbookController.d.ts | 0 .../types/controllers/HealthController.d.ts | 0 .../types/controllers/HideoutController.d.ts | 0 .../types/controllers/InraidController.d.ts | 0 .../types/controllers/InsuranceController.d.ts | 0 .../types/controllers/InventoryController.d.ts | 0 .../types/controllers/LauncherController.d.ts | 0 .../types/controllers/LocationController.d.ts | 0 .../types/controllers/MatchController.d.ts | 0 .../types/controllers/NoteController.d.ts | 0 .../types/controllers/NotifierController.d.ts | 0 .../types/controllers/PresetController.d.ts | 0 .../types/controllers/ProfileController.d.ts | 0 .../types/controllers/QuestController.d.ts | 0 .../types/controllers/RagfairController.d.ts | 0 .../types/controllers/RepairController.d.ts | 0 .../types/controllers/RepeatableQuestController.d.ts | 0 .../types/controllers/TradeController.d.ts | 0 .../types/controllers/TraderController.d.ts | 0 .../types/controllers/WeatherController.d.ts | 0 .../types/controllers/WishlistController.d.ts | 0 .../types/di/Container.d.ts | 0 .../types/di/OnLoad.d.ts | 0 .../types/di/OnUpdate.d.ts | 0 .../types/di/Router.d.ts | 0 .../types/di/Serializer.d.ts | 0 .../types/generators/BotEquipmentModGenerator.d.ts | 0 .../types/generators/BotGenerator.d.ts | 0 .../types/generators/BotInventoryGenerator.d.ts | 0 .../types/generators/BotLevelGenerator.d.ts | 0 .../types/generators/BotLootGenerator.d.ts | 0 .../types/generators/BotWeaponGenerator.d.ts | 0 .../types/generators/FenceBaseAssortGenerator.d.ts | 0 .../types/generators/LocationGenerator.d.ts | 0 .../types/generators/LootGenerator.d.ts | 0 .../types/generators/PMCLootGenerator.d.ts | 0 .../types/generators/PlayerScavGenerator.d.ts | 0 .../types/generators/RagfairAssortGenerator.d.ts | 0 .../types/generators/RagfairOfferGenerator.d.ts | 0 .../types/generators/RepeatableQuestGenerator.d.ts | 0 .../types/generators/RepeatableQuestRewardGenerator.d.ts | 0 .../types/generators/ScavCaseRewardGenerator.d.ts | 0 .../types/generators/WeatherGenerator.d.ts | 0 .../types/generators/weapongen/IInventoryMagGen.d.ts | 0 .../types/generators/weapongen/InventoryMagGen.d.ts | 0 .../weapongen/implementations/BarrelInventoryMagGen.d.ts | 0 .../weapongen/implementations/ExternalInventoryMagGen.d.ts | 0 .../implementations/InternalMagazineInventoryMagGen.d.ts | 0 .../generators/weapongen/implementations/UbglExternalMagGen.d.ts | 0 .../types/helpers/AssortHelper.d.ts | 0 .../types/helpers/BotDifficultyHelper.d.ts | 0 .../types/helpers/BotGeneratorHelper.d.ts | 0 .../types/helpers/BotHelper.d.ts | 0 .../types/helpers/BotWeaponGeneratorHelper.d.ts | 0 .../types/helpers/ContainerHelper.d.ts | 0 .../types/helpers/Dialogue/AbstractDialogueChatBot.d.ts | 0 .../types/helpers/Dialogue/Commando/IChatCommand.d.ts | 0 .../types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts | 0 .../Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts | 0 .../Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts | 0 .../types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts | 0 .../Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts | 0 .../Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts | 0 .../types/helpers/Dialogue/CommandoDialogueChatBot.d.ts | 0 .../types/helpers/Dialogue/IDialogueChatBot.d.ts | 0 .../types/helpers/Dialogue/SptDialogueChatBot.d.ts | 0 .../types/helpers/DialogueHelper.d.ts | 0 .../types/helpers/DurabilityLimitsHelper.d.ts | 0 .../types/helpers/GameEventHelper.d.ts | 0 .../types/helpers/HandbookHelper.d.ts | 0 .../types/helpers/HealthHelper.d.ts | 0 .../types/helpers/HideoutHelper.d.ts | 0 .../types/helpers/HttpServerHelper.d.ts | 0 .../types/helpers/InRaidHelper.d.ts | 0 .../types/helpers/InventoryHelper.d.ts | 0 .../types/helpers/ItemHelper.d.ts | 0 .../types/helpers/NotificationSendHelper.d.ts | 0 .../types/helpers/NotifierHelper.d.ts | 0 .../types/helpers/PaymentHelper.d.ts | 0 .../types/helpers/PresetHelper.d.ts | 0 .../types/helpers/ProbabilityHelper.d.ts | 0 .../types/helpers/ProfileHelper.d.ts | 0 .../types/helpers/QuestConditionHelper.d.ts | 0 .../types/helpers/QuestHelper.d.ts | 0 .../types/helpers/RagfairHelper.d.ts | 0 .../types/helpers/RagfairOfferHelper.d.ts | 0 .../types/helpers/RagfairSellHelper.d.ts | 0 .../types/helpers/RagfairServerHelper.d.ts | 0 .../types/helpers/RagfairSortHelper.d.ts | 0 .../types/helpers/RepairHelper.d.ts | 0 .../types/helpers/RepeatableQuestHelper.d.ts | 0 .../types/helpers/SecureContainerHelper.d.ts | 0 .../types/helpers/TradeHelper.d.ts | 0 .../types/helpers/TraderAssortHelper.d.ts | 0 .../types/helpers/TraderHelper.d.ts | 0 .../types/helpers/UtilityHelper.d.ts | 0 .../types/helpers/WeightedRandomHelper.d.ts | 0 .../types/ide/BleedingEdgeEntry.d.ts | 0 .../types/ide/BleedingEdgeModsEntry.d.ts | 0 .../types/ide/DebugEntry.d.ts | 0 .../types/ide/ReleaseEntry.d.ts | 0 .../types/ide/TestEntry.d.ts | 0 .../types/loaders/BundleLoader.d.ts | 0 .../types/loaders/ModLoadOrder.d.ts | 0 .../types/loaders/ModTypeCheck.d.ts | 0 .../types/loaders/PostDBModLoader.d.ts | 0 .../types/loaders/PostSptModLoader.d.ts | 0 .../types/loaders/PreSptModLoader.d.ts | 0 .../types/models/common/MinMax.d.ts | 0 .../types/models/eft/bot/IGenerateBotsRequestData.d.ts | 0 .../types/models/eft/bot/IRandomisedBotLevelResult.d.ts | 0 .../types/models/eft/builds/ISetMagazineRequest.d.ts | 0 .../types/models/eft/common/IEmptyRequestData.d.ts | 0 .../types/models/eft/common/IGlobals.d.ts | 0 .../types/models/eft/common/ILocation.d.ts | 0 .../types/models/eft/common/ILocationBase.d.ts | 0 .../types/models/eft/common/ILocationsSourceDestinationBase.d.ts | 0 .../types/models/eft/common/ILooseLoot.d.ts | 0 .../types/models/eft/common/IMetricsTableData.d.ts | 0 .../types/models/eft/common/IPmcData.d.ts | 0 .../types/models/eft/common/Ixyz.d.ts | 0 .../models/eft/common/request/IBaseInteractionRequestData.d.ts | 0 .../types/models/eft/common/request/IUIDRequestData.d.ts | 0 .../types/models/eft/common/tables/IAchievement.d.ts | 0 .../types/models/eft/common/tables/IBotBase.d.ts | 0 .../types/models/eft/common/tables/IBotCore.d.ts | 0 .../types/models/eft/common/tables/IBotType.d.ts | 0 .../types/models/eft/common/tables/ICustomizationItem.d.ts | 0 .../types/models/eft/common/tables/IHandbookBase.d.ts | 0 .../types/models/eft/common/tables/IItem.d.ts | 0 .../types/models/eft/common/tables/ILocationsBase.d.ts | 0 .../types/models/eft/common/tables/IMatch.d.ts | 0 .../types/models/eft/common/tables/IProfileTemplate.d.ts | 0 .../types/models/eft/common/tables/IQuest.d.ts | 0 .../types/models/eft/common/tables/IRepeatableQuests.d.ts | 0 .../types/models/eft/common/tables/ITemplateItem.d.ts | 0 .../types/models/eft/common/tables/ITrader.d.ts | 0 .../types/models/eft/customization/IBuyClothingRequestData.d.ts | 0 .../types/models/eft/customization/IGetSuitsResponse.d.ts | 0 .../types/models/eft/customization/IWearClothingRequestData.d.ts | 0 .../types/models/eft/dialog/IAcceptFriendRequestData.d.ts | 0 .../types/models/eft/dialog/IAddUserGroupMailRequest.d.ts | 0 .../types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts | 0 .../types/models/eft/dialog/IChatServer.d.ts | 0 .../types/models/eft/dialog/IClearMailMessageRequest.d.ts | 0 .../types/models/eft/dialog/ICreateGroupMailRequest.d.ts | 0 .../types/models/eft/dialog/IDeleteFriendRequest.d.ts | 0 .../types/models/eft/dialog/IFriendRequestData.d.ts | 0 .../types/models/eft/dialog/IFriendRequestSendResponse.d.ts | 0 .../types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts | 0 .../types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts | 0 .../types/models/eft/dialog/IGetChatServerListRequestData.d.ts | 0 .../types/models/eft/dialog/IGetFriendListDataResponse.d.ts | 0 .../types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts | 0 .../types/models/eft/dialog/IGetMailDialogListRequestData.d.ts | 0 .../types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts | 0 .../types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts | 0 .../types/models/eft/dialog/IPinDialogRequestData.d.ts | 0 .../types/models/eft/dialog/IRemoveDialogRequestData.d.ts | 0 .../types/models/eft/dialog/IRemoveMailMessageRequest.d.ts | 0 .../types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts | 0 .../types/models/eft/dialog/ISendMessageRequest.d.ts | 0 .../types/models/eft/dialog/ISetDialogReadRequestData.d.ts | 0 .../types/models/eft/game/ICheckVersionResponse.d.ts | 0 .../types/models/eft/game/ICurrentGroupResponse.d.ts | 0 .../types/models/eft/game/IGameConfigResponse.d.ts | 0 .../types/models/eft/game/IGameEmptyCrcRequestData.d.ts | 0 .../types/models/eft/game/IGameKeepAliveResponse.d.ts | 0 .../types/models/eft/game/IGameLogoutResponseData.d.ts | 0 .../types/models/eft/game/IGameModeRequestData.d.ts | 0 .../types/models/eft/game/IGameModeResponse.d.ts | 0 .../types/models/eft/game/IGameStartResponse.d.ts | 0 .../types/models/eft/game/IGetItemPricesResponse.d.ts | 0 .../types/models/eft/game/IGetRaidTimeRequest.d.ts | 0 .../types/models/eft/game/IGetRaidTimeResponse.d.ts | 0 .../types/models/eft/game/ISendReportRequest.d.ts | 0 .../types/models/eft/game/IServerDetails.d.ts | 0 .../types/models/eft/game/IVersionValidateRequestData.d.ts | 0 .../types/models/eft/health/Effect.d.ts | 0 .../types/models/eft/health/IHealthTreatmentRequestData.d.ts | 0 .../types/models/eft/health/IOffraidEatRequestData.d.ts | 0 .../types/models/eft/health/IOffraidHealRequestData.d.ts | 0 .../types/models/eft/health/ISyncHealthRequestData.d.ts | 0 .../types/models/eft/health/IWorkoutData.d.ts | 0 .../models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts | 0 .../types/models/eft/hideout/IHandleQTEEventRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutArea.d.ts | 0 .../models/eft/hideout/IHideoutCancelProductionRequestData.d.ts | 0 .../eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutProduction.d.ts | 0 .../types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutScavCase.d.ts | 0 .../models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutSettingsBase.d.ts | 0 .../eft/hideout/IHideoutSingleProductionStartRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts | 0 .../models/eft/hideout/IHideoutTakeProductionRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts | 0 .../models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts | 0 .../types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts | 0 .../types/models/eft/hideout/IQteData.d.ts | 0 .../types/models/eft/hideout/IRecordShootingRangePoints.d.ts | 0 .../types/models/eft/httpResponse/IGetBodyResponseData.d.ts | 0 .../types/models/eft/httpResponse/INullResponseData.d.ts | 0 .../types/models/eft/inRaid/IInsuredItemsData.d.ts | 0 .../types/models/eft/inRaid/IItemDeliveryRequestData.d.ts | 0 .../types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts | 0 .../types/models/eft/inRaid/ISaveProgressRequestData.d.ts | 0 .../types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts | 0 .../types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts | 0 .../types/models/eft/insurance/IInsureRequestData.d.ts | 0 .../types/models/eft/inventory/IAddItemDirectRequest.d.ts | 0 .../types/models/eft/inventory/IAddItemRequestData.d.ts | 0 .../types/models/eft/inventory/IAddItemTempObject.d.ts | 0 .../types/models/eft/inventory/IAddItemsDirectRequest.d.ts | 0 .../types/models/eft/inventory/IInventoryAddRequestData.d.ts | 0 .../models/eft/inventory/IInventoryBaseActionRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryBindRequestData.d.ts | 0 .../models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts | 0 .../models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts | 0 .../models/eft/inventory/IInventoryEditMarkerRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryExamineRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryFoldRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryMergeRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryMoveRequestData.d.ts | 0 .../eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryRemoveRequestData.d.ts | 0 .../types/models/eft/inventory/IInventorySortRequestData.d.ts | 0 .../types/models/eft/inventory/IInventorySplitRequestData.d.ts | 0 .../types/models/eft/inventory/IInventorySwapRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryTagRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryToggleRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryTransferRequestData.d.ts | 0 .../types/models/eft/inventory/IInventoryUnbindRequestData.d.ts | 0 .../models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts | 0 .../types/models/eft/inventory/IRedeemProfileRequestData.d.ts | 0 .../types/models/eft/inventory/ISetFavoriteItems.d.ts | 0 .../types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts | 0 .../types/models/eft/itemEvent/IItemEventRouterBase.d.ts | 0 .../types/models/eft/itemEvent/IItemEventRouterRequest.d.ts | 0 .../types/models/eft/itemEvent/IItemEventRouterResponse.d.ts | 0 .../types/models/eft/launcher/IChangeRequestData.d.ts | 0 .../types/models/eft/launcher/IGetMiniProfileRequestData.d.ts | 0 .../types/models/eft/launcher/ILoginRequestData.d.ts | 0 .../types/models/eft/launcher/IMiniProfile.d.ts | 0 .../types/models/eft/launcher/IRegisterData.d.ts | 0 .../types/models/eft/launcher/IRemoveProfileData.d.ts | 0 .../types/models/eft/location/IAirdropLootResult.d.ts | 0 .../types/models/eft/location/IGetLocationRequestData.d.ts | 0 .../types/models/eft/match/IEndOfflineRaidRequestData.d.ts | 0 .../types/models/eft/match/IGetRaidConfigurationRequestData.d.ts | 0 .../types/models/eft/match/IGroupCharacter.d.ts | 0 .../types/models/eft/match/IMatchGroupCurrentResponse.d.ts | 0 .../types/models/eft/match/IMatchGroupInviteSendRequest.d.ts | 0 .../types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts | 0 .../types/models/eft/match/IMatchGroupStartGameRequest.d.ts | 0 .../types/models/eft/match/IMatchGroupStatusRequest.d.ts | 0 .../types/models/eft/match/IMatchGroupStatusResponse.d.ts | 0 .../types/models/eft/match/IMatchGroupTransferRequest.d.ts | 0 .../types/models/eft/match/IProfileStatusRequest.d.ts | 0 .../types/models/eft/match/IProfileStatusResponse.d.ts | 0 .../types/models/eft/match/IPutMetricsRequestData.d.ts | 0 .../types/models/eft/match/IRaidSettings.d.ts | 0 .../types/models/eft/match/IRequestIdRequest.d.ts | 0 .../types/models/eft/match/IServer.d.ts | 0 .../types/models/eft/match/ISessionStatus.d.ts | 0 .../types/models/eft/match/IUpdatePingRequestData.d.ts | 0 .../types/models/eft/notes/INoteActionData.d.ts | 0 .../types/models/eft/notifier/INotifier.d.ts | 0 .../types/models/eft/notifier/ISelectProfileResponse.d.ts | 0 .../models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts | 0 .../models/eft/presetBuild/IPresetBuildActionRequestData.d.ts | 0 .../types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts | 0 .../types/models/eft/profile/GetProfileStatusResponseData.d.ts | 0 .../types/models/eft/profile/ICompletedAchievementsResponse.d.ts | 0 .../types/models/eft/profile/IConnectResponse.d.ts | 0 .../types/models/eft/profile/ICreateProfileResponse.d.ts | 0 .../types/models/eft/profile/IGetAchievementsResponse.d.ts | 0 .../types/models/eft/profile/IGetOtherProfileRequest.d.ts | 0 .../types/models/eft/profile/IGetOtherProfileResponse.d.ts | 0 .../types/models/eft/profile/IGetProfileSettingsRequest.d.ts | 0 .../models/eft/profile/IProfileChangeNicknameRequestData.d.ts | 0 .../types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts | 0 .../types/models/eft/profile/IProfileCreateRequestData.d.ts | 0 .../types/models/eft/profile/ISearchFriendRequestData.d.ts | 0 .../types/models/eft/profile/ISearchFriendResponse.d.ts | 0 .../types/models/eft/profile/ISptProfile.d.ts | 0 .../types/models/eft/profile/IValidateNicknameRequestData.d.ts | 0 .../types/models/eft/quests/IAcceptQuestRequestData.d.ts | 0 .../types/models/eft/quests/ICompleteQuestRequestData.d.ts | 0 .../types/models/eft/quests/IFailQuestRequestData.d.ts | 0 .../types/models/eft/quests/IHandoverQuestRequestData.d.ts | 0 .../types/models/eft/quests/IListQuestsRequestData.d.ts | 0 .../types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts | 0 .../types/models/eft/ragfair/IAddOfferRequestData.d.ts | 0 .../types/models/eft/ragfair/IExtendOfferRequestData.d.ts | 0 .../types/models/eft/ragfair/IGetItemPriceResult.d.ts | 0 .../types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts | 0 .../types/models/eft/ragfair/IGetOffersResult.d.ts | 0 .../types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts | 0 .../types/models/eft/ragfair/IRagfairOffer.d.ts | 0 .../types/models/eft/ragfair/IRemoveOfferRequestData.d.ts | 0 .../types/models/eft/ragfair/ISearchRequestData.d.ts | 0 .../types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts | 0 .../models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts | 0 .../types/models/eft/repair/IBaseRepairActionDataRequest.d.ts | 0 .../types/models/eft/repair/IRepairActionDataRequest.d.ts | 0 .../types/models/eft/repair/ITraderRepairActionDataRequest.d.ts | 0 .../types/models/eft/trade/IProcessBaseTradeRequestData.d.ts | 0 .../types/models/eft/trade/IProcessBuyTradeRequestData.d.ts | 0 .../types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts | 0 .../types/models/eft/trade/IProcessSellTradeRequestData.d.ts | 0 .../types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts | 0 .../types/models/eft/weather/IWeatherData.d.ts | 0 .../types/models/eft/wishlist/IWishlistActionData.d.ts | 0 .../types/models/eft/ws/IWsAid.d.ts | 0 .../types/models/eft/ws/IWsAidNickname.d.ts | 0 .../types/models/eft/ws/IWsChatMessageReceived.d.ts | 0 .../types/models/eft/ws/IWsGroupId.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchInviteSend.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchRaidReady.d.ts | 0 .../types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts | 0 .../types/models/eft/ws/IWsNotificationEvent.d.ts | 0 .../types/models/eft/ws/IWsPing.d.ts | 0 .../types/models/eft/ws/IWsRagfairOfferSold.d.ts | 0 .../types/models/eft/ws/IWsUserConfirmed.d.ts | 0 .../types/models/enums/AccountTypes.d.ts | 0 .../types/models/enums/AirdropType.d.ts | 0 .../types/models/enums/AmmoTypes.d.ts | 0 .../types/models/enums/BackendErrorCodes.d.ts | 0 .../types/models/enums/BaseClasses.d.ts | 0 .../types/models/enums/BonusSkillType.d.ts | 0 .../types/models/enums/BonusType.d.ts | 0 .../types/models/enums/ConfigTypes.d.ts | 0 .../types/models/enums/ContainerTypes.d.ts | 0 .../types/models/enums/DateTime.d.ts | 0 .../types/models/enums/DogtagExchangeSide.d.ts | 0 .../types/models/enums/ELocationName.d.ts | 0 .../types/models/enums/EquipmentBuildType.d.ts | 0 .../types/models/enums/EquipmentSlots.d.ts | 0 .../types/models/enums/ExitStatis.d.ts | 0 .../types/models/enums/FleaOfferType.d.ts | 0 .../types/models/enums/GameEditions.d.ts | 0 .../types/models/enums/GiftSenderType.d.ts | 0 .../types/models/enums/GiftSentResult.d.ts | 0 .../types/models/enums/HideoutAreas.d.ts | 0 .../types/models/enums/HideoutEventActions.d.ts | 0 .../types/models/enums/ItemAddedResult.d.ts | 0 .../types/models/enums/ItemEventActions.d.ts | 0 .../types/models/enums/ItemTpl.d.ts | 0 .../types/models/enums/MemberCategory.d.ts | 0 .../types/models/enums/MessageType.d.ts | 0 .../types/models/enums/ModSpawn.d.ts | 0 .../types/models/enums/Money.d.ts | 0 .../types/models/enums/NotificationEventType.d.ts | 0 .../types/models/enums/PlayerRaidEndState.d.ts | 0 .../types/models/enums/PlayersSpawnPlace.d.ts | 0 .../types/models/enums/ProfileStatus.d.ts | 0 .../types/models/enums/QuestRewardType.d.ts | 0 .../types/models/enums/QuestStatus.d.ts | 0 .../types/models/enums/QuestTypeEnum.d.ts | 0 .../types/models/enums/RagfairSort.d.ts | 0 .../types/models/enums/RaidMode.d.ts | 0 .../types/models/enums/RaidSettings/BotAmount.d.ts | 0 .../types/models/enums/RaidSettings/BotDifficulty.d.ts | 0 .../models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts | 0 .../types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts | 0 .../types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts | 0 .../models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts | 0 .../types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts | 0 .../types/models/enums/Season.d.ts | 0 .../types/models/enums/SeasonalEventType.d.ts | 0 .../types/models/enums/SideType.d.ts | 0 .../types/models/enums/SkillTypes.d.ts | 0 .../types/models/enums/TraderServiceType.d.ts | 0 .../types/models/enums/Traders.d.ts | 0 .../types/models/enums/WeaponSkillTypes.d.ts | 0 .../types/models/enums/Weapons.d.ts | 0 .../types/models/enums/WeatherType.d.ts | 0 .../types/models/enums/WildSpawnTypeNumber.d.ts | 0 .../types/models/enums/WindDirection.d.ts | 0 .../types/models/enums/hideout/QteActivityType.d.ts | 0 .../types/models/enums/hideout/QteEffectType.d.ts | 0 .../types/models/enums/hideout/QteResultType.d.ts | 0 .../types/models/enums/hideout/QteRewardType.d.ts | 0 .../types/models/enums/hideout/QteType.d.ts | 0 .../types/models/enums/hideout/RequirementType.d.ts | 0 .../types/models/external/HttpFramework.d.ts | 0 .../types/models/external/IPostDBLoadMod.d.ts | 0 .../types/models/external/IPostDBLoadModAsync.d.ts | 0 .../types/models/external/IPostSptLoadMod.d.ts | 0 .../types/models/external/IPostSptLoadModAsync.d.ts | 0 .../types/models/external/IPreSptLoadMod.d.ts | 0 .../types/models/external/IPreSptLoadModAsync.d.ts | 0 .../types/models/external/tsyringe.d.ts | 0 .../types/models/spt/bindings/Route.d.ts | 0 .../types/models/spt/bots/BotGenerationDetails.d.ts | 0 .../types/models/spt/bots/GenerateWeaponResult.d.ts | 0 .../types/models/spt/bots/IBotLootCache.d.ts | 0 .../types/models/spt/bots/IBots.d.ts | 0 .../types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts | 0 .../models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts | 0 .../types/models/spt/bots/IGenerateEquipmentProperties.d.ts | 0 .../types/models/spt/bots/IGenerateWeaponRequest.d.ts | 0 .../types/models/spt/bots/IItemSpawnLimitSettings.d.ts | 0 .../types/models/spt/bots/IModToSpawnRequest.d.ts | 0 .../types/models/spt/callbacks/IBotCallbacks.d.ts | 0 .../types/models/spt/callbacks/IBundleCallbacks.d.ts | 0 .../types/models/spt/callbacks/ICustomizationCallbacks.d.ts | 0 .../types/models/spt/callbacks/IDataCallbacks.d.ts | 0 .../types/models/spt/callbacks/IDialogueCallbacks.d.ts | 0 .../types/models/spt/callbacks/IGameCallbacks.d.ts | 0 .../types/models/spt/callbacks/IHandbookCallbacks.d.ts | 0 .../types/models/spt/callbacks/IHealthCallbacks.d.ts | 0 .../types/models/spt/callbacks/IHideoutCallbacks.d.ts | 0 .../types/models/spt/callbacks/IHttpCallbacks.d.ts | 0 .../types/models/spt/callbacks/IInraidCallbacks.d.ts | 0 .../types/models/spt/callbacks/IInsuranceCallbacks.d.ts | 0 .../types/models/spt/callbacks/IInventoryCallbacks.d.ts | 0 .../types/models/spt/callbacks/IItemEventCallbacks.d.ts | 0 .../types/models/spt/callbacks/ILauncherCallbacks.d.ts | 0 .../types/models/spt/callbacks/ILocationCallbacks.d.ts | 0 .../types/models/spt/callbacks/IModCallbacks.d.ts | 0 .../types/models/spt/callbacks/INoteCallbacks.d.ts | 0 .../types/models/spt/callbacks/INotifierCallbacks.d.ts | 0 .../types/models/spt/callbacks/IPresetBuildCallbacks.d.ts | 0 .../types/models/spt/callbacks/IPresetCallbacks.d.ts | 0 .../types/models/spt/callbacks/IProfileCallbacks.d.ts | 0 .../types/models/spt/callbacks/IQuestCallbacks.d.ts | 0 .../types/models/spt/callbacks/IRagfairCallbacks.d.ts | 0 .../types/models/spt/callbacks/IRepairCallbacks.d.ts | 0 .../types/models/spt/callbacks/ISaveCallbacks.d.ts | 0 .../types/models/spt/callbacks/ITradeCallbacks.d.ts | 0 .../types/models/spt/callbacks/ITraderCallbacks.d.ts | 0 .../types/models/spt/callbacks/IWeatherCallbacks.d.ts | 0 .../types/models/spt/callbacks/IWishlistCallbacks.d.ts | 0 .../types/models/spt/config/IAirdropConfig.d.ts | 0 .../types/models/spt/config/IBTRConfig.d.ts | 0 .../types/models/spt/config/IBaseConfig.d.ts | 0 .../types/models/spt/config/IBotConfig.d.ts | 0 .../types/models/spt/config/IBotDurability.d.ts | 0 .../types/models/spt/config/ICoreConfig.d.ts | 0 .../types/models/spt/config/IGiftsConfig.d.ts | 0 .../types/models/spt/config/IHealthConfig.d.ts | 0 .../types/models/spt/config/IHideoutConfig.d.ts | 0 .../types/models/spt/config/IHttpConfig.d.ts | 0 .../types/models/spt/config/IInRaidConfig.d.ts | 0 .../types/models/spt/config/IInsuranceConfig.d.ts | 0 .../types/models/spt/config/IInventoryConfig.d.ts | 0 .../types/models/spt/config/IItemConfig.d.ts | 0 .../types/models/spt/config/ILocaleConfig.d.ts | 0 .../types/models/spt/config/ILocationConfig.d.ts | 0 .../types/models/spt/config/ILootConfig.d.ts | 0 .../types/models/spt/config/ILostOnDeathConfig.d.ts | 0 .../types/models/spt/config/IMatchConfig.d.ts | 0 .../types/models/spt/config/IPlayerScavConfig.d.ts | 0 .../types/models/spt/config/IPmChatResponse.d.ts | 0 .../types/models/spt/config/IPmcConfig.d.ts | 0 .../types/models/spt/config/IQuestConfig.d.ts | 0 .../types/models/spt/config/IRagfairConfig.d.ts | 0 .../types/models/spt/config/IRepairConfig.d.ts | 0 .../types/models/spt/config/IScavCaseConfig.d.ts | 0 .../types/models/spt/config/ISeasonalEventConfig.d.ts | 0 .../types/models/spt/config/ITraderConfig.d.ts | 0 .../types/models/spt/config/IWeatherConfig.d.ts | 0 .../types/models/spt/controllers/IBotController.d.ts | 0 .../types/models/spt/dialog/ISendMessageDetails.d.ts | 0 .../types/models/spt/fence/ICreateFenceAssortsResult.d.ts | 0 .../types/models/spt/fence/IFenceAssortGenerationValues.d.ts | 0 .../types/models/spt/generators/IBotGenerator.d.ts | 0 .../types/models/spt/generators/ILocationGenerator.d.ts | 0 .../types/models/spt/generators/IPMCLootGenerator.d.ts | 0 .../types/models/spt/generators/IRagfairAssortGenerator.d.ts | 0 .../types/models/spt/generators/IRagfairOfferGenerator.d.ts | 0 .../types/models/spt/hideout/IHideout.d.ts | 0 .../types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts | 0 .../types/models/spt/inventory/IOwnerInventoryItems.d.ts | 0 .../types/models/spt/location/IRaidChanges.d.ts | 0 .../types/models/spt/logging/IClientLogRequest.d.ts | 0 .../types/models/spt/logging/LogBackgroundColor.d.ts | 0 .../types/models/spt/logging/LogLevel.d.ts | 0 .../types/models/spt/logging/LogTextColor.d.ts | 0 .../types/models/spt/logging/SptLogger.d.ts | 0 .../types/models/spt/mod/IModLoader.d.ts | 0 .../types/models/spt/mod/IPackageJsonData.d.ts | 0 .../types/models/spt/mod/NewItemDetails.d.ts | 0 .../types/models/spt/quests/IGetRepeatableByIdResult.d.ts | 0 .../types/models/spt/ragfair/IRagfairServerPrices.d.ts | 0 .../types/models/spt/repeatable/IQuestRewardValues.d.ts | 0 .../types/models/spt/repeatable/IQuestTypePool.d.ts | 0 .../types/models/spt/server/ExhaustableArray.d.ts | 0 .../types/models/spt/server/IDatabaseTables.d.ts | 0 .../types/models/spt/server/ILocaleBase.d.ts | 0 .../types/models/spt/server/ILocations.d.ts | 0 .../types/models/spt/server/IServerBase.d.ts | 0 .../types/models/spt/server/ISettingsBase.d.ts | 0 .../types/models/spt/services/CustomPreset.d.ts | 0 .../types/models/spt/services/CustomTraderAssortData.d.ts | 0 .../types/models/spt/services/IInsuranceEquipmentPkg.d.ts | 0 .../types/models/spt/services/ITraderServiceModel.d.ts | 0 .../types/models/spt/services/LootItem.d.ts | 0 .../types/models/spt/services/LootRequest.d.ts | 0 .../types/models/spt/templates/ITemplates.d.ts | 0 .../types/models/spt/utils/IAsyncQueue.d.ts | 0 .../types/models/spt/utils/ICommand.d.ts | 0 .../types/models/spt/utils/ILogger.d.ts | 0 .../types/routers/EventOutputHolder.d.ts | 0 .../types/routers/HttpRouter.d.ts | 0 .../types/routers/ImageRouter.d.ts | 0 .../types/routers/ItemEventRouter.d.ts | 0 .../types/routers/dynamic/BotDynamicRouter.d.ts | 0 .../types/routers/dynamic/BundleDynamicRouter.d.ts | 0 .../types/routers/dynamic/CustomizationDynamicRouter.d.ts | 0 .../types/routers/dynamic/DataDynamicRouter.d.ts | 0 .../types/routers/dynamic/HttpDynamicRouter.d.ts | 0 .../types/routers/dynamic/InraidDynamicRouter.d.ts | 0 .../types/routers/dynamic/LocationDynamicRouter.d.ts | 0 .../types/routers/dynamic/NotifierDynamicRouter.d.ts | 0 .../types/routers/dynamic/TraderDynamicRouter.d.ts | 0 .../types/routers/item_events/CustomizationItemEventRouter.d.ts | 0 .../types/routers/item_events/HealthItemEventRouter.d.ts | 0 .../types/routers/item_events/HideoutItemEventRouter.d.ts | 0 .../types/routers/item_events/InsuranceItemEventRouter.d.ts | 0 .../types/routers/item_events/InventoryItemEventRouter.d.ts | 0 .../types/routers/item_events/NoteItemEventRouter.d.ts | 0 .../types/routers/item_events/QuestItemEventRouter.d.ts | 0 .../types/routers/item_events/RagfairItemEventRouter.d.ts | 0 .../types/routers/item_events/RepairItemEventRouter.d.ts | 0 .../types/routers/item_events/TradeItemEventRouter.d.ts | 0 .../types/routers/item_events/WishlistItemEventRouter.d.ts | 0 .../types/routers/save_load/HealthSaveLoadRouter.d.ts | 0 .../types/routers/save_load/InraidSaveLoadRouter.d.ts | 0 .../types/routers/save_load/InsuranceSaveLoadRouter.d.ts | 0 .../types/routers/save_load/ProfileSaveLoadRouter.d.ts | 0 .../types/routers/serializers/BundleSerializer.d.ts | 0 .../types/routers/serializers/ImageSerializer.d.ts | 0 .../types/routers/serializers/NotifySerializer.d.ts | 0 .../types/routers/static/AchievementStaticRouter.d.ts | 0 .../types/routers/static/BotStaticRouter.d.ts | 0 .../types/routers/static/BuildStaticRouter.d.ts | 0 .../types/routers/static/BundleStaticRouter.d.ts | 0 .../types/routers/static/ClientLogStaticRouter.d.ts | 0 .../types/routers/static/CustomizationStaticRouter.d.ts | 0 .../types/routers/static/DataStaticRouter.d.ts | 0 .../types/routers/static/DialogStaticRouter.d.ts | 0 .../types/routers/static/GameStaticRouter.d.ts | 0 .../types/routers/static/HealthStaticRouter.d.ts | 0 .../types/routers/static/InraidStaticRouter.d.ts | 0 .../types/routers/static/InsuranceStaticRouter.d.ts | 0 .../types/routers/static/ItemEventStaticRouter.d.ts | 0 .../types/routers/static/LauncherStaticRouter.d.ts | 0 .../types/routers/static/LocationStaticRouter.d.ts | 0 .../types/routers/static/MatchStaticRouter.d.ts | 0 .../types/routers/static/NotifierStaticRouter.d.ts | 0 .../types/routers/static/ProfileStaticRouter.d.ts | 0 .../types/routers/static/QuestStaticRouter.d.ts | 0 .../types/routers/static/RagfairStaticRouter.d.ts | 0 .../types/routers/static/TraderStaticRouter.d.ts | 0 .../types/routers/static/WeatherStaticRouter.d.ts | 0 .../types/servers/ConfigServer.d.ts | 0 .../types/servers/DatabaseServer.d.ts | 0 .../types/servers/HttpServer.d.ts | 0 .../types/servers/RagfairServer.d.ts | 0 .../types/servers/SaveServer.d.ts | 0 .../types/servers/WebSocketServer.d.ts | 0 .../types/servers/http/HttpMethods.d.ts | 0 .../types/servers/http/IHttpListener.d.ts | 0 .../types/servers/http/SptHttpListener.d.ts | 0 .../types/servers/ws/IWebSocketConnectionHandler.d.ts | 0 .../types/servers/ws/SptWebSocketConnectionHandler.d.ts | 0 .../servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts | 0 .../types/servers/ws/message/ISptWebSocketMessageHandler.d.ts | 0 .../types/services/BotEquipmentFilterService.d.ts | 0 .../types/services/BotEquipmentModPoolService.d.ts | 0 .../types/services/BotGenerationCacheService.d.ts | 0 .../types/services/BotLootCacheService.d.ts | 0 .../types/services/BotWeaponModLimitService.d.ts | 0 .../types/services/CustomLocationWaveService.d.ts | 0 .../types/services/DatabaseService.d.ts | 0 .../types/services/FenceService.d.ts | 0 .../types/services/GiftService.d.ts | 0 .../types/services/InsuranceService.d.ts | 0 .../types/services/ItemBaseClassService.d.ts | 0 .../types/services/ItemFilterService.d.ts | 0 .../types/services/LocaleService.d.ts | 0 .../types/services/LocalisationService.d.ts | 0 .../types/services/MailSendService.d.ts | 0 .../types/services/MapMarkerService.d.ts | 0 .../types/services/MatchBotDetailsCacheService.d.ts | 0 .../types/services/MatchLocationService.d.ts | 0 .../types/services/ModCompilerService.d.ts | 0 .../types/services/NotificationService.d.ts | 0 .../types/services/OpenZoneService.d.ts | 0 .../types/services/PaymentService.d.ts | 0 .../types/services/PlayerService.d.ts | 0 .../types/services/PmcChatResponseService.d.ts | 0 .../types/services/ProfileActivityService.d.ts | 0 .../types/services/ProfileFixerService.d.ts | 0 .../types/services/ProfileSnapshotService.d.ts | 0 .../types/services/RagfairCategoriesService.d.ts | 0 .../types/services/RagfairLinkedItemService.d.ts | 0 .../types/services/RagfairOfferService.d.ts | 0 .../types/services/RagfairPriceService.d.ts | 0 .../types/services/RagfairRequiredItemsService.d.ts | 0 .../types/services/RagfairTaxService.d.ts | 0 .../types/services/RaidTimeAdjustmentService.d.ts | 0 .../types/services/RepairService.d.ts | 0 .../types/services/SeasonalEventService.d.ts | 0 .../types/services/TraderAssortService.d.ts | 0 .../types/services/TraderPurchasePersisterService.d.ts | 0 .../types/services/TraderServicesService.d.ts | 0 .../types/services/cache/BundleHashCacheService.d.ts | 0 .../types/services/cache/ModHashCacheService.d.ts | 0 .../types/services/mod/CustomItemService.d.ts | 0 .../types/services/mod/dynamicRouter/DynamicRouterMod.d.ts | 0 .../types/services/mod/dynamicRouter/DynamicRouterModService.d.ts | 0 .../types/services/mod/httpListener/HttpListenerMod.d.ts | 0 .../types/services/mod/httpListener/HttpListenerModService.d.ts | 0 .../types/services/mod/image/ImageRouteService.d.ts | 0 .../types/services/mod/onLoad/OnLoadMod.d.ts | 0 .../types/services/mod/onLoad/OnLoadModService.d.ts | 0 .../types/services/mod/onUpdate/OnUpdateMod.d.ts | 0 .../types/services/mod/onUpdate/OnUpdateModService.d.ts | 0 .../types/services/mod/staticRouter/StaticRouterMod.d.ts | 0 .../types/services/mod/staticRouter/StaticRouterModService.d.ts | 0 .../types/tools/ItemTplGenerator/ItemTplGenerator.d.ts | 0 .../types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts | 0 .../types/tools/ItemTplGenerator/itemOverrides.d.ts | 0 .../types/utils/App.d.ts | 0 .../types/utils/AsyncQueue.d.ts | 0 .../types/utils/CompareUtil.d.ts | 0 .../types/utils/DatabaseImporter.d.ts | 0 .../types/utils/EncodingUtil.d.ts | 0 .../types/utils/HashUtil.d.ts | 0 .../types/utils/HttpFileUtil.d.ts | 0 .../types/utils/HttpResponseUtil.d.ts | 0 .../types/utils/ImporterUtil.d.ts | 0 .../types/utils/JsonUtil.d.ts | 0 .../types/utils/MathUtil.d.ts | 0 .../types/utils/ObjectId.d.ts | 0 .../types/utils/RagfairOfferHolder.d.ts | 0 .../types/utils/RandomUtil.d.ts | 0 .../types/utils/TimeUtil.d.ts | 0 .../types/utils/VFS.d.ts | 0 .../types/utils/Watermark.d.ts | 0 .../types/utils/cloners/ICloner.d.ts | 0 .../types/utils/cloners/JsonCloner.d.ts | 0 .../types/utils/cloners/RecursiveCloner.d.ts | 0 .../types/utils/cloners/StructuredCloner.d.ts | 0 .../types/utils/collections/lists/LinkedList.d.ts | 0 .../types/utils/collections/lists/Nodes.d.ts | 0 .../types/utils/collections/queue/Queue.d.ts | 0 .../types/utils/logging/AbstractWinstonLogger.d.ts | 0 .../types/utils/logging/WinstonMainLogger.d.ts | 0 .../types/utils/logging/WinstonRequestLogger.d.ts | 0 714 files changed, 0 insertions(+), 0 deletions(-) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/.buildignore (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/.eslintignore (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/.eslintrc.json (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/README.md (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/build.mjs (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/mod.code-workspace (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/package.json (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/src/CustomSptCommand.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/src/mod.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/tsconfig.json (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ErrorHandler.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/Program.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/AchievementCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/BotCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/BuildsCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/BundleCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/ClientLogCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/CustomizationCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/DataCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/DialogueCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/GameCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/HandbookCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/HealthCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/HideoutCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/HttpCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/InraidCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/InsuranceCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/InventoryCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/ItemEventCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/LauncherCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/LocationCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/MatchCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/ModCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/NoteCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/NotifierCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/PresetCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/ProfileCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/QuestCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/RagfairCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/RepairCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/SaveCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/TradeCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/TraderCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/WeatherCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/callbacks/WishlistCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/context/ApplicationContext.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/context/ContextVariable.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/context/ContextVariableType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/AchievementController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/BotController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/BuildController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/ClientLogController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/CustomizationController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/DialogueController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/GameController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/HandbookController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/HealthController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/HideoutController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/InraidController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/InsuranceController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/InventoryController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/LauncherController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/LocationController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/MatchController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/NoteController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/NotifierController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/PresetController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/ProfileController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/QuestController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/RagfairController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/RepairController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/RepeatableQuestController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/TradeController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/TraderController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/WeatherController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/controllers/WishlistController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/di/Container.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/di/OnLoad.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/di/OnUpdate.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/di/Router.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/di/Serializer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotEquipmentModGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotInventoryGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotLevelGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotLootGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/BotWeaponGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/FenceBaseAssortGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/LocationGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/LootGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/PMCLootGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/PlayerScavGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/RagfairAssortGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/RagfairOfferGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/RepeatableQuestGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/RepeatableQuestRewardGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/ScavCaseRewardGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/WeatherGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/IInventoryMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/InventoryMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/implementations/BarrelInventoryMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/implementations/ExternalInventoryMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/implementations/InternalMagazineInventoryMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/generators/weapongen/implementations/UbglExternalMagGen.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/AssortHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/BotDifficultyHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/BotGeneratorHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/BotHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/BotWeaponGeneratorHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/ContainerHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/AbstractDialogueChatBot.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/IChatCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/CommandoDialogueChatBot.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/IDialogueChatBot.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/Dialogue/SptDialogueChatBot.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/DialogueHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/DurabilityLimitsHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/GameEventHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/HandbookHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/HealthHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/HideoutHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/HttpServerHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/InRaidHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/InventoryHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/ItemHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/NotificationSendHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/NotifierHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/PaymentHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/PresetHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/ProbabilityHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/ProfileHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/QuestConditionHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/QuestHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RagfairHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RagfairOfferHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RagfairSellHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RagfairServerHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RagfairSortHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RepairHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/RepeatableQuestHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/SecureContainerHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/TradeHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/TraderAssortHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/TraderHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/UtilityHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/helpers/WeightedRandomHelper.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ide/BleedingEdgeEntry.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ide/BleedingEdgeModsEntry.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ide/DebugEntry.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ide/ReleaseEntry.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/ide/TestEntry.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/BundleLoader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/ModLoadOrder.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/ModTypeCheck.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/PostDBModLoader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/PostSptModLoader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/loaders/PreSptModLoader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/common/MinMax.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/bot/IGenerateBotsRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/bot/IRandomisedBotLevelResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/builds/ISetMagazineRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/IEmptyRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/IGlobals.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/ILocation.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/ILocationBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/ILocationsSourceDestinationBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/ILooseLoot.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/IMetricsTableData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/IPmcData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/Ixyz.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/request/IBaseInteractionRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/request/IUIDRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IAchievement.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IBotBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IBotCore.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IBotType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/ICustomizationItem.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IHandbookBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IItem.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/ILocationsBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IMatch.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IProfileTemplate.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IQuest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/IRepeatableQuests.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/ITemplateItem.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/common/tables/ITrader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/customization/IBuyClothingRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/customization/IGetSuitsResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/customization/IWearClothingRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IAcceptFriendRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IAddUserGroupMailRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IChatServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IClearMailMessageRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/ICreateGroupMailRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IDeleteFriendRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IFriendRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IFriendRequestSendResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetChatServerListRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetFriendListDataResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetMailDialogListRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IPinDialogRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IRemoveDialogRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IRemoveMailMessageRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/ISendMessageRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/dialog/ISetDialogReadRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/ICheckVersionResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/ICurrentGroupResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameConfigResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameEmptyCrcRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameKeepAliveResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameLogoutResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameModeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameModeResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGameStartResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGetItemPricesResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGetRaidTimeRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IGetRaidTimeResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/ISendReportRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IServerDetails.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/game/IVersionValidateRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/Effect.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/IHealthTreatmentRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/IOffraidEatRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/IOffraidHealRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/ISyncHealthRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/health/IWorkoutData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHandleQTEEventRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutArea.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutCancelProductionRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutProduction.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutScavCase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutSettingsBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutSingleProductionStartRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutTakeProductionRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IQteData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/hideout/IRecordShootingRangePoints.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/httpResponse/IGetBodyResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/httpResponse/INullResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inRaid/IInsuredItemsData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inRaid/IItemDeliveryRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inRaid/ISaveProgressRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/insurance/IInsureRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IAddItemDirectRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IAddItemRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IAddItemTempObject.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IAddItemsDirectRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryAddRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryBaseActionRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryBindRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryEditMarkerRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryExamineRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryFoldRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryMergeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryMoveRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryRemoveRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventorySortRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventorySplitRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventorySwapRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryTagRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryToggleRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryTransferRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IInventoryUnbindRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/IRedeemProfileRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/inventory/ISetFavoriteItems.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/itemEvent/IItemEventRouterBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/itemEvent/IItemEventRouterRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/itemEvent/IItemEventRouterResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/IChangeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/IGetMiniProfileRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/ILoginRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/IMiniProfile.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/IRegisterData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/launcher/IRemoveProfileData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/location/IAirdropLootResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/location/IGetLocationRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IEndOfflineRaidRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IGetRaidConfigurationRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IGroupCharacter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupCurrentResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupInviteSendRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupStartGameRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupStatusRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupStatusResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IMatchGroupTransferRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IProfileStatusRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IProfileStatusResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IPutMetricsRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IRaidSettings.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IRequestIdRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/ISessionStatus.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/match/IUpdatePingRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/notes/INoteActionData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/notifier/INotifier.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/notifier/ISelectProfileResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/presetBuild/IPresetBuildActionRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/GetProfileStatusResponseData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/ICompletedAchievementsResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IConnectResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/ICreateProfileResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IGetAchievementsResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IGetOtherProfileRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IGetOtherProfileResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IGetProfileSettingsRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IProfileChangeNicknameRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IProfileCreateRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/ISearchFriendRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/ISearchFriendResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/ISptProfile.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/profile/IValidateNicknameRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/IAcceptQuestRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/ICompleteQuestRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/IFailQuestRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/IHandoverQuestRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/IListQuestsRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IAddOfferRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IExtendOfferRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IGetItemPriceResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IGetOffersResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IRagfairOffer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IRemoveOfferRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/ISearchRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/repair/IBaseRepairActionDataRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/repair/IRepairActionDataRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/repair/ITraderRepairActionDataRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/trade/IProcessBaseTradeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/trade/IProcessBuyTradeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/trade/IProcessSellTradeRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/weather/IWeatherData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/wishlist/IWishlistActionData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsAid.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsAidNickname.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsChatMessageReceived.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupId.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchInviteSend.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchRaidReady.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsNotificationEvent.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsPing.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsRagfairOfferSold.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/eft/ws/IWsUserConfirmed.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/AccountTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/AirdropType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/AmmoTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/BackendErrorCodes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/BaseClasses.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/BonusSkillType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/BonusType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ConfigTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ContainerTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/DateTime.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/DogtagExchangeSide.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ELocationName.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/EquipmentBuildType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/EquipmentSlots.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ExitStatis.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/FleaOfferType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/GameEditions.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/GiftSenderType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/GiftSentResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/HideoutAreas.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/HideoutEventActions.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ItemAddedResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ItemEventActions.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ItemTpl.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/MemberCategory.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/MessageType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ModSpawn.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/Money.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/NotificationEventType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/PlayerRaidEndState.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/PlayersSpawnPlace.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/ProfileStatus.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/QuestRewardType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/QuestStatus.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/QuestTypeEnum.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RagfairSort.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidMode.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/BotAmount.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/BotDifficulty.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/Season.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/SeasonalEventType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/SideType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/SkillTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/TraderServiceType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/Traders.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/WeaponSkillTypes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/Weapons.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/WeatherType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/WildSpawnTypeNumber.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/WindDirection.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/QteActivityType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/QteEffectType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/QteResultType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/QteRewardType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/QteType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/enums/hideout/RequirementType.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/HttpFramework.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPostDBLoadMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPostDBLoadModAsync.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPostSptLoadMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPostSptLoadModAsync.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPreSptLoadMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/IPreSptLoadModAsync.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/external/tsyringe.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bindings/Route.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/BotGenerationDetails.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/GenerateWeaponResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IBotLootCache.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IBots.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IGenerateEquipmentProperties.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IGenerateWeaponRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IItemSpawnLimitSettings.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/bots/IModToSpawnRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IBotCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IBundleCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ICustomizationCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IDataCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IDialogueCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IGameCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IHandbookCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IHealthCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IHideoutCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IHttpCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IInraidCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IInsuranceCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IInventoryCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IItemEventCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ILauncherCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ILocationCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IModCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/INoteCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/INotifierCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IPresetBuildCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IPresetCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IProfileCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IQuestCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IRagfairCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IRepairCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ISaveCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ITradeCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/ITraderCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IWeatherCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/callbacks/IWishlistCallbacks.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IAirdropConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IBTRConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IBaseConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IBotConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IBotDurability.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ICoreConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IGiftsConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IHealthConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IHideoutConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IHttpConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IInRaidConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IInsuranceConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IInventoryConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IItemConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ILocaleConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ILocationConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ILootConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ILostOnDeathConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IMatchConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IPlayerScavConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IPmChatResponse.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IPmcConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IQuestConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IRagfairConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IRepairConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IScavCaseConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ISeasonalEventConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/ITraderConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/config/IWeatherConfig.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/controllers/IBotController.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/dialog/ISendMessageDetails.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/fence/ICreateFenceAssortsResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/fence/IFenceAssortGenerationValues.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/generators/IBotGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/generators/ILocationGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/generators/IPMCLootGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/generators/IRagfairAssortGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/generators/IRagfairOfferGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/hideout/IHideout.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/inventory/IOwnerInventoryItems.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/location/IRaidChanges.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/logging/IClientLogRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/logging/LogBackgroundColor.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/logging/LogLevel.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/logging/LogTextColor.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/logging/SptLogger.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/mod/IModLoader.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/mod/IPackageJsonData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/mod/NewItemDetails.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/quests/IGetRepeatableByIdResult.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/ragfair/IRagfairServerPrices.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/repeatable/IQuestRewardValues.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/repeatable/IQuestTypePool.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/ExhaustableArray.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/IDatabaseTables.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/ILocaleBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/ILocations.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/IServerBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/server/ISettingsBase.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/CustomPreset.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/CustomTraderAssortData.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/IInsuranceEquipmentPkg.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/ITraderServiceModel.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/LootItem.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/services/LootRequest.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/templates/ITemplates.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/utils/IAsyncQueue.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/utils/ICommand.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/models/spt/utils/ILogger.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/EventOutputHolder.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/HttpRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/ImageRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/ItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/BotDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/BundleDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/CustomizationDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/DataDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/HttpDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/InraidDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/LocationDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/NotifierDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/dynamic/TraderDynamicRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/CustomizationItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/HealthItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/HideoutItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/InsuranceItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/InventoryItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/NoteItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/QuestItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/RagfairItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/RepairItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/TradeItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/item_events/WishlistItemEventRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/save_load/HealthSaveLoadRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/save_load/InraidSaveLoadRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/save_load/InsuranceSaveLoadRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/save_load/ProfileSaveLoadRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/serializers/BundleSerializer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/serializers/ImageSerializer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/serializers/NotifySerializer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/AchievementStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/BotStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/BuildStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/BundleStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/ClientLogStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/CustomizationStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/DataStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/DialogStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/GameStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/HealthStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/InraidStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/InsuranceStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/ItemEventStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/LauncherStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/LocationStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/MatchStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/NotifierStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/ProfileStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/QuestStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/RagfairStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/TraderStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/routers/static/WeatherStaticRouter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/ConfigServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/DatabaseServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/HttpServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/RagfairServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/SaveServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/WebSocketServer.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/http/HttpMethods.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/http/IHttpListener.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/http/SptHttpListener.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/ws/IWebSocketConnectionHandler.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/ws/SptWebSocketConnectionHandler.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/servers/ws/message/ISptWebSocketMessageHandler.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/BotEquipmentFilterService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/BotEquipmentModPoolService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/BotGenerationCacheService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/BotLootCacheService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/BotWeaponModLimitService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/CustomLocationWaveService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/DatabaseService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/FenceService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/GiftService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/InsuranceService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ItemBaseClassService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ItemFilterService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/LocaleService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/LocalisationService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/MailSendService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/MapMarkerService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/MatchBotDetailsCacheService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/MatchLocationService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ModCompilerService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/NotificationService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/OpenZoneService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/PaymentService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/PlayerService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/PmcChatResponseService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ProfileActivityService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ProfileFixerService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/ProfileSnapshotService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairCategoriesService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairLinkedItemService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairOfferService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairPriceService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairRequiredItemsService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RagfairTaxService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RaidTimeAdjustmentService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/RepairService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/SeasonalEventService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/TraderAssortService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/TraderPurchasePersisterService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/TraderServicesService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/cache/BundleHashCacheService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/cache/ModHashCacheService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/CustomItemService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/dynamicRouter/DynamicRouterMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/dynamicRouter/DynamicRouterModService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/httpListener/HttpListenerMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/httpListener/HttpListenerModService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/image/ImageRouteService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/onLoad/OnLoadMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/onLoad/OnLoadModService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/onUpdate/OnUpdateMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/onUpdate/OnUpdateModService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/staticRouter/StaticRouterMod.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/services/mod/staticRouter/StaticRouterModService.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/tools/ItemTplGenerator/ItemTplGenerator.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/tools/ItemTplGenerator/itemOverrides.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/App.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/AsyncQueue.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/CompareUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/DatabaseImporter.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/EncodingUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/HashUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/HttpFileUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/HttpResponseUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/ImporterUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/JsonUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/MathUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/ObjectId.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/RagfairOfferHolder.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/RandomUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/TimeUtil.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/VFS.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/Watermark.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/cloners/ICloner.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/cloners/JsonCloner.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/cloners/RecursiveCloner.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/cloners/StructuredCloner.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/collections/lists/LinkedList.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/collections/lists/Nodes.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/collections/queue/Queue.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/logging/AbstractWinstonLogger.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/logging/WinstonMainLogger.d.ts (100%) rename TypeScript/{22CustomAkiCommand => 22CustomSptCommand}/types/utils/logging/WinstonRequestLogger.d.ts (100%) diff --git a/TypeScript/22CustomAkiCommand/.buildignore b/TypeScript/22CustomSptCommand/.buildignore similarity index 100% rename from TypeScript/22CustomAkiCommand/.buildignore rename to TypeScript/22CustomSptCommand/.buildignore diff --git a/TypeScript/22CustomAkiCommand/.eslintignore b/TypeScript/22CustomSptCommand/.eslintignore similarity index 100% rename from TypeScript/22CustomAkiCommand/.eslintignore rename to TypeScript/22CustomSptCommand/.eslintignore diff --git a/TypeScript/22CustomAkiCommand/.eslintrc.json b/TypeScript/22CustomSptCommand/.eslintrc.json similarity index 100% rename from TypeScript/22CustomAkiCommand/.eslintrc.json rename to TypeScript/22CustomSptCommand/.eslintrc.json diff --git a/TypeScript/22CustomAkiCommand/README.md b/TypeScript/22CustomSptCommand/README.md similarity index 100% rename from TypeScript/22CustomAkiCommand/README.md rename to TypeScript/22CustomSptCommand/README.md diff --git a/TypeScript/22CustomAkiCommand/build.mjs b/TypeScript/22CustomSptCommand/build.mjs similarity index 100% rename from TypeScript/22CustomAkiCommand/build.mjs rename to TypeScript/22CustomSptCommand/build.mjs diff --git a/TypeScript/22CustomAkiCommand/mod.code-workspace b/TypeScript/22CustomSptCommand/mod.code-workspace similarity index 100% rename from TypeScript/22CustomAkiCommand/mod.code-workspace rename to TypeScript/22CustomSptCommand/mod.code-workspace diff --git a/TypeScript/22CustomAkiCommand/package.json b/TypeScript/22CustomSptCommand/package.json similarity index 100% rename from TypeScript/22CustomAkiCommand/package.json rename to TypeScript/22CustomSptCommand/package.json diff --git a/TypeScript/22CustomAkiCommand/src/CustomSptCommand.ts b/TypeScript/22CustomSptCommand/src/CustomSptCommand.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/src/CustomSptCommand.ts rename to TypeScript/22CustomSptCommand/src/CustomSptCommand.ts diff --git a/TypeScript/22CustomAkiCommand/src/mod.ts b/TypeScript/22CustomSptCommand/src/mod.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/src/mod.ts rename to TypeScript/22CustomSptCommand/src/mod.ts diff --git a/TypeScript/22CustomAkiCommand/tsconfig.json b/TypeScript/22CustomSptCommand/tsconfig.json similarity index 100% rename from TypeScript/22CustomAkiCommand/tsconfig.json rename to TypeScript/22CustomSptCommand/tsconfig.json diff --git a/TypeScript/22CustomAkiCommand/types/ErrorHandler.d.ts b/TypeScript/22CustomSptCommand/types/ErrorHandler.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ErrorHandler.d.ts rename to TypeScript/22CustomSptCommand/types/ErrorHandler.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/Program.d.ts b/TypeScript/22CustomSptCommand/types/Program.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/Program.d.ts rename to TypeScript/22CustomSptCommand/types/Program.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/AchievementCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/AchievementCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/AchievementCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/AchievementCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/BotCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/BotCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/BotCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/BotCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/BuildsCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/BuildsCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/BuildsCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/BuildsCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/BundleCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/BundleCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/BundleCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/BundleCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/ClientLogCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/ClientLogCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/ClientLogCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/ClientLogCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/CustomizationCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/CustomizationCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/CustomizationCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/CustomizationCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/DataCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/DataCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/DataCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/DataCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/DialogueCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/DialogueCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/DialogueCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/DialogueCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/GameCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/GameCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/GameCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/GameCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/HandbookCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/HandbookCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/HandbookCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/HandbookCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/HealthCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/HealthCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/HealthCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/HealthCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/HideoutCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/HideoutCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/HideoutCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/HideoutCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/HttpCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/HttpCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/HttpCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/HttpCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/InraidCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/InraidCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/InraidCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/InraidCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/InsuranceCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/InsuranceCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/InsuranceCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/InsuranceCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/InventoryCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/InventoryCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/InventoryCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/InventoryCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/ItemEventCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/ItemEventCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/ItemEventCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/ItemEventCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/LauncherCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/LauncherCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/LauncherCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/LauncherCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/LocationCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/LocationCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/LocationCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/LocationCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/MatchCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/MatchCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/MatchCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/MatchCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/ModCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/ModCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/ModCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/ModCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/NoteCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/NoteCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/NoteCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/NoteCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/NotifierCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/NotifierCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/NotifierCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/NotifierCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/PresetCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/PresetCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/PresetCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/PresetCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/ProfileCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/ProfileCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/ProfileCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/ProfileCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/QuestCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/QuestCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/QuestCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/QuestCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/RagfairCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/RagfairCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/RagfairCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/RagfairCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/RepairCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/RepairCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/RepairCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/RepairCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/SaveCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/SaveCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/SaveCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/SaveCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/TradeCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/TradeCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/TradeCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/TradeCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/TraderCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/TraderCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/TraderCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/TraderCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/WeatherCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/WeatherCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/WeatherCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/WeatherCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/callbacks/WishlistCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/callbacks/WishlistCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/callbacks/WishlistCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/callbacks/WishlistCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/context/ApplicationContext.d.ts b/TypeScript/22CustomSptCommand/types/context/ApplicationContext.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/context/ApplicationContext.d.ts rename to TypeScript/22CustomSptCommand/types/context/ApplicationContext.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/context/ContextVariable.d.ts b/TypeScript/22CustomSptCommand/types/context/ContextVariable.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/context/ContextVariable.d.ts rename to TypeScript/22CustomSptCommand/types/context/ContextVariable.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/context/ContextVariableType.d.ts b/TypeScript/22CustomSptCommand/types/context/ContextVariableType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/context/ContextVariableType.d.ts rename to TypeScript/22CustomSptCommand/types/context/ContextVariableType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/AchievementController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/AchievementController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/AchievementController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/AchievementController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/BotController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/BotController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/BotController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/BotController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/BuildController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/BuildController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/BuildController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/BuildController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/ClientLogController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/ClientLogController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/ClientLogController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/ClientLogController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/CustomizationController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/CustomizationController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/CustomizationController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/CustomizationController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/DialogueController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/DialogueController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/DialogueController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/DialogueController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/GameController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/GameController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/GameController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/GameController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/HandbookController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/HandbookController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/HandbookController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/HandbookController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/HealthController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/HealthController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/HealthController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/HealthController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/HideoutController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/HideoutController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/HideoutController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/HideoutController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/InraidController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/InraidController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/InraidController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/InraidController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/InsuranceController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/InsuranceController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/InsuranceController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/InsuranceController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/InventoryController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/InventoryController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/InventoryController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/InventoryController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/LauncherController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/LauncherController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/LauncherController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/LauncherController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/LocationController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/LocationController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/LocationController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/LocationController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/MatchController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/MatchController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/MatchController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/MatchController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/NoteController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/NoteController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/NoteController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/NoteController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/NotifierController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/NotifierController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/NotifierController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/NotifierController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/PresetController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/PresetController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/PresetController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/PresetController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/ProfileController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/ProfileController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/ProfileController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/ProfileController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/QuestController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/QuestController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/QuestController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/QuestController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/RagfairController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/RagfairController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/RagfairController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/RagfairController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/RepairController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/RepairController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/RepairController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/RepairController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/RepeatableQuestController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/RepeatableQuestController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/RepeatableQuestController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/RepeatableQuestController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/TradeController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/TradeController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/TradeController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/TradeController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/TraderController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/TraderController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/TraderController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/TraderController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/WeatherController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/WeatherController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/WeatherController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/WeatherController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/controllers/WishlistController.d.ts b/TypeScript/22CustomSptCommand/types/controllers/WishlistController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/controllers/WishlistController.d.ts rename to TypeScript/22CustomSptCommand/types/controllers/WishlistController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/di/Container.d.ts b/TypeScript/22CustomSptCommand/types/di/Container.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/di/Container.d.ts rename to TypeScript/22CustomSptCommand/types/di/Container.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/di/OnLoad.d.ts b/TypeScript/22CustomSptCommand/types/di/OnLoad.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/di/OnLoad.d.ts rename to TypeScript/22CustomSptCommand/types/di/OnLoad.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/di/OnUpdate.d.ts b/TypeScript/22CustomSptCommand/types/di/OnUpdate.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/di/OnUpdate.d.ts rename to TypeScript/22CustomSptCommand/types/di/OnUpdate.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/di/Router.d.ts b/TypeScript/22CustomSptCommand/types/di/Router.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/di/Router.d.ts rename to TypeScript/22CustomSptCommand/types/di/Router.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/di/Serializer.d.ts b/TypeScript/22CustomSptCommand/types/di/Serializer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/di/Serializer.d.ts rename to TypeScript/22CustomSptCommand/types/di/Serializer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotEquipmentModGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotEquipmentModGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotEquipmentModGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotEquipmentModGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotInventoryGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotInventoryGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotInventoryGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotInventoryGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotLevelGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotLevelGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotLevelGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotLevelGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotLootGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotLootGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotLootGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotLootGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/BotWeaponGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/BotWeaponGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/BotWeaponGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/BotWeaponGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/FenceBaseAssortGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/FenceBaseAssortGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/FenceBaseAssortGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/FenceBaseAssortGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/LocationGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/LocationGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/LocationGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/LocationGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/LootGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/LootGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/LootGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/LootGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/PMCLootGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/PMCLootGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/PMCLootGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/PMCLootGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/PlayerScavGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/PlayerScavGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/PlayerScavGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/PlayerScavGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/RagfairAssortGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/RagfairAssortGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/RagfairAssortGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/RagfairAssortGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/RagfairOfferGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/RagfairOfferGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/RagfairOfferGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/RagfairOfferGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/RepeatableQuestGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/RepeatableQuestGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/RepeatableQuestGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/RepeatableQuestGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/RepeatableQuestRewardGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/RepeatableQuestRewardGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/RepeatableQuestRewardGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/RepeatableQuestRewardGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/ScavCaseRewardGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/ScavCaseRewardGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/ScavCaseRewardGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/ScavCaseRewardGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/WeatherGenerator.d.ts b/TypeScript/22CustomSptCommand/types/generators/WeatherGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/WeatherGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/generators/WeatherGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/IInventoryMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/IInventoryMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/IInventoryMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/IInventoryMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/InventoryMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/InventoryMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/InventoryMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/InventoryMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/BarrelInventoryMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/BarrelInventoryMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/BarrelInventoryMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/BarrelInventoryMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/ExternalInventoryMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/ExternalInventoryMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/ExternalInventoryMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/ExternalInventoryMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/InternalMagazineInventoryMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/InternalMagazineInventoryMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/InternalMagazineInventoryMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/InternalMagazineInventoryMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/UbglExternalMagGen.d.ts b/TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/UbglExternalMagGen.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/generators/weapongen/implementations/UbglExternalMagGen.d.ts rename to TypeScript/22CustomSptCommand/types/generators/weapongen/implementations/UbglExternalMagGen.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/AssortHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/AssortHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/AssortHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/AssortHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/BotDifficultyHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/BotDifficultyHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/BotDifficultyHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/BotDifficultyHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/BotGeneratorHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/BotGeneratorHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/BotGeneratorHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/BotGeneratorHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/BotHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/BotHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/BotHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/BotHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/BotWeaponGeneratorHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/BotWeaponGeneratorHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/BotWeaponGeneratorHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/BotWeaponGeneratorHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/ContainerHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/ContainerHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/ContainerHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/ContainerHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/AbstractDialogueChatBot.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/AbstractDialogueChatBot.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/AbstractDialogueChatBot.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/AbstractDialogueChatBot.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/IChatCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/IChatCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/IChatCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/IChatCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommandoCommands.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/GiveCommand/SavedCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/ISptCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/Commando/SptCommands/TraderCommand/TraderSptCommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/CommandoDialogueChatBot.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/CommandoDialogueChatBot.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/CommandoDialogueChatBot.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/CommandoDialogueChatBot.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/IDialogueChatBot.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/IDialogueChatBot.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/IDialogueChatBot.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/IDialogueChatBot.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/Dialogue/SptDialogueChatBot.d.ts b/TypeScript/22CustomSptCommand/types/helpers/Dialogue/SptDialogueChatBot.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/Dialogue/SptDialogueChatBot.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/Dialogue/SptDialogueChatBot.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/DialogueHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/DialogueHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/DialogueHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/DialogueHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/DurabilityLimitsHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/DurabilityLimitsHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/DurabilityLimitsHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/DurabilityLimitsHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/GameEventHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/GameEventHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/GameEventHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/GameEventHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/HandbookHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/HandbookHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/HandbookHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/HandbookHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/HealthHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/HealthHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/HealthHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/HealthHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/HideoutHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/HideoutHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/HideoutHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/HideoutHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/HttpServerHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/HttpServerHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/HttpServerHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/HttpServerHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/InRaidHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/InRaidHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/InRaidHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/InRaidHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/InventoryHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/InventoryHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/InventoryHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/InventoryHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/ItemHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/ItemHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/ItemHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/ItemHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/NotificationSendHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/NotificationSendHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/NotificationSendHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/NotificationSendHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/NotifierHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/NotifierHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/NotifierHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/NotifierHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/PaymentHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/PaymentHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/PaymentHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/PaymentHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/PresetHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/PresetHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/PresetHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/PresetHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/ProbabilityHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/ProbabilityHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/ProbabilityHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/ProbabilityHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/ProfileHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/ProfileHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/ProfileHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/ProfileHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/QuestConditionHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/QuestConditionHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/QuestConditionHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/QuestConditionHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/QuestHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/QuestHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/QuestHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/QuestHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RagfairHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RagfairHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RagfairHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RagfairHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RagfairOfferHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RagfairOfferHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RagfairOfferHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RagfairOfferHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RagfairSellHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RagfairSellHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RagfairSellHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RagfairSellHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RagfairServerHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RagfairServerHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RagfairServerHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RagfairServerHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RagfairSortHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RagfairSortHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RagfairSortHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RagfairSortHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RepairHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RepairHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RepairHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RepairHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/RepeatableQuestHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/RepeatableQuestHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/RepeatableQuestHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/RepeatableQuestHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/SecureContainerHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/SecureContainerHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/SecureContainerHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/SecureContainerHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/TradeHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/TradeHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/TradeHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/TradeHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/TraderAssortHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/TraderAssortHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/TraderAssortHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/TraderAssortHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/TraderHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/TraderHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/TraderHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/TraderHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/UtilityHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/UtilityHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/UtilityHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/UtilityHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/22CustomSptCommand/types/helpers/WeightedRandomHelper.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/helpers/WeightedRandomHelper.d.ts rename to TypeScript/22CustomSptCommand/types/helpers/WeightedRandomHelper.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/ide/BleedingEdgeEntry.d.ts b/TypeScript/22CustomSptCommand/types/ide/BleedingEdgeEntry.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ide/BleedingEdgeEntry.d.ts rename to TypeScript/22CustomSptCommand/types/ide/BleedingEdgeEntry.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/ide/BleedingEdgeModsEntry.d.ts b/TypeScript/22CustomSptCommand/types/ide/BleedingEdgeModsEntry.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ide/BleedingEdgeModsEntry.d.ts rename to TypeScript/22CustomSptCommand/types/ide/BleedingEdgeModsEntry.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/ide/DebugEntry.d.ts b/TypeScript/22CustomSptCommand/types/ide/DebugEntry.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ide/DebugEntry.d.ts rename to TypeScript/22CustomSptCommand/types/ide/DebugEntry.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/ide/ReleaseEntry.d.ts b/TypeScript/22CustomSptCommand/types/ide/ReleaseEntry.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ide/ReleaseEntry.d.ts rename to TypeScript/22CustomSptCommand/types/ide/ReleaseEntry.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/ide/TestEntry.d.ts b/TypeScript/22CustomSptCommand/types/ide/TestEntry.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/ide/TestEntry.d.ts rename to TypeScript/22CustomSptCommand/types/ide/TestEntry.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/BundleLoader.d.ts b/TypeScript/22CustomSptCommand/types/loaders/BundleLoader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/BundleLoader.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/BundleLoader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/ModLoadOrder.d.ts b/TypeScript/22CustomSptCommand/types/loaders/ModLoadOrder.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/ModLoadOrder.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/ModLoadOrder.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/ModTypeCheck.d.ts b/TypeScript/22CustomSptCommand/types/loaders/ModTypeCheck.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/ModTypeCheck.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/ModTypeCheck.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/PostDBModLoader.d.ts b/TypeScript/22CustomSptCommand/types/loaders/PostDBModLoader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/PostDBModLoader.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/PostDBModLoader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/PostSptModLoader.d.ts b/TypeScript/22CustomSptCommand/types/loaders/PostSptModLoader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/PostSptModLoader.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/PostSptModLoader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/loaders/PreSptModLoader.d.ts b/TypeScript/22CustomSptCommand/types/loaders/PreSptModLoader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/loaders/PreSptModLoader.d.ts rename to TypeScript/22CustomSptCommand/types/loaders/PreSptModLoader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/common/MinMax.d.ts b/TypeScript/22CustomSptCommand/types/models/common/MinMax.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/common/MinMax.d.ts rename to TypeScript/22CustomSptCommand/types/models/common/MinMax.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/bot/IGenerateBotsRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/bot/IGenerateBotsRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/bot/IGenerateBotsRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/bot/IGenerateBotsRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/bot/IRandomisedBotLevelResult.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/bot/IRandomisedBotLevelResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/bot/IRandomisedBotLevelResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/bot/IRandomisedBotLevelResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/builds/ISetMagazineRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/builds/ISetMagazineRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/builds/ISetMagazineRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/builds/ISetMagazineRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/IEmptyRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/IEmptyRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/IEmptyRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/IEmptyRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/IGlobals.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/IGlobals.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/IGlobals.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/IGlobals.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/ILocation.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/ILocation.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/ILocation.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/ILocation.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/ILocationBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/ILocationBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/ILocationBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/ILocationBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/ILocationsSourceDestinationBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/ILocationsSourceDestinationBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/ILocationsSourceDestinationBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/ILocationsSourceDestinationBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/ILooseLoot.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/ILooseLoot.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/ILooseLoot.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/ILooseLoot.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/IMetricsTableData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/IMetricsTableData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/IMetricsTableData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/IMetricsTableData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/IPmcData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/IPmcData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/IPmcData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/IPmcData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/Ixyz.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/Ixyz.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/Ixyz.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/Ixyz.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/request/IBaseInteractionRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/request/IBaseInteractionRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/request/IBaseInteractionRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/request/IBaseInteractionRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/request/IUIDRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/request/IUIDRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/request/IUIDRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/request/IUIDRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IAchievement.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IAchievement.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IAchievement.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IAchievement.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotCore.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotCore.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotCore.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotCore.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotType.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IBotType.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IBotType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ICustomizationItem.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/ICustomizationItem.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ICustomizationItem.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/ICustomizationItem.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IHandbookBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IHandbookBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IHandbookBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IHandbookBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IItem.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IItem.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IItem.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IItem.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ILocationsBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/ILocationsBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ILocationsBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/ILocationsBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IMatch.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IMatch.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IMatch.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IMatch.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IProfileTemplate.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IProfileTemplate.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IProfileTemplate.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IProfileTemplate.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IQuest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IQuest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IQuest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IQuest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IRepeatableQuests.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/IRepeatableQuests.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/IRepeatableQuests.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/IRepeatableQuests.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ITemplateItem.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/ITemplateItem.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ITemplateItem.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/ITemplateItem.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ITrader.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/common/tables/ITrader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/common/tables/ITrader.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/common/tables/ITrader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/customization/IBuyClothingRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/customization/IBuyClothingRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/customization/IBuyClothingRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/customization/IBuyClothingRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/customization/IGetSuitsResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/customization/IGetSuitsResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/customization/IGetSuitsResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/customization/IGetSuitsResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/customization/IWearClothingRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/customization/IWearClothingRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/customization/IWearClothingRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/customization/IWearClothingRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IAcceptFriendRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IAcceptFriendRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IAcceptFriendRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IAcceptFriendRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IAddUserGroupMailRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IAddUserGroupMailRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IAddUserGroupMailRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IAddUserGroupMailRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IChangeGroupMailOwnerRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IChatServer.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IChatServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IChatServer.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IChatServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IClearMailMessageRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IClearMailMessageRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IClearMailMessageRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IClearMailMessageRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/ICreateGroupMailRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/ICreateGroupMailRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/ICreateGroupMailRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/ICreateGroupMailRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IDeleteFriendRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IDeleteFriendRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IDeleteFriendRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IDeleteFriendRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IFriendRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IFriendRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IFriendRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IFriendRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IFriendRequestSendResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IFriendRequestSendResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IFriendRequestSendResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IFriendRequestSendResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetAllAttachmentsRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetAllAttachmentsResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetChatServerListRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetChatServerListRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetChatServerListRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetChatServerListRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetFriendListDataResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetFriendListDataResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetFriendListDataResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetFriendListDataResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogInfoRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogListRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogListRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogListRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogListRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogViewRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IGetMailDialogViewResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IPinDialogRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IPinDialogRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IPinDialogRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IPinDialogRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveDialogRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveDialogRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveDialogRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveDialogRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveMailMessageRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveMailMessageRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveMailMessageRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveMailMessageRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/IRemoveUserGroupMailRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/ISendMessageRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/ISendMessageRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/ISendMessageRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/ISendMessageRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/dialog/ISetDialogReadRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/dialog/ISetDialogReadRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/dialog/ISetDialogReadRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/dialog/ISetDialogReadRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/ICheckVersionResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/ICheckVersionResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/ICheckVersionResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/ICheckVersionResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/ICurrentGroupResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/ICurrentGroupResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/ICurrentGroupResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/ICurrentGroupResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameConfigResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameConfigResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameConfigResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameConfigResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameEmptyCrcRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameEmptyCrcRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameEmptyCrcRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameEmptyCrcRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameKeepAliveResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameKeepAliveResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameKeepAliveResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameKeepAliveResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameLogoutResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameLogoutResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameLogoutResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameLogoutResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameModeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameModeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameModeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameModeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameModeResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameModeResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameModeResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameModeResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGameStartResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGameStartResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGameStartResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGameStartResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGetItemPricesResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGetItemPricesResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGetItemPricesResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGetItemPricesResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGetRaidTimeRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGetRaidTimeRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGetRaidTimeRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGetRaidTimeRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IGetRaidTimeResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IGetRaidTimeResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IGetRaidTimeResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IGetRaidTimeResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/ISendReportRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/ISendReportRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/ISendReportRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/ISendReportRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IServerDetails.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IServerDetails.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IServerDetails.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IServerDetails.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/game/IVersionValidateRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/game/IVersionValidateRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/game/IVersionValidateRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/game/IVersionValidateRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/Effect.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/Effect.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/Effect.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/Effect.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/IHealthTreatmentRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/IHealthTreatmentRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/IHealthTreatmentRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/IHealthTreatmentRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/IOffraidEatRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/IOffraidEatRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/IOffraidEatRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/IOffraidEatRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/IOffraidHealRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/IOffraidHealRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/IOffraidHealRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/IOffraidHealRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/ISyncHealthRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/ISyncHealthRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/ISyncHealthRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/ISyncHealthRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/health/IWorkoutData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/health/IWorkoutData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/health/IWorkoutData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/health/IWorkoutData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/HideoutUpgradeCompleteRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHandleQTEEventRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHandleQTEEventRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHandleQTEEventRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHandleQTEEventRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutArea.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutArea.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutArea.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutArea.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutCancelProductionRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutCancelProductionRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutCancelProductionRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutCancelProductionRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutContinuousProductionStartRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutImproveAreaRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutProduction.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutProduction.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutProduction.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutProduction.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutPutItemInRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutScavCase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutScavCase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutScavCase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutScavCase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutScavCaseStartRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutSettingsBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutSettingsBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutSettingsBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutSettingsBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutSingleProductionStartRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutSingleProductionStartRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutSingleProductionStartRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutSingleProductionStartRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutTakeItemOutRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutTakeProductionRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutTakeProductionRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutTakeProductionRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutTakeProductionRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutToggleAreaRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutUpgradeCompleteRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IHideoutUpgradeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IQteData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IQteData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IQteData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IQteData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/hideout/IRecordShootingRangePoints.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/hideout/IRecordShootingRangePoints.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/hideout/IRecordShootingRangePoints.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/hideout/IRecordShootingRangePoints.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/httpResponse/IGetBodyResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/httpResponse/IGetBodyResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/httpResponse/IGetBodyResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/httpResponse/IGetBodyResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/httpResponse/INullResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/httpResponse/INullResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/httpResponse/INullResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/httpResponse/INullResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IInsuredItemsData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inRaid/IInsuredItemsData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IInsuredItemsData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inRaid/IInsuredItemsData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IItemDeliveryRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inRaid/IItemDeliveryRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IItemDeliveryRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inRaid/IItemDeliveryRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inRaid/IRegisterPlayerRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inRaid/ISaveProgressRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inRaid/ISaveProgressRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inRaid/ISaveProgressRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inRaid/ISaveProgressRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/insurance/IGetInsuranceCostRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/insurance/IGetInsuranceCostResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/insurance/IInsureRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/insurance/IInsureRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/insurance/IInsureRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/insurance/IInsureRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemDirectRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemDirectRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemDirectRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemDirectRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemTempObject.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemTempObject.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemTempObject.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemTempObject.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemsDirectRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemsDirectRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IAddItemsDirectRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IAddItemsDirectRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryAddRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryAddRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryAddRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryAddRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryBaseActionRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryBaseActionRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryBaseActionRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryBaseActionRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryBindRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryBindRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryBindRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryBindRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryCreateMarkerRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryDeleteMarkerRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryEditMarkerRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryEditMarkerRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryEditMarkerRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryEditMarkerRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryExamineRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryExamineRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryExamineRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryExamineRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryFoldRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryFoldRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryFoldRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryFoldRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryMergeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryMergeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryMergeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryMergeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryMoveRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryMoveRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryMoveRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryMoveRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryReadEncyclopediaRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryRemoveRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryRemoveRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryRemoveRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryRemoveRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySortRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySortRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySortRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySortRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySplitRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySplitRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySplitRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySplitRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySwapRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySwapRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventorySwapRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventorySwapRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryTagRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryTagRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryTagRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryTagRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryToggleRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryToggleRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryToggleRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryToggleRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryTransferRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryTransferRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryTransferRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryTransferRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryUnbindRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryUnbindRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IInventoryUnbindRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IInventoryUnbindRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IOpenRandomLootContainerRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/IRedeemProfileRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/IRedeemProfileRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/IRedeemProfileRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/IRedeemProfileRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/inventory/ISetFavoriteItems.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/inventory/ISetFavoriteItems.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/inventory/ISetFavoriteItems.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/inventory/ISetFavoriteItems.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IEmptyItemEventRouterResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterBase.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/itemEvent/IItemEventRouterResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/itemEvent/IItemEventRouterResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/IChangeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/IChangeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/IChangeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/IChangeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/IGetMiniProfileRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/IGetMiniProfileRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/IGetMiniProfileRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/IGetMiniProfileRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/ILoginRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/ILoginRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/ILoginRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/ILoginRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/IMiniProfile.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/IMiniProfile.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/IMiniProfile.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/IMiniProfile.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/IRegisterData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/IRegisterData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/IRegisterData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/IRegisterData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/launcher/IRemoveProfileData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/launcher/IRemoveProfileData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/launcher/IRemoveProfileData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/launcher/IRemoveProfileData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/location/IAirdropLootResult.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/location/IAirdropLootResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/location/IAirdropLootResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/location/IAirdropLootResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/location/IGetLocationRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/location/IGetLocationRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/location/IGetLocationRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/location/IGetLocationRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IEndOfflineRaidRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IEndOfflineRaidRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IEndOfflineRaidRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IEndOfflineRaidRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IGetRaidConfigurationRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IGetRaidConfigurationRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IGetRaidConfigurationRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IGetRaidConfigurationRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IGroupCharacter.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IGroupCharacter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IGroupCharacter.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IGroupCharacter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupCurrentResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupCurrentResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupCurrentResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupCurrentResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupInviteSendRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupInviteSendRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupInviteSendRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupInviteSendRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupPlayerRemoveRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStartGameRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStartGameRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStartGameRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStartGameRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStatusRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStatusRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStatusRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStatusRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStatusResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStatusResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupStatusResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupStatusResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupTransferRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupTransferRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IMatchGroupTransferRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IMatchGroupTransferRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IProfileStatusRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IProfileStatusRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IProfileStatusRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IProfileStatusRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IProfileStatusResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IProfileStatusResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IProfileStatusResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IProfileStatusResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IPutMetricsRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IPutMetricsRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IPutMetricsRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IPutMetricsRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IRaidSettings.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IRaidSettings.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IRaidSettings.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IRaidSettings.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IRequestIdRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IRequestIdRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IRequestIdRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IRequestIdRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IServer.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IServer.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/ISessionStatus.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/ISessionStatus.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/ISessionStatus.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/ISessionStatus.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/match/IUpdatePingRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/match/IUpdatePingRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/match/IUpdatePingRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/match/IUpdatePingRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/notes/INoteActionData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/notes/INoteActionData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/notes/INoteActionData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/notes/INoteActionData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/notifier/INotifier.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/notifier/INotifier.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/notifier/INotifier.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/notifier/INotifier.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/notifier/ISelectProfileResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/notifier/ISelectProfileResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/notifier/ISelectProfileResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/notifier/ISelectProfileResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/player/IPlayerIncrementSkillLevelRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/presetBuild/IPresetBuildActionRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/presetBuild/IPresetBuildActionRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/presetBuild/IPresetBuildActionRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/presetBuild/IPresetBuildActionRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/presetBuild/IRemoveBuildRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/GetProfileStatusResponseData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/GetProfileStatusResponseData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/GetProfileStatusResponseData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/GetProfileStatusResponseData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/ICompletedAchievementsResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/ICompletedAchievementsResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/ICompletedAchievementsResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/ICompletedAchievementsResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IConnectResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IConnectResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IConnectResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IConnectResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/ICreateProfileResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/ICreateProfileResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/ICreateProfileResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/ICreateProfileResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetAchievementsResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IGetAchievementsResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetAchievementsResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IGetAchievementsResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetOtherProfileRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IGetOtherProfileRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetOtherProfileRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IGetOtherProfileRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetOtherProfileResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IGetOtherProfileResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetOtherProfileResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IGetOtherProfileResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetProfileSettingsRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IGetProfileSettingsRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IGetProfileSettingsRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IGetProfileSettingsRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileChangeNicknameRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileChangeNicknameRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileChangeNicknameRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileChangeNicknameRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileChangeVoiceRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileCreateRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileCreateRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IProfileCreateRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IProfileCreateRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/ISearchFriendRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/ISearchFriendRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/ISearchFriendRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/ISearchFriendRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/ISearchFriendResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/ISearchFriendResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/ISearchFriendResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/ISearchFriendResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/ISptProfile.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/ISptProfile.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/ISptProfile.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/ISptProfile.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/profile/IValidateNicknameRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/profile/IValidateNicknameRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/profile/IValidateNicknameRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/profile/IValidateNicknameRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/IAcceptQuestRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/IAcceptQuestRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/IAcceptQuestRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/IAcceptQuestRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/ICompleteQuestRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/ICompleteQuestRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/ICompleteQuestRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/ICompleteQuestRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/IFailQuestRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/IFailQuestRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/IFailQuestRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/IFailQuestRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/IHandoverQuestRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/IHandoverQuestRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/IHandoverQuestRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/IHandoverQuestRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/IListQuestsRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/IListQuestsRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/IListQuestsRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/IListQuestsRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/quests/IRepeatableQuestChangeRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IAddOfferRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IAddOfferRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IAddOfferRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IAddOfferRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IExtendOfferRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IExtendOfferRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IExtendOfferRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IExtendOfferRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetItemPriceResult.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetItemPriceResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetItemPriceResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetItemPriceResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetMarketPriceRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetOffersResult.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetOffersResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetOffersResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetOffersResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IGetRagfairOfferByIdRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IRagfairOffer.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IRagfairOffer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IRagfairOffer.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IRagfairOffer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IRemoveOfferRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IRemoveOfferRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IRemoveOfferRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IRemoveOfferRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/ISearchRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/ISearchRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/ISearchRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/ISearchRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/ISendRagfairReportRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ragfair/IStorePlayerOfferTaxAmountRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/repair/IBaseRepairActionDataRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/repair/IBaseRepairActionDataRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/repair/IBaseRepairActionDataRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/repair/IBaseRepairActionDataRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/repair/IRepairActionDataRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/repair/IRepairActionDataRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/repair/IRepairActionDataRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/repair/IRepairActionDataRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/repair/ITraderRepairActionDataRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/repair/ITraderRepairActionDataRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/repair/ITraderRepairActionDataRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/repair/ITraderRepairActionDataRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessBaseTradeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessBaseTradeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessBaseTradeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessBaseTradeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessBuyTradeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessBuyTradeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessBuyTradeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessBuyTradeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessRagfairTradeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessSellTradeRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessSellTradeRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/trade/IProcessSellTradeRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/trade/IProcessSellTradeRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/trade/ISellScavItemsToFenceRequestData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/weather/IWeatherData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/weather/IWeatherData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/weather/IWeatherData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/weather/IWeatherData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/wishlist/IWishlistActionData.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/wishlist/IWishlistActionData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/wishlist/IWishlistActionData.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/wishlist/IWishlistActionData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsAid.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsAid.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsAid.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsAid.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsAidNickname.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsAidNickname.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsAidNickname.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsAidNickname.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsChatMessageReceived.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsChatMessageReceived.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsChatMessageReceived.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsChatMessageReceived.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupId.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupId.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupId.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupId.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteAccept.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteDecline.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteSend.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteSend.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchInviteSend.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchInviteSend.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchLeaderChanged.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchRaidReady.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchRaidReady.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchRaidReady.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchRaidReady.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsGroupMatchRaidSettings.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsNotificationEvent.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsNotificationEvent.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsNotificationEvent.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsNotificationEvent.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsPing.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsPing.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsPing.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsPing.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsRagfairOfferSold.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsRagfairOfferSold.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsRagfairOfferSold.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsRagfairOfferSold.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsUserConfirmed.d.ts b/TypeScript/22CustomSptCommand/types/models/eft/ws/IWsUserConfirmed.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/eft/ws/IWsUserConfirmed.d.ts rename to TypeScript/22CustomSptCommand/types/models/eft/ws/IWsUserConfirmed.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/AccountTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/AccountTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/AccountTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/AccountTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/AirdropType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/AirdropType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/AirdropType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/AirdropType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/AmmoTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/AmmoTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/AmmoTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/AmmoTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/BackendErrorCodes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/BackendErrorCodes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/BackendErrorCodes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/BackendErrorCodes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/BaseClasses.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/BaseClasses.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/BaseClasses.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/BaseClasses.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/BonusSkillType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/BonusSkillType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/BonusSkillType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/BonusSkillType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/BonusType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/BonusType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/BonusType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/BonusType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ConfigTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ConfigTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ConfigTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ConfigTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ContainerTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ContainerTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ContainerTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ContainerTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/DateTime.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/DateTime.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/DateTime.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/DateTime.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/DogtagExchangeSide.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/DogtagExchangeSide.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/DogtagExchangeSide.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/DogtagExchangeSide.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ELocationName.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ELocationName.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ELocationName.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ELocationName.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/EquipmentBuildType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/EquipmentBuildType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/EquipmentBuildType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/EquipmentBuildType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/EquipmentSlots.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/EquipmentSlots.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/EquipmentSlots.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/EquipmentSlots.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ExitStatis.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ExitStatis.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ExitStatis.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ExitStatis.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/FleaOfferType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/FleaOfferType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/FleaOfferType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/FleaOfferType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/GameEditions.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/GameEditions.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/GameEditions.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/GameEditions.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/GiftSenderType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/GiftSenderType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/GiftSenderType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/GiftSenderType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/GiftSentResult.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/GiftSentResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/GiftSentResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/GiftSentResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/HideoutAreas.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/HideoutAreas.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/HideoutAreas.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/HideoutAreas.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/HideoutEventActions.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/HideoutEventActions.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/HideoutEventActions.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/HideoutEventActions.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ItemAddedResult.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ItemAddedResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ItemAddedResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ItemAddedResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ItemEventActions.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ItemEventActions.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ItemEventActions.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ItemEventActions.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ItemTpl.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ItemTpl.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ItemTpl.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ItemTpl.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/MemberCategory.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/MemberCategory.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/MemberCategory.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/MemberCategory.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/MessageType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/MessageType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/MessageType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/MessageType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ModSpawn.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ModSpawn.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ModSpawn.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ModSpawn.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/Money.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/Money.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/Money.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/Money.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/NotificationEventType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/NotificationEventType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/NotificationEventType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/NotificationEventType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/PlayerRaidEndState.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/PlayerRaidEndState.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/PlayerRaidEndState.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/PlayerRaidEndState.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/PlayersSpawnPlace.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/PlayersSpawnPlace.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/PlayersSpawnPlace.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/PlayersSpawnPlace.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/ProfileStatus.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/ProfileStatus.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/ProfileStatus.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/ProfileStatus.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/QuestRewardType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/QuestRewardType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/QuestRewardType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/QuestRewardType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/QuestStatus.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/QuestStatus.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/QuestStatus.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/QuestStatus.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/QuestTypeEnum.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/QuestTypeEnum.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/QuestTypeEnum.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/QuestTypeEnum.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RagfairSort.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RagfairSort.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RagfairSort.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RagfairSort.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidMode.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidMode.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidMode.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidMode.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/BotAmount.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/BotAmount.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/BotAmount.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/BotAmount.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/BotDifficulty.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/BotDifficulty.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/BotDifficulty.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/BotDifficulty.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/CloudinessType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/FogType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/RainType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/TimeFlowType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/RaidSettings/TimeAndWeather/WindSpeed.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/Season.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/Season.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/Season.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/Season.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/SeasonalEventType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/SeasonalEventType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/SeasonalEventType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/SeasonalEventType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/SideType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/SideType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/SideType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/SideType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/SkillTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/SkillTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/SkillTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/SkillTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/TraderServiceType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/TraderServiceType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/TraderServiceType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/TraderServiceType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/Traders.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/Traders.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/Traders.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/Traders.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/WeaponSkillTypes.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/WeaponSkillTypes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/WeaponSkillTypes.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/WeaponSkillTypes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/Weapons.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/Weapons.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/Weapons.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/Weapons.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/WeatherType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/WeatherType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/WeatherType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/WeatherType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/WildSpawnTypeNumber.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/WildSpawnTypeNumber.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/WildSpawnTypeNumber.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/WildSpawnTypeNumber.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/WindDirection.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/WindDirection.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/WindDirection.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/WindDirection.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteActivityType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/QteActivityType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteActivityType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/QteActivityType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteEffectType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/QteEffectType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteEffectType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/QteEffectType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteResultType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/QteResultType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteResultType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/QteResultType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteRewardType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/QteRewardType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteRewardType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/QteRewardType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/QteType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/QteType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/QteType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/enums/hideout/RequirementType.d.ts b/TypeScript/22CustomSptCommand/types/models/enums/hideout/RequirementType.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/enums/hideout/RequirementType.d.ts rename to TypeScript/22CustomSptCommand/types/models/enums/hideout/RequirementType.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/HttpFramework.d.ts b/TypeScript/22CustomSptCommand/types/models/external/HttpFramework.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/HttpFramework.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/HttpFramework.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPostDBLoadMod.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPostDBLoadMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPostDBLoadMod.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPostDBLoadMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPostDBLoadModAsync.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPostDBLoadModAsync.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPostDBLoadModAsync.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPostDBLoadModAsync.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPostSptLoadMod.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPostSptLoadMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPostSptLoadMod.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPostSptLoadMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPostSptLoadModAsync.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPostSptLoadModAsync.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPostSptLoadModAsync.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPostSptLoadModAsync.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPreSptLoadMod.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPreSptLoadMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPreSptLoadMod.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPreSptLoadMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/IPreSptLoadModAsync.d.ts b/TypeScript/22CustomSptCommand/types/models/external/IPreSptLoadModAsync.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/IPreSptLoadModAsync.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/IPreSptLoadModAsync.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/external/tsyringe.d.ts b/TypeScript/22CustomSptCommand/types/models/external/tsyringe.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/external/tsyringe.d.ts rename to TypeScript/22CustomSptCommand/types/models/external/tsyringe.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bindings/Route.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bindings/Route.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bindings/Route.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bindings/Route.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/BotGenerationDetails.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/BotGenerationDetails.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/BotGenerationDetails.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/BotGenerationDetails.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/GenerateWeaponResult.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/GenerateWeaponResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/GenerateWeaponResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/GenerateWeaponResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IBotLootCache.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IBotLootCache.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IBotLootCache.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IBotLootCache.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IBots.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IBots.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IBots.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IBots.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IChooseRandomCompatibleModResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IFilterPlateModsForSlotByLevelResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IGenerateEquipmentProperties.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IGenerateEquipmentProperties.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IGenerateEquipmentProperties.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IGenerateEquipmentProperties.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IGenerateWeaponRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IGenerateWeaponRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IGenerateWeaponRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IGenerateWeaponRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IItemSpawnLimitSettings.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IItemSpawnLimitSettings.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IItemSpawnLimitSettings.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IItemSpawnLimitSettings.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/bots/IModToSpawnRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/bots/IModToSpawnRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/bots/IModToSpawnRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/bots/IModToSpawnRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IBotCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IBotCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IBotCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IBotCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IBundleCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IBundleCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IBundleCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IBundleCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ICustomizationCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ICustomizationCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ICustomizationCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ICustomizationCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IDataCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IDataCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IDataCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IDataCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IDialogueCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IDialogueCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IDialogueCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IDialogueCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IGameCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IGameCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IGameCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IGameCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHandbookCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHandbookCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHandbookCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHandbookCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHealthCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHealthCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHealthCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHealthCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHideoutCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHideoutCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHideoutCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHideoutCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHttpCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHttpCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IHttpCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IHttpCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInraidCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInraidCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInraidCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInraidCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInsuranceCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInsuranceCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInsuranceCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInsuranceCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInventoryCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInventoryCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IInventoryCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IInventoryCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IItemEventCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IItemEventCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IItemEventCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IItemEventCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ILauncherCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ILauncherCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ILauncherCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ILauncherCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ILocationCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ILocationCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ILocationCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ILocationCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IModCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IModCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IModCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IModCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/INoteCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/INoteCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/INoteCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/INoteCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/INotifierCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/INotifierCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/INotifierCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/INotifierCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IPresetBuildCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IPresetBuildCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IPresetBuildCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IPresetBuildCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IPresetCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IPresetCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IPresetCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IPresetCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IProfileCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IProfileCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IProfileCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IProfileCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IQuestCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IQuestCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IQuestCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IQuestCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IRagfairCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IRagfairCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IRagfairCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IRagfairCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IRepairCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IRepairCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IRepairCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IRepairCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ISaveCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ISaveCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ISaveCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ISaveCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ITradeCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ITradeCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ITradeCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ITradeCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ITraderCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/ITraderCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/ITraderCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/ITraderCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IWeatherCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IWeatherCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IWeatherCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IWeatherCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IWishlistCallbacks.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/callbacks/IWishlistCallbacks.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/callbacks/IWishlistCallbacks.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/callbacks/IWishlistCallbacks.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IAirdropConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IAirdropConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IAirdropConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IAirdropConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IBTRConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IBTRConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IBTRConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IBTRConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IBaseConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IBaseConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IBaseConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IBaseConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IBotConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IBotConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IBotConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IBotConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IBotDurability.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IBotDurability.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IBotDurability.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IBotDurability.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ICoreConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ICoreConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ICoreConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ICoreConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IGiftsConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IGiftsConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IGiftsConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IGiftsConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IHealthConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IHealthConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IHealthConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IHealthConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IHideoutConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IHideoutConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IHideoutConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IHideoutConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IHttpConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IHttpConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IHttpConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IHttpConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IInRaidConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IInRaidConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IInRaidConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IInRaidConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IInsuranceConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IInsuranceConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IInsuranceConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IInsuranceConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IInventoryConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IInventoryConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IInventoryConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IInventoryConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IItemConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IItemConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IItemConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IItemConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ILocaleConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ILocaleConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ILocaleConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ILocaleConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ILocationConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ILocationConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ILocationConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ILocationConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ILootConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ILootConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ILootConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ILootConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ILostOnDeathConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ILostOnDeathConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ILostOnDeathConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ILostOnDeathConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IMatchConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IMatchConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IMatchConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IMatchConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IPlayerScavConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IPlayerScavConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IPlayerScavConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IPlayerScavConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IPmChatResponse.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IPmChatResponse.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IPmChatResponse.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IPmChatResponse.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IPmcConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IPmcConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IPmcConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IPmcConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IQuestConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IQuestConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IQuestConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IQuestConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IRagfairConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IRagfairConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IRagfairConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IRagfairConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IRepairConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IRepairConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IRepairConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IRepairConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IScavCaseConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IScavCaseConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IScavCaseConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IScavCaseConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ISeasonalEventConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ISeasonalEventConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ISeasonalEventConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ISeasonalEventConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/ITraderConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/ITraderConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/ITraderConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/ITraderConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/config/IWeatherConfig.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/config/IWeatherConfig.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/config/IWeatherConfig.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/config/IWeatherConfig.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/controllers/IBotController.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/controllers/IBotController.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/controllers/IBotController.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/controllers/IBotController.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/dialog/ISendMessageDetails.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/dialog/ISendMessageDetails.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/dialog/ISendMessageDetails.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/dialog/ISendMessageDetails.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/fence/ICreateFenceAssortsResult.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/fence/ICreateFenceAssortsResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/fence/ICreateFenceAssortsResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/fence/ICreateFenceAssortsResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/fence/IFenceAssortGenerationValues.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/fence/IFenceAssortGenerationValues.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/fence/IFenceAssortGenerationValues.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/fence/IFenceAssortGenerationValues.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/generators/IBotGenerator.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/generators/IBotGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/generators/IBotGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/generators/IBotGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/generators/ILocationGenerator.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/generators/ILocationGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/generators/ILocationGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/generators/ILocationGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/generators/IPMCLootGenerator.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/generators/IPMCLootGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/generators/IPMCLootGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/generators/IPMCLootGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/generators/IRagfairAssortGenerator.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/generators/IRagfairAssortGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/generators/IRagfairAssortGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/generators/IRagfairAssortGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/generators/IRagfairOfferGenerator.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/generators/IRagfairOfferGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/generators/IRagfairOfferGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/generators/IRagfairOfferGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/hideout/IHideout.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/hideout/IHideout.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/hideout/IHideout.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/hideout/IHideout.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/hideout/ScavCaseRewardCountsAndPrices.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/inventory/IOwnerInventoryItems.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/inventory/IOwnerInventoryItems.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/inventory/IOwnerInventoryItems.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/inventory/IOwnerInventoryItems.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/location/IRaidChanges.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/location/IRaidChanges.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/location/IRaidChanges.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/location/IRaidChanges.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/logging/IClientLogRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/logging/IClientLogRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/logging/IClientLogRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/logging/IClientLogRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/logging/LogBackgroundColor.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/logging/LogBackgroundColor.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/logging/LogBackgroundColor.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/logging/LogBackgroundColor.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/logging/LogLevel.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/logging/LogLevel.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/logging/LogLevel.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/logging/LogLevel.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/logging/LogTextColor.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/logging/LogTextColor.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/logging/LogTextColor.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/logging/LogTextColor.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/logging/SptLogger.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/logging/SptLogger.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/logging/SptLogger.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/logging/SptLogger.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/mod/IModLoader.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/mod/IModLoader.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/mod/IModLoader.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/mod/IModLoader.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/mod/IPackageJsonData.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/mod/IPackageJsonData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/mod/IPackageJsonData.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/mod/IPackageJsonData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/mod/NewItemDetails.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/mod/NewItemDetails.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/mod/NewItemDetails.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/mod/NewItemDetails.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/quests/IGetRepeatableByIdResult.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/quests/IGetRepeatableByIdResult.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/quests/IGetRepeatableByIdResult.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/quests/IGetRepeatableByIdResult.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/ragfair/IRagfairServerPrices.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/ragfair/IRagfairServerPrices.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/ragfair/IRagfairServerPrices.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/ragfair/IRagfairServerPrices.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/repeatable/IQuestRewardValues.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/repeatable/IQuestRewardValues.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/repeatable/IQuestRewardValues.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/repeatable/IQuestRewardValues.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/repeatable/IQuestTypePool.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/repeatable/IQuestTypePool.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/repeatable/IQuestTypePool.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/repeatable/IQuestTypePool.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/ExhaustableArray.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/ExhaustableArray.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/ExhaustableArray.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/ExhaustableArray.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/IDatabaseTables.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/IDatabaseTables.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/IDatabaseTables.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/IDatabaseTables.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/ILocaleBase.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/ILocaleBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/ILocaleBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/ILocaleBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/ILocations.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/ILocations.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/ILocations.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/ILocations.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/IServerBase.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/IServerBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/IServerBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/IServerBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/server/ISettingsBase.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/server/ISettingsBase.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/server/ISettingsBase.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/server/ISettingsBase.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/CustomPreset.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/CustomPreset.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/CustomPreset.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/CustomPreset.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/CustomTraderAssortData.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/CustomTraderAssortData.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/CustomTraderAssortData.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/CustomTraderAssortData.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/IInsuranceEquipmentPkg.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/IInsuranceEquipmentPkg.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/IInsuranceEquipmentPkg.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/IInsuranceEquipmentPkg.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/ITraderServiceModel.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/ITraderServiceModel.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/ITraderServiceModel.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/ITraderServiceModel.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/LootItem.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/LootItem.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/LootItem.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/LootItem.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/services/LootRequest.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/services/LootRequest.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/services/LootRequest.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/services/LootRequest.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/templates/ITemplates.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/templates/ITemplates.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/templates/ITemplates.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/templates/ITemplates.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/utils/IAsyncQueue.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/utils/IAsyncQueue.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/utils/IAsyncQueue.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/utils/IAsyncQueue.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/utils/ICommand.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/utils/ICommand.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/utils/ICommand.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/utils/ICommand.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/models/spt/utils/ILogger.d.ts b/TypeScript/22CustomSptCommand/types/models/spt/utils/ILogger.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/models/spt/utils/ILogger.d.ts rename to TypeScript/22CustomSptCommand/types/models/spt/utils/ILogger.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/EventOutputHolder.d.ts b/TypeScript/22CustomSptCommand/types/routers/EventOutputHolder.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/EventOutputHolder.d.ts rename to TypeScript/22CustomSptCommand/types/routers/EventOutputHolder.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/HttpRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/HttpRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/HttpRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/HttpRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/ImageRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/ImageRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/ImageRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/ImageRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/ItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/ItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/ItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/ItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/BotDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/BotDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/BotDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/BotDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/BundleDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/BundleDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/BundleDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/BundleDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/CustomizationDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/CustomizationDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/CustomizationDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/CustomizationDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/DataDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/DataDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/DataDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/DataDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/HttpDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/HttpDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/HttpDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/HttpDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/InraidDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/InraidDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/InraidDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/InraidDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/LocationDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/LocationDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/LocationDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/LocationDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/NotifierDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/NotifierDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/NotifierDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/NotifierDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/dynamic/TraderDynamicRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/dynamic/TraderDynamicRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/dynamic/TraderDynamicRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/dynamic/TraderDynamicRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/CustomizationItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/CustomizationItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/CustomizationItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/CustomizationItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/HealthItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/HealthItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/HealthItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/HealthItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/HideoutItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/HideoutItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/HideoutItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/HideoutItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/InsuranceItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/InsuranceItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/InsuranceItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/InsuranceItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/InventoryItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/InventoryItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/InventoryItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/InventoryItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/NoteItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/NoteItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/NoteItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/NoteItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/QuestItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/QuestItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/QuestItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/QuestItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/RagfairItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/RagfairItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/RagfairItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/RagfairItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/RepairItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/RepairItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/RepairItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/RepairItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/TradeItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/TradeItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/TradeItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/TradeItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/item_events/WishlistItemEventRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/item_events/WishlistItemEventRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/item_events/WishlistItemEventRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/item_events/WishlistItemEventRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/save_load/HealthSaveLoadRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/save_load/HealthSaveLoadRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/save_load/HealthSaveLoadRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/save_load/HealthSaveLoadRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/save_load/InraidSaveLoadRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/save_load/InraidSaveLoadRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/save_load/InraidSaveLoadRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/save_load/InraidSaveLoadRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/save_load/InsuranceSaveLoadRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/save_load/InsuranceSaveLoadRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/save_load/InsuranceSaveLoadRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/save_load/InsuranceSaveLoadRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/save_load/ProfileSaveLoadRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/save_load/ProfileSaveLoadRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/save_load/ProfileSaveLoadRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/save_load/ProfileSaveLoadRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/serializers/BundleSerializer.d.ts b/TypeScript/22CustomSptCommand/types/routers/serializers/BundleSerializer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/serializers/BundleSerializer.d.ts rename to TypeScript/22CustomSptCommand/types/routers/serializers/BundleSerializer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/serializers/ImageSerializer.d.ts b/TypeScript/22CustomSptCommand/types/routers/serializers/ImageSerializer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/serializers/ImageSerializer.d.ts rename to TypeScript/22CustomSptCommand/types/routers/serializers/ImageSerializer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/serializers/NotifySerializer.d.ts b/TypeScript/22CustomSptCommand/types/routers/serializers/NotifySerializer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/serializers/NotifySerializer.d.ts rename to TypeScript/22CustomSptCommand/types/routers/serializers/NotifySerializer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/AchievementStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/AchievementStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/AchievementStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/AchievementStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/BotStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/BotStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/BotStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/BotStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/BuildStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/BuildStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/BuildStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/BuildStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/BundleStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/BundleStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/BundleStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/BundleStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/ClientLogStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/ClientLogStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/ClientLogStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/ClientLogStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/CustomizationStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/CustomizationStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/CustomizationStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/CustomizationStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/DataStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/DataStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/DataStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/DataStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/DialogStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/DialogStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/DialogStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/DialogStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/GameStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/GameStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/GameStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/GameStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/HealthStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/HealthStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/HealthStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/HealthStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/InraidStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/InraidStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/InraidStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/InraidStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/InsuranceStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/InsuranceStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/InsuranceStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/InsuranceStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/ItemEventStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/ItemEventStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/ItemEventStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/ItemEventStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/LauncherStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/LauncherStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/LauncherStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/LauncherStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/LocationStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/LocationStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/LocationStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/LocationStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/MatchStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/MatchStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/MatchStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/MatchStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/NotifierStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/NotifierStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/NotifierStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/NotifierStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/ProfileStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/ProfileStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/ProfileStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/ProfileStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/QuestStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/QuestStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/QuestStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/QuestStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/RagfairStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/RagfairStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/RagfairStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/RagfairStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/TraderStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/TraderStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/TraderStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/TraderStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/routers/static/WeatherStaticRouter.d.ts b/TypeScript/22CustomSptCommand/types/routers/static/WeatherStaticRouter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/routers/static/WeatherStaticRouter.d.ts rename to TypeScript/22CustomSptCommand/types/routers/static/WeatherStaticRouter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/ConfigServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/ConfigServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/ConfigServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/ConfigServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/DatabaseServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/DatabaseServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/DatabaseServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/DatabaseServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/HttpServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/HttpServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/HttpServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/HttpServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/RagfairServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/RagfairServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/RagfairServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/RagfairServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/SaveServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/SaveServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/SaveServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/SaveServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/WebSocketServer.d.ts b/TypeScript/22CustomSptCommand/types/servers/WebSocketServer.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/WebSocketServer.d.ts rename to TypeScript/22CustomSptCommand/types/servers/WebSocketServer.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/http/HttpMethods.d.ts b/TypeScript/22CustomSptCommand/types/servers/http/HttpMethods.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/http/HttpMethods.d.ts rename to TypeScript/22CustomSptCommand/types/servers/http/HttpMethods.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/http/IHttpListener.d.ts b/TypeScript/22CustomSptCommand/types/servers/http/IHttpListener.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/http/IHttpListener.d.ts rename to TypeScript/22CustomSptCommand/types/servers/http/IHttpListener.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/http/SptHttpListener.d.ts b/TypeScript/22CustomSptCommand/types/servers/http/SptHttpListener.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/http/SptHttpListener.d.ts rename to TypeScript/22CustomSptCommand/types/servers/http/SptHttpListener.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/ws/IWebSocketConnectionHandler.d.ts b/TypeScript/22CustomSptCommand/types/servers/ws/IWebSocketConnectionHandler.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/ws/IWebSocketConnectionHandler.d.ts rename to TypeScript/22CustomSptCommand/types/servers/ws/IWebSocketConnectionHandler.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/ws/SptWebSocketConnectionHandler.d.ts b/TypeScript/22CustomSptCommand/types/servers/ws/SptWebSocketConnectionHandler.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/ws/SptWebSocketConnectionHandler.d.ts rename to TypeScript/22CustomSptCommand/types/servers/ws/SptWebSocketConnectionHandler.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts b/TypeScript/22CustomSptCommand/types/servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts rename to TypeScript/22CustomSptCommand/types/servers/ws/message/DefaultSptWebSocketMessageHandler.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/servers/ws/message/ISptWebSocketMessageHandler.d.ts b/TypeScript/22CustomSptCommand/types/servers/ws/message/ISptWebSocketMessageHandler.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/servers/ws/message/ISptWebSocketMessageHandler.d.ts rename to TypeScript/22CustomSptCommand/types/servers/ws/message/ISptWebSocketMessageHandler.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/BotEquipmentFilterService.d.ts b/TypeScript/22CustomSptCommand/types/services/BotEquipmentFilterService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/BotEquipmentFilterService.d.ts rename to TypeScript/22CustomSptCommand/types/services/BotEquipmentFilterService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/BotEquipmentModPoolService.d.ts b/TypeScript/22CustomSptCommand/types/services/BotEquipmentModPoolService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/BotEquipmentModPoolService.d.ts rename to TypeScript/22CustomSptCommand/types/services/BotEquipmentModPoolService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/BotGenerationCacheService.d.ts b/TypeScript/22CustomSptCommand/types/services/BotGenerationCacheService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/BotGenerationCacheService.d.ts rename to TypeScript/22CustomSptCommand/types/services/BotGenerationCacheService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/BotLootCacheService.d.ts b/TypeScript/22CustomSptCommand/types/services/BotLootCacheService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/BotLootCacheService.d.ts rename to TypeScript/22CustomSptCommand/types/services/BotLootCacheService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/BotWeaponModLimitService.d.ts b/TypeScript/22CustomSptCommand/types/services/BotWeaponModLimitService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/BotWeaponModLimitService.d.ts rename to TypeScript/22CustomSptCommand/types/services/BotWeaponModLimitService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/CustomLocationWaveService.d.ts b/TypeScript/22CustomSptCommand/types/services/CustomLocationWaveService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/CustomLocationWaveService.d.ts rename to TypeScript/22CustomSptCommand/types/services/CustomLocationWaveService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/DatabaseService.d.ts b/TypeScript/22CustomSptCommand/types/services/DatabaseService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/DatabaseService.d.ts rename to TypeScript/22CustomSptCommand/types/services/DatabaseService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/FenceService.d.ts b/TypeScript/22CustomSptCommand/types/services/FenceService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/FenceService.d.ts rename to TypeScript/22CustomSptCommand/types/services/FenceService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/GiftService.d.ts b/TypeScript/22CustomSptCommand/types/services/GiftService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/GiftService.d.ts rename to TypeScript/22CustomSptCommand/types/services/GiftService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/InsuranceService.d.ts b/TypeScript/22CustomSptCommand/types/services/InsuranceService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/InsuranceService.d.ts rename to TypeScript/22CustomSptCommand/types/services/InsuranceService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ItemBaseClassService.d.ts b/TypeScript/22CustomSptCommand/types/services/ItemBaseClassService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ItemBaseClassService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ItemBaseClassService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ItemFilterService.d.ts b/TypeScript/22CustomSptCommand/types/services/ItemFilterService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ItemFilterService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ItemFilterService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/LocaleService.d.ts b/TypeScript/22CustomSptCommand/types/services/LocaleService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/LocaleService.d.ts rename to TypeScript/22CustomSptCommand/types/services/LocaleService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/LocalisationService.d.ts b/TypeScript/22CustomSptCommand/types/services/LocalisationService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/LocalisationService.d.ts rename to TypeScript/22CustomSptCommand/types/services/LocalisationService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/MailSendService.d.ts b/TypeScript/22CustomSptCommand/types/services/MailSendService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/MailSendService.d.ts rename to TypeScript/22CustomSptCommand/types/services/MailSendService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/MapMarkerService.d.ts b/TypeScript/22CustomSptCommand/types/services/MapMarkerService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/MapMarkerService.d.ts rename to TypeScript/22CustomSptCommand/types/services/MapMarkerService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/MatchBotDetailsCacheService.d.ts b/TypeScript/22CustomSptCommand/types/services/MatchBotDetailsCacheService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/MatchBotDetailsCacheService.d.ts rename to TypeScript/22CustomSptCommand/types/services/MatchBotDetailsCacheService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/MatchLocationService.d.ts b/TypeScript/22CustomSptCommand/types/services/MatchLocationService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/MatchLocationService.d.ts rename to TypeScript/22CustomSptCommand/types/services/MatchLocationService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ModCompilerService.d.ts b/TypeScript/22CustomSptCommand/types/services/ModCompilerService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ModCompilerService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ModCompilerService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/NotificationService.d.ts b/TypeScript/22CustomSptCommand/types/services/NotificationService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/NotificationService.d.ts rename to TypeScript/22CustomSptCommand/types/services/NotificationService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/OpenZoneService.d.ts b/TypeScript/22CustomSptCommand/types/services/OpenZoneService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/OpenZoneService.d.ts rename to TypeScript/22CustomSptCommand/types/services/OpenZoneService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/PaymentService.d.ts b/TypeScript/22CustomSptCommand/types/services/PaymentService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/PaymentService.d.ts rename to TypeScript/22CustomSptCommand/types/services/PaymentService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/PlayerService.d.ts b/TypeScript/22CustomSptCommand/types/services/PlayerService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/PlayerService.d.ts rename to TypeScript/22CustomSptCommand/types/services/PlayerService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/PmcChatResponseService.d.ts b/TypeScript/22CustomSptCommand/types/services/PmcChatResponseService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/PmcChatResponseService.d.ts rename to TypeScript/22CustomSptCommand/types/services/PmcChatResponseService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ProfileActivityService.d.ts b/TypeScript/22CustomSptCommand/types/services/ProfileActivityService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ProfileActivityService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ProfileActivityService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ProfileFixerService.d.ts b/TypeScript/22CustomSptCommand/types/services/ProfileFixerService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ProfileFixerService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ProfileFixerService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/ProfileSnapshotService.d.ts b/TypeScript/22CustomSptCommand/types/services/ProfileSnapshotService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/ProfileSnapshotService.d.ts rename to TypeScript/22CustomSptCommand/types/services/ProfileSnapshotService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairCategoriesService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairCategoriesService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairCategoriesService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairCategoriesService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairLinkedItemService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairLinkedItemService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairLinkedItemService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairLinkedItemService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairOfferService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairOfferService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairOfferService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairOfferService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairPriceService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairPriceService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairPriceService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairPriceService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairRequiredItemsService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairRequiredItemsService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairRequiredItemsService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairRequiredItemsService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RagfairTaxService.d.ts b/TypeScript/22CustomSptCommand/types/services/RagfairTaxService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RagfairTaxService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RagfairTaxService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RaidTimeAdjustmentService.d.ts b/TypeScript/22CustomSptCommand/types/services/RaidTimeAdjustmentService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RaidTimeAdjustmentService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RaidTimeAdjustmentService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/RepairService.d.ts b/TypeScript/22CustomSptCommand/types/services/RepairService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/RepairService.d.ts rename to TypeScript/22CustomSptCommand/types/services/RepairService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/SeasonalEventService.d.ts b/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/SeasonalEventService.d.ts rename to TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/TraderAssortService.d.ts b/TypeScript/22CustomSptCommand/types/services/TraderAssortService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/TraderAssortService.d.ts rename to TypeScript/22CustomSptCommand/types/services/TraderAssortService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/TraderPurchasePersisterService.d.ts b/TypeScript/22CustomSptCommand/types/services/TraderPurchasePersisterService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/TraderPurchasePersisterService.d.ts rename to TypeScript/22CustomSptCommand/types/services/TraderPurchasePersisterService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/TraderServicesService.d.ts b/TypeScript/22CustomSptCommand/types/services/TraderServicesService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/TraderServicesService.d.ts rename to TypeScript/22CustomSptCommand/types/services/TraderServicesService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/cache/BundleHashCacheService.d.ts b/TypeScript/22CustomSptCommand/types/services/cache/BundleHashCacheService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/cache/BundleHashCacheService.d.ts rename to TypeScript/22CustomSptCommand/types/services/cache/BundleHashCacheService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/cache/ModHashCacheService.d.ts b/TypeScript/22CustomSptCommand/types/services/cache/ModHashCacheService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/cache/ModHashCacheService.d.ts rename to TypeScript/22CustomSptCommand/types/services/cache/ModHashCacheService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/CustomItemService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/CustomItemService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/CustomItemService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/CustomItemService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/dynamicRouter/DynamicRouterMod.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/dynamicRouter/DynamicRouterMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/dynamicRouter/DynamicRouterMod.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/dynamicRouter/DynamicRouterMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/dynamicRouter/DynamicRouterModService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/dynamicRouter/DynamicRouterModService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/dynamicRouter/DynamicRouterModService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/dynamicRouter/DynamicRouterModService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/httpListener/HttpListenerMod.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/httpListener/HttpListenerMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/httpListener/HttpListenerMod.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/httpListener/HttpListenerMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/httpListener/HttpListenerModService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/httpListener/HttpListenerModService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/httpListener/HttpListenerModService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/httpListener/HttpListenerModService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/image/ImageRouteService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/image/ImageRouteService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/image/ImageRouteService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/image/ImageRouteService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/onLoad/OnLoadMod.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/onLoad/OnLoadMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/onLoad/OnLoadMod.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/onLoad/OnLoadMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/onLoad/OnLoadModService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/onLoad/OnLoadModService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/onLoad/OnLoadModService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/onLoad/OnLoadModService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/onUpdate/OnUpdateMod.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/onUpdate/OnUpdateMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/onUpdate/OnUpdateMod.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/onUpdate/OnUpdateMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/onUpdate/OnUpdateModService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/onUpdate/OnUpdateModService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/onUpdate/OnUpdateModService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/onUpdate/OnUpdateModService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/staticRouter/StaticRouterMod.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/staticRouter/StaticRouterMod.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/staticRouter/StaticRouterMod.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/staticRouter/StaticRouterMod.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/services/mod/staticRouter/StaticRouterModService.d.ts b/TypeScript/22CustomSptCommand/types/services/mod/staticRouter/StaticRouterModService.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/services/mod/staticRouter/StaticRouterModService.d.ts rename to TypeScript/22CustomSptCommand/types/services/mod/staticRouter/StaticRouterModService.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/ItemTplGenerator.d.ts b/TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/ItemTplGenerator.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/ItemTplGenerator.d.ts rename to TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/ItemTplGenerator.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts b/TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts rename to TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/ItemTplGeneratorProgram.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/itemOverrides.d.ts b/TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/itemOverrides.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/tools/ItemTplGenerator/itemOverrides.d.ts rename to TypeScript/22CustomSptCommand/types/tools/ItemTplGenerator/itemOverrides.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/App.d.ts b/TypeScript/22CustomSptCommand/types/utils/App.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/App.d.ts rename to TypeScript/22CustomSptCommand/types/utils/App.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/AsyncQueue.d.ts b/TypeScript/22CustomSptCommand/types/utils/AsyncQueue.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/AsyncQueue.d.ts rename to TypeScript/22CustomSptCommand/types/utils/AsyncQueue.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/CompareUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/CompareUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/CompareUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/CompareUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/DatabaseImporter.d.ts b/TypeScript/22CustomSptCommand/types/utils/DatabaseImporter.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/DatabaseImporter.d.ts rename to TypeScript/22CustomSptCommand/types/utils/DatabaseImporter.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/EncodingUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/EncodingUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/EncodingUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/EncodingUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/HashUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/HashUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/HashUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/HashUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/HttpFileUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/HttpFileUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/HttpFileUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/HttpFileUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/HttpResponseUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/HttpResponseUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/HttpResponseUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/HttpResponseUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/ImporterUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/ImporterUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/ImporterUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/ImporterUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/JsonUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/JsonUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/JsonUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/JsonUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/MathUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/MathUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/MathUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/MathUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/ObjectId.d.ts b/TypeScript/22CustomSptCommand/types/utils/ObjectId.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/ObjectId.d.ts rename to TypeScript/22CustomSptCommand/types/utils/ObjectId.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/RagfairOfferHolder.d.ts b/TypeScript/22CustomSptCommand/types/utils/RagfairOfferHolder.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/RagfairOfferHolder.d.ts rename to TypeScript/22CustomSptCommand/types/utils/RagfairOfferHolder.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/RandomUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/RandomUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/RandomUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/RandomUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/TimeUtil.d.ts b/TypeScript/22CustomSptCommand/types/utils/TimeUtil.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/TimeUtil.d.ts rename to TypeScript/22CustomSptCommand/types/utils/TimeUtil.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/VFS.d.ts b/TypeScript/22CustomSptCommand/types/utils/VFS.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/VFS.d.ts rename to TypeScript/22CustomSptCommand/types/utils/VFS.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/Watermark.d.ts b/TypeScript/22CustomSptCommand/types/utils/Watermark.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/Watermark.d.ts rename to TypeScript/22CustomSptCommand/types/utils/Watermark.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/cloners/ICloner.d.ts b/TypeScript/22CustomSptCommand/types/utils/cloners/ICloner.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/cloners/ICloner.d.ts rename to TypeScript/22CustomSptCommand/types/utils/cloners/ICloner.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/cloners/JsonCloner.d.ts b/TypeScript/22CustomSptCommand/types/utils/cloners/JsonCloner.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/cloners/JsonCloner.d.ts rename to TypeScript/22CustomSptCommand/types/utils/cloners/JsonCloner.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/cloners/RecursiveCloner.d.ts b/TypeScript/22CustomSptCommand/types/utils/cloners/RecursiveCloner.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/cloners/RecursiveCloner.d.ts rename to TypeScript/22CustomSptCommand/types/utils/cloners/RecursiveCloner.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/cloners/StructuredCloner.d.ts b/TypeScript/22CustomSptCommand/types/utils/cloners/StructuredCloner.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/cloners/StructuredCloner.d.ts rename to TypeScript/22CustomSptCommand/types/utils/cloners/StructuredCloner.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/collections/lists/LinkedList.d.ts b/TypeScript/22CustomSptCommand/types/utils/collections/lists/LinkedList.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/collections/lists/LinkedList.d.ts rename to TypeScript/22CustomSptCommand/types/utils/collections/lists/LinkedList.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/collections/lists/Nodes.d.ts b/TypeScript/22CustomSptCommand/types/utils/collections/lists/Nodes.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/collections/lists/Nodes.d.ts rename to TypeScript/22CustomSptCommand/types/utils/collections/lists/Nodes.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/collections/queue/Queue.d.ts b/TypeScript/22CustomSptCommand/types/utils/collections/queue/Queue.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/collections/queue/Queue.d.ts rename to TypeScript/22CustomSptCommand/types/utils/collections/queue/Queue.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/logging/AbstractWinstonLogger.d.ts b/TypeScript/22CustomSptCommand/types/utils/logging/AbstractWinstonLogger.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/logging/AbstractWinstonLogger.d.ts rename to TypeScript/22CustomSptCommand/types/utils/logging/AbstractWinstonLogger.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/logging/WinstonMainLogger.d.ts b/TypeScript/22CustomSptCommand/types/utils/logging/WinstonMainLogger.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/logging/WinstonMainLogger.d.ts rename to TypeScript/22CustomSptCommand/types/utils/logging/WinstonMainLogger.d.ts diff --git a/TypeScript/22CustomAkiCommand/types/utils/logging/WinstonRequestLogger.d.ts b/TypeScript/22CustomSptCommand/types/utils/logging/WinstonRequestLogger.d.ts similarity index 100% rename from TypeScript/22CustomAkiCommand/types/utils/logging/WinstonRequestLogger.d.ts rename to TypeScript/22CustomSptCommand/types/utils/logging/WinstonRequestLogger.d.ts