@anvil-js/client 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +99 -0
- package/README.md +31 -0
- package/dist/chunk-DV6XOONA.js +41 -0
- package/dist/chunk-DV6XOONA.js.map +1 -0
- package/dist/chunk-WIGN6UED.js +728 -0
- package/dist/chunk-WIGN6UED.js.map +1 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +44 -0
- package/dist/index.js.map +1 -0
- package/dist/provider-2AIXk8yy.d.ts +15601 -0
- package/dist/react/index.d.ts +25 -0
- package/dist/react/index.js +16 -0
- package/dist/react/index.js.map +1 -0
- package/dist/schemas/index.d.ts +2584 -0
- package/dist/schemas/index.js +3 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/server.d.ts +3869 -0
- package/dist/server.js +492 -0
- package/dist/server.js.map +1 -0
- package/dist/ws/index.d.ts +298 -0
- package/dist/ws/index.js +608 -0
- package/dist/ws/index.js.map +1 -0
- package/package.json +73 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { AcceptRequestInputSchema, AnvilConnectionSchema, ArchSchema, AuthConfigSchema, AuthProviderSchema, BuildFileSchema, BuildSchema, BuildSummarySchema, BuildVersionSchema, CHANNEL_KIND_LABELS, COSMETIC_TYPE_LABELS, CancelRequestInputSchema, ChannelKindSchema, ChannelReportsInputSchema, ChannelSchema, ChatMemberSchema, CheckLicenseInputSchema, CheckLicenseOutputSchema, CloseUpnpInputSchema, CommunityRulesStatusSchema, ContentConfigSchema, ContentSourceSchema, CosmeticRaritySchema, CosmeticSchema, CosmeticTypeSchema, CreateDMInputSchema, CreateGroupInputSchema, CreateOutfitInputSchema, CreateRelationshipInputSchema, CreateTrustedHostInputSchema, CreateUpnpInputSchema, DeleteMediaInputSchema, DeleteMessageInputSchema, DeleteOutfitInputSchema, DeleteRelationshipInputSchema, DeleteTrustedHostInputSchema, EditMessageInputSchema, EmoteWheelSchema, EmoteWheelSlotSchema, EquipCosmeticInputSchema, ForgotPasswordInputSchema, GetBuildInputSchema, ISODateSchema, InstalledInstanceSchema, InviteToServerInputSchema, KnownServerSchema, LauncherConfigSchema, LauncherModeSchema, LauncherUpdateInfoSchema, LicenseSchema, ListBuildsInputSchema, ListChannelsInputSchema, ListLicensesInputSchema, ListMediaInputSchema, ListMessagesInputSchema, ListRelationshipsInputSchema, ListSignalingInputSchema, LoaderTypeSchema, LocalizedRuleSchema, LocalizedStringSchema, LoginInputSchema, LookupByNameInputSchema, LookupByNameOutputSchema, MC_VERSIONS_POPULAR, MODRINTH_CATEGORIES, MarkReadInputSchema, MediaItemSchema, MediaKindSchema, MessageSchema, ModrinthDonationLinkSchema, ModrinthProjectSchema, ModrinthProjectTypeSchema, ModrinthSearchInputSchema, ModrinthSearchResponseSchema, OutfitSchema, OutfitSlotSchema, PRESENCE_COLORS, PaginatedSchema, PaginationInputSchema, PlatformSchema, PresenceSchema, PresenceStatusSchema, RARITY_COLORS, RELATIONSHIP_LABELS, RefreshInputSchema, RegisterInputSchema, RelationshipDirectionSchema, RelationshipSchema, RelationshipStatusSchema, RelationshipTypeSchema, RelationshipsListKindSchema, ReportActivityInputSchema, ReportMessageInputSchema, ReportTelemetryInputSchema, RequestDownloadInputSchema, RequestDownloadOutputSchema, ResetPasswordInputSchema, SaveEmoteWheelInputSchema, SendMessageInputSchema, SendSignalingInputSchema, SessionSchema, SetActiveSkinInputSchema, SignalingKindSchema, SignalingMessageSchema, SkinSchema, SkinVariantSchema, SuspensionStatusSchema, SystemStatusSchema, TRPCErrorSchema, TrustedHostSchema, UUIDSchema, UpdateOutfitInputSchema, UploadMediaInputSchema, UploadSkinInputSchema, UpnpSessionSchema, UpnpSessionStatusSchema, UserActivitySchema, UserSummarySchema, ValidateInputSchema, defaultLauncherConfig, isAuthProviderAnvil } from '../chunk-WIGN6UED.js';
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
3
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|