From b39658280a1dd1654ea0e6f32aef65d63299d285 Mon Sep 17 00:00:00 2001 From: Hashir Date: Tue, 19 Aug 2025 23:38:20 +0530 Subject: [PATCH 1/5] feat(#478 | docs): setup TypeDoc and integrate with Docusaurus --- docs/docs/api-reference.md | 226 ---- docs/docs/api-reference/_media/Mapping.ts | 808 ++++++++++++ .../classes/FailedToParseAuthCallbackUrl.md | 43 + .../classes/FailedToParseConnectAuthUrl.md | 43 + docs/docs/api-reference/index.md | 42 + .../type-aliases/AccountInboxStorageEntry.md | 61 + .../type-aliases/ConnectAuthPayload.md | 5 + .../ConnectCallbackDecryptedData.md | 5 + .../type-aliases/ConnectCallbackResult.md | 5 + .../type-aliases/InboxMessageStorageEntry.md | 53 + .../type-aliases/SignatureWithRecovery.md | 5 + .../type-aliases/SpaceInboxStorageEntry.md | 69 + .../type-aliases/SpaceStorageEntry.md | 69 + docs/docs/api-reference/typedoc-sidebar.cjs | 4 + .../variables/ConnectAuthPayload.md | 5 + .../variables/ConnectCallbackDecryptedData.md | 5 + .../variables/ConnectCallbackResult.md | 5 + .../variables/SignatureWithRecovery.md | 5 + docs/docs/api-reference/variables/store.md | 5 + .../Connect/classes/InvalidIdentityError.md" | 21 + .../functions/addSmartAccountOwner.md" | 27 + .../buildAccountAddressStorageKey.md" | 9 + .../Connect/functions/buildKeysStorageKey.md" | 15 + .../functions/buildSessionTokenStorageKey.md" | 15 + .../Connect/functions/createAppIdentity.md" | 9 + .../Connect/functions/createAuthUrl.md" | 35 + .../functions/createCallbackParams.md" | 23 + .../Connect/functions/createSmartSession.md" | 45 + .../Connect/functions/decryptAppIdentity.md" | 19 + .../Connect/functions/decryptIdentity.md" | 23 + .../Connect/functions/encryptAppIdentity.md" | 19 + .../Connect/functions/encryptIdentity.md" | 19 + .../namespaces/Connect/functions/getEnv.md" | 9 + .../functions/getSmartAccountWalletClient.md" | 15 + .../functions/getSmartSessionClient.md" | 37 + .../Connect/functions/identityExists.md" | 19 + .../functions/isSmartAccountDeployed.md" | 15 + .../legacySmartAccountUpdateStatus.md" | 23 + .../Connect/functions/loadAccountAddress.md" | 15 + .../namespaces/Connect/functions/loadKeys.md" | 19 + .../functions/loadSyncServerSessionToken.md" | 19 + .../namespaces/Connect/functions/login.md" | 45 + .../Connect/functions/parseAuthParams.md" | 15 + .../Connect/functions/parseCallbackParams.md" | 15 + .../Connect/functions/restoreKeys.md" | 35 + .../namespaces/Connect/functions/signup.md" | 49 + .../functions/smartAccountNeedsUpdate.md" | 23 + .../Connect/functions/storeAccountAddress.md" | 19 + .../Connect/functions/storeKeys.md" | 23 + .../functions/storeSyncServerSessionToken.md" | 23 + .../functions/updateLegacySmartAccount.md" | 23 + .../Connect/functions/wipeAccountAddress.md" | 15 + .../Connect/functions/wipeAllAuthData.md" | 19 + .../namespaces/Connect/functions/wipeKeys.md" | 19 + .../functions/wipeSyncServerSessionToken.md" | 19 + .../namespaces/Connect/index.md" | 69 + .../Connect/type-aliases/Action.md" | 41 + .../type-aliases/AppIdentityForEncryption.md" | 5 + .../type-aliases/AppIdentityResponse.md" | 5 + .../Connect/type-aliases/GetAddress.md" | 9 + .../Connect/type-aliases/Identity.md" | 11 + .../Connect/type-aliases/IdentityKeys.md" | 37 + .../Connect/type-aliases/KeysSchema.md" | 5 + .../type-aliases/PrivateAppIdentity.md" | 31 + .../type-aliases/PublicAppIdentity.md" | 29 + .../Connect/type-aliases/SignMessage.md" | 15 + .../Connect/type-aliases/Signer.md" | 21 + .../type-aliases/SmartAccountParams.md" | 45 + .../type-aliases/SmartSessionClient.md" | 87 ++ .../Connect/type-aliases/Storage.md" | 63 + .../Connect/variables/AppIdentityResponse.md" | 5 + .../Connect/variables/DEFAULT_RPC_URL.md" | 5 + .../Connect/variables/GEOGENESIS.md" | 51 + .../Connect/variables/GEO_TESTNET.md" | 51 + .../Connect/variables/KeysSchema.md" | 5 + .../Connect/variables/TESTNET_RPC_URL.md" | 5 + .../Entity/classes/EntityNotFoundError.md" | 75 ++ .../namespaces/Entity/functions/create.md" | 37 + .../namespaces/Entity/functions/delete.md" | 27 + .../namespaces/Entity/functions/findMany.md" | 43 + .../namespaces/Entity/functions/findOne.md" | 41 + .../Entity/functions/markAsDeleted.md" | 27 + .../Entity/functions/removeRelation.md" | 27 + .../Entity/functions/subscribeToFindMany.md" | 33 + .../namespaces/Entity/functions/update.md" | 41 + .../namespaces/Entity/index.md" | 40 + .../namespaces/Entity/type-aliases/Any.md" | 19 + .../Entity/type-aliases/AnyNoContext.md" | 19 + .../Entity/type-aliases/CrossFieldFilter.md" | 21 + .../Entity/type-aliases/DocumentContent.md" | 21 + .../Entity/type-aliases/DocumentEntity.md" | 17 + .../Entity/type-aliases/DocumentRelation.md" | 49 + .../namespaces/Entity/type-aliases/Entity.md" | 21 + .../type-aliases/EntityBooleanFilter.md" | 13 + .../Entity/type-aliases/EntityFieldFilter.md" | 17 + .../Entity/type-aliases/EntityFilter.md" | 11 + .../type-aliases/EntityNumberFilter.md" | 29 + .../type-aliases/EntityStringFilter.md" | 37 + .../type-aliases/EntityWithRelation.md" | 17 + .../type-aliases/FindManySubscription.md" | 45 + .../namespaces/Entity/type-aliases/Insert.md" | 11 + .../namespaces/Entity/type-aliases/Update.md" | 11 + .../namespaces/Entity/variables/Class.md" | 41 + .../namespaces/Entity/variables/Field.md" | 21 + .../Identity/classes/InvalidIdentityError.md" | 21 + .../Identity/functions/decryptIdentity.md" | 27 + .../Identity/functions/encryptIdentity.md" | 23 + .../functions/getAccountProofMessage.md" | 19 + .../Identity/functions/getKeyProofMessage.md" | 19 + .../functions/getVerifiedIdentity.md" | 35 + .../Identity/functions/loadIdentity.md" | 15 + .../namespaces/Identity/functions/logout.md" | 15 + .../functions/proveIdentityOwnership.md" | 23 + .../Identity/functions/storeIdentity.md" | 19 + .../functions/verifyIdentityOwnership.md" | 35 + .../Identity/functions/wipeIdentity.md" | 15 + .../namespaces/Identity/index.md" | 35 + .../Identity/type-aliases/GetAddress.md" | 9 + .../Identity/type-aliases/Identity.md" | 11 + .../Identity/type-aliases/IdentityKeys.md" | 37 + .../Identity/type-aliases/KeysSchema.md" | 5 + .../Identity/type-aliases/PublicIdentity.md" | 29 + .../Identity/type-aliases/SignMessage.md" | 15 + .../Identity/type-aliases/Signer.md" | 21 + .../Identity/type-aliases/Storage.md" | 63 + .../Identity/variables/KeysSchema.md" | 5 + .../Identity/variables/accountProofDomain.md" | 15 + .../createAccountInboxCreationMessage.md" | 51 + .../createSpaceInboxCreationMessage.md" | 15 + .../Inboxes/functions/decryptInboxMessage.md" | 15 + .../Inboxes/functions/encryptInboxMessage.md" | 19 + .../Inboxes/functions/getAccountInbox.md" | 15 + .../Inboxes/functions/getSpaceInbox.md" | 15 + .../functions/listPublicAccountInboxes.md" | 15 + .../functions/listPublicSpaceInboxes.md" | 15 + .../Inboxes/functions/mergeMessages.md" | 31 + .../functions/prepareAccountInboxMessage.md" | 15 + .../functions/prepareSpaceInboxMessage.md" | 15 + .../recoverAccountInboxCreatorKey.md" | 45 + .../recoverAccountInboxMessageSigner.md" | 41 + .../functions/recoverSpaceInboxCreatorKey.md" | 73 ++ .../recoverSpaceInboxMessageSigner.md" | 41 + .../functions/sendAccountInboxMessage.md" | 15 + .../functions/sendSpaceInboxMessage.md" | 15 + .../functions/validateAccountInboxMessage.md" | 61 + .../functions/validateSpaceInboxMessage.md" | 61 + .../namespaces/Inboxes/index.md" | 31 + .../type-aliases/InboxSenderAuthPolicy.md" | 5 + .../variables/InboxSenderAuthPolicy.md" | 5 + .../namespaces/Key/functions/createKey.md" | 27 + .../namespaces/Key/functions/decryptKey.md" | 15 + .../Key/functions/decryptKeyBox.md" | 15 + .../namespaces/Key/functions/encryptKey.md" | 23 + .../Key/functions/encryptKeyBox.md" | 15 + .../Key/functions/generateKeypair.md" | 17 + .../namespaces/Key/index.md" | 15 + .../Key/type-aliases/DecryptKeyBoxParams.md" | 37 + .../Key/type-aliases/EncryptKeyBoxParams.md" | 37 + .../Mapping/classes/InvalidInputError.md" | 59 + .../RelationValueTypeDoesNotExistError.md" | 75 ++ .../allRelationPropertyTypesExist.md" | 77 ++ .../Mapping/functions/generateMapping.md" | 132 ++ .../Mapping/functions/getDataType.md" | 19 + .../Mapping/functions/isDataType.md" | 19 + .../Mapping/functions/isDataTypePrimitive.md" | 19 + .../Mapping/functions/isDataTypeRelation.md" | 19 + .../mapSchemaDataTypeToGRC20PropDataType.md" | 23 + .../Mapping/functions/namesAreUnique.md" | 35 + .../Mapping/functions/propertyIsRelation.md" | 67 + .../Mapping/functions/toCamelCase.md" | 40 + .../Mapping/functions/toPascalCase.md" | 40 + .../namespaces/Mapping/index.md" | 46 + .../Mapping/type-aliases/DataTypeRelation.md" | 9 + .../type-aliases/GenerateMappingResult.md" | 5 + .../Mapping/type-aliases/Mapping.md" | 40 + .../Mapping/type-aliases/MappingEntry.md" | 62 + .../Mapping/type-aliases/Schema.md" | 9 + .../Mapping/type-aliases/SchemaDataType.md" | 9 + .../type-aliases/SchemaDataTypePrimitive.md" | 9 + .../type-aliases/SchemaDataTypeRelation.md" | 9 + .../Mapping/type-aliases/SchemaType.md" | 9 + .../SchemaTypePropertyPrimitive.md" | 9 + .../SchemaTypePropertyRelation.md" | 9 + .../namespaces/Mapping/variables/Schema.md" | 11 + .../Mapping/variables/SchemaDataType.md" | 9 + .../variables/SchemaDataTypePrimitive.md" | 9 + .../variables/SchemaDataTypeRelation.md" | 9 + .../Mapping/variables/SchemaKnownDecoder.md" | 29 + .../Mapping/variables/SchemaType.md" | 9 + .../variables/SchemaTypePropertyPrimitive.md" | 9 + .../variables/SchemaTypePropertyRelation.md" | 9 + .../variables/SchemaUnknownDecoder.md" | 27 + .../Messages/functions/decryptMessage.md" | 15 + .../Messages/functions/deserialize.md" | 15 + .../Messages/functions/encryptMessage.md" | 15 + .../functions/recoverUpdateMessageSigner.md" | 15 + .../Messages/functions/serialize.md" | 15 + .../functions/signedUpdateMessage.md" | 47 + .../namespaces/Messages/index.md" | 127 ++ .../Messages/type-aliases/AccountInbox.md" | 5 + .../type-aliases/AccountInboxPublic.md" | 5 + .../Messages/type-aliases/IdentityKeyBox.md" | 5 + .../Messages/type-aliases/InboxMessage.md" | 5 + .../Messages/type-aliases/Invitation.md" | 5 + .../Messages/type-aliases/KeyBox.md" | 5 + .../Messages/type-aliases/KeyBoxWithKeyId.md" | 5 + .../RequestAcceptInvitationEvent.md" | 5 + .../RequestConnectAddAppIdentityToSpaces.md" | 5 + .../RequestConnectCreateAppIdentity.md" | 5 + .../RequestConnectCreateIdentity.md" | 5 + .../RequestConnectCreateSpaceEvent.md" | 5 + .../RequestCreateAccountInbox.md" | 5 + .../RequestCreateAccountInboxMessage.md" | 5 + .../type-aliases/RequestCreateIdentity.md" | 5 + .../RequestCreateInvitationEvent.md" | 5 + .../type-aliases/RequestCreateSpaceEvent.md" | 5 + .../RequestCreateSpaceInboxEvent.md" | 5 + .../RequestCreateSpaceInboxMessage.md" | 5 + .../type-aliases/RequestCreateUpdate.md" | 5 + .../type-aliases/RequestGetAccountInboxes.md" | 5 + .../RequestGetLatestAccountInboxMessages.md" | 5 + .../RequestGetLatestSpaceInboxMessages.md" | 5 + .../type-aliases/RequestListInvitations.md" | 5 + .../type-aliases/RequestListSpaces.md" | 5 + .../Messages/type-aliases/RequestLogin.md" | 5 + .../type-aliases/RequestLoginNonce.md" | 5 + .../RequestLoginWithSigningKey.md" | 5 + .../Messages/type-aliases/RequestMessage.md" | 5 + .../type-aliases/RequestSubscribeToSpace.md" | 5 + .../type-aliases/ResponseAccountInbox.md" | 5 + .../ResponseAccountInboxMessage.md" | 5 + .../ResponseAccountInboxMessages.md" | 5 + .../ResponseAccountInboxPublic.md" | 5 + .../type-aliases/ResponseAccountInboxes.md" | 5 + .../ResponseConnectCreateIdentity.md" | 5 + .../type-aliases/ResponseIdentity.md" | 5 + .../ResponseIdentityEncrypted.md" | 5 + .../ResponseIdentityExistsError.md" | 5 + .../ResponseIdentityNotFoundError.md" | 5 + .../ResponseListAccountInboxesPublic.md" | 5 + .../type-aliases/ResponseListInvitations.md" | 5 + .../ResponseListSpaceInboxesPublic.md" | 5 + .../type-aliases/ResponseListSpaces.md" | 5 + .../Messages/type-aliases/ResponseMessage.md" | 5 + .../Messages/type-aliases/ResponseSpace.md" | 5 + .../type-aliases/ResponseSpaceEvent.md" | 5 + .../ResponseSpaceInboxMessage.md" | 5 + .../ResponseSpaceInboxMessages.md" | 5 + .../type-aliases/ResponseSpaceInboxPublic.md" | 5 + .../type-aliases/ResponseUpdateConfirmed.md" | 5 + .../ResponseUpdatesNotification.md" | 5 + .../Messages/type-aliases/SpaceInbox.md" | 5 + .../type-aliases/SpaceInboxPublic.md" | 5 + .../Messages/type-aliases/Updates.md" | 5 + .../Messages/variables/AccountInbox.md" | 5 + .../Messages/variables/AccountInboxPublic.md" | 5 + .../Messages/variables/IdentityKeyBox.md" | 5 + .../Messages/variables/InboxMessage.md" | 5 + .../Messages/variables/Invitation.md" | 5 + .../namespaces/Messages/variables/KeyBox.md" | 5 + .../Messages/variables/KeyBoxWithKeyId.md" | 5 + .../RequestAcceptInvitationEvent.md" | 5 + .../RequestConnectAddAppIdentityToSpaces.md" | 5 + .../RequestConnectCreateAppIdentity.md" | 5 + .../RequestConnectCreateIdentity.md" | 5 + .../RequestConnectCreateSpaceEvent.md" | 5 + .../variables/RequestCreateAccountInbox.md" | 5 + .../RequestCreateAccountInboxMessage.md" | 5 + .../variables/RequestCreateIdentity.md" | 5 + .../RequestCreateInvitationEvent.md" | 5 + .../variables/RequestCreateSpaceEvent.md" | 5 + .../RequestCreateSpaceInboxEvent.md" | 5 + .../RequestCreateSpaceInboxMessage.md" | 5 + .../variables/RequestCreateUpdate.md" | 5 + .../variables/RequestGetAccountInboxes.md" | 5 + .../RequestGetLatestAccountInboxMessages.md" | 5 + .../RequestGetLatestSpaceInboxMessages.md" | 5 + .../variables/RequestListInvitations.md" | 5 + .../Messages/variables/RequestListSpaces.md" | 5 + .../Messages/variables/RequestLogin.md" | 5 + .../Messages/variables/RequestLoginNonce.md" | 5 + .../variables/RequestLoginWithSigningKey.md" | 5 + .../Messages/variables/RequestMessage.md" | 5 + .../variables/RequestSubscribeToSpace.md" | 5 + .../variables/ResponseAccountInbox.md" | 5 + .../variables/ResponseAccountInboxMessage.md" | 5 + .../ResponseAccountInboxMessages.md" | 5 + .../variables/ResponseAccountInboxPublic.md" | 5 + .../variables/ResponseAccountInboxes.md" | 5 + .../ResponseConnectCreateIdentity.md" | 5 + .../Messages/variables/ResponseIdentity.md" | 5 + .../variables/ResponseIdentityEncrypted.md" | 5 + .../variables/ResponseIdentityExistsError.md" | 5 + .../ResponseIdentityNotFoundError.md" | 5 + .../ResponseListAccountInboxesPublic.md" | 5 + .../variables/ResponseListInvitations.md" | 5 + .../ResponseListSpaceInboxesPublic.md" | 5 + .../Messages/variables/ResponseListSpaces.md" | 5 + .../Messages/variables/ResponseMessage.md" | 5 + .../Messages/variables/ResponseSpace.md" | 5 + .../Messages/variables/ResponseSpaceEvent.md" | 5 + .../variables/ResponseSpaceInboxMessage.md" | 5 + .../variables/ResponseSpaceInboxMessages.md" | 5 + .../variables/ResponseSpaceInboxPublic.md" | 5 + .../variables/ResponseUpdateConfirmed.md" | 5 + .../variables/ResponseUpdatesNotification.md" | 5 + .../Messages/variables/SignedUpdate.md" | 5 + .../Messages/variables/SpaceInbox.md" | 5 + .../Messages/variables/SpaceInboxPublic.md" | 5 + .../namespaces/Messages/variables/Updates.md" | 5 + .../SpaceEvents/classes/InvalidEventError.md" | 21 + .../classes/VerifySignatureError.md" | 21 + .../functions/acceptInvitation.md" | 15 + .../SpaceEvents/functions/applyEvent.md" | 15 + .../SpaceEvents/functions/createInbox.md" | 61 + .../functions/createInvitation.md" | 15 + .../SpaceEvents/functions/createSpace.md" | 15 + .../SpaceEvents/functions/deleteSpace.md" | 15 + .../SpaceEvents/functions/hashEvent.md" | 15 + .../namespaces/SpaceEvents/index.md" | 47 + .../type-aliases/AcceptInvitationEvent.md" | 5 + .../SpaceEvents/type-aliases/ApplyError.md" | 5 + .../SpaceEvents/type-aliases/Author.md" | 5 + .../type-aliases/CreateInvitationEvent.md" | 5 + .../type-aliases/CreateSpaceEvent.md" | 5 + .../type-aliases/CreateSpaceInboxEvent.md" | 5 + .../type-aliases/DeleteSpaceEvent.md" | 5 + .../SpaceEvents/type-aliases/EventAuthor.md" | 5 + .../SpaceEvents/type-aliases/SpaceEvent.md" | 5 + .../SpaceEvents/type-aliases/SpaceInbox.md" | 5 + .../type-aliases/SpaceInvitation.md" | 5 + .../SpaceEvents/type-aliases/SpaceMember.md" | 5 + .../SpaceEvents/type-aliases/SpaceState.md" | 5 + .../variables/AcceptInvitationEvent.md" | 5 + .../SpaceEvents/variables/Author.md" | 5 + .../variables/CreateInvitationEvent.md" | 5 + .../variables/CreateSpaceEvent.md" | 5 + .../variables/CreateSpaceInboxEvent.md" | 5 + .../variables/DeleteSpaceEvent.md" | 5 + .../SpaceEvents/variables/EventAuthor.md" | 5 + .../SpaceEvents/variables/SpaceEvent.md" | 5 + .../SpaceEvents/variables/SpaceInbox.md" | 5 + .../SpaceEvents/variables/SpaceInvitation.md" | 5 + .../SpaceEvents/variables/SpaceMember.md" | 5 + .../SpaceEvents/variables/SpaceState.md" | 5 + .../SpaceInfo/functions/decryptSpaceInfo.md" | 25 + .../functions/encryptAndSignSpaceInfo.md" | 35 + .../namespaces/SpaceInfo/index.md" | 14 + .../type-aliases/SpaceInfoContent.md" | 5 + .../SpaceInfo/variables/SpaceInfoContent.md" | 5 + .../namespaces/StoreConnect/index.md" | 12 + .../type-aliases/AccountInboxStorageEntry.md" | 61 + .../type-aliases/InboxMessageStorageEntry.md" | 53 + .../type-aliases/SpaceInboxStorageEntry.md" | 69 + .../type-aliases/SpaceStorageEntry.md" | 61 + .../StoreConnect/variables/store.md" | 5 + .../namespaces/Type/functions/Relation.md" | 21 + .../namespaces/Type/index.md" | 14 + .../namespaces/Type/variables/Boolean.md" | 5 + .../namespaces/Type/variables/Date.md" | 5 + .../namespaces/Type/variables/Number.md" | 5 + .../namespaces/Type/variables/Point.md" | 5 + .../namespaces/Type/variables/String.md" | 5 + .../namespaces/Type/variables/optional.md" | 25 + .../isBooleanOrOptionalBooleanType.md" | 15 + .../functions/isDateOrOptionalDateType.md" | 15 + .../isNumberOrOptionalNumberType.md" | 15 + .../TypeUtils/functions/isOptional.md" | 15 + .../functions/isPointOrOptionalPointType.md" | 15 + .../isStringOrOptionalStringType.md" | 15 + .../namespaces/TypeUtils/index.md" | 10 + .../classes/TypesyncHypergraphSchema.md" | 47 + .../classes/TypesyncHypergraphSchemaType.md" | 95 ++ .../namespaces/Typesync/index.md" | 18 + .../TypesyncHypergraphMapping.md" | 5 + .../TypesyncHypergraphSchemaStatus.md" | 5 + .../TypesyncHypergraphSchemaTypeProperty.md" | 5 + .../variables/TypesyncHypergraphMapping.md" | 8 + .../TypesyncHypergraphSchemaStatus.md" | 5 + .../TypesyncHypergraphSchemaTypeProperty.md" | 5 + .../Utils/classes/InfinityNotAllowedError.md" | 23 + .../Utils/classes/NaNNotAllowedError.md" | 23 + .../Utils/functions/assertExhaustive.md" | 19 + .../Utils/functions/automergeIdToId.md" | 17 + .../namespaces/Utils/functions/bytesToHex.md" | 15 + .../Utils/functions/canonicalize.md" | 68 + .../Utils/functions/decodeBase58ToUUID.md" | 31 + .../Utils/functions/encodeBase58.md" | 32 + .../namespaces/Utils/functions/generateId.md" | 22 + .../namespaces/Utils/functions/hexToBytes.md" | 15 + .../Utils/functions/idToAutomergeId.md" | 17 + .../Utils/functions/isRelationField.md" | 15 + .../Utils/functions/publicKeyToAddress.md" | 15 + .../Utils/functions/stringToUint8Array.md" | 15 + .../Utils/functions/uint8ArrayToString.md" | 15 + .../namespaces/Utils/index.md" | 27 + .../namespaces/Utils/type-aliases/Base58.md" | 5 + .../namespaces/Utils/type-aliases/UUID.md" | 5 + docs/docusaurus.config.js | 15 + docs/package.json | 3 +- docs/sidebars.js | 2 +- pnpm-lock.yaml | 1113 +++++++++++------ 402 files changed, 8741 insertions(+), 620 deletions(-) delete mode 100644 docs/docs/api-reference.md create mode 100644 docs/docs/api-reference/_media/Mapping.ts create mode 100644 docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md create mode 100644 docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md create mode 100644 docs/docs/api-reference/index.md create mode 100644 docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md create mode 100644 docs/docs/api-reference/type-aliases/ConnectAuthPayload.md create mode 100644 docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md create mode 100644 docs/docs/api-reference/type-aliases/ConnectCallbackResult.md create mode 100644 docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md create mode 100644 docs/docs/api-reference/type-aliases/SignatureWithRecovery.md create mode 100644 docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md create mode 100644 docs/docs/api-reference/type-aliases/SpaceStorageEntry.md create mode 100644 docs/docs/api-reference/typedoc-sidebar.cjs create mode 100644 docs/docs/api-reference/variables/ConnectAuthPayload.md create mode 100644 docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md create mode 100644 docs/docs/api-reference/variables/ConnectCallbackResult.md create mode 100644 docs/docs/api-reference/variables/SignatureWithRecovery.md create mode 100644 docs/docs/api-reference/variables/store.md create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" create mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" diff --git a/docs/docs/api-reference.md b/docs/docs/api-reference.md deleted file mode 100644 index c7b41c19..00000000 --- a/docs/docs/api-reference.md +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: API Reference -description: Low-level events and helper functions exported by the Hypergraph SDK. -version: 0.0.1 -tags: [api, reference] ---- - -# 📚 API Reference - -This section documents the main **Space Events** and the matching client-side helpers in `@graphprotocol/hypergraph` and `@graphprotocol/hypergraph-react`. - -> ℹ️ The SDK abstracts most serialization, encryption and validation. You'll rarely emit raw events yourself—**Hooks** and **helper functions** should cover 95 % of use-cases. Still, understanding their wire format helps with debugging and server integration. - -## Table of Contents - -- [`createSpace`](#createspace) -- [`deleteSpace`](#deletespace) -- [`createInvite`](#createinvite) -- [`acceptInvite`](#acceptinvite) -- [`createSpaceInbox`](#createspaceinbox) -- [`sendUpdate`](#sendupdate) -- [`sendCompactedUpdate`](#sendcompactedupdate) - ---- - -## Event list - -| Event | Helper | HTTP / WS Path | Auth | Description | -| ------------------ | ------------------ | -------------------------------- | ------------------ | ------------------------------------ | -| `createSpace` | `createSpace()` | `/spaces` (POST) | **SIWE** + signature | Bootstrap a new Space. | -| `deleteSpace` | `deleteSpace()` | `/spaces/:id` (DELETE) | `admin` | Soft-delete a Space. | -| `createInvite` | `inviteToSpace()` | `/spaces/:id/invites` (POST) | `admin` | Create an invitation to a Space. | -| `acceptInvite` | `acceptInvitation()` | `/invites/:id/accept` (POST) | Invite signature | Accept an invitation & join a Space. | -| `createSpaceInbox` | `createInbox()` | `/spaces/:id/inboxes` (POST) | `admin` | Create a new inbox in a Space. | -| `sendUpdate` | _internal_ | `/updates` (WS) | `member` | Send a CRDT patch to peers. | -| `sendCompactedUpdate` | _internal_ | `/updates` (WS) | `member` | Send a snapshot of the update log. | - -All payloads are JSON objects transported over either: - -- **WebSocket** — default for low-latency real-time sync. -- **HTTP** — optional fallback for bootstrapping or server-to-server calls. - ---- - -## `createSpace` - -| | | -| --------- | ---------------------------------------------------- | -| **Method** | `POST /spaces` (HTTP) **or** WebSocket event | -| **Auth** | Signed with the creator's _signature key_ + SIWE cookie | -| **Body** | See event schema below. | -| **Success** | `201 Created` with `{ "spaceId": "…" }` | -| **Errors** | `409 AlreadyExists`, `401 Unauthorized`, `422 InvalidSignature` | - -### Event Schema - -The `CreateSpaceEvent` contains the initial parameters for a new space. - -```typescript -export const CreateSpaceEvent = Schema.Struct({ - transaction: Schema.Struct({ - type: Schema.Literal('create-space'), - id: Schema.String, - creatorAccountId: Schema.String, - }), - author: EventAuthor, // { accountId: string, signature: { hex: string, recovery: number } } -}); -``` - -### Request Example - -```json title="POST /spaces" -{ - "eventId": "6db7b5f0", - "spaceId": "efc45a11", - "transaction": { - "type": "create-space", - "id": "efc45a11", - "creatorAccountId": "did:pkh:eip155:1:0x123..." - }, - "author": { - "accountId": "did:pkh:eip155:1:0x123...", - "signature": { - "hex": "0xabc...", - "recovery": 1 - } - } -} -``` - -### Response Example - -```json title="201 Created" -{ - "spaceId": "efc45a11" -} -``` - ---- - -## `deleteSpace` - -| | | -| --------- | ---------------------------------------------------- | -| **Method** | `DELETE /spaces/:id` (HTTP) **or** WebSocket event | -| **Auth** | `admin` role in the space | -| **Success** | `200 OK` | -| **Errors** | `401 Unauthorized`, `404 NotFound` | - -### Event Schema - -The `DeleteSpaceEvent` marks a space for soft-deletion. It requires referencing the hash of the previous event to maintain chain integrity. - -```typescript -export const DeleteSpaceEvent = Schema.Struct({ - transaction: Schema.Struct({ - type: Schema.Literal('delete-space'), - id: Schema.String, // The ID of the space to delete - previousEventHash: Schema.String, - }), - author: EventAuthor, -}); -``` - ---- - -## `createInvite` - -| | | -| --------- | ---------------------------------------------------- | -| **Method** | `POST /spaces/:id/invites` (HTTP) **or** WebSocket event | -| **Auth** | `admin` role in the space | -| **Success** | `201 Created` | -| **Errors** | `401 Unauthorized`, `404 NotFound`, `422 Unprocessable Entity` | - -### Event Schema - -The `CreateInvitationEvent` creates a new single-use invitation for an account to join the space. - -```typescript -export const CreateInvitationEvent = Schema.Struct({ - transaction: Schema.Struct({ - type: Schema.Literal('create-invitation'), - id: Schema.String, // The ID of the space - inviteeAccountId: Schema.String, // The account ID of the user being invited - previousEventHash: Schema.String, - }), - author: EventAuthor, -}); -``` - ---- - -## `acceptInvite` - -| | | -| --------- | ---------------------------------------------------- | -| **Method** | `POST /invites/:id/accept` (HTTP) **or** WebSocket event | -| **Auth** | Signature from the invited account | -| **Success** | `200 OK` | -| **Errors** | `401 Unauthorized`, `404 NotFound` | - -### Event Schema - -The `AcceptInvitationEvent` is created when a user accepts an invitation to join a space. This adds them to the member list. - -```typescript -export const AcceptInvitationEvent = Schema.Struct({ - transaction: Schema.Struct({ - type: Schema.Literal('accept-invitation'), - id: Schema.String, // The ID of the space - previousEventHash: Schema.String, - }), - author: EventAuthor, // The new member -}); -``` - ---- - -## `createSpaceInbox` - -| | | -| --------- | ---------------------------------------------------- | -| **Method** | `POST /spaces/:id/inboxes` (HTTP) **or** WebSocket event | -| **Auth** | `admin` role in the space | -| **Success** | `201 Created` | -| **Errors** | `401 Unauthorized`, `404 NotFound` | - -### Event Schema - -The `CreateSpaceInboxEvent` creates a new inbox within a space, which can be used for direct or broadcast messaging between members. - -```typescript -export const CreateSpaceInboxEvent = Schema.Struct({ - transaction: Schema.Struct({ - type: Schema.Literal('create-space-inbox'), - id: Schema.String, // The ID of the new inbox - spaceId: Schema.String, // The ID of the space - inboxId: Schema.String, - encryptionPublicKey: Schema.String, - secretKey: Schema.String, // Should be encrypted - isPublic: Schema.Boolean, - authPolicy: InboxSenderAuthPolicy, // 'all-members' | 'admins-only' | 'self-only' - previousEventHash: Schema.String, - }), - author: EventAuthor, -}); -``` - ---- - -## More endpoints - -The remaining endpoints (`sendUpdate`, `sendCompactedUpdate`) are used internally for state synchronization and are not typically called directly. For a deeper understanding of the entire event-sourcing model, you can refer to the type definitions exported from the SDK: - -```ts -import { SpaceEvents } from '@graphprotocol/hypergraph'; - -// e.g., SpaceEvents.CreateSpaceEvent -``` - ---- - -### Edit on GitHub - -[✏️ Improve this page](https://github.com/graphprotocol/hypergraph/edit/main/docs/docs/api-reference.md) \ No newline at end of file diff --git a/docs/docs/api-reference/_media/Mapping.ts b/docs/docs/api-reference/_media/Mapping.ts new file mode 100644 index 00000000..d042f872 --- /dev/null +++ b/docs/docs/api-reference/_media/Mapping.ts @@ -0,0 +1,808 @@ +import { type CreatePropertyParams, Graph, Id as Grc20Id, type Op } from '@graphprotocol/grc-20'; +import { Data, Array as EffectArray, Schema as EffectSchema, Option, pipe } from 'effect'; + +import { namesAreUnique, toCamelCase, toPascalCase } from './Utils.js'; + +/** + * Mappings for a schema type and its properties/relations + * + * @since 0.2.0 + */ +export type MappingEntry = { + /** + * Array of the `Id` of the type in the Knowledge Graph. + * Is an array because a type can belong to multiple spaces/extend multiple types. + * + * @since 0.2.0 + */ + typeIds: Array; + /** + * Record of property names to the `Id` of the type in the Knowledge Graph + * + * @since 0.2.0 + */ + properties?: + | { + [key: string]: Grc20Id; + } + | undefined; + /** + * Record of relation properties to the `Id` of the type in the Knowledge Graph + * + * @since 0.2.0 + */ + relations?: + | { + [key: string]: Grc20Id; + } + | undefined; +}; + +/** + * @example + * ```ts + * import { Id } from '@graphprotocol/hypergraph' + * import type { Mapping } from '@graphprotocol/hypergraph/mapping' + * + * const mapping: Mapping = { + * Account: { + * typeIds: [Id('a5fd07b1-120f-46c6-b46f-387ef98396a6')], + * properties: { + * username: Id('994edcff-6996-4a77-9797-a13e5e3efad8'), + * createdAt: Id('64bfba51-a69b-4746-be4b-213214a879fe') + * } + * }, + * Event: { + * typeIds: [Id('0349187b-526f-435f-b2bb-9e9caf23127a')], + * properties: { + * name: Id('3808e060-fb4a-4d08-8069-35b8c8a1902b'), + * description: Id('1f0d9007-8da2-4b28-ab9f-3bc0709f4837'), + * }, + * relations: { + * speaker: Id('a5fd07b1-120f-46c6-b46f-387ef98396a6') + * } + * } + * } + * ``` + * + * @since 0.2.0 + */ +export type Mapping = { + [key: string]: MappingEntry; +}; + +/** + * @since 0.2.0 + */ +export type DataTypeRelation = `Relation(${string})`; +/** + * @since 0.2.0 + */ +export function isDataTypeRelation(val: string): val is DataTypeRelation { + return /^Relation\((.+)\)$/.test(val); +} +/** + * @since 0.2.0 + */ +export const SchemaDataTypeRelation = EffectSchema.NonEmptyTrimmedString.pipe( + EffectSchema.filter((val) => isDataTypeRelation(val)), +); +/** + * @since 0.2.0 + */ +export type SchemaDataTypeRelation = typeof SchemaDataTypeRelation.Type; +/** + * @since 0.2.0 + */ +export const SchemaDataTypePrimitive = EffectSchema.Literal('String', 'Number', 'Boolean', 'Date', 'Point'); +/** + * @since 0.2.0 + */ +export type SchemaDataTypePrimitive = typeof SchemaDataTypePrimitive.Type; +/** + * @since 0.4.0 + */ +export function isDataTypePrimitive(val: string): val is SchemaDataTypePrimitive { + return ['String', 'Number', 'Boolean', 'Date', 'Point'].includes(val); +} +/** + * @since 0.2.0 + */ +export const SchemaDataType = EffectSchema.Union(SchemaDataTypePrimitive, SchemaDataTypeRelation); +/** + * @since 0.2.0 + */ +export type SchemaDataType = typeof SchemaDataType.Type; +/** + * @since 0.4.0 + */ +export function isDataType(val: string): val is SchemaDataType { + return isDataTypePrimitive(val) || isDataTypeRelation(val); +} +/** + * @since 0.4.0 + */ +export function getDataType(val: string): SchemaDataType { + const dataType = isDataTypePrimitive(val) || isDataTypeRelation(val); + if (dataType) { + return val; + } + throw new Error(`Passed dataType ${val} is not supported`); +} + +const BaseSchemaTypeProperty = EffectSchema.Struct({ + name: EffectSchema.NonEmptyTrimmedString, + knowledgeGraphId: EffectSchema.NullOr(EffectSchema.UUID), + /** + * @since 0.4.0 + */ + optional: EffectSchema.optional(EffectSchema.NullishOr(EffectSchema.Boolean)), +}); + +/** + * @since 0.2.0 + */ +export const SchemaTypePropertyRelation = EffectSchema.Struct({ + ...BaseSchemaTypeProperty.fields, + dataType: SchemaDataTypeRelation, + relationType: EffectSchema.NonEmptyTrimmedString.annotations({ + identifier: 'SchemaTypePropertyRelation.relationType', + description: 'name of the type within the schema that this property is related to', + examples: ['Account'], + }), +}); +/** + * @since 0.2.0 + */ +export type SchemaTypePropertyRelation = typeof SchemaTypePropertyRelation.Type; +/** + * @since 0.2.0 + */ +export const SchemaTypePropertyPrimitive = EffectSchema.Struct({ + ...BaseSchemaTypeProperty.fields, + dataType: SchemaDataTypePrimitive, +}); +/** + * @since 0.2.0 + */ +export type SchemaTypePropertyPrimitive = typeof SchemaTypePropertyPrimitive.Type; + +/** + * @since 0.2.0 + */ +export function propertyIsRelation( + property: SchemaTypePropertyPrimitive | SchemaTypePropertyRelation, +): property is SchemaTypePropertyRelation { + return isDataTypeRelation(property.dataType); +} + +/** + * @since 0.2.0 + */ +export const SchemaType = EffectSchema.Struct({ + name: EffectSchema.NonEmptyTrimmedString, + knowledgeGraphId: EffectSchema.NullOr(EffectSchema.UUID), + properties: EffectSchema.Array(EffectSchema.Union(SchemaTypePropertyPrimitive, SchemaTypePropertyRelation)).pipe( + EffectSchema.minItems(1), + EffectSchema.filter(namesAreUnique, { + identifier: 'DuplicatePropertyNames', + jsonSchema: {}, + description: 'The property.name must be unique across all properties in the type', + }), + ), +}); +/** + * @since 0.2.0 + */ +export type SchemaType = typeof SchemaType.Type; + +/** + * Represents the user-built schema object to generate a `Mappings` definition for + * + * @since 0.2.0 + */ +export const Schema = EffectSchema.Struct({ + types: EffectSchema.Array(SchemaType).pipe( + EffectSchema.minItems(1), + EffectSchema.filter(namesAreUnique, { + identifier: 'DuplicateTypeNames', + jsonSchema: {}, + description: 'The type.name must be unique across all types in the schema', + }), + EffectSchema.filter(allRelationPropertyTypesExist, { + identifier: 'AllRelationTypesExist', + jsonSchema: {}, + description: 'Each type property of dataType RELATION must have a type of the same name in the schema', + }), + ), +}).annotations({ + identifier: 'typesync/Schema', + title: 'TypeSync app Schema', + description: 'An array of types in the schema defined by the user to generate a Mapping object for', + examples: [ + { + types: [ + { + name: 'Account', + knowledgeGraphId: null, + properties: [{ name: 'username', optional: null, knowledgeGraphId: null, dataType: 'String' }], + }, + ], + }, + { + types: [ + { + name: 'Account', + knowledgeGraphId: 'a5fd07b1-120f-46c6-b46f-387ef98396a6', + properties: [ + { + name: 'name', + optional: true, + knowledgeGraphId: 'a126ca53-0c8e-48d5-b888-82c734c38935', + dataType: 'String', + }, + ], + }, + ], + }, + ], +}); +/** + * @since 0.2.0 + */ +export type Schema = typeof Schema.Type; +/** + * @since 0.2.0 + */ +export const SchemaKnownDecoder = EffectSchema.decodeSync(Schema); +/** + * @since 0.2.0 + */ +export const SchemaUnknownDecoder = EffectSchema.decodeUnknownSync(Schema); + +/** + * Iterate through all properties in all types in the schema of `dataType` === `Relation(${string})` + * and validate that the schema.types have a type for the existing relation + * + * @example All types exist + * ```ts + * import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' + * + * const types: Mapping['types'] = [ + * { + * name: "Account", + * knowledgeGraphId: null, + * properties: [ + * { + * name: "username", + * dataType: "String", + * knowledgeGraphId: null + * } + * ] + * }, + * { + * name: "Event", + * knowledgeGraphId: null, + * properties: [ + * { + * name: "speaker", + * dataType: "Relation(Account)" + * relationType: "Account", + * knowledgeGraphId: null, + * } + * ] + * } + * ] + * expect(allRelationPropertyTypesExist(types)).toEqual(true) + * ``` + * + * @example Account type is missing + * ```ts + * import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' + * + * const types: Mapping['types'] = [ + * { + * name: "Event", + * knowledgeGraphId: null, + * properties: [ + * { + * name: "speaker", + * dataType: "Relation(Account)", + * relationType: "Account", + * knowledgeGraphId: null, + * } + * ] + * } + * ] + * expect(allRelationPropertyTypesExist(types)).toEqual(false) + * ``` + * + * @since 0.2.0 + * + * @param types the user-submitted schema types + */ +export function allRelationPropertyTypesExist(types: ReadonlyArray): boolean { + const unqTypeNames = EffectArray.reduce(types, new Set(), (names, curr) => names.add(curr.name)); + return pipe( + types, + EffectArray.flatMap((curr) => curr.properties), + EffectArray.filter((prop) => propertyIsRelation(prop)), + EffectArray.every((prop) => unqTypeNames.has(prop.relationType)), + ); +} + +export type GenerateMappingResult = [mapping: Mapping, ops: ReadonlyArray]; + +// Helper types for internal processing +type PropertyIdMapping = { propName: string; id: Grc20Id }; +type TypeIdMapping = Map; +type ProcessedProperty = + | { type: 'resolved'; mapping: PropertyIdMapping; ops: Array } + | { type: 'deferred'; property: SchemaTypePropertyRelation }; + +type ProcessedType = + | { type: 'complete'; entry: MappingEntry & { typeName: string }; ops: Array } + | { + type: 'deferred'; + schemaType: SchemaType; + properties: Array; + relations: Array; + }; + +// Helper function to build property map from PropertyIdMappings +function buildPropertyMap(properties: Array): MappingEntry['properties'] { + return pipe( + properties, + EffectArray.reduce({} as NonNullable, (props, { propName, id }) => { + props[toCamelCase(propName)] = id; + return props; + }), + ); +} + +// Helper function to build relation map from PropertyIdMappings +function buildRelationMap(relations: Array): MappingEntry['relations'] { + return pipe( + relations, + EffectArray.reduce({} as NonNullable, (rels, { propName, id }) => { + rels[toCamelCase(propName)] = id; + return rels; + }), + ); +} + +// Helper function to create a property and return the result +function createPropertyWithOps( + property: SchemaTypePropertyPrimitive | SchemaTypePropertyRelation, + typeIdMap: TypeIdMapping, +): ProcessedProperty { + if (property.knowledgeGraphId) { + return { + type: 'resolved', + mapping: { propName: property.name, id: Grc20Id(property.knowledgeGraphId) }, + ops: [], + }; + } + + if (propertyIsRelation(property)) { + const relationTypeId = typeIdMap.get(property.relationType); + if (relationTypeId == null) { + return { type: 'deferred', property }; + } + + const { id, ops } = Graph.createProperty({ + name: property.name, + dataType: 'RELATION', + relationValueTypes: [relationTypeId], + }); + return { + type: 'resolved', + mapping: { propName: property.name, id }, + ops, + }; + } + + const { id, ops } = Graph.createProperty({ + name: property.name, + dataType: mapSchemaDataTypeToGRC20PropDataType(property.dataType), + }); + return { + type: 'resolved', + mapping: { propName: property.name, id }, + ops, + }; +} + +// Helper function to process a single type +function processType(type: SchemaType, typeIdMap: TypeIdMapping): ProcessedType { + const processedProperties = pipe( + type.properties, + EffectArray.map((prop) => createPropertyWithOps(prop, typeIdMap)), + ); + + const resolvedProperties = pipe( + processedProperties, + EffectArray.filterMap((p) => (p.type === 'resolved' ? Option.some(p) : Option.none())), + ); + + const deferredProperties = pipe( + processedProperties, + EffectArray.filterMap((p) => (p.type === 'deferred' ? Option.some(p.property) : Option.none())), + ); + + // Separate resolved properties into primitive properties and relations + const primitiveProperties = pipe( + resolvedProperties, + EffectArray.filter((p) => { + const originalProp = type.properties.find((prop) => prop.name === p.mapping.propName); + return originalProp ? !propertyIsRelation(originalProp) : false; + }), + EffectArray.map((p) => p.mapping), + ); + + const relationProperties = pipe( + resolvedProperties, + EffectArray.filter((p) => { + const originalProp = type.properties.find((prop) => prop.name === p.mapping.propName); + return originalProp ? propertyIsRelation(originalProp) : false; + }), + EffectArray.map((p) => p.mapping), + ); + + const propertyOps = pipe( + resolvedProperties, + EffectArray.flatMap((p) => p.ops), + ); + + // If type exists in knowledge graph, return complete entry + if (type.knowledgeGraphId) { + const entry: MappingEntry & { typeName: string } = { + typeName: toPascalCase(type.name), + typeIds: [Grc20Id(type.knowledgeGraphId)], + }; + + if (EffectArray.isNonEmptyArray(primitiveProperties)) { + entry.properties = buildPropertyMap(primitiveProperties); + } + + if (EffectArray.isNonEmptyArray(relationProperties)) { + entry.relations = buildRelationMap(relationProperties); + } + + return { + type: 'complete', + entry, + ops: propertyOps, + }; + } + + // If there are deferred properties, defer type creation + if (EffectArray.isNonEmptyArray(deferredProperties)) { + return { + type: 'deferred', + schemaType: type, + properties: primitiveProperties, + relations: relationProperties, + }; + } + + // Create the type with all resolved properties (both primitive and relations) + const allPropertyIds = [...primitiveProperties, ...relationProperties]; + const { id, ops: typeOps } = Graph.createType({ + name: type.name, + properties: pipe( + allPropertyIds, + EffectArray.map((p) => p.id), + ), + }); + + typeIdMap.set(type.name, id); + + const entry: MappingEntry & { typeName: string } = { + typeName: toPascalCase(type.name), + typeIds: [id], + }; + + if (EffectArray.isNonEmptyArray(primitiveProperties)) { + entry.properties = buildPropertyMap(primitiveProperties); + } + + if (EffectArray.isNonEmptyArray(relationProperties)) { + entry.relations = buildRelationMap(relationProperties); + } + + return { + type: 'complete', + entry, + ops: [...propertyOps, ...typeOps], + }; +} + +/** + * Takes the user-submitted schema, validates it, and build the `Mapping` definition for the schema as well as the GRC-20 Ops needed to publish the schema/schema changes to the Knowledge Graph. + * + * @example + * ```ts + * import { Id } from "@graphprotocol/grc-20" + * import { generateMapping } from "@graphprotocol/hypergraph" + * + * const schema: Schema = { + * types: [ + * { + * name: "Account", + * knowledgeGraphId: "a5fd07b1-120f-46c6-b46f-387ef98396a6", + * properties: [ + * { + * name: "username", + * dataType: "String", + * knowledgeGraphId: "994edcff-6996-4a77-9797-a13e5e3efad8" + * }, + * { + * name: "createdAt", + * dataType: "Date", + * knowledgeGraphId: null + * } + * ] + * }, + * { + * name: "Event", + * knowledgeGraphId: null, + * properties: [ + * { + * name: "name", + * dataType: "String", + * knowledgeGraphId: "3808e060-fb4a-4d08-8069-35b8c8a1902b" + * }, + * { + * name: "description", + * dataType: "String", + * knowledgeGraphId: null + * }, + * { + * name: "speaker", + * dataType: "Relation(Account)", + * relationType: "Account", + * knowledgeGraphId: null + * } + * ] + * } + * ], + * } + * const [mapping, ops] = generateMapping(schema) + * + * expect(mapping).toEqual({ + * Account: { + * typeIds: [Id("a5fd07b1-120f-46c6-b46f-387ef98396a6")], // comes from input schema + * properties: { + * username: Id("994edcff-6996-4a77-9797-a13e5e3efad8"), // comes from input schema + * createdAt: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), // generated from Graph.createProperty Op + * } + * }, + * Event: { + * typeIds: [Id("20b3fe39-8e62-41a0-b9cb-92743fd760da")], // generated from Graph.createType Op + * properties: { + * name: Id("3808e060-fb4a-4d08-8069-35b8c8a1902b"), // comes from input schema + * description: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), // generated from Graph.createProperty Op + * }, + * relations: { + * speaker: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), // generated from Graph.createProperty Op + * } + * } + * }) + * expect(ops).toEqual([ + * // Graph.createProperty Op for Account.createdAt property + * { + * type: "CREATE_PROPERTY", + * property: { + * id: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), + * dataType: "String" + * } + * }, + * // Graph.createProperty Op for Event.description property + * { + * type: "CREATE_PROPERTY", + * property: { + * id: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), + * dataType: "String" + * } + * }, + * // Graph.createProperty Op for Event.speaker property + * { + * type: "CREATE_PROPERTY", + * property: { + * id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), + * dataType: "RELATION" + * } + * }, + * // Graph.createType Op for Event type + * { + * type: "CREATE_PROPERTY", + * property: { + * id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), + * dataType: "RELATION" + * } + * }, + * ]) + * ``` + * + * @since 0.2.0 + * + * @param input user-built and submitted schema + * @returns the generated [Mapping] definition from the submitted schema as well as the GRC-20 Ops required to publish the schema to the Knowledge Graph + */ +export function generateMapping(input: Schema): GenerateMappingResult { + // Validate the schema + const schema = SchemaKnownDecoder(input); + + // Build initial type ID map + const typeIdMap: TypeIdMapping = pipe( + schema.types, + EffectArray.reduce(new Map(), (map, type) => + map.set(type.name, type.knowledgeGraphId != null ? Grc20Id(type.knowledgeGraphId) : null), + ), + ); + + // First pass: process all types + const processedTypes = pipe( + schema.types, + EffectArray.map((type) => processType(type, typeIdMap)), + ); + + // Separate complete and deferred types + const [deferredTypes, completeTypes] = pipe( + processedTypes, + EffectArray.partition( + (result): result is Extract => result.type === 'complete', + ), + ); + + // Collect all operations from first pass + const firstPassOps = pipe( + completeTypes, + EffectArray.flatMap((t) => t.ops), + ); + + // Second pass: resolve deferred relation properties and create deferred types + const { entries: deferredEntries, ops: secondPassOps } = pipe( + deferredTypes, + EffectArray.reduce( + { entries: [] as Array, ops: [] as Array }, + (acc, deferred) => { + // Resolve all deferred relation properties for this type + const resolvedRelations = pipe( + deferred.schemaType.properties, + EffectArray.filterMap((prop) => { + if (!propertyIsRelation(prop) || prop.knowledgeGraphId != null) { + return Option.none(); + } + + const relationTypeId = typeIdMap.get(prop.relationType); + if (relationTypeId == null) { + throw new RelationValueTypeDoesNotExistError({ + message: `Failed to resolve type ID for relation type: ${prop.relationType}`, + property: prop.name, + relatedType: prop.relationType, + }); + } + + const { id, ops } = Graph.createProperty({ + name: prop.name, + dataType: 'RELATION', + relationValueTypes: [relationTypeId], + }); + + return Option.some({ mapping: { propName: prop.name, id }, ops }); + }), + ); + + // Combine resolved relations with existing relations + const allRelations = [ + ...deferred.relations, + ...pipe( + resolvedRelations, + EffectArray.map((r) => r.mapping), + ), + ]; + + // Combine all property IDs for type creation + const allPropertyIds = [...deferred.properties, ...allRelations]; + + // Create the type with all properties + const { id, ops: typeOps } = Graph.createType({ + name: deferred.schemaType.name, + properties: pipe( + allPropertyIds, + EffectArray.map((p) => p.id), + ), + }); + + typeIdMap.set(deferred.schemaType.name, id); + + // Collect all operations + const allOps = [ + ...pipe( + resolvedRelations, + EffectArray.flatMap((r) => r.ops), + ), + ...typeOps, + ]; + + // Build the entry with properties and relations separated + const entry: MappingEntry & { typeName: string } = { + typeName: toPascalCase(deferred.schemaType.name), + typeIds: [id], + }; + + if (EffectArray.isNonEmptyArray(deferred.properties)) { + entry.properties = buildPropertyMap(deferred.properties); + } + + if (EffectArray.isNonEmptyArray(allRelations)) { + entry.relations = buildRelationMap(allRelations); + } + + return { + entries: [...acc.entries, entry], + ops: [...acc.ops, ...allOps], + }; + }, + ), + ); + + // Combine all entries and build final mapping + const allEntries = [ + ...pipe( + completeTypes, + EffectArray.map((t) => t.entry), + ), + ...deferredEntries, + ]; + + const mapping = pipe( + allEntries, + EffectArray.reduce({} as Mapping, (mapping, entry) => { + const { typeName, ...rest } = entry; + mapping[typeName] = rest; + return mapping; + }), + ); + + return [mapping, [...firstPassOps, ...secondPassOps]] as const; +} + +export class RelationValueTypeDoesNotExistError extends Data.TaggedError( + '/typesync/errors/RelationValueTypeDoesNotExistError', +)<{ + readonly message: string; + readonly property: string; + readonly relatedType: string; +}> {} + +/** + * @since 0.2.0 + * + * @param dataType the dataType from the user-submitted schema + * @returns the mapped to GRC-20 dataType for the GRC-20 ops + */ +export function mapSchemaDataTypeToGRC20PropDataType(dataType: SchemaDataType): CreatePropertyParams['dataType'] { + switch (true) { + case dataType === 'Boolean': { + return 'BOOLEAN'; + } + case dataType === 'Date': { + return 'TIME'; + } + case dataType === 'Number': { + return 'NUMBER'; + } + case dataType === 'Point': { + return 'POINT'; + } + case isDataTypeRelation(dataType): { + return 'RELATION'; + } + default: { + return 'STRING'; + } + } +} diff --git a/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md b/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md new file mode 100644 index 00000000..fd5b3a37 --- /dev/null +++ b/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md @@ -0,0 +1,43 @@ +# Class: FailedToParseAuthCallbackUrl + +Defined in: [packages/hypergraph/src/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L48) + +## Extends + +- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; \}\> + +## Constructors + +### Constructor + +> **new FailedToParseAuthCallbackUrl**(`args`): `FailedToParseAuthCallbackUrl` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 + +#### Parameters + +##### args + +###### message + +`string` + +#### Returns + +`FailedToParseAuthCallbackUrl` + +#### Inherited from + +`Data.TaggedError('FailedToParseAuthCallbackUrl')<{ message: string; }>.constructor` + +## Properties + +### message + +> **message**: `string` + +Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 + +#### Inherited from + +`Data.TaggedError('FailedToParseAuthCallbackUrl').message` diff --git a/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md b/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md new file mode 100644 index 00000000..1059ffc7 --- /dev/null +++ b/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md @@ -0,0 +1,43 @@ +# Class: FailedToParseConnectAuthUrl + +Defined in: [packages/hypergraph/src/types.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L44) + +## Extends + +- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; \}\> + +## Constructors + +### Constructor + +> **new FailedToParseConnectAuthUrl**(`args`): `FailedToParseConnectAuthUrl` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 + +#### Parameters + +##### args + +###### message + +`string` + +#### Returns + +`FailedToParseConnectAuthUrl` + +#### Inherited from + +`Data.TaggedError('FailedToParseConnectAuthUrl')<{ message: string; }>.constructor` + +## Properties + +### message + +> **message**: `string` + +Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 + +#### Inherited from + +`Data.TaggedError('FailedToParseConnectAuthUrl').message` diff --git a/docs/docs/api-reference/index.md b/docs/docs/api-reference/index.md new file mode 100644 index 00000000..85bd352a --- /dev/null +++ b/docs/docs/api-reference/index.md @@ -0,0 +1,42 @@ +# 📚 API Reference + +## Namespaces + +- [Connect](📚-API-Reference/namespaces/Connect/index.md) +- [Entity](📚-API-Reference/namespaces/Entity/index.md) +- [Identity](📚-API-Reference/namespaces/Identity/index.md) +- [Inboxes](📚-API-Reference/namespaces/Inboxes/index.md) +- [Key](📚-API-Reference/namespaces/Key/index.md) +- [Mapping](📚-API-Reference/namespaces/Mapping/index.md) +- [Messages](📚-API-Reference/namespaces/Messages/index.md) +- [SpaceEvents](📚-API-Reference/namespaces/SpaceEvents/index.md) +- [SpaceInfo](📚-API-Reference/namespaces/SpaceInfo/index.md) +- [StoreConnect](📚-API-Reference/namespaces/StoreConnect/index.md) +- [Type](📚-API-Reference/namespaces/Type/index.md) +- [Typesync](📚-API-Reference/namespaces/Typesync/index.md) +- [TypeUtils](📚-API-Reference/namespaces/TypeUtils/index.md) +- [Utils](📚-API-Reference/namespaces/Utils/index.md) + +## Classes + +- [FailedToParseAuthCallbackUrl](classes/FailedToParseAuthCallbackUrl.md) +- [FailedToParseConnectAuthUrl](classes/FailedToParseConnectAuthUrl.md) + +## Type Aliases + +- [AccountInboxStorageEntry](type-aliases/AccountInboxStorageEntry.md) +- [ConnectAuthPayload](type-aliases/ConnectAuthPayload.md) +- [ConnectCallbackDecryptedData](type-aliases/ConnectCallbackDecryptedData.md) +- [ConnectCallbackResult](type-aliases/ConnectCallbackResult.md) +- [InboxMessageStorageEntry](type-aliases/InboxMessageStorageEntry.md) +- [SignatureWithRecovery](type-aliases/SignatureWithRecovery.md) +- [SpaceInboxStorageEntry](type-aliases/SpaceInboxStorageEntry.md) +- [SpaceStorageEntry](type-aliases/SpaceStorageEntry.md) + +## Variables + +- [ConnectAuthPayload](variables/ConnectAuthPayload.md) +- [ConnectCallbackDecryptedData](variables/ConnectCallbackDecryptedData.md) +- [ConnectCallbackResult](variables/ConnectCallbackResult.md) +- [SignatureWithRecovery](variables/SignatureWithRecovery.md) +- [store](variables/store.md) diff --git a/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md b/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md new file mode 100644 index 00000000..3b98b6c7 --- /dev/null +++ b/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md @@ -0,0 +1,61 @@ +# Type Alias: AccountInboxStorageEntry + +> **AccountInboxStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store.ts:35](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L35) + +## Properties + +### authPolicy + +> **authPolicy**: [`InboxSenderAuthPolicy`](../📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md) + +Defined in: [packages/hypergraph/src/store.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L38) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/store.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L39) + +*** + +### inboxId + +> **inboxId**: `string` + +Defined in: [packages/hypergraph/src/store.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L36) + +*** + +### isPublic + +> **isPublic**: `boolean` + +Defined in: [packages/hypergraph/src/store.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L37) + +*** + +### lastMessageClock + +> **lastMessageClock**: `string` + +Defined in: [packages/hypergraph/src/store.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L40) + +*** + +### messages + +> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L41) + +*** + +### seenMessageIds + +> **seenMessageIds**: `Set`\<`string`\> + +Defined in: [packages/hypergraph/src/store.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L42) diff --git a/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md b/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md new file mode 100644 index 00000000..cd0dd69e --- /dev/null +++ b/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md @@ -0,0 +1,5 @@ +# Type Alias: ConnectAuthPayload + +> **ConnectAuthPayload** = `Schema.Schema.Type`\<*typeof* [`ConnectAuthPayload`](../variables/ConnectAuthPayload.md)\> + +Defined in: [packages/hypergraph/src/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L11) diff --git a/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md b/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md new file mode 100644 index 00000000..af4b2e2d --- /dev/null +++ b/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md @@ -0,0 +1,5 @@ +# Type Alias: ConnectCallbackDecryptedData + +> **ConnectCallbackDecryptedData** = `Schema.Schema.Type`\<*typeof* [`ConnectCallbackDecryptedData`](../variables/ConnectCallbackDecryptedData.md)\> + +Defined in: [packages/hypergraph/src/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L36) diff --git a/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md b/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md new file mode 100644 index 00000000..bb639d92 --- /dev/null +++ b/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md @@ -0,0 +1,5 @@ +# Type Alias: ConnectCallbackResult + +> **ConnectCallbackResult** = `Schema.Schema.Type`\<*typeof* [`ConnectCallbackResult`](../variables/ConnectCallbackResult.md)\> + +Defined in: [packages/hypergraph/src/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L19) diff --git a/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md b/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md new file mode 100644 index 00000000..58556a51 --- /dev/null +++ b/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md @@ -0,0 +1,53 @@ +# Type Alias: InboxMessageStorageEntry + +> **InboxMessageStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L12) + +## Properties + +### authorAccountAddress + +> **authorAccountAddress**: `string` \| `null` + +Defined in: [packages/hypergraph/src/store.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L21) + +*** + +### ciphertext + +> **ciphertext**: `string` + +Defined in: [packages/hypergraph/src/store.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L15) + +*** + +### createdAt + +> **createdAt**: `string` + +Defined in: [packages/hypergraph/src/store.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L20) + +*** + +### id + +> **id**: `string` + +Defined in: [packages/hypergraph/src/store.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L13) + +*** + +### plaintext + +> **plaintext**: `string` + +Defined in: [packages/hypergraph/src/store.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L14) + +*** + +### signature + +> **signature**: \{ `hex`: `string`; `recovery`: `number`; \} \| `null` + +Defined in: [packages/hypergraph/src/store.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L16) diff --git a/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md b/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md new file mode 100644 index 00000000..1da40fdc --- /dev/null +++ b/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md @@ -0,0 +1,5 @@ +# Type Alias: SignatureWithRecovery + +> **SignatureWithRecovery** = `Schema.Schema.Type`\<*typeof* [`SignatureWithRecovery`](../variables/SignatureWithRecovery.md)\> + +Defined in: [packages/hypergraph/src/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L4) diff --git a/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md b/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md new file mode 100644 index 00000000..9490c288 --- /dev/null +++ b/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md @@ -0,0 +1,69 @@ +# Type Alias: SpaceInboxStorageEntry + +> **SpaceInboxStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L24) + +## Properties + +### authPolicy + +> **authPolicy**: [`InboxSenderAuthPolicy`](../📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md) + +Defined in: [packages/hypergraph/src/store.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L27) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/store.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L28) + +*** + +### inboxId + +> **inboxId**: `string` + +Defined in: [packages/hypergraph/src/store.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L25) + +*** + +### isPublic + +> **isPublic**: `boolean` + +Defined in: [packages/hypergraph/src/store.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L26) + +*** + +### lastMessageClock + +> **lastMessageClock**: `string` + +Defined in: [packages/hypergraph/src/store.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L30) + +*** + +### messages + +> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L31) + +*** + +### secretKey + +> **secretKey**: `string` + +Defined in: [packages/hypergraph/src/store.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L29) + +*** + +### seenMessageIds + +> **seenMessageIds**: `Set`\<`string`\> + +Defined in: [packages/hypergraph/src/store.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L32) diff --git a/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md b/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md new file mode 100644 index 00000000..cd8c83ce --- /dev/null +++ b/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md @@ -0,0 +1,69 @@ +# Type Alias: SpaceStorageEntry + +> **SpaceStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L45) + +## Properties + +### automergeDocHandle + +> **automergeDocHandle**: `DocHandle`\<[`DocumentContent`](../📚-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md)\> + +Defined in: [packages/hypergraph/src/store.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L51) + +*** + +### events + +> **events**: [`SpaceEvent`](../📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md)[] + +Defined in: [packages/hypergraph/src/store.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L48) + +*** + +### id + +> **id**: `string` + +Defined in: [packages/hypergraph/src/store.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L46) + +*** + +### inboxes + +> **inboxes**: [`SpaceInboxStorageEntry`](SpaceInboxStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L52) + +*** + +### keys + +> **keys**: `object`[] + +Defined in: [packages/hypergraph/src/store.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L50) + +#### id + +> **id**: `string` + +#### key + +> **key**: `string` + +*** + +### name + +> **name**: `string` + +Defined in: [packages/hypergraph/src/store.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L47) + +*** + +### state + +> **state**: [`SpaceState`](../📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md) \| `undefined` + +Defined in: [packages/hypergraph/src/store.ts:49](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L49) diff --git a/docs/docs/api-reference/typedoc-sidebar.cjs b/docs/docs/api-reference/typedoc-sidebar.cjs new file mode 100644 index 00000000..fc55b0a7 --- /dev/null +++ b/docs/docs/api-reference/typedoc-sidebar.cjs @@ -0,0 +1,4 @@ +// @ts-check +/** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig} */ +const typedocSidebar = {items:[{type:"category",label:"Namespaces",items:[{type:"category",label:"Connect",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/classes/InvalidIdentityError",label:"InvalidIdentityError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Action",label:"Action"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption",label:"AppIdentityForEncryption"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse",label:"AppIdentityResponse"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/GetAddress",label:"GetAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Identity",label:"Identity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/IdentityKeys",label:"IdentityKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity",label:"PrivateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity",label:"PublicAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Signer",label:"Signer"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SignMessage",label:"SignMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams",label:"SmartAccountParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient",label:"SmartSessionClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Storage",label:"Storage"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/AppIdentityResponse",label:"AppIdentityResponse"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL",label:"DEFAULT_RPC_URL"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/GEO_TESTNET",label:"GEO_TESTNET"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/GEOGENESIS",label:"GEOGENESIS"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL",label:"TESTNET_RPC_URL"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/addSmartAccountOwner",label:"addSmartAccountOwner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey",label:"buildAccountAddressStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildKeysStorageKey",label:"buildKeysStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey",label:"buildSessionTokenStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createAppIdentity",label:"createAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createAuthUrl",label:"createAuthUrl"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createCallbackParams",label:"createCallbackParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createSmartSession",label:"createSmartSession"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/decryptAppIdentity",label:"decryptAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/decryptIdentity",label:"decryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/encryptAppIdentity",label:"encryptAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/encryptIdentity",label:"encryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getEnv",label:"getEnv"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient",label:"getSmartAccountWalletClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getSmartSessionClient",label:"getSmartSessionClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/identityExists",label:"identityExists"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed",label:"isSmartAccountDeployed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus",label:"legacySmartAccountUpdateStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadAccountAddress",label:"loadAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadKeys",label:"loadKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken",label:"loadSyncServerSessionToken"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/login",label:"login"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/parseAuthParams",label:"parseAuthParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/parseCallbackParams",label:"parseCallbackParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/restoreKeys",label:"restoreKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/signup",label:"signup"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate",label:"smartAccountNeedsUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeAccountAddress",label:"storeAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeKeys",label:"storeKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken",label:"storeSyncServerSessionToken"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount",label:"updateLegacySmartAccount"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeAccountAddress",label:"wipeAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeAllAuthData",label:"wipeAllAuthData"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeKeys",label:"wipeKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken",label:"wipeSyncServerSessionToken"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/index"}},{type:"category",label:"Entity",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/classes/EntityNotFoundError",label:"EntityNotFoundError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Any",label:"Any"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/AnyNoContext",label:"AnyNoContext"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter",label:"CrossFieldFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentContent",label:"DocumentContent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentEntity",label:"DocumentEntity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentRelation",label:"DocumentRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Entity",label:"Entity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter",label:"EntityBooleanFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter",label:"EntityFieldFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityFilter",label:"EntityFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter",label:"EntityNumberFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter",label:"EntityStringFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation",label:"EntityWithRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/FindManySubscription",label:"FindManySubscription"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Insert",label:"Insert"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Update",label:"Update"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/variables/Class",label:"Class"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/variables/Field",label:"Field"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/create",label:"create"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/delete",label:"delete"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/findMany",label:"findMany"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/findOne",label:"findOne"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/markAsDeleted",label:"markAsDeleted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/removeRelation",label:"removeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/subscribeToFindMany",label:"subscribeToFindMany"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/update",label:"update"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/index"}},{type:"category",label:"Identity",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/classes/InvalidIdentityError",label:"InvalidIdentityError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/GetAddress",label:"GetAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Identity",label:"Identity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/IdentityKeys",label:"IdentityKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/PublicIdentity",label:"PublicIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Signer",label:"Signer"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/SignMessage",label:"SignMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Storage",label:"Storage"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/variables/accountProofDomain",label:"accountProofDomain"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/variables/KeysSchema",label:"KeysSchema"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/decryptIdentity",label:"decryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/encryptIdentity",label:"encryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getAccountProofMessage",label:"getAccountProofMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getKeyProofMessage",label:"getKeyProofMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getVerifiedIdentity",label:"getVerifiedIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/loadIdentity",label:"loadIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/logout",label:"logout"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/proveIdentityOwnership",label:"proveIdentityOwnership"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/storeIdentity",label:"storeIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership",label:"verifyIdentityOwnership"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/wipeIdentity",label:"wipeIdentity"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/index"}},{type:"category",label:"Inboxes",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy",label:"InboxSenderAuthPolicy"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy",label:"InboxSenderAuthPolicy"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage",label:"createAccountInboxCreationMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage",label:"createSpaceInboxCreationMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage",label:"decryptInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage",label:"encryptInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/getAccountInbox",label:"getAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/getSpaceInbox",label:"getSpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes",label:"listPublicAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes",label:"listPublicSpaceInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/mergeMessages",label:"mergeMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage",label:"prepareAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage",label:"prepareSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey",label:"recoverAccountInboxCreatorKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner",label:"recoverAccountInboxMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey",label:"recoverSpaceInboxCreatorKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner",label:"recoverSpaceInboxMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage",label:"sendAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage",label:"sendSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage",label:"validateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage",label:"validateSpaceInboxMessage"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/index"}},{type:"category",label:"Key",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams",label:"DecryptKeyBoxParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams",label:"EncryptKeyBoxParams"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/createKey",label:"createKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/decryptKey",label:"decryptKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/decryptKeyBox",label:"decryptKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/encryptKey",label:"encryptKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/encryptKeyBox",label:"encryptKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/generateKeypair",label:"generateKeypair"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/index"}},{type:"category",label:"Mapping",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/classes/InvalidInputError",label:"InvalidInputError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError",label:"RelationValueTypeDoesNotExistError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation",label:"DataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult",label:"GenerateMappingResult"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/Mapping",label:"Mapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/MappingEntry",label:"MappingEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/Schema",label:"Schema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType",label:"SchemaDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive",label:"SchemaDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation",label:"SchemaDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaType",label:"SchemaType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive",label:"SchemaTypePropertyPrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation",label:"SchemaTypePropertyRelation"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/Schema",label:"Schema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataType",label:"SchemaDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive",label:"SchemaDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation",label:"SchemaDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder",label:"SchemaKnownDecoder"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaType",label:"SchemaType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive",label:"SchemaTypePropertyPrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation",label:"SchemaTypePropertyRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder",label:"SchemaUnknownDecoder"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist",label:"allRelationPropertyTypesExist"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/generateMapping",label:"generateMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/getDataType",label:"getDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataType",label:"isDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive",label:"isDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataTypeRelation",label:"isDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType",label:"mapSchemaDataTypeToGRC20PropDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/namesAreUnique",label:"namesAreUnique"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/propertyIsRelation",label:"propertyIsRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/toCamelCase",label:"toCamelCase"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/toPascalCase",label:"toPascalCase"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/index"}},{type:"category",label:"Messages",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/AccountInbox",label:"AccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic",label:"AccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox",label:"IdentityKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/InboxMessage",label:"InboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/Invitation",label:"Invitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/KeyBox",label:"KeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId",label:"KeyBoxWithKeyId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent",label:"RequestAcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces",label:"RequestConnectAddAppIdentityToSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity",label:"RequestConnectCreateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity",label:"RequestConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent",label:"RequestConnectCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox",label:"RequestCreateAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage",label:"RequestCreateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity",label:"RequestCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent",label:"RequestCreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent",label:"RequestCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent",label:"RequestCreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage",label:"RequestCreateSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate",label:"RequestCreateUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes",label:"RequestGetAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages",label:"RequestGetLatestAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages",label:"RequestGetLatestSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations",label:"RequestListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces",label:"RequestListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLogin",label:"RequestLogin"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce",label:"RequestLoginNonce"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey",label:"RequestLoginWithSigningKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestMessage",label:"RequestMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace",label:"RequestSubscribeToSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox",label:"ResponseAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes",label:"ResponseAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage",label:"ResponseAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages",label:"ResponseAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic",label:"ResponseAccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity",label:"ResponseConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity",label:"ResponseIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted",label:"ResponseIdentityEncrypted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError",label:"ResponseIdentityExistsError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError",label:"ResponseIdentityNotFoundError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic",label:"ResponseListAccountInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations",label:"ResponseListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic",label:"ResponseListSpaceInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces",label:"ResponseListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseMessage",label:"ResponseMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpace",label:"ResponseSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent",label:"ResponseSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage",label:"ResponseSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages",label:"ResponseSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic",label:"ResponseSpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed",label:"ResponseUpdateConfirmed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification",label:"ResponseUpdatesNotification"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic",label:"SpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/Updates",label:"Updates"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/AccountInbox",label:"AccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/AccountInboxPublic",label:"AccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/IdentityKeyBox",label:"IdentityKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/InboxMessage",label:"InboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/Invitation",label:"Invitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/KeyBox",label:"KeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId",label:"KeyBoxWithKeyId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent",label:"RequestAcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces",label:"RequestConnectAddAppIdentityToSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity",label:"RequestConnectCreateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity",label:"RequestConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent",label:"RequestConnectCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox",label:"RequestCreateAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage",label:"RequestCreateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateIdentity",label:"RequestCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent",label:"RequestCreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent",label:"RequestCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent",label:"RequestCreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage",label:"RequestCreateSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateUpdate",label:"RequestCreateUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes",label:"RequestGetAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages",label:"RequestGetLatestAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages",label:"RequestGetLatestSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestListInvitations",label:"RequestListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestListSpaces",label:"RequestListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLogin",label:"RequestLogin"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLoginNonce",label:"RequestLoginNonce"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey",label:"RequestLoginWithSigningKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestMessage",label:"RequestMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace",label:"RequestSubscribeToSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInbox",label:"ResponseAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes",label:"ResponseAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage",label:"ResponseAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages",label:"ResponseAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic",label:"ResponseAccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity",label:"ResponseConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentity",label:"ResponseIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted",label:"ResponseIdentityEncrypted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError",label:"ResponseIdentityExistsError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError",label:"ResponseIdentityNotFoundError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic",label:"ResponseListAccountInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListInvitations",label:"ResponseListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic",label:"ResponseListSpaceInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListSpaces",label:"ResponseListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseMessage",label:"ResponseMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpace",label:"ResponseSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent",label:"ResponseSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage",label:"ResponseSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages",label:"ResponseSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic",label:"ResponseSpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed",label:"ResponseUpdateConfirmed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification",label:"ResponseUpdatesNotification"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SignedUpdate",label:"SignedUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SpaceInboxPublic",label:"SpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/Updates",label:"Updates"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/decryptMessage",label:"decryptMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/deserialize",label:"deserialize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/encryptMessage",label:"encryptMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner",label:"recoverUpdateMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/serialize",label:"serialize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/signedUpdateMessage",label:"signedUpdateMessage"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/index"}},{type:"category",label:"SpaceEvents",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError",label:"InvalidEventError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError",label:"VerifySignatureError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent",label:"AcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError",label:"ApplyError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/Author",label:"Author"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent",label:"CreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent",label:"CreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent",label:"CreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent",label:"DeleteSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor",label:"EventAuthor"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent",label:"SpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation",label:"SpaceInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember",label:"SpaceMember"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState",label:"SpaceState"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent",label:"AcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/Author",label:"Author"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent",label:"CreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent",label:"CreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent",label:"CreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent",label:"DeleteSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/EventAuthor",label:"EventAuthor"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent",label:"SpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation",label:"SpaceInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceMember",label:"SpaceMember"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceState",label:"SpaceState"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation",label:"acceptInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/applyEvent",label:"applyEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createInbox",label:"createInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createInvitation",label:"createInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createSpace",label:"createSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/deleteSpace",label:"deleteSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/hashEvent",label:"hashEvent"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/index"}},{type:"category",label:"SpaceInfo",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent",label:"SpaceInfoContent"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent",label:"SpaceInfoContent"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo",label:"decryptSpaceInfo"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo",label:"encryptAndSignSpaceInfo"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/index"}},{type:"category",label:"StoreConnect",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry",label:"AccountInboxStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry",label:"InboxMessageStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry",label:"SpaceInboxStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry",label:"SpaceStorageEntry"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/variables/store",label:"store"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/index"}},{type:"category",label:"Type",items:[{type:"category",label:"Other",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Boolean",label:"Boolean"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Date",label:"Date"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Number",label:"Number"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Point",label:"Point"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/String",label:"String"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/functions/Relation",label:"Relation"}]},{type:"category",label:"PropertySignature",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/optional",label:"optional"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/index"}},{type:"category",label:"Typesync",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema",label:"TypesyncHypergraphSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType",label:"TypesyncHypergraphSchemaType"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping",label:"TypesyncHypergraphMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus",label:"TypesyncHypergraphSchemaStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty",label:"TypesyncHypergraphSchemaTypeProperty"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping",label:"TypesyncHypergraphMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus",label:"TypesyncHypergraphSchemaStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty",label:"TypesyncHypergraphSchemaTypeProperty"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/index"}},{type:"category",label:"TypeUtils",items:[{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType",label:"isBooleanOrOptionalBooleanType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType",label:"isDateOrOptionalDateType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType",label:"isNumberOrOptionalNumberType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isOptional",label:"isOptional"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType",label:"isPointOrOptionalPointType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType",label:"isStringOrOptionalStringType"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/index"}},{type:"category",label:"Utils",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError",label:"InfinityNotAllowedError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/classes/NaNNotAllowedError",label:"NaNNotAllowedError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/type-aliases/Base58",label:"Base58"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/type-aliases/UUID",label:"UUID"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/assertExhaustive",label:"assertExhaustive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/automergeIdToId",label:"automergeIdToId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/bytesToHex",label:"bytesToHex"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/canonicalize",label:"canonicalize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID",label:"decodeBase58ToUUID"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/encodeBase58",label:"encodeBase58"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/generateId",label:"generateId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/hexToBytes",label:"hexToBytes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/idToAutomergeId",label:"idToAutomergeId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/isRelationField",label:"isRelationField"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/publicKeyToAddress",label:"publicKeyToAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/stringToUint8Array",label:"stringToUint8Array"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/uint8ArrayToString",label:"uint8ArrayToString"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/index"}}]},{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/classes/FailedToParseAuthCallbackUrl",label:"FailedToParseAuthCallbackUrl"},{type:"doc",id:"api-reference/classes/FailedToParseConnectAuthUrl",label:"FailedToParseConnectAuthUrl"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/type-aliases/AccountInboxStorageEntry",label:"AccountInboxStorageEntry"},{type:"doc",id:"api-reference/type-aliases/ConnectAuthPayload",label:"ConnectAuthPayload"},{type:"doc",id:"api-reference/type-aliases/ConnectCallbackDecryptedData",label:"ConnectCallbackDecryptedData"},{type:"doc",id:"api-reference/type-aliases/ConnectCallbackResult",label:"ConnectCallbackResult"},{type:"doc",id:"api-reference/type-aliases/InboxMessageStorageEntry",label:"InboxMessageStorageEntry"},{type:"doc",id:"api-reference/type-aliases/SignatureWithRecovery",label:"SignatureWithRecovery"},{type:"doc",id:"api-reference/type-aliases/SpaceInboxStorageEntry",label:"SpaceInboxStorageEntry"},{type:"doc",id:"api-reference/type-aliases/SpaceStorageEntry",label:"SpaceStorageEntry"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/variables/ConnectAuthPayload",label:"ConnectAuthPayload"},{type:"doc",id:"api-reference/variables/ConnectCallbackDecryptedData",label:"ConnectCallbackDecryptedData"},{type:"doc",id:"api-reference/variables/ConnectCallbackResult",label:"ConnectCallbackResult"},{type:"doc",id:"api-reference/variables/SignatureWithRecovery",label:"SignatureWithRecovery"},{type:"doc",id:"api-reference/variables/store",label:"store"}]}]}; +module.exports = typedocSidebar.items; \ No newline at end of file diff --git a/docs/docs/api-reference/variables/ConnectAuthPayload.md b/docs/docs/api-reference/variables/ConnectAuthPayload.md new file mode 100644 index 00000000..c03f0198 --- /dev/null +++ b/docs/docs/api-reference/variables/ConnectAuthPayload.md @@ -0,0 +1,5 @@ +# Variable: ConnectAuthPayload + +> `const` **ConnectAuthPayload**: `Struct`\<\{ `appId`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `expiry`: *typeof* `Number$`; \}\> + +Defined in: [packages/hypergraph/src/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L11) diff --git a/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md b/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md new file mode 100644 index 00000000..349808f7 --- /dev/null +++ b/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md @@ -0,0 +1,5 @@ +# Variable: ConnectCallbackDecryptedData + +> `const` **ConnectCallbackDecryptedData**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `appIdentityAddressPrivateKey`: *typeof* `String$`; `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `expiry`: *typeof* `Number$`; `permissionId`: *typeof* `String$`; `privateSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `publicSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `Number$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L36) diff --git a/docs/docs/api-reference/variables/ConnectCallbackResult.md b/docs/docs/api-reference/variables/ConnectCallbackResult.md new file mode 100644 index 00000000..04de3d46 --- /dev/null +++ b/docs/docs/api-reference/variables/ConnectCallbackResult.md @@ -0,0 +1,5 @@ +# Variable: ConnectCallbackResult + +> `const` **ConnectCallbackResult**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `appIdentityAddressPrivateKey`: *typeof* `String$`; `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `permissionId`: *typeof* `String$`; `privateSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `publicSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `Date$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L19) diff --git a/docs/docs/api-reference/variables/SignatureWithRecovery.md b/docs/docs/api-reference/variables/SignatureWithRecovery.md new file mode 100644 index 00000000..90452f50 --- /dev/null +++ b/docs/docs/api-reference/variables/SignatureWithRecovery.md @@ -0,0 +1,5 @@ +# Variable: SignatureWithRecovery + +> `const` **SignatureWithRecovery**: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\> + +Defined in: [packages/hypergraph/src/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L4) diff --git a/docs/docs/api-reference/variables/store.md b/docs/docs/api-reference/variables/store.md new file mode 100644 index 00000000..e8de8d93 --- /dev/null +++ b/docs/docs/api-reference/variables/store.md @@ -0,0 +1,5 @@ +# Variable: store + +> `const` **store**: `Store`\<`StoreContext`, `StoreEvent`, `GenericEventObject`\> + +Defined in: [packages/hypergraph/src/store.ts:159](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L159) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" new file mode 100644 index 00000000..f0ee18d8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" @@ -0,0 +1,21 @@ +# Class: InvalidIdentityError + +Defined in: [packages/hypergraph/src/connect/types.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L66) + +## Constructors + +### Constructor + +> **new InvalidIdentityError**(): `InvalidIdentityError` + +#### Returns + +`InvalidIdentityError` + +## Properties + +### \_tag + +> `readonly` **\_tag**: `"InvalidIdentityError"` = `'InvalidIdentityError'` + +Defined in: [packages/hypergraph/src/connect/types.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L67) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" new file mode 100644 index 00000000..b4947886 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" @@ -0,0 +1,27 @@ +# Function: addSmartAccountOwner() + +> **addSmartAccountOwner**(`smartAccountClient`, `newOwner`, `chain`, `rpcUrl`): `Promise`\<`undefined` \| \{ \}\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:590](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L590) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +### newOwner + +`` `0x${string}` `` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`undefined` \| \{ \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" new file mode 100644 index 00000000..97ceb738 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" @@ -0,0 +1,9 @@ +# Function: buildAccountAddressStorageKey() + +> **buildAccountAddressStorageKey**(): `string` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L9) + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" new file mode 100644 index 00000000..d7897995 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" @@ -0,0 +1,15 @@ +# Function: buildKeysStorageKey() + +> **buildKeysStorageKey**(`walletAddress`): `string` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L11) + +## Parameters + +### walletAddress + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" new file mode 100644 index 00000000..efc31653 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" @@ -0,0 +1,15 @@ +# Function: buildSessionTokenStorageKey() + +> **buildSessionTokenStorageKey**(`walletAddress`): `string` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L14) + +## Parameters + +### walletAddress + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" new file mode 100644 index 00000000..9327db18 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" @@ -0,0 +1,9 @@ +# Function: createAppIdentity() + +> **createAppIdentity**(): [`IdentityKeys`](../type-aliases/IdentityKeys.md) & `object` + +Defined in: [packages/hypergraph/src/connect/create-app-identity.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-app-identity.ts#L6) + +## Returns + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) & `object` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" new file mode 100644 index 00000000..4d81cde8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" @@ -0,0 +1,35 @@ +# Function: createAuthUrl() + +> **createAuthUrl**(`params`): `object` + +Defined in: [packages/hypergraph/src/connect/create-auth-url.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-auth-url.ts#L12) + +## Parameters + +### params + +`CreateAuthUrlParams` + +## Returns + +`object` + +### expiry + +> **expiry**: `number` + +### nonce + +> **nonce**: `string` + +### publicKey + +> **publicKey**: `string` + +### secretKey + +> **secretKey**: `string` + +### url + +> **url**: `URL` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" new file mode 100644 index 00000000..09ad89fd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" @@ -0,0 +1,23 @@ +# Function: createCallbackParams() + +> **createCallbackParams**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/connect/create-callback-params.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-callback-params.ts#L23) + +## Parameters + +### \_\_namedParameters + +`CreateAuthUrlParams` + +## Returns + +`object` + +### ciphertext + +> **ciphertext**: `string` + +### nonce + +> **nonce**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" new file mode 100644 index 00000000..ee81366b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" @@ -0,0 +1,45 @@ +# Function: createSmartSession() + +> **createSmartSession**(`owner`, `accountAddress`, `sessionPrivateKey`, `chain`, `rpcUrl`, `__namedParameters`): `Promise`\<`` `0x${string}` ``\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:643](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L643) + +## Parameters + +### owner + +\{ \} | \{ \} + +### accountAddress + +`` `0x${string}` `` + +### sessionPrivateKey + +`` `0x${string}` `` + +### chain + +`Chain` + +### rpcUrl + +`string` + +### \_\_namedParameters + +#### additionalActions? + +[`Action`](../type-aliases/Action.md)[] = `[]` + +#### allowCreateSpace? + +`boolean` = `false` + +#### spaces? + +`object`[] = `[]` + +## Returns + +`Promise`\<`` `0x${string}` ``\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" new file mode 100644 index 00000000..ffbe49bb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" @@ -0,0 +1,19 @@ +# Function: decryptAppIdentity() + +> **decryptAppIdentity**(`ciphertext`, `keys`): `Promise`\<[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md)\> + +Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:166](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L166) + +## Parameters + +### ciphertext + +`string` + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`Promise`\<[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" new file mode 100644 index 00000000..96343be6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" @@ -0,0 +1,23 @@ +# Function: decryptIdentity() + +> **decryptIdentity**(`signer`, `ciphertext`, `nonce`): `Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> + +Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:104](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L104) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### ciphertext + +`string` + +### nonce + +`string` + +## Returns + +`Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" new file mode 100644 index 00000000..6dda2eb0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" @@ -0,0 +1,19 @@ +# Function: encryptAppIdentity() + +> **encryptAppIdentity**(`appIdentity`, `keys`): `Promise`\<\{ `ciphertext`: `string`; \}\> + +Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:141](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L141) + +## Parameters + +### appIdentity + +[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md) + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`Promise`\<\{ `ciphertext`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" new file mode 100644 index 00000000..f6fc6377 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" @@ -0,0 +1,19 @@ +# Function: encryptIdentity() + +> **encryptIdentity**(`signer`, `keys`): `Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> + +Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:73](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L73) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" new file mode 100644 index 00000000..6b8f0bc1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" @@ -0,0 +1,9 @@ +# Function: getEnv() + +> **getEnv**(): `"dev"` \| `"production"` \| `"local"` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L5) + +## Returns + +`"dev"` \| `"production"` \| `"local"` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" new file mode 100644 index 00000000..f3529ff5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" @@ -0,0 +1,15 @@ +# Function: getSmartAccountWalletClient() + +> **getSmartAccountWalletClient**(`__namedParameters`): `Promise`\<`SmartAccountClient`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:357](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L357) + +## Parameters + +### \_\_namedParameters + +[`SmartAccountParams`](../type-aliases/SmartAccountParams.md) + +## Returns + +`Promise`\<`SmartAccountClient`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" new file mode 100644 index 00000000..02791aad --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" @@ -0,0 +1,37 @@ +# Function: getSmartSessionClient() + +> **getSmartSessionClient**(`__namedParameters`): `Promise`\<[`SmartSessionClient`](../type-aliases/SmartSessionClient.md)\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:869](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L869) + +## Parameters + +### \_\_namedParameters + +#### accountAddress + +`` `0x${string}` `` + +#### apiKey? + +`string` = `DEFAULT_API_KEY` + +#### chain? + +`Chain` = `GEOGENESIS` + +#### permissionId + +`` `0x${string}` `` + +#### rpcUrl? + +`string` = `DEFAULT_RPC_URL` + +#### sessionPrivateKey + +`` `0x${string}` `` + +## Returns + +`Promise`\<[`SmartSessionClient`](../type-aliases/SmartSessionClient.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" new file mode 100644 index 00000000..2df6d0ac --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" @@ -0,0 +1,19 @@ +# Function: identityExists() + +> **identityExists**(`accountAddress`, `syncServerUri`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/connect/login.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L21) + +## Parameters + +### accountAddress + +`string` + +### syncServerUri + +`string` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" new file mode 100644 index 00000000..d5918f5c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" @@ -0,0 +1,15 @@ +# Function: isSmartAccountDeployed() + +> **isSmartAccountDeployed**(`smartAccountClient`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:339](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L339) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" new file mode 100644 index 00000000..0c637ed7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" @@ -0,0 +1,23 @@ +# Function: legacySmartAccountUpdateStatus() + +> **legacySmartAccountUpdateStatus**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<\{ `has7579Module`: `boolean`; `hasOwnableValidator`: `boolean`; `hasSmartSessionsValidator`: `boolean`; \}\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:385](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L385) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<\{ `has7579Module`: `boolean`; `hasOwnableValidator`: `boolean`; `hasSmartSessionsValidator`: `boolean`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" new file mode 100644 index 00000000..f94ec213 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" @@ -0,0 +1,15 @@ +# Function: loadAccountAddress() + +> **loadAccountAddress**(`storage`): `null` \| `string` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L57) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`null` \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" new file mode 100644 index 00000000..f90f41e1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" @@ -0,0 +1,19 @@ +# Function: loadKeys() + +> **loadKeys**(`storage`, `walletAddress`): `null` \| [`IdentityKeys`](../type-aliases/IdentityKeys.md) + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L17) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### walletAddress + +`string` + +## Returns + +`null` \| [`IdentityKeys`](../type-aliases/IdentityKeys.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" new file mode 100644 index 00000000..8292cbfd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" @@ -0,0 +1,19 @@ +# Function: loadSyncServerSessionToken() + +> **loadSyncServerSessionToken**(`storage`, `address`): `null` \| `string` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L42) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### address + +`string` + +## Returns + +`null` \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" new file mode 100644 index 00000000..886628fc --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" @@ -0,0 +1,45 @@ +# Function: login() + +> **login**(`__namedParameters`): `Promise`\<`void`\> + +Defined in: [packages/hypergraph/src/connect/login.ts:152](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L152) + +## Parameters + +### \_\_namedParameters + +#### addressStorage + +[`Storage`](../type-aliases/Storage.md) + +#### chain + +`Chain` + +#### identityToken + +`string` + +#### keysStorage + +[`Storage`](../type-aliases/Storage.md) + +#### rpcUrl + +`string` + +#### signer + +[`Signer`](../type-aliases/Signer.md) + +#### syncServerUri + +`string` + +#### walletClient + +\{ \} + +## Returns + +`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" new file mode 100644 index 00000000..605743e6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" @@ -0,0 +1,15 @@ +# Function: parseAuthParams() + +> **parseAuthParams**(`params`): `Effect`\<\{ `nonce`: `string`; `payload`: \{ `appId`: `string`; `encryptionPublicKey`: `string`; `expiry`: `number`; \}; `redirect`: `string`; \}, [`FailedToParseConnectAuthUrl`](../../../../classes/FailedToParseConnectAuthUrl.md)\> + +Defined in: [packages/hypergraph/src/connect/parse-auth-params.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/parse-auth-params.ts#L14) + +## Parameters + +### params + +`ParseAuthUrlParams` + +## Returns + +`Effect`\<\{ `nonce`: `string`; `payload`: \{ `appId`: `string`; `encryptionPublicKey`: `string`; `expiry`: `number`; \}; `redirect`: `string`; \}, [`FailedToParseConnectAuthUrl`](../../../../classes/FailedToParseConnectAuthUrl.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" new file mode 100644 index 00000000..aba21f99 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" @@ -0,0 +1,15 @@ +# Function: parseCallbackParams() + +> **parseCallbackParams**(`__namedParameters`): `Effect`\<\{ `accountAddress`: `string`; `appIdentityAddress`: `string`; `appIdentityAddressPrivateKey`: `string`; `encryptionPrivateKey`: `string`; `encryptionPublicKey`: `string`; `permissionId`: `string`; `privateSpaces`: readonly `object`[]; `publicSpaces`: readonly `object`[]; `sessionToken`: `string`; `sessionTokenExpires`: `Date`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \}, [`FailedToParseAuthCallbackUrl`](../../../../classes/FailedToParseAuthCallbackUrl.md)\> + +Defined in: [packages/hypergraph/src/connect/parse-callback-params.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/parse-callback-params.ts#L19) + +## Parameters + +### \_\_namedParameters + +`ParseCallbackUrlParams` + +## Returns + +`Effect`\<\{ `accountAddress`: `string`; `appIdentityAddress`: `string`; `appIdentityAddressPrivateKey`: `string`; `encryptionPrivateKey`: `string`; `encryptionPublicKey`: `string`; `permissionId`: `string`; `privateSpaces`: readonly `object`[]; `publicSpaces`: readonly `object`[]; `sessionToken`: `string`; `sessionTokenExpires`: `Date`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \}, [`FailedToParseAuthCallbackUrl`](../../../../classes/FailedToParseAuthCallbackUrl.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" new file mode 100644 index 00000000..efa142b0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" @@ -0,0 +1,35 @@ +# Function: restoreKeys() + +> **restoreKeys**(`signer`, `accountAddress`, `syncServerUri`, `addressStorage`, `keysStorage`, `identityToken`): `Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> + +Defined in: [packages/hypergraph/src/connect/login.ts:86](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L86) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### accountAddress + +`` `0x${string}` `` + +### syncServerUri + +`string` + +### addressStorage + +[`Storage`](../type-aliases/Storage.md) + +### keysStorage + +[`Storage`](../type-aliases/Storage.md) + +### identityToken + +`string` + +## Returns + +`Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" new file mode 100644 index 00000000..24c9017a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" @@ -0,0 +1,49 @@ +# Function: signup() + +> **signup**(`signer`, `_walletClient`, `smartAccountClient`, `accountAddress`, `syncServerUri`, `addressStorage`, `keysStorage`, `identityToken`, `chain`, `rpcUrl`): `Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> + +Defined in: [packages/hypergraph/src/connect/login.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L28) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### \_walletClient + +### smartAccountClient + +`SmartAccountClient` + +### accountAddress + +`` `0x${string}` `` + +### syncServerUri + +`string` + +### addressStorage + +[`Storage`](../type-aliases/Storage.md) + +### keysStorage + +[`Storage`](../type-aliases/Storage.md) + +### identityToken + +`string` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" new file mode 100644 index 00000000..73a16043 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" @@ -0,0 +1,23 @@ +# Function: smartAccountNeedsUpdate() + +> **smartAccountNeedsUpdate**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:438](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L438) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" new file mode 100644 index 00000000..fec449e7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" @@ -0,0 +1,19 @@ +# Function: storeAccountAddress() + +> **storeAccountAddress**(`storage`, `accountId`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:61](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L61) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### accountId + +`string` + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" new file mode 100644 index 00000000..ef39567a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" @@ -0,0 +1,23 @@ +# Function: storeKeys() + +> **storeKeys**(`storage`, `walletAddress`, `keys`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L32) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### walletAddress + +`string` + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" new file mode 100644 index 00000000..f5cf18a5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" @@ -0,0 +1,23 @@ +# Function: storeSyncServerSessionToken() + +> **storeSyncServerSessionToken**(`storage`, `address`, `sessionToken`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L48) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### address + +`string` + +### sessionToken + +`string` + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" new file mode 100644 index 00000000..e7b749ef --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" @@ -0,0 +1,23 @@ +# Function: updateLegacySmartAccount() + +> **updateLegacySmartAccount**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<`undefined` \| \{ \}\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:462](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L462) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`undefined` \| \{ \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" new file mode 100644 index 00000000..95698e00 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" @@ -0,0 +1,15 @@ +# Function: wipeAccountAddress() + +> **wipeAccountAddress**(`storage`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L65) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" new file mode 100644 index 00000000..37fa2498 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" @@ -0,0 +1,19 @@ +# Function: wipeAllAuthData() + +> **wipeAllAuthData**(`addressStorage`, `keysAndTokenStorage`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:69](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L69) + +## Parameters + +### addressStorage + +[`Storage`](../type-aliases/Storage.md) + +### keysAndTokenStorage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" new file mode 100644 index 00000000..dbc4bc19 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" @@ -0,0 +1,19 @@ +# Function: wipeKeys() + +> **wipeKeys**(`storage`, `walletAddress`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L37) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### walletAddress + +`string` + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" new file mode 100644 index 00000000..84f01792 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" @@ -0,0 +1,19 @@ +# Function: wipeSyncServerSessionToken() + +> **wipeSyncServerSessionToken**(`storage`, `walletAddress`): `void` + +Defined in: [packages/hypergraph/src/connect/auth-storage.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L53) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### walletAddress + +`string` + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" new file mode 100644 index 00000000..ea1e448d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" @@ -0,0 +1,69 @@ +# Connect + +## Classes + +- [InvalidIdentityError](classes/InvalidIdentityError.md) + +## Type Aliases + +- [Action](type-aliases/Action.md) +- [AppIdentityForEncryption](type-aliases/AppIdentityForEncryption.md) +- [AppIdentityResponse](type-aliases/AppIdentityResponse.md) +- [GetAddress](type-aliases/GetAddress.md) +- [Identity](type-aliases/Identity.md) +- [IdentityKeys](type-aliases/IdentityKeys.md) +- [KeysSchema](type-aliases/KeysSchema.md) +- [PrivateAppIdentity](type-aliases/PrivateAppIdentity.md) +- [PublicAppIdentity](type-aliases/PublicAppIdentity.md) +- [Signer](type-aliases/Signer.md) +- [SignMessage](type-aliases/SignMessage.md) +- [SmartAccountParams](type-aliases/SmartAccountParams.md) +- [SmartSessionClient](type-aliases/SmartSessionClient.md) +- [Storage](type-aliases/Storage.md) + +## Variables + +- [AppIdentityResponse](variables/AppIdentityResponse.md) +- [DEFAULT\_RPC\_URL](variables/DEFAULT_RPC_URL.md) +- [GEO\_TESTNET](variables/GEO_TESTNET.md) +- [GEOGENESIS](variables/GEOGENESIS.md) +- [KeysSchema](variables/KeysSchema.md) +- [TESTNET\_RPC\_URL](variables/TESTNET_RPC_URL.md) + +## Functions + +- [addSmartAccountOwner](functions/addSmartAccountOwner.md) +- [buildAccountAddressStorageKey](functions/buildAccountAddressStorageKey.md) +- [buildKeysStorageKey](functions/buildKeysStorageKey.md) +- [buildSessionTokenStorageKey](functions/buildSessionTokenStorageKey.md) +- [createAppIdentity](functions/createAppIdentity.md) +- [createAuthUrl](functions/createAuthUrl.md) +- [createCallbackParams](functions/createCallbackParams.md) +- [createSmartSession](functions/createSmartSession.md) +- [decryptAppIdentity](functions/decryptAppIdentity.md) +- [decryptIdentity](functions/decryptIdentity.md) +- [encryptAppIdentity](functions/encryptAppIdentity.md) +- [encryptIdentity](functions/encryptIdentity.md) +- [getEnv](functions/getEnv.md) +- [getSmartAccountWalletClient](functions/getSmartAccountWalletClient.md) +- [getSmartSessionClient](functions/getSmartSessionClient.md) +- [identityExists](functions/identityExists.md) +- [isSmartAccountDeployed](functions/isSmartAccountDeployed.md) +- [legacySmartAccountUpdateStatus](functions/legacySmartAccountUpdateStatus.md) +- [loadAccountAddress](functions/loadAccountAddress.md) +- [loadKeys](functions/loadKeys.md) +- [loadSyncServerSessionToken](functions/loadSyncServerSessionToken.md) +- [login](functions/login.md) +- [parseAuthParams](functions/parseAuthParams.md) +- [parseCallbackParams](functions/parseCallbackParams.md) +- [restoreKeys](functions/restoreKeys.md) +- [signup](functions/signup.md) +- [smartAccountNeedsUpdate](functions/smartAccountNeedsUpdate.md) +- [storeAccountAddress](functions/storeAccountAddress.md) +- [storeKeys](functions/storeKeys.md) +- [storeSyncServerSessionToken](functions/storeSyncServerSessionToken.md) +- [updateLegacySmartAccount](functions/updateLegacySmartAccount.md) +- [wipeAccountAddress](functions/wipeAccountAddress.md) +- [wipeAllAuthData](functions/wipeAllAuthData.md) +- [wipeKeys](functions/wipeKeys.md) +- [wipeSyncServerSessionToken](functions/wipeSyncServerSessionToken.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" new file mode 100644 index 00000000..d13a5d02 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" @@ -0,0 +1,41 @@ +# Type Alias: Action + +> **Action** = `object` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:151](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L151) + +## Properties + +### actionPolicies + +> **actionPolicies**: `object`[] + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:154](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L154) + +#### address + +> **address**: `Address` + +#### initData + +> **initData**: `Hex` + +#### policy + +> **policy**: `Address` + +*** + +### actionTarget + +> **actionTarget**: `Address` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:152](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L152) + +*** + +### actionTargetSelector + +> **actionTargetSelector**: `Hex` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:153](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L153) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" new file mode 100644 index 00000000..3ca63b48 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" @@ -0,0 +1,5 @@ +# Type Alias: AppIdentityForEncryption + +> **AppIdentityForEncryption** = `Omit`\<[`PrivateAppIdentity`](PrivateAppIdentity.md), `"sessionToken"` \| `"sessionTokenExpires"` \| `"accountAddress"`\> + +Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L11) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" new file mode 100644 index 00000000..9fd26d66 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" @@ -0,0 +1,5 @@ +# Type Alias: AppIdentityResponse + +> **AppIdentityResponse** = `Schema.Schema.Type`\<*typeof* [`AppIdentityResponse`](../variables/AppIdentityResponse.md)\> + +Defined in: [packages/hypergraph/src/connect/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" new file mode 100644 index 00000000..901234bf --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" @@ -0,0 +1,9 @@ +# Type Alias: GetAddress() + +> **GetAddress** = () => `Promise`\<`string`\> \| `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L10) + +## Returns + +`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" new file mode 100644 index 00000000..64dbde35 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" @@ -0,0 +1,11 @@ +# Type Alias: Identity + +> **Identity** = [`IdentityKeys`](IdentityKeys.md) & `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L47) + +## Type declaration + +### accountAddress + +> **accountAddress**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" new file mode 100644 index 00000000..c149c3c5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" @@ -0,0 +1,37 @@ +# Type Alias: IdentityKeys + +> **IdentityKeys** = `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L16) + +## Properties + +### encryptionPrivateKey + +> **encryptionPrivateKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L18) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L17) + +*** + +### signaturePrivateKey + +> **signaturePrivateKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L20) + +*** + +### signaturePublicKey + +> **signaturePublicKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" new file mode 100644 index 00000000..a5715f93 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" @@ -0,0 +1,5 @@ +# Type Alias: KeysSchema + +> **KeysSchema** = `Schema.Schema.Type`\<*typeof* [`KeysSchema`](../variables/KeysSchema.md)\> + +Defined in: [packages/hypergraph/src/connect/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" new file mode 100644 index 00000000..1a5d64eb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" @@ -0,0 +1,31 @@ +# Type Alias: PrivateAppIdentity + +> **PrivateAppIdentity** = [`IdentityKeys`](IdentityKeys.md) & `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L57) + +## Type declaration + +### accountAddress + +> **accountAddress**: `string` + +### address + +> **address**: `string` + +### addressPrivateKey + +> **addressPrivateKey**: `string` + +### permissionId + +> **permissionId**: `string` + +### sessionToken + +> **sessionToken**: `string` + +### sessionTokenExpires + +> **sessionTokenExpires**: `Date` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" new file mode 100644 index 00000000..68c0fbca --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" @@ -0,0 +1,29 @@ +# Type Alias: PublicAppIdentity + +> **PublicAppIdentity** = `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L51) + +## Properties + +### address + +> **address**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L52) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L53) + +*** + +### signaturePublicKey + +> **signaturePublicKey**: `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:54](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L54) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" new file mode 100644 index 00000000..1efd749f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" @@ -0,0 +1,15 @@ +# Type Alias: SignMessage() + +> **SignMessage** = (`message`) => `Promise`\<`string`\> \| `string` + +Defined in: [packages/hypergraph/src/connect/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L9) + +## Parameters + +### message + +`string` + +## Returns + +`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" new file mode 100644 index 00000000..a777f5d7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" @@ -0,0 +1,21 @@ +# Type Alias: Signer + +> **Signer** = `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L11) + +## Properties + +### getAddress + +> **getAddress**: [`GetAddress`](GetAddress.md) + +Defined in: [packages/hypergraph/src/connect/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L12) + +*** + +### signMessage + +> **signMessage**: [`SignMessage`](SignMessage.md) + +Defined in: [packages/hypergraph/src/connect/types.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" new file mode 100644 index 00000000..e3b79929 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" @@ -0,0 +1,45 @@ +# Type Alias: SmartAccountParams + +> **SmartAccountParams** = `object` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:346](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L346) + +## Properties + +### address? + +> `optional` **address**: `Hex` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:348](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L348) + +*** + +### apiKey? + +> `optional` **apiKey**: `string` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L351) + +*** + +### chain? + +> `optional` **chain**: `Chain` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:349](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L349) + +*** + +### owner + +> **owner**: `WalletClient` \| `Account` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:347](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L347) + +*** + +### rpcUrl? + +> `optional` **rpcUrl**: `string` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:350](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L350) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" new file mode 100644 index 00000000..6534d8c8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" @@ -0,0 +1,87 @@ +# Type Alias: SmartSessionClient + +> **SmartSessionClient** = `object` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:168](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L168) + +## Properties + +### account + +> **account**: `Account` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:169](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L169) + +*** + +### chain + +> **chain**: `Chain` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:170](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L170) + +*** + +### sendUserOperation() + +> **sendUserOperation**: \<`calls`\>(`{ calls }`) => `Promise`\<`string`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:171](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L171) + +#### Type Parameters + +##### calls + +`calls` *extends* readonly `unknown`[] + +#### Parameters + +##### \{ calls \} + +###### calls + +`calls` + +#### Returns + +`Promise`\<`string`\> + +*** + +### signMessage() + +> **signMessage**: (`{ message }`) => `Promise`\<`Hex`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L173) + +#### Parameters + +##### \{ message \} + +###### message + +`SignableMessage` + +#### Returns + +`Promise`\<`Hex`\> + +*** + +### waitForUserOperationReceipt() + +> **waitForUserOperationReceipt**: (`{ hash }`) => `Promise`\<`WaitForUserOperationReceiptReturnType`\> + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:172](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L172) + +#### Parameters + +##### \{ hash \} + +###### hash + +`Hex` + +#### Returns + +`Promise`\<`WaitForUserOperationReceiptReturnType`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" new file mode 100644 index 00000000..54e27787 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" @@ -0,0 +1,63 @@ +# Type Alias: Storage + +> **Storage** = `object` + +Defined in: [packages/hypergraph/src/connect/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L3) + +## Properties + +### getItem() + +> **getItem**: (`key`) => `string` \| `null` + +Defined in: [packages/hypergraph/src/connect/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L4) + +#### Parameters + +##### key + +`string` + +#### Returns + +`string` \| `null` + +*** + +### removeItem() + +> **removeItem**: (`key`) => `void` + +Defined in: [packages/hypergraph/src/connect/types.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L6) + +#### Parameters + +##### key + +`string` + +#### Returns + +`void` + +*** + +### setItem() + +> **setItem**: (`key`, `value`) => `void` + +Defined in: [packages/hypergraph/src/connect/types.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L5) + +#### Parameters + +##### key + +`string` + +##### value + +`string` + +#### Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" new file mode 100644 index 00000000..74a6a4f8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" @@ -0,0 +1,5 @@ +# Variable: AppIdentityResponse + +> `const` **AppIdentityResponse**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `address`: *typeof* `String$`; `appId`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/connect/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" new file mode 100644 index 00000000..ca2aa5ea --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" @@ -0,0 +1,5 @@ +# Variable: DEFAULT\_RPC\_URL + +> `const` **DEFAULT\_RPC\_URL**: `"https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz"` = `'https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz'` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L67) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" new file mode 100644 index 00000000..5d361ae6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" @@ -0,0 +1,51 @@ +# Variable: GEOGENESIS + +> `const` **GEOGENESIS**: `object` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:115](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L115) + +## Type declaration + +### id + +> **id**: `number` + +### name + +> **name**: `string` = `'Geo Genesis'` + +### nativeCurrency + +> **nativeCurrency**: `object` + +#### nativeCurrency.decimals + +> **decimals**: `number` = `18` + +#### nativeCurrency.name + +> **name**: `string` = `'Graph Token'` + +#### nativeCurrency.symbol + +> **symbol**: `string` = `'GRT'` + +### rpcUrls + +> **rpcUrls**: `object` + +#### rpcUrls.default + +> **default**: `object` + +#### rpcUrls.default.http + +> **http**: `string`[] + +#### rpcUrls.public + +> **public**: `object` + +#### rpcUrls.public.http + +> **http**: `string`[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" new file mode 100644 index 00000000..ddfe105f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" @@ -0,0 +1,51 @@ +# Variable: GEO\_TESTNET + +> `const` **GEO\_TESTNET**: `object` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:133](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L133) + +## Type declaration + +### id + +> **id**: `number` + +### name + +> **name**: `string` = `'Geo Testnet'` + +### nativeCurrency + +> **nativeCurrency**: `object` + +#### nativeCurrency.decimals + +> **decimals**: `number` = `18` + +#### nativeCurrency.name + +> **name**: `string` = `'Sepolia Ether'` + +#### nativeCurrency.symbol + +> **symbol**: `string` = `'ETH'` + +### rpcUrls + +> **rpcUrls**: `object` + +#### rpcUrls.default + +> **default**: `object` + +#### rpcUrls.default.http + +> **http**: `string`[] + +#### rpcUrls.public + +> **public**: `object` + +#### rpcUrls.public.http + +> **http**: `string`[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" new file mode 100644 index 00000000..81edcf77 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" @@ -0,0 +1,5 @@ +# Variable: KeysSchema + +> `const` **KeysSchema**: `Struct`\<\{ `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/connect/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" new file mode 100644 index 00000000..c238e04e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" @@ -0,0 +1,5 @@ +# Variable: TESTNET\_RPC\_URL + +> `const` **TESTNET\_RPC\_URL**: `"https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz"` = `'https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz'` + +Defined in: [packages/hypergraph/src/connect/smart-account.ts:68](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L68) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" new file mode 100644 index 00000000..de5f446f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" @@ -0,0 +1,75 @@ +# Class: EntityNotFoundError + +Defined in: [packages/hypergraph/src/entity/entity.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L22) + +## Extends + +- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `cause?`: `unknown`; `id`: `string`; `type`: [`AnyNoContext`](../type-aliases/AnyNoContext.md); \}\> + +## Constructors + +### Constructor + +> **new EntityNotFoundError**(`args`): `EntityNotFoundError` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 + +#### Parameters + +##### args + +###### cause? + +`unknown` + +###### id + +`string` + +###### type + +[`AnyNoContext`](../type-aliases/AnyNoContext.md) + +#### Returns + +`EntityNotFoundError` + +#### Inherited from + +`Data.TaggedError('EntityNotFoundError')<{ id: string; type: AnyNoContext; cause?: unknown; }>.constructor` + +## Properties + +### cause? + +> `optional` **cause**: `unknown` + +Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es2022.error.d.ts:26 + +#### Inherited from + +`Data.TaggedError('EntityNotFoundError').cause` + +*** + +### id + +> `readonly` **id**: `string` + +Defined in: [packages/hypergraph/src/entity/entity.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L23) + +#### Inherited from + +`Data.TaggedError('EntityNotFoundError').id` + +*** + +### type + +> `readonly` **type**: [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +Defined in: [packages/hypergraph/src/entity/entity.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L24) + +#### Inherited from + +`Data.TaggedError('EntityNotFoundError').type` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" new file mode 100644 index 00000000..026e8b82 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" @@ -0,0 +1,37 @@ +# Function: create() + +> **create**\<`S`\>(`handle`, `type`): (`data`) => [`Entity`](../type-aliases/Entity.md)\<`S`\> + +Defined in: [packages/hypergraph/src/entity/create.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/create.ts#L11) + +Creates an entity model of given type and stores it in the repo. + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +### type + +`S` + +## Returns + +> (`data`): [`Entity`](../type-aliases/Entity.md)\<`S`\> + +### Parameters + +#### data + +`Readonly`\<`Schema.Schema.Type`\<[`Insert`](../type-aliases/Insert.md)\<`S`\>\>\> + +### Returns + +[`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" new file mode 100644 index 00000000..77c312d1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" @@ -0,0 +1,27 @@ +# Function: delete() + +> **delete**(`handle`): (`id`) => `boolean` + +Defined in: [packages/hypergraph/src/entity/delete.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/delete.ts#L7) + +Deletes the exiting entity from the repo. + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +## Returns + +> (`id`): `boolean` + +### Parameters + +#### id + +`string` + +### Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" new file mode 100644 index 00000000..68ce0ae8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" @@ -0,0 +1,43 @@ +# Function: findMany() + +> **findMany**\<`S`\>(`handle`, `type`, `filter`, `include`): `object` + +Defined in: [packages/hypergraph/src/entity/findMany.ts:238](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L238) + +Queries for a list of entities of the given type from the repo. + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +### type + +`S` + +### filter + +`undefined` | [`EntityFilter`](../type-aliases/EntityFilter.md)\<`Type`\<`S`\>\> + +### include + +`undefined` | \{ \[K in string \| number \| symbol\]?: Record\\> \} + +## Returns + +`object` + +### corruptEntityIds + +> **corruptEntityIds**: readonly `string`[] + +### entities + +> **entities**: readonly [`Entity`](../type-aliases/Entity.md)\<`S`\>[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" new file mode 100644 index 00000000..11d02e0c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" @@ -0,0 +1,41 @@ +# Function: findOne() + +> **findOne**\<`S`\>(`handle`, `type`, `include`): (`id`) => `undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> + +Defined in: [packages/hypergraph/src/entity/findOne.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findOne.ts#L10) + +Find the entity of the given type, with the given id, from the repo. + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +### type + +`S` + +### include + +\{ \[K in string \| number \| symbol\]?: Record\ \} = `{}` + +## Returns + +> (`id`): `undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> + +### Parameters + +#### id + +`string` + +### Returns + +`undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" new file mode 100644 index 00000000..d55c85a8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" @@ -0,0 +1,27 @@ +# Function: markAsDeleted() + +> **markAsDeleted**(`handle`): (`id`) => `boolean` + +Defined in: [packages/hypergraph/src/entity/delete.ts:33](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/delete.ts#L33) + +Deletes the exiting entity from the repo. + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +## Returns + +> (`id`): `boolean` + +### Parameters + +#### id + +`string` + +### Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" new file mode 100644 index 00000000..5aa208a5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" @@ -0,0 +1,27 @@ +# Function: removeRelation() + +> **removeRelation**(`handle`): (`relationId`) => `boolean` + +Defined in: [packages/hypergraph/src/entity/removeRelation.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/removeRelation.ts#L7) + +Removes a relation from an entity + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +## Returns + +> (`relationId`): `boolean` + +### Parameters + +#### relationId + +`string` + +### Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" new file mode 100644 index 00000000..4e66d0ed --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" @@ -0,0 +1,33 @@ +# Function: subscribeToFindMany() + +> **subscribeToFindMany**\<`S`\>(`handle`, `type`, `filter`, `include`): [`FindManySubscription`](../type-aliases/FindManySubscription.md)\<`S`\> + +Defined in: [packages/hypergraph/src/entity/findMany.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L398) + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +### type + +`S` + +### filter + +`undefined` | \{ \[K in string \| number \| symbol\]?: EntityFieldFilter\\[K\]\> \} + +### include + +`undefined` | \{ \[K in string \| number \| symbol\]?: Record\\> \} + +## Returns + +[`FindManySubscription`](../type-aliases/FindManySubscription.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" new file mode 100644 index 00000000..cbc56502 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" @@ -0,0 +1,41 @@ +# Function: update() + +> **update**\<`S`\>(`handle`, `type`): (`id`, `data`) => [`Entity`](../type-aliases/Entity.md)\<`S`\> + +Defined in: [packages/hypergraph/src/entity/update.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/update.ts#L9) + +Update an existing entity model of given type in the repo. + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) + +## Parameters + +### handle + +`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> + +### type + +`S` + +## Returns + +> (`id`, `data`): [`Entity`](../type-aliases/Entity.md)\<`S`\> + +### Parameters + +#### id + +`string` + +#### data + +\{ \[K in string \| number \| symbol\]: Partial\\>\>\[K\] \} + +### Returns + +[`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" new file mode 100644 index 00000000..79ba0d7f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" @@ -0,0 +1,40 @@ +# Entity + +## Classes + +- [EntityNotFoundError](classes/EntityNotFoundError.md) + +## Type Aliases + +- [Any](type-aliases/Any.md) +- [AnyNoContext](type-aliases/AnyNoContext.md) +- [CrossFieldFilter](type-aliases/CrossFieldFilter.md) +- [DocumentContent](type-aliases/DocumentContent.md) +- [DocumentEntity](type-aliases/DocumentEntity.md) +- [DocumentRelation](type-aliases/DocumentRelation.md) +- [Entity](type-aliases/Entity.md) +- [EntityBooleanFilter](type-aliases/EntityBooleanFilter.md) +- [EntityFieldFilter](type-aliases/EntityFieldFilter.md) +- [EntityFilter](type-aliases/EntityFilter.md) +- [EntityNumberFilter](type-aliases/EntityNumberFilter.md) +- [EntityStringFilter](type-aliases/EntityStringFilter.md) +- [EntityWithRelation](type-aliases/EntityWithRelation.md) +- [FindManySubscription](type-aliases/FindManySubscription.md) +- [Insert](type-aliases/Insert.md) +- [Update](type-aliases/Update.md) + +## Variables + +- [Class](variables/Class.md) +- [Field](variables/Field.md) + +## Functions + +- [create](functions/create.md) +- [delete](functions/delete.md) +- [findMany](functions/findMany.md) +- [findOne](functions/findOne.md) +- [markAsDeleted](functions/markAsDeleted.md) +- [removeRelation](functions/removeRelation.md) +- [subscribeToFindMany](functions/subscribeToFindMany.md) +- [update](functions/update.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" new file mode 100644 index 00000000..e02f70d4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" @@ -0,0 +1,19 @@ +# Type Alias: Any + +> **Any** = `Schema.Schema.Any` & `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L3) + +## Type declaration + +### fields + +> `readonly` **fields**: `Schema.Struct.Fields` + +### insert + +> `readonly` **insert**: `Schema.Schema.Any` + +### update + +> `readonly` **update**: `Schema.Schema.Any` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" new file mode 100644 index 00000000..cdf1f86c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" @@ -0,0 +1,19 @@ +# Type Alias: AnyNoContext + +> **AnyNoContext** = `Schema.Schema.AnyNoContext` & `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L9) + +## Type declaration + +### fields + +> `readonly` **fields**: `Schema.Struct.Fields` + +### insert + +> `readonly` **insert**: `Schema.Schema.AnyNoContext` + +### update + +> `readonly` **update**: `Schema.Schema.AnyNoContext` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" new file mode 100644 index 00000000..d1772431 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" @@ -0,0 +1,21 @@ +# Type Alias: CrossFieldFilter\ + +> **CrossFieldFilter**\<`T`\> = `{ [K in keyof T]?: EntityFieldFilter }` & `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L67) + +## Type declaration + +### not? + +> `optional` **not**: `CrossFieldFilter`\<`T`\> + +### or? + +> `optional` **or**: `CrossFieldFilter`\<`T`\>[] + +## Type Parameters + +### T + +`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" new file mode 100644 index 00000000..6d738795 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" @@ -0,0 +1,21 @@ +# Type Alias: DocumentContent + +> **DocumentContent** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L45) + +## Properties + +### entities? + +> `optional` **entities**: `Record`\<`string`, [`DocumentEntity`](DocumentEntity.md)\> + +Defined in: [packages/hypergraph/src/entity/types.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L46) + +*** + +### relations? + +> `optional` **relations**: `Record`\<`string`, [`DocumentRelation`](DocumentRelation.md)\> + +Defined in: [packages/hypergraph/src/entity/types.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L47) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" new file mode 100644 index 00000000..e0201cca --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" @@ -0,0 +1,17 @@ +# Type Alias: DocumentEntity + +> **DocumentEntity** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L31) + +## Indexable + +\[`key`: `string`\]: `unknown` + +## Properties + +### \_\_deleted + +> **\_\_deleted**: `boolean` + +Defined in: [packages/hypergraph/src/entity/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" new file mode 100644 index 00000000..9cdafde8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" @@ -0,0 +1,49 @@ +# Type Alias: DocumentRelation + +> **DocumentRelation** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L36) + +## Indexable + +\[`key`: `string`\]: `unknown` + +## Properties + +### \_\_deleted + +> **\_\_deleted**: `boolean` + +Defined in: [packages/hypergraph/src/entity/types.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L41) + +*** + +### from + +> **from**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L37) + +*** + +### fromPropertyName + +> **fromPropertyName**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L40) + +*** + +### fromTypeName + +> **fromTypeName**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L39) + +*** + +### to + +> **to**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L38) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" new file mode 100644 index 00000000..0dc22c60 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" @@ -0,0 +1,21 @@ +# Type Alias: Entity\ + +> **Entity**\<`S`\> = `Schema.Schema.Type`\<`S`\> & `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L18) + +## Type declaration + +### id + +> **id**: `string` + +### type + +> **type**: `string` + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](AnyNoContext.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" new file mode 100644 index 00000000..ee4c586e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" @@ -0,0 +1,13 @@ +# Type Alias: EntityBooleanFilter + +> **EntityBooleanFilter** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L50) + +## Properties + +### is + +> **is**: `boolean` + +Defined in: [packages/hypergraph/src/entity/types.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L51) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" new file mode 100644 index 00000000..6e7b6859 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" @@ -0,0 +1,17 @@ +# Type Alias: EntityFieldFilter\ + +> **EntityFieldFilter**\<`T`\> = `object` & `T` *extends* `boolean` ? `object` : `T` *extends* `number` ? `object` : `T` *extends* `string` ? `object` : `Record`\<`string`, `never`\> + +Defined in: [packages/hypergraph/src/entity/types.ts:74](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L74) + +## Type declaration + +### is? + +> `optional` **is**: `T` + +## Type Parameters + +### T + +`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" new file mode 100644 index 00000000..94e05d1f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" @@ -0,0 +1,11 @@ +# Type Alias: EntityFilter\ + +> **EntityFilter**\<`T`\> = [`CrossFieldFilter`](CrossFieldFilter.md)\<`T`\> + +Defined in: [packages/hypergraph/src/entity/types.ts:93](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L93) + +## Type Parameters + +### T + +`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" new file mode 100644 index 00000000..21477eb7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" @@ -0,0 +1,29 @@ +# Type Alias: EntityNumberFilter + +> **EntityNumberFilter** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:54](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L54) + +## Properties + +### greaterThan? + +> `optional` **greaterThan**: `number` + +Defined in: [packages/hypergraph/src/entity/types.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L56) + +*** + +### is? + +> `optional` **is**: `number` + +Defined in: [packages/hypergraph/src/entity/types.ts:55](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L55) + +*** + +### lessThan? + +> `optional` **lessThan**: `number` + +Defined in: [packages/hypergraph/src/entity/types.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L57) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" new file mode 100644 index 00000000..bc5d7f97 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" @@ -0,0 +1,37 @@ +# Type Alias: EntityStringFilter + +> **EntityStringFilter** = `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:60](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L60) + +## Properties + +### contains? + +> `optional` **contains**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:64](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L64) + +*** + +### endsWith? + +> `optional` **endsWith**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:63](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L63) + +*** + +### is? + +> `optional` **is**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:61](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L61) + +*** + +### startsWith? + +> `optional` **startsWith**: `string` + +Defined in: [packages/hypergraph/src/entity/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" new file mode 100644 index 00000000..5214b081 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" @@ -0,0 +1,17 @@ +# Type Alias: EntityWithRelation\ + +> **EntityWithRelation**\<`S`\> = [`Entity`](Entity.md)\<`S`\> & `object` + +Defined in: [packages/hypergraph/src/entity/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L27) + +## Type declaration + +### \_relation + +> **\_relation**: \{ `id`: `string`; \} \| `undefined` + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](AnyNoContext.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" new file mode 100644 index 00000000..4aba6ff6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" @@ -0,0 +1,45 @@ +# Type Alias: FindManySubscription\ + +> **FindManySubscription**\<`S`\> = `object` + +Defined in: [packages/hypergraph/src/entity/findMany.ts:393](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L393) + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](AnyNoContext.md) + +## Properties + +### getEntities() + +> **getEntities**: () => `Readonly`\<[`Entity`](Entity.md)\<`S`\>[]\> + +Defined in: [packages/hypergraph/src/entity/findMany.ts:395](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L395) + +#### Returns + +`Readonly`\<[`Entity`](Entity.md)\<`S`\>[]\> + +*** + +### subscribe() + +> **subscribe**: (`callback`) => () => `void` + +Defined in: [packages/hypergraph/src/entity/findMany.ts:394](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L394) + +#### Parameters + +##### callback + +() => `void` + +#### Returns + +> (): `void` + +##### Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" new file mode 100644 index 00000000..626f9466 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" @@ -0,0 +1,11 @@ +# Type Alias: Insert\ + +> **Insert**\<`S`\> = `S`\[`"insert"`\] + +Defined in: [packages/hypergraph/src/entity/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L16) + +## Type Parameters + +### S + +`S` *extends* [`Any`](Any.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" new file mode 100644 index 00000000..198f9f8f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" @@ -0,0 +1,11 @@ +# Type Alias: Update\ + +> **Update**\<`S`\> = `S`\[`"update"`\] + +Defined in: [packages/hypergraph/src/entity/types.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L15) + +## Type Parameters + +### S + +`S` *extends* [`Any`](Any.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" new file mode 100644 index 00000000..3c965c5a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" @@ -0,0 +1,41 @@ +# Variable: Class() + +> **Class**: \<`Self`\>(`identifier`) => \<`Fields`\>(`fields`, `annotations?`) => \[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` + +Defined in: [packages/hypergraph/src/entity/entity.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L6) + +## Type Parameters + +### Self + +`Self` = `never` + +## Parameters + +### identifier + +`string` + +## Returns + +> \<`Fields`\>(`fields`, `annotations?`): \[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` + +### Type Parameters + +#### Fields + +`Fields` *extends* `Fields` + +### Parameters + +#### fields + +`Fields` & `Validate`\<`Fields`, `"update"` \| `"insert"` \| `"select"`\> + +#### annotations? + +`Schema`\<`Self`, readonly \[\]\> + +### Returns + +\[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" new file mode 100644 index 00000000..1db0f81d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" @@ -0,0 +1,21 @@ +# Variable: Field() + +> **Field**: \<`A`\>(`config`) => `Field`\<`A`\> + +Defined in: [packages/hypergraph/src/entity/entity.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L7) + +## Type Parameters + +### A + +`A` *extends* `ConfigWithKeys`\<`"update"` \| `"insert"` \| `"select"`\> + +## Parameters + +### config + +`A` & \{ readonly \[K in string \| number \| symbol\]: never \} + +## Returns + +`Field`\<`A`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" new file mode 100644 index 00000000..c6c256c5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" @@ -0,0 +1,21 @@ +# Class: InvalidIdentityError + +Defined in: [packages/hypergraph/src/identity/types.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L42) + +## Constructors + +### Constructor + +> **new InvalidIdentityError**(): `InvalidIdentityError` + +#### Returns + +`InvalidIdentityError` + +## Properties + +### \_tag + +> `readonly` **\_tag**: `"InvalidIdentityError"` = `'InvalidIdentityError'` + +Defined in: [packages/hypergraph/src/identity/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" new file mode 100644 index 00000000..fbba8f7e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" @@ -0,0 +1,27 @@ +# Function: decryptIdentity() + +> **decryptIdentity**(`signer`, `accountAddress`, `ciphertext`, `nonce`): `Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> + +Defined in: [packages/hypergraph/src/identity/identity-encryption.ts:100](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/identity-encryption.ts#L100) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### accountAddress + +`string` + +### ciphertext + +`string` + +### nonce + +`string` + +## Returns + +`Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" new file mode 100644 index 00000000..61ac5705 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" @@ -0,0 +1,23 @@ +# Function: encryptIdentity() + +> **encryptIdentity**(`signer`, `accountAddress`, `keys`): `Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> + +Defined in: [packages/hypergraph/src/identity/identity-encryption.ts:68](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/identity-encryption.ts#L68) + +## Parameters + +### signer + +[`Signer`](../type-aliases/Signer.md) + +### accountAddress + +`string` + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" new file mode 100644 index 00000000..2c70f7ab --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" @@ -0,0 +1,19 @@ +# Function: getAccountProofMessage() + +> **getAccountProofMessage**(`accountAddress`, `publicKey`): `string` + +Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L7) + +## Parameters + +### accountAddress + +`string` + +### publicKey + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" new file mode 100644 index 00000000..24ff53f3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" @@ -0,0 +1,19 @@ +# Function: getKeyProofMessage() + +> **getKeyProofMessage**(`accountAddress`, `publicKey`): `string` + +Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L11) + +## Parameters + +### accountAddress + +`string` + +### publicKey + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" new file mode 100644 index 00000000..200f924a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" @@ -0,0 +1,35 @@ +# Function: getVerifiedIdentity() + +> **getVerifiedIdentity**(`accountAddress`, `signaturePublicKey`, `appId`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePublicKey`: `string`; \}\> + +Defined in: [packages/hypergraph/src/identity/get-verified-identity.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/get-verified-identity.ts#L7) + +## Parameters + +### accountAddress + +`string` + +### signaturePublicKey + +`null` | `string` + +### appId + +`null` | `string` + +### syncServerUri + +`string` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePublicKey`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" new file mode 100644 index 00000000..4ef344ec --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" @@ -0,0 +1,15 @@ +# Function: loadIdentity() + +> **loadIdentity**(`storage`): `null` \| [`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) + +Defined in: [packages/hypergraph/src/identity/auth-storage.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L17) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`null` \| [`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" new file mode 100644 index 00000000..6e2a4667 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" @@ -0,0 +1,15 @@ +# Function: logout() + +> **logout**(`storage`): `void` + +Defined in: [packages/hypergraph/src/identity/logout.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/logout.ts#L5) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" new file mode 100644 index 00000000..ff74e31c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" @@ -0,0 +1,23 @@ +# Function: proveIdentityOwnership() + +> **proveIdentityOwnership**(`smartAccountClient`, `accountAddress`, `keys`): `Promise`\<\{ `accountProof`: `string`; `keyProof`: `string`; \}\> + +Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L20) + +## Parameters + +### smartAccountClient + +`SmartAccountClient` + +### accountAddress + +`string` + +### keys + +[`IdentityKeys`](../type-aliases/IdentityKeys.md) + +## Returns + +`Promise`\<\{ `accountProof`: `string`; `keyProof`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" new file mode 100644 index 00000000..bcb29766 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" @@ -0,0 +1,19 @@ +# Function: storeIdentity() + +> **storeIdentity**(`storage`, `identity`): `void` + +Defined in: [packages/hypergraph/src/identity/auth-storage.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L4) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +### identity + +[`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" new file mode 100644 index 00000000..66b41dc5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" @@ -0,0 +1,35 @@ +# Function: verifyIdentityOwnership() + +> **verifyIdentityOwnership**(`accountAddress`, `publicKey`, `accountProof`, `keyProof`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L50) + +## Parameters + +### accountAddress + +`string` + +### publicKey + +`string` + +### accountProof + +`string` + +### keyProof + +`string` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" new file mode 100644 index 00000000..4b2d9498 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" @@ -0,0 +1,15 @@ +# Function: wipeIdentity() + +> **wipeIdentity**(`storage`): `void` + +Defined in: [packages/hypergraph/src/identity/auth-storage.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L56) + +## Parameters + +### storage + +[`Storage`](../type-aliases/Storage.md) + +## Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" new file mode 100644 index 00000000..c0229c85 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" @@ -0,0 +1,35 @@ +# Identity + +## Classes + +- [InvalidIdentityError](classes/InvalidIdentityError.md) + +## Type Aliases + +- [GetAddress](type-aliases/GetAddress.md) +- [Identity](type-aliases/Identity.md) +- [IdentityKeys](type-aliases/IdentityKeys.md) +- [KeysSchema](type-aliases/KeysSchema.md) +- [PublicIdentity](type-aliases/PublicIdentity.md) +- [Signer](type-aliases/Signer.md) +- [SignMessage](type-aliases/SignMessage.md) +- [Storage](type-aliases/Storage.md) + +## Variables + +- [accountProofDomain](variables/accountProofDomain.md) +- [KeysSchema](variables/KeysSchema.md) + +## Functions + +- [decryptIdentity](functions/decryptIdentity.md) +- [encryptIdentity](functions/encryptIdentity.md) +- [getAccountProofMessage](functions/getAccountProofMessage.md) +- [getKeyProofMessage](functions/getKeyProofMessage.md) +- [getVerifiedIdentity](functions/getVerifiedIdentity.md) +- [loadIdentity](functions/loadIdentity.md) +- [logout](functions/logout.md) +- [proveIdentityOwnership](functions/proveIdentityOwnership.md) +- [storeIdentity](functions/storeIdentity.md) +- [verifyIdentityOwnership](functions/verifyIdentityOwnership.md) +- [wipeIdentity](functions/wipeIdentity.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" new file mode 100644 index 00000000..82313338 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" @@ -0,0 +1,9 @@ +# Type Alias: GetAddress() + +> **GetAddress** = () => `Promise`\<`string`\> \| `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L10) + +## Returns + +`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" new file mode 100644 index 00000000..0ea680fd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" @@ -0,0 +1,11 @@ +# Type Alias: Identity + +> **Identity** = [`IdentityKeys`](IdentityKeys.md) & `object` + +Defined in: [packages/hypergraph/src/identity/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L32) + +## Type declaration + +### accountAddress + +> **accountAddress**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" new file mode 100644 index 00000000..18e016b5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" @@ -0,0 +1,37 @@ +# Type Alias: IdentityKeys + +> **IdentityKeys** = `object` + +Defined in: [packages/hypergraph/src/identity/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L16) + +## Properties + +### encryptionPrivateKey + +> **encryptionPrivateKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L18) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L17) + +*** + +### signaturePrivateKey + +> **signaturePrivateKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L20) + +*** + +### signaturePublicKey + +> **signaturePublicKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" new file mode 100644 index 00000000..e87c5fc4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" @@ -0,0 +1,5 @@ +# Type Alias: KeysSchema + +> **KeysSchema** = `Schema.Schema.Type`\<*typeof* [`KeysSchema`](../variables/KeysSchema.md)\> + +Defined in: [packages/hypergraph/src/identity/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" new file mode 100644 index 00000000..00633fa7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" @@ -0,0 +1,29 @@ +# Type Alias: PublicIdentity + +> **PublicIdentity** = `object` + +Defined in: [packages/hypergraph/src/identity/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L36) + +## Properties + +### accountAddress + +> **accountAddress**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L37) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L38) + +*** + +### signaturePublicKey + +> **signaturePublicKey**: `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L39) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" new file mode 100644 index 00000000..637077aa --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" @@ -0,0 +1,15 @@ +# Type Alias: SignMessage() + +> **SignMessage** = (`message`) => `Promise`\<`string`\> \| `string` + +Defined in: [packages/hypergraph/src/identity/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L9) + +## Parameters + +### message + +`string` + +## Returns + +`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" new file mode 100644 index 00000000..721a718e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" @@ -0,0 +1,21 @@ +# Type Alias: Signer + +> **Signer** = `object` + +Defined in: [packages/hypergraph/src/identity/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L11) + +## Properties + +### getAddress + +> **getAddress**: [`GetAddress`](GetAddress.md) + +Defined in: [packages/hypergraph/src/identity/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L12) + +*** + +### signMessage + +> **signMessage**: [`SignMessage`](SignMessage.md) + +Defined in: [packages/hypergraph/src/identity/types.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" new file mode 100644 index 00000000..db9f460e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" @@ -0,0 +1,63 @@ +# Type Alias: Storage + +> **Storage** = `object` + +Defined in: [packages/hypergraph/src/identity/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L3) + +## Properties + +### getItem() + +> **getItem**: (`key`) => `string` \| `null` + +Defined in: [packages/hypergraph/src/identity/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L4) + +#### Parameters + +##### key + +`string` + +#### Returns + +`string` \| `null` + +*** + +### removeItem() + +> **removeItem**: (`key`) => `void` + +Defined in: [packages/hypergraph/src/identity/types.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L6) + +#### Parameters + +##### key + +`string` + +#### Returns + +`void` + +*** + +### setItem() + +> **setItem**: (`key`, `value`) => `void` + +Defined in: [packages/hypergraph/src/identity/types.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L5) + +#### Parameters + +##### key + +`string` + +##### value + +`string` + +#### Returns + +`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" new file mode 100644 index 00000000..504b5325 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" @@ -0,0 +1,5 @@ +# Variable: KeysSchema + +> `const` **KeysSchema**: `Struct`\<\{ `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/identity/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" new file mode 100644 index 00000000..59b9b3dc --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" @@ -0,0 +1,15 @@ +# Variable: accountProofDomain + +> `const` **accountProofDomain**: `object` + +Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L15) + +## Type declaration + +### name + +> **name**: `string` = `'Hypergraph'` + +### version + +> **version**: `string` = `'1'` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" new file mode 100644 index 00000000..aa71c4ed --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" @@ -0,0 +1,51 @@ +# Function: createAccountInboxCreationMessage() + +> **createAccountInboxCreationMessage**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/inboxes/create-inbox.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/create-inbox.ts#L30) + +## Parameters + +### \_\_namedParameters + +`CreateAccountInboxParams` + +## Returns + +`object` + +### accountAddress + +> `readonly` **accountAddress**: `string` = `Schema.String` + +### authPolicy + +> `readonly` **authPolicy**: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` + +### encryptionPublicKey + +> `readonly` **encryptionPublicKey**: `string` = `Schema.String` + +### inboxId + +> `readonly` **inboxId**: `string` = `Schema.String` + +### isPublic + +> `readonly` **isPublic**: `boolean` = `Schema.Boolean` + +### signature + +> `readonly` **signature**: `object` = `SignatureWithRecovery` + +#### signature.hex + +> `readonly` **hex**: `string` = `Schema.String` + +#### signature.recovery + +> `readonly` **recovery**: `number` = `Schema.Number` + +### type + +> `readonly` **type**: `"create-account-inbox"` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" new file mode 100644 index 00000000..a34e39a9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" @@ -0,0 +1,15 @@ +# Function: createSpaceInboxCreationMessage() + +> **createSpaceInboxCreationMessage**(`__namedParameters`): `Promise`\<\{ `event`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `spaceId`: `string`; `type`: `"create-space-inbox-event"`; \}\> + +Defined in: [packages/hypergraph/src/inboxes/create-inbox.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/create-inbox.ts#L66) + +## Parameters + +### \_\_namedParameters + +`CreateSpaceInboxParams` + +## Returns + +`Promise`\<\{ `event`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `spaceId`: `string`; `type`: `"create-space-inbox-event"`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" new file mode 100644 index 00000000..128393eb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" @@ -0,0 +1,15 @@ +# Function: decryptInboxMessage() + +> **decryptInboxMessage**(`__namedParameters`): `string` + +Defined in: [packages/hypergraph/src/inboxes/message-encryption.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-encryption.ts#L26) + +## Parameters + +### \_\_namedParameters + +`DecryptParams` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" new file mode 100644 index 00000000..25f5de3c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" @@ -0,0 +1,19 @@ +# Function: encryptInboxMessage() + +> **encryptInboxMessage**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/inboxes/message-encryption.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-encryption.ts#L15) + +## Parameters + +### \_\_namedParameters + +`EncryptParams` + +## Returns + +`object` + +### ciphertext + +> **ciphertext**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" new file mode 100644 index 00000000..53f583f8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" @@ -0,0 +1,15 @@ +# Function: getAccountInbox() + +> **getAccountInbox**(`__namedParameters`): `Promise`\<\{ `accountAddress`: `string`; `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> + +Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L38) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `accountAddress`: `string`; `inboxId`: `string`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\<\{ `accountAddress`: `string`; `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" new file mode 100644 index 00000000..780cd869 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" @@ -0,0 +1,15 @@ +# Function: getSpaceInbox() + +> **getSpaceInbox**(`__namedParameters`): `Promise`\<\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `creationEvent`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; \}\> + +Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L26) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `inboxId`: `string`; `spaceId`: `string`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\<\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `creationEvent`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" new file mode 100644 index 00000000..9c5bec04 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" @@ -0,0 +1,15 @@ +# Function: listPublicAccountInboxes() + +> **listPublicAccountInboxes**(`__namedParameters`): `Promise`\ + +Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L15) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `accountAddress`: `string`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\ diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" new file mode 100644 index 00000000..7a3a3263 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" @@ -0,0 +1,15 @@ +# Function: listPublicSpaceInboxes() + +> **listPublicSpaceInboxes**(`__namedParameters`): `Promise`\ + +Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L4) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `spaceId`: `string`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\ diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" new file mode 100644 index 00000000..28915e94 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" @@ -0,0 +1,31 @@ +# Function: mergeMessages() + +> **mergeMessages**(`existingMessages`, `existingSeenIds`, `newMessages`): `object` + +Defined in: [packages/hypergraph/src/inboxes/merge-messages.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/merge-messages.ts#L3) + +## Parameters + +### existingMessages + +[`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] + +### existingSeenIds + +`Set`\<`string`\> + +### newMessages + +[`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] + +## Returns + +`object` + +### messages + +> **messages**: [`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] + +### seenMessageIds + +> **seenMessageIds**: `Set`\<`string`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" new file mode 100644 index 00000000..89b327e8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" @@ -0,0 +1,15 @@ +# Function: prepareAccountInboxMessage() + +> **prepareAccountInboxMessage**(`__namedParameters`): `Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> + +Defined in: [packages/hypergraph/src/inboxes/prepare-message.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/prepare-message.ts#L47) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `accountAddress`: `string`; `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; \}\> + +## Returns + +`Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" new file mode 100644 index 00000000..00220c42 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" @@ -0,0 +1,15 @@ +# Function: prepareSpaceInboxMessage() + +> **prepareSpaceInboxMessage**(`__namedParameters`): `Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> + +Defined in: [packages/hypergraph/src/inboxes/prepare-message.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/prepare-message.ts#L7) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `spaceId`: `string`; \}\> + +## Returns + +`Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" new file mode 100644 index 00000000..0a92d790 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" @@ -0,0 +1,45 @@ +# Function: recoverAccountInboxCreatorKey() + +> **recoverAccountInboxCreatorKey**(`inbox`): `string` + +Defined in: [packages/hypergraph/src/inboxes/recover-inbox-creator.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-creator.ts#L7) + +## Parameters + +### inbox + +#### accountAddress + +`string` = `Schema.String` + +#### authPolicy + +`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` + +#### encryptionPublicKey + +`string` = `Schema.String` + +#### inboxId + +`string` = `Schema.String` + +#### isPublic + +`boolean` = `Schema.Boolean` + +#### signature + +\{ `hex`: `string`; `recovery`: `number`; \} = `SignatureWithRecovery` + +#### signature.hex + +`string` = `Schema.String` + +#### signature.recovery + +`number` = `Schema.Number` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" new file mode 100644 index 00000000..c4fd204a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" @@ -0,0 +1,41 @@ +# Function: recoverAccountInboxMessageSigner() + +> **recoverAccountInboxMessageSigner**(`message`, `accountAddress`, `inboxId`): `string` + +Defined in: [packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts#L25) + +## Parameters + +### message + +#### authorAccountAddress? + +`string` = `...` + +#### ciphertext + +`string` = `Schema.String` + +#### signature? + +\{ `hex`: `string`; `recovery`: `number`; \} = `...` + +#### signature.hex + +`string` = `Schema.String` + +#### signature.recovery + +`number` = `Schema.Number` + +### accountAddress + +`string` + +### inboxId + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" new file mode 100644 index 00000000..3b6b68e5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" @@ -0,0 +1,73 @@ +# Function: recoverSpaceInboxCreatorKey() + +> **recoverSpaceInboxCreatorKey**(`event`): `string` + +Defined in: [packages/hypergraph/src/inboxes/recover-inbox-creator.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-creator.ts#L22) + +## Parameters + +### event + +#### author + +\{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \} = `EventAuthor` + +#### author.accountAddress + +`string` = `Schema.String` + +#### author.signature + +\{ `hex`: `string`; `recovery`: `number`; \} = `SignatureWithRecovery` + +#### author.signature.hex + +`string` = `Schema.String` + +#### author.signature.recovery + +`number` = `Schema.Number` + +#### transaction + +\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \} = `...` + +#### transaction.authPolicy + +`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` + +#### transaction.encryptionPublicKey + +`string` = `Schema.String` + +#### transaction.id + +`string` = `Schema.String` + +#### transaction.inboxId + +`string` = `Schema.String` + +#### transaction.isPublic + +`boolean` = `Schema.Boolean` + +#### transaction.previousEventHash + +`string` = `Schema.String` + +#### transaction.secretKey + +`string` = `Schema.String` + +#### transaction.spaceId + +`string` = `Schema.String` + +#### transaction.type + +`"create-space-inbox"` = `...` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" new file mode 100644 index 00000000..09972965 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" @@ -0,0 +1,41 @@ +# Function: recoverSpaceInboxMessageSigner() + +> **recoverSpaceInboxMessageSigner**(`message`, `spaceId`, `inboxId`): `string` + +Defined in: [packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts#L6) + +## Parameters + +### message + +#### authorAccountAddress? + +`string` = `...` + +#### ciphertext + +`string` = `Schema.String` + +#### signature? + +\{ `hex`: `string`; `recovery`: `number`; \} = `...` + +#### signature.hex + +`string` = `Schema.String` + +#### signature.recovery + +`number` = `Schema.Number` + +### spaceId + +`string` + +### inboxId + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" new file mode 100644 index 00000000..d9003239 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" @@ -0,0 +1,15 @@ +# Function: sendAccountInboxMessage() + +> **sendAccountInboxMessage**(`__namedParameters`): `Promise`\<`void`\> + +Defined in: [packages/hypergraph/src/inboxes/send-message.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/send-message.ts#L40) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `accountAddress`: `string`; `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" new file mode 100644 index 00000000..8a7527ae --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" @@ -0,0 +1,15 @@ +# Function: sendSpaceInboxMessage() + +> **sendSpaceInboxMessage**(`__namedParameters`): `Promise`\<`void`\> + +Defined in: [packages/hypergraph/src/inboxes/send-message.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/send-message.ts#L3) + +## Parameters + +### \_\_namedParameters + +`Readonly`\<\{ `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `spaceId`: `string`; `syncServerUri`: `string`; \}\> + +## Returns + +`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" new file mode 100644 index 00000000..e5c0c501 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" @@ -0,0 +1,61 @@ +# Function: validateAccountInboxMessage() + +> **validateAccountInboxMessage**(`message`, `inbox`, `accountAddress`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/inboxes/message-validation.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-validation.ts#L47) + +## Parameters + +### message + +#### authorAccountAddress? + +`string` = `...` + +#### ciphertext + +`string` = `Schema.String` + +#### createdAt + +`Date` = `Schema.Date` + +#### id + +`string` = `Schema.String` + +#### signature? + +\{ `hex`: `string`; `recovery`: `number`; \} = `...` + +#### signature.hex + +`string` = `Schema.String` + +#### signature.recovery + +`number` = `Schema.Number` + +### inbox + +[`AccountInboxStorageEntry`](../../../../type-aliases/AccountInboxStorageEntry.md) + +### accountAddress + +`string` + +### syncServerUri + +`string` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" new file mode 100644 index 00000000..87457e39 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" @@ -0,0 +1,61 @@ +# Function: validateSpaceInboxMessage() + +> **validateSpaceInboxMessage**(`message`, `inbox`, `spaceId`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> + +Defined in: [packages/hypergraph/src/inboxes/message-validation.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-validation.ts#L7) + +## Parameters + +### message + +#### authorAccountAddress? + +`string` = `...` + +#### ciphertext + +`string` = `Schema.String` + +#### createdAt + +`Date` = `Schema.Date` + +#### id + +`string` = `Schema.String` + +#### signature? + +\{ `hex`: `string`; `recovery`: `number`; \} = `...` + +#### signature.hex + +`string` = `Schema.String` + +#### signature.recovery + +`number` = `Schema.Number` + +### inbox + +[`SpaceInboxStorageEntry`](../../../../type-aliases/SpaceInboxStorageEntry.md) + +### spaceId + +`string` + +### syncServerUri + +`string` + +### chain + +`Chain` + +### rpcUrl + +`string` + +## Returns + +`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" new file mode 100644 index 00000000..41e9c32d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" @@ -0,0 +1,31 @@ +# Inboxes + +## Type Aliases + +- [InboxSenderAuthPolicy](type-aliases/InboxSenderAuthPolicy.md) + +## Variables + +- [InboxSenderAuthPolicy](variables/InboxSenderAuthPolicy.md) + +## Functions + +- [createAccountInboxCreationMessage](functions/createAccountInboxCreationMessage.md) +- [createSpaceInboxCreationMessage](functions/createSpaceInboxCreationMessage.md) +- [decryptInboxMessage](functions/decryptInboxMessage.md) +- [encryptInboxMessage](functions/encryptInboxMessage.md) +- [getAccountInbox](functions/getAccountInbox.md) +- [getSpaceInbox](functions/getSpaceInbox.md) +- [listPublicAccountInboxes](functions/listPublicAccountInboxes.md) +- [listPublicSpaceInboxes](functions/listPublicSpaceInboxes.md) +- [mergeMessages](functions/mergeMessages.md) +- [prepareAccountInboxMessage](functions/prepareAccountInboxMessage.md) +- [prepareSpaceInboxMessage](functions/prepareSpaceInboxMessage.md) +- [recoverAccountInboxCreatorKey](functions/recoverAccountInboxCreatorKey.md) +- [recoverAccountInboxMessageSigner](functions/recoverAccountInboxMessageSigner.md) +- [recoverSpaceInboxCreatorKey](functions/recoverSpaceInboxCreatorKey.md) +- [recoverSpaceInboxMessageSigner](functions/recoverSpaceInboxMessageSigner.md) +- [sendAccountInboxMessage](functions/sendAccountInboxMessage.md) +- [sendSpaceInboxMessage](functions/sendSpaceInboxMessage.md) +- [validateAccountInboxMessage](functions/validateAccountInboxMessage.md) +- [validateSpaceInboxMessage](functions/validateSpaceInboxMessage.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" new file mode 100644 index 00000000..48386e10 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" @@ -0,0 +1,5 @@ +# Type Alias: InboxSenderAuthPolicy + +> **InboxSenderAuthPolicy** = `Schema.Schema.Type`\<*typeof* [`InboxSenderAuthPolicy`](../variables/InboxSenderAuthPolicy.md)\> + +Defined in: [packages/hypergraph/src/inboxes/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" new file mode 100644 index 00000000..ce74ed11 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" @@ -0,0 +1,5 @@ +# Variable: InboxSenderAuthPolicy + +> `const` **InboxSenderAuthPolicy**: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\> + +Defined in: [packages/hypergraph/src/inboxes/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" new file mode 100644 index 00000000..459a4398 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" @@ -0,0 +1,27 @@ +# Function: createKey() + +> **createKey**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/key/create-key.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/create-key.ts#L9) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`object` + +### key + +> **key**: `Uint8Array` + +### keyBoxCiphertext + +> **keyBoxCiphertext**: `Uint8Array` + +### keyBoxNonce + +> **keyBoxNonce**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" new file mode 100644 index 00000000..ee441e0f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" @@ -0,0 +1,15 @@ +# Function: decryptKey() + +> **decryptKey**(`__namedParameters`): `Uint8Array` + +Defined in: [packages/hypergraph/src/key/decrypt-key.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/decrypt-key.ts#L10) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" new file mode 100644 index 00000000..e36fbe8b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" @@ -0,0 +1,15 @@ +# Function: decryptKeyBox() + +> **decryptKeyBox**(`__namedParameters`): `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L29) + +## Parameters + +### \_\_namedParameters + +[`DecryptKeyBoxParams`](../type-aliases/DecryptKeyBoxParams.md) + +## Returns + +`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" new file mode 100644 index 00000000..685fb3e7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" @@ -0,0 +1,23 @@ +# Function: encryptKey() + +> **encryptKey**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/key/encrypt-key.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/encrypt-key.ts#L10) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`object` + +### keyBoxCiphertext + +> **keyBoxCiphertext**: `Uint8Array` + +### keyBoxNonce + +> **keyBoxNonce**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" new file mode 100644 index 00000000..5186f171 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" @@ -0,0 +1,15 @@ +# Function: encryptKeyBox() + +> **encryptKeyBox**(`__namedParameters`): `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L25) + +## Parameters + +### \_\_namedParameters + +[`EncryptKeyBoxParams`](../type-aliases/EncryptKeyBoxParams.md) + +## Returns + +`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" new file mode 100644 index 00000000..e27ba093 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" @@ -0,0 +1,17 @@ +# Function: generateKeypair() + +> **generateKeypair**(): `object` + +Defined in: [packages/hypergraph/src/key/key-box.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L3) + +## Returns + +`object` + +### publicKey + +> **publicKey**: `Uint8Array` + +### secretKey + +> **secretKey**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" new file mode 100644 index 00000000..8a30f598 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" @@ -0,0 +1,15 @@ +# Key + +## Type Aliases + +- [DecryptKeyBoxParams](type-aliases/DecryptKeyBoxParams.md) +- [EncryptKeyBoxParams](type-aliases/EncryptKeyBoxParams.md) + +## Functions + +- [createKey](functions/createKey.md) +- [decryptKey](functions/decryptKey.md) +- [decryptKeyBox](functions/decryptKeyBox.md) +- [encryptKey](functions/encryptKey.md) +- [encryptKeyBox](functions/encryptKeyBox.md) +- [generateKeypair](functions/generateKeypair.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" new file mode 100644 index 00000000..c83d165e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" @@ -0,0 +1,37 @@ +# Type Alias: DecryptKeyBoxParams + +> **DecryptKeyBoxParams** = `object` + +Defined in: [packages/hypergraph/src/key/key-box.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L18) + +## Properties + +### ciphertext + +> **ciphertext**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L19) + +*** + +### nonce + +> **nonce**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L20) + +*** + +### publicKey + +> **publicKey**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L21) + +*** + +### secretKey + +> **secretKey**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L22) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" new file mode 100644 index 00000000..93a8a046 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" @@ -0,0 +1,37 @@ +# Type Alias: EncryptKeyBoxParams + +> **EncryptKeyBoxParams** = `object` + +Defined in: [packages/hypergraph/src/key/key-box.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L11) + +## Properties + +### message + +> **message**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L12) + +*** + +### nonce + +> **nonce**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L13) + +*** + +### publicKey + +> **publicKey**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L14) + +*** + +### secretKey + +> **secretKey**: `Uint8Array` + +Defined in: [packages/hypergraph/src/key/key-box.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L15) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" new file mode 100644 index 00000000..5e1a723d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" @@ -0,0 +1,59 @@ +# Class: InvalidInputError + +Defined in: [packages/hypergraph/src/mapping/Utils.ts:124](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L124) + +## Extends + +- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `cause`: `unknown`; `input`: `string`; \}\> + +## Constructors + +### Constructor + +> **new InvalidInputError**(`args`): `InvalidInputError` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 + +#### Parameters + +##### args + +###### cause + +`unknown` + +###### input + +`string` + +#### Returns + +`InvalidInputError` + +#### Inherited from + +`Data.TaggedError('/typesync/errors/InvalidInputError')<{ readonly input: string; readonly cause: unknown; }>.constructor` + +## Properties + +### cause + +> **cause**: `unknown` + +Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es2022.error.d.ts:26 + +#### Inherited from + +`Data.TaggedError('/typesync/errors/InvalidInputError').cause` + +*** + +### input + +> `readonly` **input**: `string` + +Defined in: [packages/hypergraph/src/mapping/Utils.ts:125](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L125) + +#### Inherited from + +`Data.TaggedError('/typesync/errors/InvalidInputError').input` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" new file mode 100644 index 00000000..e50c9b7f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" @@ -0,0 +1,75 @@ +# Class: RelationValueTypeDoesNotExistError + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:773](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L773) + +## Extends + +- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; `property`: `string`; `relatedType`: `string`; \}\> + +## Constructors + +### Constructor + +> **new RelationValueTypeDoesNotExistError**(`args`): `RelationValueTypeDoesNotExistError` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 + +#### Parameters + +##### args + +###### message + +`string` + +###### property + +`string` + +###### relatedType + +`string` + +#### Returns + +`RelationValueTypeDoesNotExistError` + +#### Inherited from + +`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', )<{ readonly message: string; readonly property: string; readonly relatedType: string; }>.constructor` + +## Properties + +### message + +> **message**: `string` + +Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 + +#### Inherited from + +`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).message` + +*** + +### property + +> `readonly` **property**: `string` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:777](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L777) + +#### Inherited from + +`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).property` + +*** + +### relatedType + +> `readonly` **relatedType**: `string` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:778](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L778) + +#### Inherited from + +`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).relatedType` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" new file mode 100644 index 00000000..bbcd8b65 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" @@ -0,0 +1,77 @@ +# Function: allRelationPropertyTypesExist() + +> **allRelationPropertyTypesExist**(`types`): `boolean` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:324](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L324) + +Iterate through all properties in all types in the schema of `dataType` === `Relation(${string})` +and validate that the schema.types have a type for the existing relation + +## Parameters + +### types + +readonly `object`[] + +the user-submitted schema types + +## Returns + +`boolean` + +## Examples + +```ts +import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' + +const types: Mapping['types'] = [ + { + name: "Account", + knowledgeGraphId: null, + properties: [ + { + name: "username", + dataType: "String", + knowledgeGraphId: null + } + ] + }, + { + name: "Event", + knowledgeGraphId: null, + properties: [ + { + name: "speaker", + dataType: "Relation(Account)" + relationType: "Account", + knowledgeGraphId: null, + } + ] + } +] +expect(allRelationPropertyTypesExist(types)).toEqual(true) +``` + +```ts +import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' + +const types: Mapping['types'] = [ + { + name: "Event", + knowledgeGraphId: null, + properties: [ + { + name: "speaker", + dataType: "Relation(Account)", + relationType: "Account", + knowledgeGraphId: null, + } + ] + } +] +expect(allRelationPropertyTypesExist(types)).toEqual(false) +``` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" new file mode 100644 index 00000000..c21b3e43 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" @@ -0,0 +1,132 @@ +# Function: generateMapping() + +> **generateMapping**(`input`): [`GenerateMappingResult`](../type-aliases/GenerateMappingResult.md) + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:633](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L633) + +Takes the user-submitted schema, validates it, and build the `Mapping` definition for the schema as well as the GRC-20 Ops needed to publish the schema/schema changes to the Knowledge Graph. + +## Parameters + +### input + +user-built and submitted schema + +#### types + +readonly `object`[] = `...` + +## Returns + +[`GenerateMappingResult`](../type-aliases/GenerateMappingResult.md) + +the generated [Mapping] definition from the submitted schema as well as the GRC-20 Ops required to publish the schema to the Knowledge Graph + +## Example + +```ts +import { Id } from "@graphprotocol/grc-20" +import { generateMapping } from "@graphprotocol/hypergraph" + +const schema: Schema = { + types: [ + { + name: "Account", + knowledgeGraphId: "a5fd07b1-120f-46c6-b46f-387ef98396a6", + properties: [ + { + name: "username", + dataType: "String", + knowledgeGraphId: "994edcff-6996-4a77-9797-a13e5e3efad8" + }, + { + name: "createdAt", + dataType: "Date", + knowledgeGraphId: null + } + ] + }, + { + name: "Event", + knowledgeGraphId: null, + properties: [ + { + name: "name", + dataType: "String", + knowledgeGraphId: "3808e060-fb4a-4d08-8069-35b8c8a1902b" + }, + { + name: "description", + dataType: "String", + knowledgeGraphId: null + }, + { + name: "speaker", + dataType: "Relation(Account)", + relationType: "Account", + knowledgeGraphId: null + } + ] + } + ], +} +const [mapping, ops] = generateMapping(schema) + +expect(mapping).toEqual({ + Account: { + typeIds: [Id("a5fd07b1-120f-46c6-b46f-387ef98396a6")], // comes from input schema + properties: { + username: Id("994edcff-6996-4a77-9797-a13e5e3efad8"), // comes from input schema + createdAt: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), // generated from Graph.createProperty Op + } + }, + Event: { + typeIds: [Id("20b3fe39-8e62-41a0-b9cb-92743fd760da")], // generated from Graph.createType Op + properties: { + name: Id("3808e060-fb4a-4d08-8069-35b8c8a1902b"), // comes from input schema + description: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), // generated from Graph.createProperty Op + }, + relations: { + speaker: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), // generated from Graph.createProperty Op + } + } +}) +expect(ops).toEqual([ + // Graph.createProperty Op for Account.createdAt property + { + type: "CREATE_PROPERTY", + property: { + id: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), + dataType: "String" + } + }, + // Graph.createProperty Op for Event.description property + { + type: "CREATE_PROPERTY", + property: { + id: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), + dataType: "String" + } + }, + // Graph.createProperty Op for Event.speaker property + { + type: "CREATE_PROPERTY", + property: { + id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), + dataType: "RELATION" + } + }, + // Graph.createType Op for Event type + { + type: "CREATE_PROPERTY", + property: { + id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), + dataType: "RELATION" + } + }, +]) +``` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" new file mode 100644 index 00000000..e5b2f429 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" @@ -0,0 +1,19 @@ +# Function: getDataType() + +> **getDataType**(`val`): `` `Relation(${string})` `` \| `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:125](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L125) + +## Parameters + +### val + +`string` + +## Returns + +`` `Relation(${string})` `` \| `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` + +## Since + +0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" new file mode 100644 index 00000000..fa55b664 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" @@ -0,0 +1,19 @@ +# Function: isDataType() + +> **isDataType**(`val`): val is \`Relation($\{string\})\` \| "String" \| "Number" \| "Boolean" \| "Date" \| "Point" + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:119](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L119) + +## Parameters + +### val + +`string` + +## Returns + +val is \`Relation($\{string\})\` \| "String" \| "Number" \| "Boolean" \| "Date" \| "Point" + +## Since + +0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" new file mode 100644 index 00000000..68e7bf56 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" @@ -0,0 +1,19 @@ +# Function: isDataTypePrimitive() + +> **isDataTypePrimitive**(`val`): val is "String" \| "Number" \| "Boolean" \| "Date" \| "Point" + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:105](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L105) + +## Parameters + +### val + +`string` + +## Returns + +val is "String" \| "Number" \| "Boolean" \| "Date" \| "Point" + +## Since + +0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" new file mode 100644 index 00000000..04032c68 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" @@ -0,0 +1,19 @@ +# Function: isDataTypeRelation() + +> **isDataTypeRelation**(`val`): `` val is `Relation(${string})` `` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:81](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L81) + +## Parameters + +### val + +`string` + +## Returns + +`` val is `Relation(${string})` `` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" new file mode 100644 index 00000000..57a3ae82 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" @@ -0,0 +1,23 @@ +# Function: mapSchemaDataTypeToGRC20PropDataType() + +> **mapSchemaDataTypeToGRC20PropDataType**(`dataType`): `ValueDataType` \| `"RELATION"` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:787](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L787) + +## Parameters + +### dataType + +the dataType from the user-submitted schema + +`` `Relation(${string})` `` | `"String"` | `"Number"` | `"Boolean"` | `"Date"` | `"Point"` + +## Returns + +`ValueDataType` \| `"RELATION"` + +the mapped to GRC-20 dataType for the GRC-20 ops + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" new file mode 100644 index 00000000..3e5c9b15 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" @@ -0,0 +1,35 @@ +# Function: namesAreUnique() + +> **namesAreUnique**\<`T`\>(`entries`): `boolean` + +Defined in: [packages/hypergraph/src/mapping/Utils.ts:144](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L144) + +Adds schema validation that the array of objects with property `name` only has unique names + +## Type Parameters + +### T + +`T` *extends* `object` + +## Parameters + +### entries + +readonly `T`[] + +## Returns + +`boolean` + +## Examples + +```ts +const types = [{name:'Account'}, {name:'Event'}] +expect(namesAreUnique(types)).toEqual(true) +``` + +```ts +const types = [{name:'Account'}, {name:'Event'}, {name:'Account'}] +expect(namesAreUnique(types)).toEqual(false) +``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" new file mode 100644 index 00000000..21af9832 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" @@ -0,0 +1,67 @@ +# Function: propertyIsRelation() + +> **propertyIsRelation**(`property`): property is \{ dataType: \`Relation($\{string\})\`; knowledgeGraphId: null \| string; name: string; optional?: null \| boolean; relationType: string \} + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L173) + +## Parameters + +### property + +\{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} + +#### dataType + +`` `Relation(${string})` `` = `SchemaDataTypeRelation` + +#### knowledgeGraphId + +`null` \| `string` = `...` + +#### name + +`string` = `EffectSchema.NonEmptyTrimmedString` + +#### optional? + +`null` \| `boolean` = `...` + +**Since** + +0.4.0 + +#### relationType + +`string` = `...` + +| + +\{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} + +#### dataType + +`"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` = `SchemaDataTypePrimitive` + +#### knowledgeGraphId + +`null` \| `string` = `...` + +#### name + +`string` = `EffectSchema.NonEmptyTrimmedString` + +#### optional? + +`null` \| `boolean` = `...` + +**Since** + +0.4.0 + +## Returns + +property is \{ dataType: \`Relation($\{string\})\`; knowledgeGraphId: null \| string; name: string; optional?: null \| boolean; relationType: string \} + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" new file mode 100644 index 00000000..ffc530c5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" @@ -0,0 +1,40 @@ +# Function: toCamelCase() + +> **toCamelCase**(`str`): `string` + +Defined in: [packages/hypergraph/src/mapping/Utils.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L25) + +Takes the input string and returns the camelCase equivalent + +## Parameters + +### str + +`string` + +input string + +## Returns + +`string` + +camelCased value of the input string + +## Example + +```ts +import { toCamelCase } from '@graphprotocol/hypergraph/mapping' + +expect(toCamelCase('Address line 1')).toEqual('addressLine1'); +expect(toCamelCase('AddressLine1')).toEqual('addressLine1'); +expect(toCamelCase('addressLine1')).toEqual('addressLine1'); +expect(toCamelCase('address_line_1')).toEqual('addressLine1'); +expect(toCamelCase('address-line-1')).toEqual('addressLine1'); +expect(toCamelCase('address-line_1')).toEqual('addressLine1'); +expect(toCamelCase('address-line 1')).toEqual('addressLine1'); +expect(toCamelCase('ADDRESS_LINE_1')).toEqual('addressLine1'); +``` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" new file mode 100644 index 00000000..52cae494 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" @@ -0,0 +1,40 @@ +# Function: toPascalCase() + +> **toPascalCase**(`str`): `string` + +Defined in: [packages/hypergraph/src/mapping/Utils.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L87) + +Takes the input string and returns the PascalCase equivalent + +## Parameters + +### str + +`string` + +input string + +## Returns + +`string` + +PascalCased value of the input string + +## Example + +```ts +iimport { toPascalCase } from '@graphprotocol/hypergraph/mapping' + +expect(toPascalCase('Address line 1')).toEqual('AddressLine1'); +expect(toPascalCase('AddressLine1')).toEqual('AddressLine1'); +expect(toPascalCase('addressLine1')).toEqual('AddressLine1'); +expect(toPascalCase('address_line_1')).toEqual('AddressLine1'); +expect(toPascalCase('address-line-1')).toEqual('AddressLine1'); +expect(toPascalCase('address-line_1')).toEqual('AddressLine1'); +expect(toPascalCase('address-line 1')).toEqual('AddressLine1'); +expect(toPascalCase('ADDRESS_LINE_1')).toEqual('AddressLine1'); +``` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" new file mode 100644 index 00000000..6aa4aa7b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" @@ -0,0 +1,46 @@ +# Mapping + +## Classes + +- [InvalidInputError](classes/InvalidInputError.md) +- [RelationValueTypeDoesNotExistError](classes/RelationValueTypeDoesNotExistError.md) + +## Type Aliases + +- [DataTypeRelation](type-aliases/DataTypeRelation.md) +- [GenerateMappingResult](type-aliases/GenerateMappingResult.md) +- [Mapping](type-aliases/Mapping.md) +- [MappingEntry](type-aliases/MappingEntry.md) +- [Schema](type-aliases/Schema.md) +- [SchemaDataType](type-aliases/SchemaDataType.md) +- [SchemaDataTypePrimitive](type-aliases/SchemaDataTypePrimitive.md) +- [SchemaDataTypeRelation](type-aliases/SchemaDataTypeRelation.md) +- [SchemaType](type-aliases/SchemaType.md) +- [SchemaTypePropertyPrimitive](type-aliases/SchemaTypePropertyPrimitive.md) +- [SchemaTypePropertyRelation](type-aliases/SchemaTypePropertyRelation.md) + +## Variables + +- [Schema](variables/Schema.md) +- [SchemaDataType](variables/SchemaDataType.md) +- [SchemaDataTypePrimitive](variables/SchemaDataTypePrimitive.md) +- [SchemaDataTypeRelation](variables/SchemaDataTypeRelation.md) +- [SchemaKnownDecoder](variables/SchemaKnownDecoder.md) +- [SchemaType](variables/SchemaType.md) +- [SchemaTypePropertyPrimitive](variables/SchemaTypePropertyPrimitive.md) +- [SchemaTypePropertyRelation](variables/SchemaTypePropertyRelation.md) +- [SchemaUnknownDecoder](variables/SchemaUnknownDecoder.md) + +## Functions + +- [allRelationPropertyTypesExist](functions/allRelationPropertyTypesExist.md) +- [generateMapping](functions/generateMapping.md) +- [getDataType](functions/getDataType.md) +- [isDataType](functions/isDataType.md) +- [isDataTypePrimitive](functions/isDataTypePrimitive.md) +- [isDataTypeRelation](functions/isDataTypeRelation.md) +- [mapSchemaDataTypeToGRC20PropDataType](functions/mapSchemaDataTypeToGRC20PropDataType.md) +- [namesAreUnique](functions/namesAreUnique.md) +- [propertyIsRelation](functions/propertyIsRelation.md) +- [toCamelCase](functions/toCamelCase.md) +- [toPascalCase](functions/toPascalCase.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" new file mode 100644 index 00000000..a4c43a8a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" @@ -0,0 +1,9 @@ +# Type Alias: DataTypeRelation + +> **DataTypeRelation** = `` `Relation(${string})` `` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:77](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L77) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" new file mode 100644 index 00000000..3d428448 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" @@ -0,0 +1,5 @@ +# Type Alias: GenerateMappingResult + +> **GenerateMappingResult** = \[[`Mapping`](Mapping.md), `ReadonlyArray`\<`Op`\>\] + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:334](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L334) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" new file mode 100644 index 00000000..9bd4d77a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" @@ -0,0 +1,40 @@ +# Type Alias: Mapping + +> **Mapping** = `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L70) + +## Index Signature + +\[`key`: `string`\]: [`MappingEntry`](MappingEntry.md) + +## Example + +```ts +import { Id } from '@graphprotocol/hypergraph' +import type { Mapping } from '@graphprotocol/hypergraph/mapping' + +const mapping: Mapping = { + Account: { + typeIds: [Id('a5fd07b1-120f-46c6-b46f-387ef98396a6')], + properties: { + username: Id('994edcff-6996-4a77-9797-a13e5e3efad8'), + createdAt: Id('64bfba51-a69b-4746-be4b-213214a879fe') + } + }, + Event: { + typeIds: [Id('0349187b-526f-435f-b2bb-9e9caf23127a')], + properties: { + name: Id('3808e060-fb4a-4d08-8069-35b8c8a1902b'), + description: Id('1f0d9007-8da2-4b28-ab9f-3bc0709f4837'), + }, + relations: { + speaker: Id('a5fd07b1-120f-46c6-b46f-387ef98396a6') + } + } +} +``` + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" new file mode 100644 index 00000000..b0090bcb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" @@ -0,0 +1,62 @@ +# Type Alias: MappingEntry + +> **MappingEntry** = `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L11) + +Mappings for a schema type and its properties/relations + +## Since + +0.2.0 + +## Properties + +### properties? + +> `optional` **properties**: `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L24) + +Record of property names to the `Id` of the type in the Knowledge Graph + +#### Index Signature + +\[`key`: `string`\]: `Id` + +#### Since + +0.2.0 + +*** + +### relations? + +> `optional` **relations**: `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L34) + +Record of relation properties to the `Id` of the type in the Knowledge Graph + +#### Index Signature + +\[`key`: `string`\]: `Id` + +#### Since + +0.2.0 + +*** + +### typeIds + +> **typeIds**: `Grc20Id`[] + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L18) + +Array of the `Id` of the type in the Knowledge Graph. +Is an array because a type can belong to multiple spaces/extend multiple types. + +#### Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" new file mode 100644 index 00000000..addc4702 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" @@ -0,0 +1,9 @@ +# Type Alias: Schema + +> **Schema** = *typeof* `Schema.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L204) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" new file mode 100644 index 00000000..ef167ad5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaDataType + +> **SchemaDataType** = *typeof* `SchemaDataType.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:111](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L111) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" new file mode 100644 index 00000000..cf04dec4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaDataTypePrimitive + +> **SchemaDataTypePrimitive** = *typeof* `SchemaDataTypePrimitive.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:97](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L97) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" new file mode 100644 index 00000000..b22f7162 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaDataTypeRelation + +> **SchemaDataTypeRelation** = *typeof* `SchemaDataTypeRelation.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L87) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" new file mode 100644 index 00000000..b40c8662 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaType + +> **SchemaType** = *typeof* `SchemaType.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:182](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L182) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" new file mode 100644 index 00000000..112b437f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaTypePropertyPrimitive + +> **SchemaTypePropertyPrimitive** = *typeof* `SchemaTypePropertyPrimitive.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:161](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L161) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" new file mode 100644 index 00000000..b3ee57b3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" @@ -0,0 +1,9 @@ +# Type Alias: SchemaTypePropertyRelation + +> **SchemaTypePropertyRelation** = *typeof* `SchemaTypePropertyRelation.Type` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:145](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L145) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" new file mode 100644 index 00000000..7e15e949 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" @@ -0,0 +1,11 @@ +# Variable: Schema + +> `const` **Schema**: `Struct`\<\{ `types`: `filter`\<`filter`\<`filter`\<`Array$`\<`Struct`\<\{ `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `properties`: `filter`\<`filter`\<`Array$`\<...\>\>\>; \}\>\>\>\>\>; \}\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L204) + +Represents the user-built schema object to generate a `Mappings` definition for + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" new file mode 100644 index 00000000..2e901425 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" @@ -0,0 +1,9 @@ +# Variable: SchemaDataType + +> `const` **SchemaDataType**: `Union`\<\[`Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>, `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>\]\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:111](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L111) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" new file mode 100644 index 00000000..a8a3341a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" @@ -0,0 +1,9 @@ +# Variable: SchemaDataTypePrimitive + +> `const` **SchemaDataTypePrimitive**: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:97](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L97) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" new file mode 100644 index 00000000..c367d705 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" @@ -0,0 +1,9 @@ +# Variable: SchemaDataTypeRelation + +> `const` **SchemaDataTypeRelation**: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L87) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" new file mode 100644 index 00000000..f5822acb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" @@ -0,0 +1,29 @@ +# Variable: SchemaKnownDecoder() + +> `const` **SchemaKnownDecoder**: (`i`, `overrideOptions?`) => `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:257](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L257) + +## Parameters + +### i + +#### types + +readonly `object`[] + +### overrideOptions? + +`ParseOptions` + +## Returns + +`object` + +### types + +> `readonly` **types**: readonly `object`[] + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" new file mode 100644 index 00000000..0d24b541 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" @@ -0,0 +1,9 @@ +# Variable: SchemaType + +> `const` **SchemaType**: `Struct`\<\{ `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `properties`: `filter`\<`filter`\<`Array$`\<`Union`\<\[`Struct`\<\{ `dataType`: `Literal`\<\[..., ..., ..., ..., ...\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<...\>\>; \}\>, `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${(...)})` ``, `Schema`\<..., ..., ...\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<...\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\>\]\>\>\>\>; \}\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:182](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L182) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" new file mode 100644 index 00000000..9e31f2a6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" @@ -0,0 +1,9 @@ +# Variable: SchemaTypePropertyPrimitive + +> `const` **SchemaTypePropertyPrimitive**: `Struct`\<\{ `dataType`: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; \}\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:161](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L161) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" new file mode 100644 index 00000000..f857b49b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" @@ -0,0 +1,9 @@ +# Variable: SchemaTypePropertyRelation + +> `const` **SchemaTypePropertyRelation**: `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\> + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:145](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L145) + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" new file mode 100644 index 00000000..0cd0dd6c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" @@ -0,0 +1,27 @@ +# Variable: SchemaUnknownDecoder() + +> `const` **SchemaUnknownDecoder**: (`u`, `overrideOptions?`) => `object` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:261](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L261) + +## Parameters + +### u + +`unknown` + +### overrideOptions? + +`ParseOptions` + +## Returns + +`object` + +### types + +> `readonly` **types**: readonly `object`[] + +## Since + +0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" new file mode 100644 index 00000000..641213c8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" @@ -0,0 +1,15 @@ +# Function: decryptMessage() + +> **decryptMessage**(`__namedParameters`): `Uint8Array`\<`ArrayBufferLike`\> + +Defined in: [packages/hypergraph/src/messages/decrypt-message.ts:8](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/decrypt-message.ts#L8) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Uint8Array`\<`ArrayBufferLike`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" new file mode 100644 index 00000000..5ac14d89 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" @@ -0,0 +1,15 @@ +# Function: deserialize() + +> **deserialize**(`json`): `unknown` + +Defined in: [packages/hypergraph/src/messages/serialize.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/serialize.ts#L14) + +## Parameters + +### json + +`string` + +## Returns + +`unknown` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" new file mode 100644 index 00000000..6e9e64ee --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" @@ -0,0 +1,15 @@ +# Function: encryptMessage() + +> **encryptMessage**(`__namedParameters`): `Uint8Array`\<`ArrayBuffer`\> + +Defined in: [packages/hypergraph/src/messages/encrypt-message.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/encrypt-message.ts#L9) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Uint8Array`\<`ArrayBuffer`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" new file mode 100644 index 00000000..a8da2f28 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" @@ -0,0 +1,15 @@ +# Function: recoverUpdateMessageSigner() + +> **recoverUpdateMessageSigner**(`__namedParameters`): `string` + +Defined in: [packages/hypergraph/src/messages/signed-update-message.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/signed-update-message.ts#L66) + +## Parameters + +### \_\_namedParameters + +\{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; `spaceId`: `string`; `type`: `"create-update"`; `update`: `Uint8Array`\<`ArrayBufferLike`\>; `updateId`: `string`; \} | `RecoverParams` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" new file mode 100644 index 00000000..cb729b2a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" @@ -0,0 +1,15 @@ +# Function: serialize() + +> **serialize**(`obj`): `string` + +Defined in: [packages/hypergraph/src/messages/serialize.ts:2](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/serialize.ts#L2) + +## Parameters + +### obj + +`any` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" new file mode 100644 index 00000000..d497a0e5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" @@ -0,0 +1,47 @@ +# Function: signedUpdateMessage() + +> **signedUpdateMessage**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/messages/signed-update-message.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/signed-update-message.ts#L27) + +## Parameters + +### \_\_namedParameters + +`SignedMessageParams` + +## Returns + +`object` + +### accountAddress + +> `readonly` **accountAddress**: `string` = `Schema.String` + +### signature + +> `readonly` **signature**: `object` = `SignatureWithRecovery` + +#### signature.hex + +> `readonly` **hex**: `string` = `Schema.String` + +#### signature.recovery + +> `readonly` **recovery**: `number` = `Schema.Number` + +### spaceId + +> `readonly` **spaceId**: `string` = `Schema.String` + +### type + +> `readonly` **type**: `"create-update"` + +### update + +> `readonly` **update**: `Uint8Array`\<`ArrayBufferLike`\> = `Schema.Uint8Array` + +### updateId + +> `readonly` **updateId**: `string` = `Schema.String` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" new file mode 100644 index 00000000..793054d4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" @@ -0,0 +1,127 @@ +# Messages + +## Type Aliases + +- [AccountInbox](type-aliases/AccountInbox.md) +- [AccountInboxPublic](type-aliases/AccountInboxPublic.md) +- [IdentityKeyBox](type-aliases/IdentityKeyBox.md) +- [InboxMessage](type-aliases/InboxMessage.md) +- [Invitation](type-aliases/Invitation.md) +- [KeyBox](type-aliases/KeyBox.md) +- [KeyBoxWithKeyId](type-aliases/KeyBoxWithKeyId.md) +- [RequestAcceptInvitationEvent](type-aliases/RequestAcceptInvitationEvent.md) +- [RequestConnectAddAppIdentityToSpaces](type-aliases/RequestConnectAddAppIdentityToSpaces.md) +- [RequestConnectCreateAppIdentity](type-aliases/RequestConnectCreateAppIdentity.md) +- [RequestConnectCreateIdentity](type-aliases/RequestConnectCreateIdentity.md) +- [RequestConnectCreateSpaceEvent](type-aliases/RequestConnectCreateSpaceEvent.md) +- [RequestCreateAccountInbox](type-aliases/RequestCreateAccountInbox.md) +- [RequestCreateAccountInboxMessage](type-aliases/RequestCreateAccountInboxMessage.md) +- [RequestCreateIdentity](type-aliases/RequestCreateIdentity.md) +- [RequestCreateInvitationEvent](type-aliases/RequestCreateInvitationEvent.md) +- [RequestCreateSpaceEvent](type-aliases/RequestCreateSpaceEvent.md) +- [RequestCreateSpaceInboxEvent](type-aliases/RequestCreateSpaceInboxEvent.md) +- [RequestCreateSpaceInboxMessage](type-aliases/RequestCreateSpaceInboxMessage.md) +- [RequestCreateUpdate](type-aliases/RequestCreateUpdate.md) +- [RequestGetAccountInboxes](type-aliases/RequestGetAccountInboxes.md) +- [RequestGetLatestAccountInboxMessages](type-aliases/RequestGetLatestAccountInboxMessages.md) +- [RequestGetLatestSpaceInboxMessages](type-aliases/RequestGetLatestSpaceInboxMessages.md) +- [RequestListInvitations](type-aliases/RequestListInvitations.md) +- [RequestListSpaces](type-aliases/RequestListSpaces.md) +- [RequestLogin](type-aliases/RequestLogin.md) +- [RequestLoginNonce](type-aliases/RequestLoginNonce.md) +- [RequestLoginWithSigningKey](type-aliases/RequestLoginWithSigningKey.md) +- [RequestMessage](type-aliases/RequestMessage.md) +- [RequestSubscribeToSpace](type-aliases/RequestSubscribeToSpace.md) +- [ResponseAccountInbox](type-aliases/ResponseAccountInbox.md) +- [ResponseAccountInboxes](type-aliases/ResponseAccountInboxes.md) +- [ResponseAccountInboxMessage](type-aliases/ResponseAccountInboxMessage.md) +- [ResponseAccountInboxMessages](type-aliases/ResponseAccountInboxMessages.md) +- [ResponseAccountInboxPublic](type-aliases/ResponseAccountInboxPublic.md) +- [ResponseConnectCreateIdentity](type-aliases/ResponseConnectCreateIdentity.md) +- [ResponseIdentity](type-aliases/ResponseIdentity.md) +- [ResponseIdentityEncrypted](type-aliases/ResponseIdentityEncrypted.md) +- [ResponseIdentityExistsError](type-aliases/ResponseIdentityExistsError.md) +- [ResponseIdentityNotFoundError](type-aliases/ResponseIdentityNotFoundError.md) +- [ResponseListAccountInboxesPublic](type-aliases/ResponseListAccountInboxesPublic.md) +- [ResponseListInvitations](type-aliases/ResponseListInvitations.md) +- [ResponseListSpaceInboxesPublic](type-aliases/ResponseListSpaceInboxesPublic.md) +- [ResponseListSpaces](type-aliases/ResponseListSpaces.md) +- [ResponseMessage](type-aliases/ResponseMessage.md) +- [ResponseSpace](type-aliases/ResponseSpace.md) +- [ResponseSpaceEvent](type-aliases/ResponseSpaceEvent.md) +- [ResponseSpaceInboxMessage](type-aliases/ResponseSpaceInboxMessage.md) +- [ResponseSpaceInboxMessages](type-aliases/ResponseSpaceInboxMessages.md) +- [ResponseSpaceInboxPublic](type-aliases/ResponseSpaceInboxPublic.md) +- [ResponseUpdateConfirmed](type-aliases/ResponseUpdateConfirmed.md) +- [ResponseUpdatesNotification](type-aliases/ResponseUpdatesNotification.md) +- [SpaceInbox](type-aliases/SpaceInbox.md) +- [SpaceInboxPublic](type-aliases/SpaceInboxPublic.md) +- [Updates](type-aliases/Updates.md) + +## Variables + +- [AccountInbox](variables/AccountInbox.md) +- [AccountInboxPublic](variables/AccountInboxPublic.md) +- [IdentityKeyBox](variables/IdentityKeyBox.md) +- [InboxMessage](variables/InboxMessage.md) +- [Invitation](variables/Invitation.md) +- [KeyBox](variables/KeyBox.md) +- [KeyBoxWithKeyId](variables/KeyBoxWithKeyId.md) +- [RequestAcceptInvitationEvent](variables/RequestAcceptInvitationEvent.md) +- [RequestConnectAddAppIdentityToSpaces](variables/RequestConnectAddAppIdentityToSpaces.md) +- [RequestConnectCreateAppIdentity](variables/RequestConnectCreateAppIdentity.md) +- [RequestConnectCreateIdentity](variables/RequestConnectCreateIdentity.md) +- [RequestConnectCreateSpaceEvent](variables/RequestConnectCreateSpaceEvent.md) +- [RequestCreateAccountInbox](variables/RequestCreateAccountInbox.md) +- [RequestCreateAccountInboxMessage](variables/RequestCreateAccountInboxMessage.md) +- [RequestCreateIdentity](variables/RequestCreateIdentity.md) +- [RequestCreateInvitationEvent](variables/RequestCreateInvitationEvent.md) +- [RequestCreateSpaceEvent](variables/RequestCreateSpaceEvent.md) +- [RequestCreateSpaceInboxEvent](variables/RequestCreateSpaceInboxEvent.md) +- [RequestCreateSpaceInboxMessage](variables/RequestCreateSpaceInboxMessage.md) +- [RequestCreateUpdate](variables/RequestCreateUpdate.md) +- [RequestGetAccountInboxes](variables/RequestGetAccountInboxes.md) +- [RequestGetLatestAccountInboxMessages](variables/RequestGetLatestAccountInboxMessages.md) +- [RequestGetLatestSpaceInboxMessages](variables/RequestGetLatestSpaceInboxMessages.md) +- [RequestListInvitations](variables/RequestListInvitations.md) +- [RequestListSpaces](variables/RequestListSpaces.md) +- [RequestLogin](variables/RequestLogin.md) +- [RequestLoginNonce](variables/RequestLoginNonce.md) +- [RequestLoginWithSigningKey](variables/RequestLoginWithSigningKey.md) +- [RequestMessage](variables/RequestMessage.md) +- [RequestSubscribeToSpace](variables/RequestSubscribeToSpace.md) +- [ResponseAccountInbox](variables/ResponseAccountInbox.md) +- [ResponseAccountInboxes](variables/ResponseAccountInboxes.md) +- [ResponseAccountInboxMessage](variables/ResponseAccountInboxMessage.md) +- [ResponseAccountInboxMessages](variables/ResponseAccountInboxMessages.md) +- [ResponseAccountInboxPublic](variables/ResponseAccountInboxPublic.md) +- [ResponseConnectCreateIdentity](variables/ResponseConnectCreateIdentity.md) +- [ResponseIdentity](variables/ResponseIdentity.md) +- [ResponseIdentityEncrypted](variables/ResponseIdentityEncrypted.md) +- [ResponseIdentityExistsError](variables/ResponseIdentityExistsError.md) +- [ResponseIdentityNotFoundError](variables/ResponseIdentityNotFoundError.md) +- [ResponseListAccountInboxesPublic](variables/ResponseListAccountInboxesPublic.md) +- [ResponseListInvitations](variables/ResponseListInvitations.md) +- [ResponseListSpaceInboxesPublic](variables/ResponseListSpaceInboxesPublic.md) +- [ResponseListSpaces](variables/ResponseListSpaces.md) +- [ResponseMessage](variables/ResponseMessage.md) +- [ResponseSpace](variables/ResponseSpace.md) +- [ResponseSpaceEvent](variables/ResponseSpaceEvent.md) +- [ResponseSpaceInboxMessage](variables/ResponseSpaceInboxMessage.md) +- [ResponseSpaceInboxMessages](variables/ResponseSpaceInboxMessages.md) +- [ResponseSpaceInboxPublic](variables/ResponseSpaceInboxPublic.md) +- [ResponseUpdateConfirmed](variables/ResponseUpdateConfirmed.md) +- [ResponseUpdatesNotification](variables/ResponseUpdatesNotification.md) +- [SignedUpdate](variables/SignedUpdate.md) +- [SpaceInbox](variables/SpaceInbox.md) +- [SpaceInboxPublic](variables/SpaceInboxPublic.md) +- [Updates](variables/Updates.md) + +## Functions + +- [decryptMessage](functions/decryptMessage.md) +- [deserialize](functions/deserialize.md) +- [encryptMessage](functions/encryptMessage.md) +- [recoverUpdateMessageSigner](functions/recoverUpdateMessageSigner.md) +- [serialize](functions/serialize.md) +- [signedUpdateMessage](functions/signedUpdateMessage.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" new file mode 100644 index 00000000..5cc2e81d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" @@ -0,0 +1,5 @@ +# Type Alias: AccountInbox + +> **AccountInbox** = `Schema.Schema.Type`\<*typeof* [`AccountInbox`](../variables/AccountInbox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:333](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L333) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" new file mode 100644 index 00000000..8c72c2a1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: AccountInboxPublic + +> **AccountInboxPublic** = `Schema.Schema.Type`\<*typeof* [`AccountInboxPublic`](../variables/AccountInboxPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:479](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L479) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" new file mode 100644 index 00000000..22a1d3c4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" @@ -0,0 +1,5 @@ +# Type Alias: IdentityKeyBox + +> **IdentityKeyBox** = `Schema.Schema.Type`\<*typeof* [`IdentityKeyBox`](../variables/IdentityKeyBox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" new file mode 100644 index 00000000..3ee73ed2 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: InboxMessage + +> **InboxMessage** = `Schema.Schema.Type`\<*typeof* [`InboxMessage`](../variables/InboxMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:313](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L313) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" new file mode 100644 index 00000000..6e4af612 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" @@ -0,0 +1,5 @@ +# Type Alias: Invitation + +> **Invitation** = `Schema.Schema.Type`\<*typeof* [`Invitation`](../variables/Invitation.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:290](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L290) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" new file mode 100644 index 00000000..f79c79b5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" @@ -0,0 +1,5 @@ +# Type Alias: KeyBox + +> **KeyBox** = `Schema.Schema.Type`\<*typeof* [`KeyBox`](../variables/KeyBox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" new file mode 100644 index 00000000..8bccba86 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" @@ -0,0 +1,5 @@ +# Type Alias: KeyBoxWithKeyId + +> **KeyBoxWithKeyId** = `Schema.Schema.Type`\<*typeof* [`KeyBoxWithKeyId`](../variables/KeyBoxWithKeyId.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L36) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" new file mode 100644 index 00000000..c044400e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestAcceptInvitationEvent + +> **RequestAcceptInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`RequestAcceptInvitationEvent`](../variables/RequestAcceptInvitationEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:98](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L98) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" new file mode 100644 index 00000000..e14e78dc --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestConnectAddAppIdentityToSpaces + +> **RequestConnectAddAppIdentityToSpaces** = `Schema.Schema.Type`\<*typeof* [`RequestConnectAddAppIdentityToSpaces`](../variables/RequestConnectAddAppIdentityToSpaces.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" new file mode 100644 index 00000000..ab949b11 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestConnectCreateAppIdentity + +> **RequestConnectCreateAppIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateAppIdentity`](../variables/RequestConnectCreateAppIdentity.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:243](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L243) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" new file mode 100644 index 00000000..995fd9a6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestConnectCreateIdentity + +> **RequestConnectCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateIdentity`](../variables/RequestConnectCreateIdentity.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:233](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L233) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" new file mode 100644 index 00000000..abb3faeb --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestConnectCreateSpaceEvent + +> **RequestConnectCreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateSpaceEvent`](../variables/RequestConnectCreateSpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" new file mode 100644 index 00000000..27104f2a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateAccountInbox + +> **RequestCreateAccountInbox** = `Schema.Schema.Type`\<*typeof* [`RequestCreateAccountInbox`](../variables/RequestCreateAccountInbox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:135](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L135) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" new file mode 100644 index 00000000..9ef7c1ce --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateAccountInboxMessage + +> **RequestCreateAccountInboxMessage** = `Schema.Schema.Type`\<*typeof* [`RequestCreateAccountInboxMessage`](../variables/RequestCreateAccountInboxMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:270](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L270) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" new file mode 100644 index 00000000..51c7f4c3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateIdentity + +> **RequestCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestCreateIdentity`](../variables/RequestCreateIdentity.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:221](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L221) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" new file mode 100644 index 00000000..6892f0f0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateInvitationEvent + +> **RequestCreateInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateInvitationEvent`](../variables/RequestCreateInvitationEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:75](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L75) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" new file mode 100644 index 00000000..7bee7128 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateSpaceEvent + +> **RequestCreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceEvent`](../variables/RequestCreateSpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L52) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" new file mode 100644 index 00000000..59a4a1fc --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateSpaceInboxEvent + +> **RequestCreateSpaceInboxEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceInboxEvent`](../variables/RequestCreateSpaceInboxEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:147](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L147) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" new file mode 100644 index 00000000..d219aec1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateSpaceInboxMessage + +> **RequestCreateSpaceInboxMessage** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceInboxMessage`](../variables/RequestCreateSpaceInboxMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:262](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L262) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" new file mode 100644 index 00000000..1bfef76e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestCreateUpdate + +> **RequestCreateUpdate** = `Schema.Schema.Type`\<*typeof* [`RequestCreateUpdate`](../variables/RequestCreateUpdate.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:126](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L126) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" new file mode 100644 index 00000000..5bfc3b03 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestGetAccountInboxes + +> **RequestGetAccountInboxes** = `Schema.Schema.Type`\<*typeof* [`RequestGetAccountInboxes`](../variables/RequestGetAccountInboxes.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L173) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" new file mode 100644 index 00000000..57185ae4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestGetLatestAccountInboxMessages + +> **RequestGetLatestAccountInboxMessages** = `Schema.Schema.Type`\<*typeof* [`RequestGetLatestAccountInboxMessages`](../variables/RequestGetLatestAccountInboxMessages.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:164](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L164) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" new file mode 100644 index 00000000..030377fd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestGetLatestSpaceInboxMessages + +> **RequestGetLatestSpaceInboxMessages** = `Schema.Schema.Type`\<*typeof* [`RequestGetLatestSpaceInboxMessages`](../variables/RequestGetLatestSpaceInboxMessages.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" new file mode 100644 index 00000000..aebded03 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestListInvitations + +> **RequestListInvitations** = `Schema.Schema.Type`\<*typeof* [`RequestListInvitations`](../variables/RequestListInvitations.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" new file mode 100644 index 00000000..5baa0366 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestListSpaces + +> **RequestListSpaces** = `Schema.Schema.Type`\<*typeof* [`RequestListSpaces`](../variables/RequestListSpaces.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:114](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L114) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" new file mode 100644 index 00000000..78e366d7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestLogin + +> **RequestLogin** = `Schema.Schema.Type`\<*typeof* [`RequestLogin`](../variables/RequestLogin.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L204) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" new file mode 100644 index 00000000..f5bd0e7c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestLoginNonce + +> **RequestLoginNonce** = `Schema.Schema.Type`\<*typeof* [`RequestLoginNonce`](../variables/RequestLoginNonce.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:198](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L198) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" new file mode 100644 index 00000000..123a88fa --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestLoginWithSigningKey + +> **RequestLoginWithSigningKey** = `Schema.Schema.Type`\<*typeof* [`RequestLoginWithSigningKey`](../variables/RequestLoginWithSigningKey.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:212](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L212) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" new file mode 100644 index 00000000..cc34238b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestMessage + +> **RequestMessage** = `Schema.Schema.Type`\<*typeof* [`RequestMessage`](../variables/RequestMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:179](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L179) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" new file mode 100644 index 00000000..fd3ee3c6 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" @@ -0,0 +1,5 @@ +# Type Alias: RequestSubscribeToSpace + +> **RequestSubscribeToSpace** = `Schema.Schema.Type`\<*typeof* [`RequestSubscribeToSpace`](../variables/RequestSubscribeToSpace.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:106](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L106) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" new file mode 100644 index 00000000..6bb35470 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseAccountInbox + +> **ResponseAccountInbox** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInbox`](../variables/ResponseAccountInbox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:344](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L344) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" new file mode 100644 index 00000000..b5fba5c3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseAccountInboxMessage + +> **ResponseAccountInboxMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxMessage`](../variables/ResponseAccountInboxMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L398) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" new file mode 100644 index 00000000..a6e3d447 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseAccountInboxMessages + +> **ResponseAccountInboxMessages** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxMessages`](../variables/ResponseAccountInboxMessages.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:407](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L407) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" new file mode 100644 index 00000000..4cb58945 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseAccountInboxPublic + +> **ResponseAccountInboxPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxPublic`](../variables/ResponseAccountInboxPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:490](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L490) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" new file mode 100644 index 00000000..c3b7c669 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseAccountInboxes + +> **ResponseAccountInboxes** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxes`](../variables/ResponseAccountInboxes.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:416](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L416) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" new file mode 100644 index 00000000..939f63bf --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseConnectCreateIdentity + +> **ResponseConnectCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`ResponseConnectCreateIdentity`](../variables/ResponseConnectCreateIdentity.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:256](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L256) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" new file mode 100644 index 00000000..9102ab25 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseIdentity + +> **ResponseIdentity** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentity`](../variables/ResponseIdentity.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:446](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L446) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" new file mode 100644 index 00000000..ab94413e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseIdentityEncrypted + +> **ResponseIdentityEncrypted** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityEncrypted`](../variables/ResponseIdentityEncrypted.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:440](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L440) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" new file mode 100644 index 00000000..a75db2aa --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseIdentityExistsError + +> **ResponseIdentityExistsError** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityExistsError`](../variables/ResponseIdentityExistsError.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:508](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L508) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" new file mode 100644 index 00000000..178220e9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseIdentityNotFoundError + +> **ResponseIdentityNotFoundError** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityNotFoundError`](../variables/ResponseIdentityNotFoundError.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:502](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L502) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" new file mode 100644 index 00000000..941d4967 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseListAccountInboxesPublic + +> **ResponseListAccountInboxesPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseListAccountInboxesPublic`](../variables/ResponseListAccountInboxesPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:496](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L496) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" new file mode 100644 index 00000000..1522b32b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseListInvitations + +> **ResponseListInvitations** = `Schema.Schema.Type`\<*typeof* [`ResponseListInvitations`](../variables/ResponseListInvitations.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:298](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L298) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" new file mode 100644 index 00000000..fc813a83 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseListSpaceInboxesPublic + +> **ResponseListSpaceInboxesPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseListSpaceInboxesPublic`](../variables/ResponseListSpaceInboxesPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:473](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L473) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" new file mode 100644 index 00000000..6a1d18b9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseListSpaces + +> **ResponseListSpaces** = `Schema.Schema.Type`\<*typeof* [`ResponseListSpaces`](../variables/ResponseListSpaces.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:278](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L278) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" new file mode 100644 index 00000000..ac8cf443 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseMessage + +> **ResponseMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseMessage`](../variables/ResponseMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:423](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L423) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" new file mode 100644 index 00000000..95c2c14e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseSpace + +> **ResponseSpace** = `Schema.Schema.Type`\<*typeof* [`ResponseSpace`](../variables/ResponseSpace.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L351) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" new file mode 100644 index 00000000..77c3317d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseSpaceEvent + +> **ResponseSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceEvent`](../variables/ResponseSpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:305](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L305) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" new file mode 100644 index 00000000..4e9707a4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseSpaceInboxMessage + +> **ResponseSpaceInboxMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxMessage`](../variables/ResponseSpaceInboxMessage.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:380](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L380) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" new file mode 100644 index 00000000..951d875d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseSpaceInboxMessages + +> **ResponseSpaceInboxMessages** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxMessages`](../variables/ResponseSpaceInboxMessages.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:389](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L389) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" new file mode 100644 index 00000000..4d3a1c42 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseSpaceInboxPublic + +> **ResponseSpaceInboxPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxPublic`](../variables/ResponseSpaceInboxPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:467](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L467) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" new file mode 100644 index 00000000..e2d3efb8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseUpdateConfirmed + +> **ResponseUpdateConfirmed** = `Schema.Schema.Type`\<*typeof* [`ResponseUpdateConfirmed`](../variables/ResponseUpdateConfirmed.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:363](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L363) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" new file mode 100644 index 00000000..e5eb30dd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" @@ -0,0 +1,5 @@ +# Type Alias: ResponseUpdatesNotification + +> **ResponseUpdatesNotification** = `Schema.Schema.Type`\<*typeof* [`ResponseUpdatesNotification`](../variables/ResponseUpdatesNotification.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:372](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L372) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" new file mode 100644 index 00000000..66e3be67 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceInbox + +> **SpaceInbox** = `Schema.Schema.Type`\<*typeof* [`SpaceInbox`](../variables/SpaceInbox.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:323](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L323) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" new file mode 100644 index 00000000..79cbbf71 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceInboxPublic + +> **SpaceInboxPublic** = `Schema.Schema.Type`\<*typeof* [`SpaceInboxPublic`](../variables/SpaceInboxPublic.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:457](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L457) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" new file mode 100644 index 00000000..42883317 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" @@ -0,0 +1,5 @@ +# Type Alias: Updates + +> **Updates** = `Schema.Schema.Type`\<*typeof* [`Updates`](../variables/Updates.md)\> + +Defined in: [packages/hypergraph/src/messages/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" new file mode 100644 index 00000000..d4f3627d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" @@ -0,0 +1,5 @@ +# Variable: AccountInbox + +> `const` **AccountInbox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:333](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L333) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" new file mode 100644 index 00000000..d8d7be34 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" @@ -0,0 +1,5 @@ +# Variable: AccountInboxPublic + +> `const` **AccountInboxPublic**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:479](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L479) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" new file mode 100644 index 00000000..9328ab1b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" @@ -0,0 +1,5 @@ +# Variable: IdentityKeyBox + +> `const` **IdentityKeyBox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" new file mode 100644 index 00000000..54cef738 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" @@ -0,0 +1,5 @@ +# Variable: InboxMessage + +> `const` **InboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:313](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L313) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" new file mode 100644 index 00000000..2ee04698 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" @@ -0,0 +1,5 @@ +# Variable: Invitation + +> `const` **Invitation**: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:290](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L290) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" new file mode 100644 index 00000000..5885b898 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" @@ -0,0 +1,5 @@ +# Variable: KeyBox + +> `const` **KeyBox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" new file mode 100644 index 00000000..3dfcd20e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" @@ -0,0 +1,5 @@ +# Variable: KeyBoxWithKeyId + +> `const` **KeyBoxWithKeyId**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L36) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" new file mode 100644 index 00000000..3156a18e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" @@ -0,0 +1,5 @@ +# Variable: RequestAcceptInvitationEvent + +> `const` **RequestAcceptInvitationEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:98](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L98) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" new file mode 100644 index 00000000..c6eaa194 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" @@ -0,0 +1,5 @@ +# Variable: RequestConnectAddAppIdentityToSpaces + +> `const` **RequestConnectAddAppIdentityToSpaces**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `spacesInput`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; \}\>\>; `type`: `Literal`\<\[`"connect-add-app-identity-to-spaces"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" new file mode 100644 index 00000000..c093a795 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" @@ -0,0 +1,5 @@ +# Variable: RequestConnectCreateAppIdentity + +> `const` **RequestConnectCreateAppIdentity**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `address`: *typeof* `String$`; `appId`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:243](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L243) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" new file mode 100644 index 00000000..6605b20e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" @@ -0,0 +1,5 @@ +# Variable: RequestConnectCreateIdentity + +> `const` **RequestConnectCreateIdentity**: `Struct`\<\{ `accountProof`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:233](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L233) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" new file mode 100644 index 00000000..dd1581d0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: RequestConnectCreateSpaceEvent + +> `const` **RequestConnectCreateSpaceEvent**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `infoContent`: *typeof* `String$`; `infoSignature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"connect-create-space-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" new file mode 100644 index 00000000..cae0bda4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateAccountInbox + +> `const` **RequestCreateAccountInbox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `type`: `Literal`\<\[`"create-account-inbox"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:135](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L135) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" new file mode 100644 index 00000000..74b4be0d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateAccountInboxMessage + +> `const` **RequestCreateAccountInboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:270](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L270) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" new file mode 100644 index 00000000..dec5b783 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateIdentity + +> `const` **RequestCreateIdentity**: `Struct`\<\{ `accountProof`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; `keyProof`: *typeof* `String$`; `message`: *typeof* `String$`; `signature`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:221](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L221) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" new file mode 100644 index 00000000..7fac3243 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateInvitationEvent + +> `const` **RequestCreateInvitationEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:75](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L75) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" new file mode 100644 index 00000000..ef51e3fa --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateSpaceEvent + +> `const` **RequestCreateSpaceEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L52) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" new file mode 100644 index 00000000..c192b929 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateSpaceInboxEvent + +> `const` **RequestCreateSpaceInboxEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:147](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L147) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" new file mode 100644 index 00000000..7f7c5a93 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateSpaceInboxMessage + +> `const` **RequestCreateSpaceInboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:262](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L262) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" new file mode 100644 index 00000000..40fafb88 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" @@ -0,0 +1,5 @@ +# Variable: RequestCreateUpdate + +> `const` **RequestCreateUpdate**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-update"`\]\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:126](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L126) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" new file mode 100644 index 00000000..41d71dd4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" @@ -0,0 +1,5 @@ +# Variable: RequestGetAccountInboxes + +> `const` **RequestGetAccountInboxes**: `Struct`\<\{ `type`: `Literal`\<\[`"get-account-inboxes"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L173) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" new file mode 100644 index 00000000..c266ac9e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" @@ -0,0 +1,5 @@ +# Variable: RequestGetLatestAccountInboxMessages + +> `const` **RequestGetLatestAccountInboxMessages**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `since`: *typeof* `Date$`; `type`: `Literal`\<\[`"get-latest-account-inbox-messages"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:164](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L164) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" new file mode 100644 index 00000000..2c8e2c78 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" @@ -0,0 +1,5 @@ +# Variable: RequestGetLatestSpaceInboxMessages + +> `const` **RequestGetLatestSpaceInboxMessages**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `since`: *typeof* `Date$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"get-latest-space-inbox-messages"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" new file mode 100644 index 00000000..503de7a0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" @@ -0,0 +1,5 @@ +# Variable: RequestListInvitations + +> `const` **RequestListInvitations**: `Struct`\<\{ `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" new file mode 100644 index 00000000..eb099272 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" @@ -0,0 +1,5 @@ +# Variable: RequestListSpaces + +> `const` **RequestListSpaces**: `Struct`\<\{ `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:114](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L114) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" new file mode 100644 index 00000000..62dd30b7 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" @@ -0,0 +1,5 @@ +# Variable: RequestLogin + +> `const` **RequestLogin**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `message`: *typeof* `String$`; `signature`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L204) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" new file mode 100644 index 00000000..760da9b1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" @@ -0,0 +1,5 @@ +# Variable: RequestLoginNonce + +> `const` **RequestLoginNonce**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:198](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L198) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" new file mode 100644 index 00000000..b3e6d77d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" @@ -0,0 +1,5 @@ +# Variable: RequestLoginWithSigningKey + +> `const` **RequestLoginWithSigningKey**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `message`: *typeof* `String$`; `publicKey`: *typeof* `String$`; `signature`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:212](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L212) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" new file mode 100644 index 00000000..b18730be --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" @@ -0,0 +1,5 @@ +# Variable: RequestMessage + +> `const` **RequestMessage**: `Union`\<\[`Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-event"`\]\>; \}\>, `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation-event"`\]\>; \}\>, `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation-event"`\]\>; \}\>\]\> + +Defined in: [packages/hypergraph/src/messages/types.ts:179](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L179) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" new file mode 100644 index 00000000..24e8f784 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" @@ -0,0 +1,5 @@ +# Variable: RequestSubscribeToSpace + +> `const` **RequestSubscribeToSpace**: `Struct`\<\{ `id`: *typeof* `String$`; `lastKnownUpdateClock`: `optional`\<*typeof* `Number$`\>; `type`: `Literal`\<\[`"subscribe-space"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:106](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L106) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" new file mode 100644 index 00000000..9ec6635e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" @@ -0,0 +1,5 @@ +# Variable: ResponseAccountInbox + +> `const` **ResponseAccountInbox**: `Struct`\<\{ `inbox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `type`: `Literal`\<\[`"account-inbox"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:344](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L344) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" new file mode 100644 index 00000000..67047f74 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" @@ -0,0 +1,5 @@ +# Variable: ResponseAccountInboxMessage + +> `const` **ResponseAccountInboxMessage**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `message`: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>; `type`: `Literal`\<\[`"account-inbox-message"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L398) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" new file mode 100644 index 00000000..63684051 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" @@ -0,0 +1,5 @@ +# Variable: ResponseAccountInboxMessages + +> `const` **ResponseAccountInboxMessages**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `messages`: `Array$`\<`Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>\>; `type`: `Literal`\<\[`"account-inbox-messages"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:407](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L407) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" new file mode 100644 index 00000000..40511616 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" @@ -0,0 +1,5 @@ +# Variable: ResponseAccountInboxPublic + +> `const` **ResponseAccountInboxPublic**: `Struct`\<\{ `inbox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:490](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L490) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" new file mode 100644 index 00000000..8ed5abc3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" @@ -0,0 +1,5 @@ +# Variable: ResponseAccountInboxes + +> `const` **ResponseAccountInboxes**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>\>; `type`: `Literal`\<\[`"account-inboxes"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:416](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L416) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" new file mode 100644 index 00000000..3f2c5b45 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" @@ -0,0 +1,5 @@ +# Variable: ResponseConnectCreateIdentity + +> `const` **ResponseConnectCreateIdentity**: `Struct`\<\{ `success`: *typeof* `Boolean$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:256](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L256) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" new file mode 100644 index 00000000..3e452bc5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" @@ -0,0 +1,5 @@ +# Variable: ResponseIdentity + +> `const` **ResponseIdentity**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `appId`: `optional`\<*typeof* `String$`\>; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:446](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L446) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" new file mode 100644 index 00000000..b9e2fd57 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" @@ -0,0 +1,5 @@ +# Variable: ResponseIdentityEncrypted + +> `const` **ResponseIdentityEncrypted**: `Struct`\<\{ `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:440](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L440) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" new file mode 100644 index 00000000..650201c0 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" @@ -0,0 +1,5 @@ +# Variable: ResponseIdentityExistsError + +> `const` **ResponseIdentityExistsError**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:508](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L508) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" new file mode 100644 index 00000000..b035f296 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" @@ -0,0 +1,5 @@ +# Variable: ResponseIdentityNotFoundError + +> `const` **ResponseIdentityNotFoundError**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:502](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L502) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" new file mode 100644 index 00000000..8d975e85 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" @@ -0,0 +1,5 @@ +# Variable: ResponseListAccountInboxesPublic + +> `const` **ResponseListAccountInboxesPublic**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:496](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L496) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" new file mode 100644 index 00000000..c7a19a5a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" @@ -0,0 +1,5 @@ +# Variable: ResponseListInvitations + +> `const` **ResponseListInvitations**: `Struct`\<\{ `invitations`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:298](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L298) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" new file mode 100644 index 00000000..26e4954d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" @@ -0,0 +1,5 @@ +# Variable: ResponseListSpaceInboxesPublic + +> `const` **ResponseListSpaceInboxesPublic**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[..., ..., ...\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:473](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L473) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" new file mode 100644 index 00000000..fbaa4862 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" @@ -0,0 +1,5 @@ +# Variable: ResponseListSpaces + +> `const` **ResponseListSpaces**: `Struct`\<\{ `spaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `name`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:278](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L278) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" new file mode 100644 index 00000000..61c7cf8a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" @@ -0,0 +1,5 @@ +# Variable: ResponseMessage + +> `const` **ResponseMessage**: `Union`\<\[`Struct`\<\{ `spaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `name`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\>, `Struct`\<\{ `invitations`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\>, `Struct`\<\{ `events`: `Array$`\<`Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: ...; `id`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `inviteeAccountAddress`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: ...; `encryptionPublicKey`: ...; `id`: ...; `inboxId`: ...; `isPublic`: ...; `previousEventHash`: ...; `secretKey`: ...; `spaceId`: ...; `type`: ...; \}\>; \}\>\]\>\>; `id`: *typeof* `String$`; `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[...\]\>, `Literal`\<\[...\]\>, `Literal`\<\[...\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `name`: *typeof* `String$`; `type`: `Literal`\<\[`"space"`\]\>; `updates`: `optional`\<`Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>\>; \}\>, `Struct`\<\{ `event`: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<...\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>\]\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-event"`\]\>; \}\>\]\> + +Defined in: [packages/hypergraph/src/messages/types.ts:423](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L423) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" new file mode 100644 index 00000000..6e362b4d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" @@ -0,0 +1,5 @@ +# Variable: ResponseSpace + +> `const` **ResponseSpace**: `Struct`\<\{ `events`: `Array$`\<`Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[..., ..., ...\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>\]\>\>; `id`: *typeof* `String$`; `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `name`: *typeof* `String$`; `type`: `Literal`\<\[`"space"`\]\>; `updates`: `optional`\<`Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L351) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" new file mode 100644 index 00000000..bd33fa16 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: ResponseSpaceEvent + +> `const` **ResponseSpaceEvent**: `Struct`\<\{ `event`: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<...\>, `Literal`\<...\>, `Literal`\<...\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>\]\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-event"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:305](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L305) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" new file mode 100644 index 00000000..9188b6b3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" @@ -0,0 +1,5 @@ +# Variable: ResponseSpaceInboxMessage + +> `const` **ResponseSpaceInboxMessage**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `message`: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-inbox-message"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:380](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L380) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" new file mode 100644 index 00000000..11bf5e64 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" @@ -0,0 +1,5 @@ +# Variable: ResponseSpaceInboxMessages + +> `const` **ResponseSpaceInboxMessages**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `messages`: `Array$`\<`Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-inbox-messages"`\]\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:389](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L389) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" new file mode 100644 index 00000000..7c11a1e1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" @@ -0,0 +1,5 @@ +# Variable: ResponseSpaceInboxPublic + +> `const` **ResponseSpaceInboxPublic**: `Struct`\<\{ `inbox`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<...\>, `Literal`\<...\>, `Literal`\<...\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:467](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L467) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" new file mode 100644 index 00000000..afc267cd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" @@ -0,0 +1,5 @@ +# Variable: ResponseUpdateConfirmed + +> `const` **ResponseUpdateConfirmed**: `Struct`\<\{ `clock`: *typeof* `Number$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"update-confirmed"`\]\>; `updateId`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:363](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L363) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" new file mode 100644 index 00000000..29239702 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" @@ -0,0 +1,5 @@ +# Variable: ResponseUpdatesNotification + +> `const` **ResponseUpdatesNotification**: `Struct`\<\{ `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"updates-notification"`\]\>; `updates`: `Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:372](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L372) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" new file mode 100644 index 00000000..3b87d926 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" @@ -0,0 +1,5 @@ +# Variable: SignedUpdate + +> `const` **SignedUpdate**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L12) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" new file mode 100644 index 00000000..e9b180ea --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" @@ -0,0 +1,5 @@ +# Variable: SpaceInbox + +> `const` **SpaceInbox**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:323](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L323) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" new file mode 100644 index 00000000..68fe2495 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" @@ -0,0 +1,5 @@ +# Variable: SpaceInboxPublic + +> `const` **SpaceInboxPublic**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:457](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L457) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" new file mode 100644 index 00000000..382d924a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" @@ -0,0 +1,5 @@ +# Variable: Updates + +> `const` **Updates**: `Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/messages/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" new file mode 100644 index 00000000..d345e5e5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" @@ -0,0 +1,21 @@ +# Class: InvalidEventError + +Defined in: [packages/hypergraph/src/space-events/types.ts:133](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L133) + +## Constructors + +### Constructor + +> **new InvalidEventError**(): `InvalidEventError` + +#### Returns + +`InvalidEventError` + +## Properties + +### \_tag + +> `readonly` **\_tag**: `"InvalidEventError"` = `'InvalidEventError'` + +Defined in: [packages/hypergraph/src/space-events/types.ts:134](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L134) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" new file mode 100644 index 00000000..fd28f4ad --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" @@ -0,0 +1,21 @@ +# Class: VerifySignatureError + +Defined in: [packages/hypergraph/src/space-events/types.ts:129](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L129) + +## Constructors + +### Constructor + +> **new VerifySignatureError**(): `VerifySignatureError` + +#### Returns + +`VerifySignatureError` + +## Properties + +### \_tag + +> `readonly` **\_tag**: `"VerifySignatureError"` = `'VerifySignatureError'` + +Defined in: [packages/hypergraph/src/space-events/types.ts:130](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L130) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" new file mode 100644 index 00000000..fa4a1c5b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" @@ -0,0 +1,15 @@ +# Function: acceptInvitation() + +> **acceptInvitation**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> + +Defined in: [packages/hypergraph/src/space-events/accept-invitation.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/accept-invitation.ts#L12) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" new file mode 100644 index 00000000..6f48142a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" @@ -0,0 +1,15 @@ +# Function: applyEvent() + +> **applyEvent**(`__namedParameters`): `Effect`\<\{ `id`: `string`; `inboxes`: \{\[`key`: `string`\]: `object`; \}; `invitations`: \{\[`key`: `string`\]: `object`; \}; `lastEventHash`: `string`; `members`: \{\[`key`: `string`\]: `object`; \}; `removedMembers`: \{\[`key`: `string`\]: `object`; \}; \}, [`ApplyError`](../type-aliases/ApplyError.md)\> + +Defined in: [packages/hypergraph/src/space-events/apply-event.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/apply-event.ts#L29) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Effect`\<\{ `id`: `string`; `inboxes`: \{\[`key`: `string`\]: `object`; \}; `invitations`: \{\[`key`: `string`\]: `object`; \}; `lastEventHash`: `string`; `members`: \{\[`key`: `string`\]: `object`; \}; `removedMembers`: \{\[`key`: `string`\]: `object`; \}; \}, [`ApplyError`](../type-aliases/ApplyError.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" new file mode 100644 index 00000000..52152b99 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" @@ -0,0 +1,61 @@ +# Function: createInbox() + +> **createInbox**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}, `undefined`\> + +Defined in: [packages/hypergraph/src/space-events/create-inbox.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-inbox.ts#L7) + +## Parameters + +### \_\_namedParameters + +#### author + +\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \} + +#### author.accountAddress + +`string` = `Schema.String` + +#### author.encryptionPublicKey + +`string` = `Schema.String` + +#### author.signaturePrivateKey + +`string` = `Schema.String` + +#### author.signaturePublicKey + +`string` = `Schema.String` + +#### authPolicy + +`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` + +#### encryptionPublicKey + +`string` + +#### inboxId + +`string` + +#### isPublic + +`boolean` + +#### previousEventHash + +`string` + +#### secretKey + +`string` + +#### spaceId + +`string` + +## Returns + +`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" new file mode 100644 index 00000000..d15f9641 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" @@ -0,0 +1,15 @@ +# Function: createInvitation() + +> **createInvitation**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \}, `undefined`\> + +Defined in: [packages/hypergraph/src/space-events/create-invitation.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-invitation.ts#L15) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" new file mode 100644 index 00000000..3dfce08e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" @@ -0,0 +1,15 @@ +# Function: createSpace() + +> **createSpace**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \}, `undefined`\> + +Defined in: [packages/hypergraph/src/space-events/create-space.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-space.ts#L12) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" new file mode 100644 index 00000000..aa78641a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" @@ -0,0 +1,15 @@ +# Function: deleteSpace() + +> **deleteSpace**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> + +Defined in: [packages/hypergraph/src/space-events/delete-space.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/delete-space.ts#L14) + +## Parameters + +### \_\_namedParameters + +`Params` + +## Returns + +`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" new file mode 100644 index 00000000..c74322d1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" @@ -0,0 +1,15 @@ +# Function: hashEvent() + +> **hashEvent**(`event`): `string` + +Defined in: [packages/hypergraph/src/space-events/hash-event.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/hash-event.ts#L7) + +## Parameters + +### event + +\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \} + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" new file mode 100644 index 00000000..9c73eb19 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" @@ -0,0 +1,47 @@ +# SpaceEvents + +## Classes + +- [InvalidEventError](classes/InvalidEventError.md) +- [VerifySignatureError](classes/VerifySignatureError.md) + +## Type Aliases + +- [AcceptInvitationEvent](type-aliases/AcceptInvitationEvent.md) +- [ApplyError](type-aliases/ApplyError.md) +- [Author](type-aliases/Author.md) +- [CreateInvitationEvent](type-aliases/CreateInvitationEvent.md) +- [CreateSpaceEvent](type-aliases/CreateSpaceEvent.md) +- [CreateSpaceInboxEvent](type-aliases/CreateSpaceInboxEvent.md) +- [DeleteSpaceEvent](type-aliases/DeleteSpaceEvent.md) +- [EventAuthor](type-aliases/EventAuthor.md) +- [SpaceEvent](type-aliases/SpaceEvent.md) +- [SpaceInbox](type-aliases/SpaceInbox.md) +- [SpaceInvitation](type-aliases/SpaceInvitation.md) +- [SpaceMember](type-aliases/SpaceMember.md) +- [SpaceState](type-aliases/SpaceState.md) + +## Variables + +- [AcceptInvitationEvent](variables/AcceptInvitationEvent.md) +- [Author](variables/Author.md) +- [CreateInvitationEvent](variables/CreateInvitationEvent.md) +- [CreateSpaceEvent](variables/CreateSpaceEvent.md) +- [CreateSpaceInboxEvent](variables/CreateSpaceInboxEvent.md) +- [DeleteSpaceEvent](variables/DeleteSpaceEvent.md) +- [EventAuthor](variables/EventAuthor.md) +- [SpaceEvent](variables/SpaceEvent.md) +- [SpaceInbox](variables/SpaceInbox.md) +- [SpaceInvitation](variables/SpaceInvitation.md) +- [SpaceMember](variables/SpaceMember.md) +- [SpaceState](variables/SpaceState.md) + +## Functions + +- [acceptInvitation](functions/acceptInvitation.md) +- [applyEvent](functions/applyEvent.md) +- [createInbox](functions/createInbox.md) +- [createInvitation](functions/createInvitation.md) +- [createSpace](functions/createSpace.md) +- [deleteSpace](functions/deleteSpace.md) +- [hashEvent](functions/hashEvent.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" new file mode 100644 index 00000000..7e7afb19 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: AcceptInvitationEvent + +> **AcceptInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`AcceptInvitationEvent`](../variables/AcceptInvitationEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:99](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L99) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" new file mode 100644 index 00000000..7cf4f94a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" @@ -0,0 +1,5 @@ +# Type Alias: ApplyError + +> **ApplyError** = `ParseError` \| [`VerifySignatureError`](../classes/VerifySignatureError.md) \| [`InvalidEventError`](../classes/InvalidEventError.md) \| [`InvalidIdentityError`](../../Identity/classes/InvalidIdentityError.md) + +Defined in: [packages/hypergraph/src/space-events/types.ts:137](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L137) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" new file mode 100644 index 00000000..d8917520 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" @@ -0,0 +1,5 @@ +# Type Alias: Author + +> **Author** = `Schema.Schema.Type`\<*typeof* [`Author`](../variables/Author.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" new file mode 100644 index 00000000..d2a69ed5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: CreateInvitationEvent + +> **CreateInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`CreateInvitationEvent`](../variables/CreateInvitationEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L70) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" new file mode 100644 index 00000000..0f10dce1 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: CreateSpaceEvent + +> **CreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`CreateSpaceEvent`](../variables/CreateSpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L48) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" new file mode 100644 index 00000000..39448ab8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: CreateSpaceInboxEvent + +> **CreateSpaceInboxEvent** = `Schema.Schema.Type`\<*typeof* [`CreateSpaceInboxEvent`](../variables/CreateSpaceInboxEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" new file mode 100644 index 00000000..9e1f32af --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: DeleteSpaceEvent + +> **DeleteSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`DeleteSpaceEvent`](../variables/DeleteSpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:59](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L59) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" new file mode 100644 index 00000000..cdc5463d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" @@ -0,0 +1,5 @@ +# Type Alias: EventAuthor + +> **EventAuthor** = `Schema.Schema.Type`\<*typeof* [`Author`](../variables/Author.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L7) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" new file mode 100644 index 00000000..d6ae0179 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceEvent + +> **SpaceEvent** = `Schema.Schema.Type`\<*typeof* [`SpaceEvent`](../variables/SpaceEvent.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:110](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L110) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" new file mode 100644 index 00000000..cb2f9027 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceInbox + +> **SpaceInbox** = `Schema.Schema.Type`\<*typeof* [`SpaceInbox`](../variables/SpaceInbox.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" new file mode 100644 index 00000000..f480cad2 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceInvitation + +> **SpaceInvitation** = `Schema.Schema.Type`\<*typeof* [`SpaceInvitation`](../variables/SpaceInvitation.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L21) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" new file mode 100644 index 00000000..9b9caae8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceMember + +> **SpaceMember** = `Schema.Schema.Type`\<*typeof* [`SpaceMember`](../variables/SpaceMember.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L14) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" new file mode 100644 index 00000000..2fc6a3cf --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceState + +> **SpaceState** = `Schema.Schema.Type`\<*typeof* [`SpaceState`](../variables/SpaceState.md)\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L37) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" new file mode 100644 index 00000000..018f4f82 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" @@ -0,0 +1,5 @@ +# Variable: AcceptInvitationEvent + +> `const` **AcceptInvitationEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:99](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L99) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" new file mode 100644 index 00000000..33827026 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" @@ -0,0 +1,5 @@ +# Variable: Author + +> `const` **Author**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" new file mode 100644 index 00000000..88454a69 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" @@ -0,0 +1,5 @@ +# Variable: CreateInvitationEvent + +> `const` **CreateInvitationEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L70) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" new file mode 100644 index 00000000..a1258acd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: CreateSpaceEvent + +> `const` **CreateSpaceEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L48) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" new file mode 100644 index 00000000..776fc3a3 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" @@ -0,0 +1,5 @@ +# Variable: CreateSpaceInboxEvent + +> `const` **CreateSpaceInboxEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" new file mode 100644 index 00000000..e282671f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: DeleteSpaceEvent + +> `const` **DeleteSpaceEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:59](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L59) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" new file mode 100644 index 00000000..a6689343 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" @@ -0,0 +1,5 @@ +# Variable: EventAuthor + +> `const` **EventAuthor**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L7) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" new file mode 100644 index 00000000..1b383bc9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" @@ -0,0 +1,5 @@ +# Variable: SpaceEvent + +> `const` **SpaceEvent**: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>\]\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:110](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L110) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" new file mode 100644 index 00000000..2b862054 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" @@ -0,0 +1,5 @@ +# Variable: SpaceInbox + +> `const` **SpaceInbox**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" new file mode 100644 index 00000000..d14edabe --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" @@ -0,0 +1,5 @@ +# Variable: SpaceInvitation + +> `const` **SpaceInvitation**: `Struct`\<\{ `inviteeAccountAddress`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L21) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" new file mode 100644 index 00000000..f3f8d47f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" @@ -0,0 +1,5 @@ +# Variable: SpaceMember + +> `const` **SpaceMember**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L14) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" new file mode 100644 index 00000000..77d26dc9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" @@ -0,0 +1,5 @@ +# Variable: SpaceState + +> `const` **SpaceState**: `Struct`\<\{ `id`: *typeof* `String$`; `inboxes`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `invitations`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `inviteeAccountAddress`: *typeof* `String$`; \}\>\>; `lastEventHash`: *typeof* `String$`; `members`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\>\>; `removedMembers`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\>\>; \}\> + +Defined in: [packages/hypergraph/src/space-events/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L37) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" new file mode 100644 index 00000000..242d9e80 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" @@ -0,0 +1,25 @@ +# Function: decryptSpaceInfo() + +> **decryptSpaceInfo**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/space-info/decrypt-space-info.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/decrypt-space-info.ts#L9) + +## Parameters + +### \_\_namedParameters + +#### secretKey + +`string` + +#### spaceInfo + +`Uint8Array` + +## Returns + +`object` + +### name + +> `readonly` **name**: `string` = `Schema.String` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" new file mode 100644 index 00000000..9cf7d11b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" @@ -0,0 +1,35 @@ +# Function: encryptAndSignSpaceInfo() + +> **encryptAndSignSpaceInfo**(`__namedParameters`): `object` + +Defined in: [packages/hypergraph/src/space-info/encrypt-and-sign-space-info.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/encrypt-and-sign-space-info.ts#L18) + +## Parameters + +### \_\_namedParameters + +`EncryptAndSignInfoParams` + +## Returns + +`object` + +### accountAddress + +> **accountAddress**: `string` + +### infoContent + +> **infoContent**: `Uint8Array`\<`ArrayBuffer`\> + +### signature + +> **signature**: `object` + +#### signature.hex + +> **hex**: `string` + +#### signature.recovery + +> **recovery**: `number` = `recoverySignature.recovery` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" new file mode 100644 index 00000000..74242a2c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" @@ -0,0 +1,14 @@ +# SpaceInfo + +## Type Aliases + +- [SpaceInfoContent](type-aliases/SpaceInfoContent.md) + +## Variables + +- [SpaceInfoContent](variables/SpaceInfoContent.md) + +## Functions + +- [decryptSpaceInfo](functions/decryptSpaceInfo.md) +- [encryptAndSignSpaceInfo](functions/encryptAndSignSpaceInfo.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" new file mode 100644 index 00000000..4b8662fe --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" @@ -0,0 +1,5 @@ +# Type Alias: SpaceInfoContent + +> **SpaceInfoContent** = `Schema.Schema.Type`\<*typeof* [`SpaceInfoContent`](../variables/SpaceInfoContent.md)\> + +Defined in: [packages/hypergraph/src/space-info/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" new file mode 100644 index 00000000..8c3719f4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" @@ -0,0 +1,5 @@ +# Variable: SpaceInfoContent + +> `const` **SpaceInfoContent**: `Struct`\<\{ `name`: *typeof* `String$`; \}\> + +Defined in: [packages/hypergraph/src/space-info/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" new file mode 100644 index 00000000..e8b3bdad --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" @@ -0,0 +1,12 @@ +# StoreConnect + +## Type Aliases + +- [AccountInboxStorageEntry](type-aliases/AccountInboxStorageEntry.md) +- [InboxMessageStorageEntry](type-aliases/InboxMessageStorageEntry.md) +- [SpaceInboxStorageEntry](type-aliases/SpaceInboxStorageEntry.md) +- [SpaceStorageEntry](type-aliases/SpaceStorageEntry.md) + +## Variables + +- [store](variables/store.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" new file mode 100644 index 00000000..9b0249ee --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" @@ -0,0 +1,61 @@ +# Type Alias: AccountInboxStorageEntry + +> **AccountInboxStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store-connect.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L34) + +## Properties + +### authPolicy + +> **authPolicy**: [`InboxSenderAuthPolicy`](../../Inboxes/type-aliases/InboxSenderAuthPolicy.md) + +Defined in: [packages/hypergraph/src/store-connect.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L37) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L38) + +*** + +### inboxId + +> **inboxId**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:35](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L35) + +*** + +### isPublic + +> **isPublic**: `boolean` + +Defined in: [packages/hypergraph/src/store-connect.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L36) + +*** + +### lastMessageClock + +> **lastMessageClock**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L39) + +*** + +### messages + +> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store-connect.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L40) + +*** + +### seenMessageIds + +> **seenMessageIds**: `Set`\<`string`\> + +Defined in: [packages/hypergraph/src/store-connect.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L41) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" new file mode 100644 index 00000000..aa3149e5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" @@ -0,0 +1,53 @@ +# Type Alias: InboxMessageStorageEntry + +> **InboxMessageStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store-connect.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L11) + +## Properties + +### authorAccountAddress + +> **authorAccountAddress**: `string` \| `null` + +Defined in: [packages/hypergraph/src/store-connect.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L20) + +*** + +### ciphertext + +> **ciphertext**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L14) + +*** + +### createdAt + +> **createdAt**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L19) + +*** + +### id + +> **id**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L12) + +*** + +### plaintext + +> **plaintext**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L13) + +*** + +### signature + +> **signature**: \{ `hex`: `string`; `recovery`: `number`; \} \| `null` + +Defined in: [packages/hypergraph/src/store-connect.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L15) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" new file mode 100644 index 00000000..025738e9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" @@ -0,0 +1,69 @@ +# Type Alias: SpaceInboxStorageEntry + +> **SpaceInboxStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store-connect.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L23) + +## Properties + +### authPolicy + +> **authPolicy**: [`InboxSenderAuthPolicy`](../../Inboxes/type-aliases/InboxSenderAuthPolicy.md) + +Defined in: [packages/hypergraph/src/store-connect.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L26) + +*** + +### encryptionPublicKey + +> **encryptionPublicKey**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L27) + +*** + +### inboxId + +> **inboxId**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L24) + +*** + +### isPublic + +> **isPublic**: `boolean` + +Defined in: [packages/hypergraph/src/store-connect.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L25) + +*** + +### lastMessageClock + +> **lastMessageClock**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L29) + +*** + +### messages + +> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store-connect.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L30) + +*** + +### secretKey + +> **secretKey**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L28) + +*** + +### seenMessageIds + +> **seenMessageIds**: `Set`\<`string`\> + +Defined in: [packages/hypergraph/src/store-connect.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L31) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" new file mode 100644 index 00000000..c20ac036 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" @@ -0,0 +1,61 @@ +# Type Alias: SpaceStorageEntry + +> **SpaceStorageEntry** = `object` + +Defined in: [packages/hypergraph/src/store-connect.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L44) + +## Properties + +### automergeDocHandle + +> **automergeDocHandle**: `DocHandle`\<`unknown`\> \| `undefined` + +Defined in: [packages/hypergraph/src/store-connect.ts:49](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L49) + +*** + +### events + +> **events**: [`SpaceEvent`](../../SpaceEvents/type-aliases/SpaceEvent.md)[] + +Defined in: [packages/hypergraph/src/store-connect.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L46) + +*** + +### id + +> **id**: `string` + +Defined in: [packages/hypergraph/src/store-connect.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L45) + +*** + +### inboxes + +> **inboxes**: [`SpaceInboxStorageEntry`](SpaceInboxStorageEntry.md)[] + +Defined in: [packages/hypergraph/src/store-connect.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L50) + +*** + +### keys + +> **keys**: `object`[] + +Defined in: [packages/hypergraph/src/store-connect.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L48) + +#### id + +> **id**: `string` + +#### key + +> **key**: `string` + +*** + +### state + +> **state**: [`SpaceState`](../../SpaceEvents/type-aliases/SpaceState.md) \| `undefined` + +Defined in: [packages/hypergraph/src/store-connect.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L47) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" new file mode 100644 index 00000000..e837a2b2 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" @@ -0,0 +1,5 @@ +# Variable: store + +> `const` **store**: `Store`\<`StoreContext`, `StoreEvent`, `GenericEventObject`\> + +Defined in: [packages/hypergraph/src/store-connect.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" new file mode 100644 index 00000000..59dab728 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" @@ -0,0 +1,21 @@ +# Function: Relation() + +> **Relation**\<`S`\>(`schema`): `Field`\<\{ `insert`: `optional`\<`Array$`\<*typeof* `String$`\>\>; `select`: `Schema`\[], readonly [`EntityWithRelation`](../../Entity/type-aliases/EntityWithRelation.md)\<`S`\>[], `never`\>; `update`: *typeof* `Undefined`; \}\> + +Defined in: [packages/hypergraph/src/type/type.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L23) + +## Type Parameters + +### S + +`S` *extends* [`AnyNoContext`](../../Entity/type-aliases/AnyNoContext.md) + +## Parameters + +### schema + +`S` + +## Returns + +`Field`\<\{ `insert`: `optional`\<`Array$`\<*typeof* `String$`\>\>; `select`: `Schema`\[], readonly [`EntityWithRelation`](../../Entity/type-aliases/EntityWithRelation.md)\<`S`\>[], `never`\>; `update`: *typeof* `Undefined`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" new file mode 100644 index 00000000..f7ab9dac --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" @@ -0,0 +1,14 @@ +# Type + +## Other + +- [Boolean](variables/Boolean.md) +- [Date](variables/Date.md) +- [Number](variables/Number.md) +- [Point](variables/Point.md) +- [String](variables/String.md) +- [Relation](functions/Relation.md) + +## PropertySignature + +- [optional](variables/optional.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" new file mode 100644 index 00000000..6ced403b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" @@ -0,0 +1,5 @@ +# Variable: Boolean + +> `const` **Boolean**: *typeof* `Boolean$` = `Schema.Boolean` + +Defined in: [packages/hypergraph/src/type/type.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L10) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" new file mode 100644 index 00000000..9ed827b4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" @@ -0,0 +1,5 @@ +# Variable: Date + +> `const` **Date**: *typeof* `Date$` = `Schema.Date` + +Defined in: [packages/hypergraph/src/type/type.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L12) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" new file mode 100644 index 00000000..9d1f562a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" @@ -0,0 +1,5 @@ +# Variable: Number + +> `const` **Number**: *typeof* `Number$` = `Schema.Number` + +Defined in: [packages/hypergraph/src/type/type.ts:8](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L8) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" new file mode 100644 index 00000000..e41b3934 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" @@ -0,0 +1,5 @@ +# Variable: Point + +> `const` **Point**: `transform`\<*typeof* `String$`, `Array$`\<*typeof* `Number$`\>\> + +Defined in: [packages/hypergraph/src/type/type.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" new file mode 100644 index 00000000..07004c74 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" @@ -0,0 +1,5 @@ +# Variable: String + +> `const` **String**: *typeof* `String$` = `Schema.String` + +Defined in: [packages/hypergraph/src/type/type.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" new file mode 100644 index 00000000..40155115 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" @@ -0,0 +1,25 @@ +# Variable: optional() + +> `const` **optional**: \<`S`\>(`self`) => `optional`\<`S`\> = `Schema.optional` + +Defined in: [packages/hypergraph/src/type/type.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L21) + +## Type Parameters + +### S + +`S` *extends* `All` + +## Parameters + +### self + +`S` + +## Returns + +`optional`\<`S`\> + +## Since + +3.10.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" new file mode 100644 index 00000000..0e6dd684 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" @@ -0,0 +1,15 @@ +# Function: isBooleanOrOptionalBooleanType() + +> **isBooleanOrOptionalBooleanType**(`type`): `boolean` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L28) + +## Parameters + +### type + +`any` + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" new file mode 100644 index 00000000..da4c502b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" @@ -0,0 +1,15 @@ +# Function: isDateOrOptionalDateType() + +> **isDateOrOptionalDateType**(`type`): `boolean` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L20) + +## Parameters + +### type + +`any` + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" new file mode 100644 index 00000000..8dd79080 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" @@ -0,0 +1,15 @@ +# Function: isNumberOrOptionalNumberType() + +> **isNumberOrOptionalNumberType**(`type`): `boolean` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L12) + +## Parameters + +### type + +`any` + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" new file mode 100644 index 00000000..a295028a --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" @@ -0,0 +1,15 @@ +# Function: isOptional() + +> **isOptional**(`type`): `any` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L44) + +## Parameters + +### type + +`any` + +## Returns + +`any` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" new file mode 100644 index 00000000..1404f687 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" @@ -0,0 +1,15 @@ +# Function: isPointOrOptionalPointType() + +> **isPointOrOptionalPointType**(`type`): `boolean` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L36) + +## Parameters + +### type + +`any` + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" new file mode 100644 index 00000000..6f1f7e91 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" @@ -0,0 +1,15 @@ +# Function: isStringOrOptionalStringType() + +> **isStringOrOptionalStringType**(`type`): `boolean` + +Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L4) + +## Parameters + +### type + +`any` + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" new file mode 100644 index 00000000..10a2da4e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" @@ -0,0 +1,10 @@ +# TypeUtils + +## Functions + +- [isBooleanOrOptionalBooleanType](functions/isBooleanOrOptionalBooleanType.md) +- [isDateOrOptionalDateType](functions/isDateOrOptionalDateType.md) +- [isNumberOrOptionalNumberType](functions/isNumberOrOptionalNumberType.md) +- [isOptional](functions/isOptional.md) +- [isPointOrOptionalPointType](functions/isPointOrOptionalPointType.md) +- [isStringOrOptionalStringType](functions/isStringOrOptionalStringType.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" new file mode 100644 index 00000000..8d407670 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" @@ -0,0 +1,47 @@ +# Class: TypesyncHypergraphSchema + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L43) + +## Extends + +- `object` + +## Constructors + +### Constructor + +> **new TypesyncHypergraphSchema**(`props`, `options?`): `TypesyncHypergraphSchema` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Schema.d.ts:4265 + +#### Parameters + +##### props + +###### types + +readonly [`TypesyncHypergraphSchemaType`](TypesyncHypergraphSchemaType.md)[] = `...` + +##### options? + +`MakeOptions` + +#### Returns + +`TypesyncHypergraphSchema` + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchema', )({ types: Schema.Array(TypesyncHypergraphSchemaType).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicateTypeNames', jsonSchema: {}, description: 'The type.name must be unique across all types in the schema', }), Schema.filter(Mapping.allRelationPropertyTypesExist, { identifier: 'AllRelationTypesExist', jsonSchema: {}, description: 'Each type property of dataType RELATION must have a type of the same name in the schema', }), ), }).constructor` + +## Properties + +### types + +> `readonly` **types**: readonly [`TypesyncHypergraphSchemaType`](TypesyncHypergraphSchemaType.md)[] + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L46) + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchema', )({ types: Schema.Array(TypesyncHypergraphSchemaType).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicateTypeNames', jsonSchema: {}, description: 'The type.name must be unique across all types in the schema', }), Schema.filter(Mapping.allRelationPropertyTypesExist, { identifier: 'AllRelationTypesExist', jsonSchema: {}, description: 'Each type property of dataType RELATION must have a type of the same name in the schema', }), ), }).types` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" new file mode 100644 index 00000000..7d3a185d --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" @@ -0,0 +1,95 @@ +# Class: TypesyncHypergraphSchemaType + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L29) + +## Extends + +- `object` & `object` & `object` & `object` + +## Constructors + +### Constructor + +> **new TypesyncHypergraphSchemaType**(`props`, `options?`): `TypesyncHypergraphSchemaType` + +Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Schema.d.ts:4265 + +#### Parameters + +##### props + +###### knowledgeGraphId + +`null` \| `string` = `...` + +###### name + +`string` = `EffectSchema.NonEmptyTrimmedString` + +###### properties + +readonly \{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} \| \{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} & `object`[] = `...` + +###### status + +`null` \| `"published"` \| `"synced"` \| `"published_not_synced"` = `TypesyncHypergraphSchemaStatus` + +##### options? + +`MakeOptions` + +#### Returns + +`TypesyncHypergraphSchemaType` + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).constructor` + +## Properties + +### knowledgeGraphId + +> `readonly` **knowledgeGraphId**: `null` \| `string` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:184](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L184) + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).knowledgeGraphId` + +*** + +### name + +> `readonly` **name**: `string` = `EffectSchema.NonEmptyTrimmedString` + +Defined in: [packages/hypergraph/src/mapping/Mapping.ts:183](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L183) + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).name` + +*** + +### properties + +> `readonly` **properties**: readonly \{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} \| \{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} & `object`[] + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L34) + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).properties` + +*** + +### status + +> `readonly` **status**: `null` \| `"published"` \| `"synced"` \| `"published_not_synced"` = `TypesyncHypergraphSchemaStatus` + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:33](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L33) + +#### Inherited from + +`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).status` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" new file mode 100644 index 00000000..d769cc61 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" @@ -0,0 +1,18 @@ +# Typesync + +## Classes + +- [TypesyncHypergraphSchema](classes/TypesyncHypergraphSchema.md) +- [TypesyncHypergraphSchemaType](classes/TypesyncHypergraphSchemaType.md) + +## Type Aliases + +- [TypesyncHypergraphMapping](type-aliases/TypesyncHypergraphMapping.md) +- [TypesyncHypergraphSchemaStatus](type-aliases/TypesyncHypergraphSchemaStatus.md) +- [TypesyncHypergraphSchemaTypeProperty](type-aliases/TypesyncHypergraphSchemaTypeProperty.md) + +## Variables + +- [TypesyncHypergraphMapping](variables/TypesyncHypergraphMapping.md) +- [TypesyncHypergraphSchemaStatus](variables/TypesyncHypergraphSchemaStatus.md) +- [TypesyncHypergraphSchemaTypeProperty](variables/TypesyncHypergraphSchemaTypeProperty.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" new file mode 100644 index 00000000..d6829b9b --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" @@ -0,0 +1,5 @@ +# Type Alias: TypesyncHypergraphMapping + +> **TypesyncHypergraphMapping** = *typeof* `TypesyncHypergraphMapping.Type` + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L65) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" new file mode 100644 index 00000000..bd5fe9c4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" @@ -0,0 +1,5 @@ +# Type Alias: TypesyncHypergraphSchemaStatus + +> **TypesyncHypergraphSchemaStatus** = *typeof* `TypesyncHypergraphSchemaStatus.Type` + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" new file mode 100644 index 00000000..79dd92be --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" @@ -0,0 +1,5 @@ +# Type Alias: TypesyncHypergraphSchemaTypeProperty + +> **TypesyncHypergraphSchemaTypeProperty** = *typeof* `TypesyncHypergraphSchemaTypeProperty.Type` + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L18) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" new file mode 100644 index 00000000..351887a4 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" @@ -0,0 +1,8 @@ +# Variable: TypesyncHypergraphMapping + +> `const` **TypesyncHypergraphMapping**: `Record$`\<*typeof* `NonEmptyTrimmedString`, `Struct`\<\{ `properties`: `optional`\<`UndefinedOr`\<`Record$`\<*typeof* `NonEmptyTrimmedString`, *typeof* `UUID`\>\>\>; `relations`: `optional`\<`UndefinedOr`\<`Record$`\<*typeof* `NonEmptyTrimmedString`, *typeof* `UUID`\>\>\>; `typeIds`: `filter`\<`Array$`\<*typeof* `UUID`\>\>; \}\>\> + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L65) + +Extending the hypergraph [Mapping definition](../../../../_media/Mapping.ts) to make it an effect Schema instance. +Allows decoding as well as passing in the api request payload diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" new file mode 100644 index 00000000..8b3b8170 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" @@ -0,0 +1,5 @@ +# Variable: TypesyncHypergraphSchemaStatus + +> `const` **TypesyncHypergraphSchemaStatus**: `NullOr`\<`Literal`\<\[`"published"`, `"synced"`, `"published_not_synced"`\]\>\> + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" new file mode 100644 index 00000000..9f9efb3f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" @@ -0,0 +1,5 @@ +# Variable: TypesyncHypergraphSchemaTypeProperty + +> `const` **TypesyncHypergraphSchemaTypeProperty**: `extend`\<`Union`\<\[`Struct`\<\{ `dataType`: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; \}\>, `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\>\]\>, `Struct`\<\{ `status`: `NullOr`\<`Literal`\<\[`"published"`, `"synced"`, `"published_not_synced"`\]\>\>; \}\>\> + +Defined in: [packages/hypergraph/src/cli/services/Model.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L18) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" new file mode 100644 index 00000000..e4083ddd --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" @@ -0,0 +1,23 @@ +# Class: InfinityNotAllowedError + +Defined in: [packages/hypergraph/src/utils/jsc.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L6) + +## Extends + +- `Error` + +## Constructors + +### Constructor + +> **new InfinityNotAllowedError**(): `InfinityNotAllowedError` + +Defined in: [packages/hypergraph/src/utils/jsc.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L7) + +#### Returns + +`InfinityNotAllowedError` + +#### Overrides + +`Error.constructor` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" new file mode 100644 index 00000000..d078dd6e --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" @@ -0,0 +1,23 @@ +# Class: NaNNotAllowedError + +Defined in: [packages/hypergraph/src/utils/jsc.ts:1](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L1) + +## Extends + +- `Error` + +## Constructors + +### Constructor + +> **new NaNNotAllowedError**(): `NaNNotAllowedError` + +Defined in: [packages/hypergraph/src/utils/jsc.ts:2](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L2) + +#### Returns + +`NaNNotAllowedError` + +#### Overrides + +`Error.constructor` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" new file mode 100644 index 00000000..cd5069ce --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" @@ -0,0 +1,19 @@ +# Function: assertExhaustive() + +> **assertExhaustive**(`_value`, `message`): `never` + +Defined in: [packages/hypergraph/src/utils/assertExhaustive.ts:1](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/assertExhaustive.ts#L1) + +## Parameters + +### \_value + +`never` + +### message + +`string` = `'Reached unexpected case in exhaustive switch'` + +## Returns + +`never` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" new file mode 100644 index 00000000..7e75443c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" @@ -0,0 +1,17 @@ +# Function: automergeIdToId() + +> **automergeIdToId**(`base58CheckUuid`): `string` + +Defined in: [packages/hypergraph/src/utils/automergeId.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/automergeId.ts#L15) + +Converts a Base58Check-encoded UUID back to UUID + +## Parameters + +### base58CheckUuid + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" new file mode 100644 index 00000000..010a14f9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" @@ -0,0 +1,15 @@ +# Function: bytesToHex() + +> **bytesToHex**(`bytes`): `string` + +Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L6) + +## Parameters + +### bytes + +`Uint8Array` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" new file mode 100644 index 00000000..bd098440 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" @@ -0,0 +1,68 @@ +# Function: canonicalize() + +> **canonicalize**\<`T`\>(`object`): `string` + +Defined in: [packages/hypergraph/src/utils/jsc.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L53) + +JSON canonicalize function. +Creates crypto safe predictable canocalization of JSON as defined by RFC8785. + +## Type Parameters + +### T + +`T` = `unknown` + +## Parameters + +### object + +`T` + +object to JSC canonicalize + +## Returns + +`string` + +## See + + - https://tools.ietf.org/html/rfc8785 + - https://www.rfc-editor.org/rfc/rfc8785 + +## Examples + +```ts +import { canonicalize } from '@graph-framework/utils' + +console.log(canonicalize(null)) // 'null' +console.log(canonicalize(1)) // '1' +console.log(canonicalize("test")) // "string" +console.log(canonicalize(true)) // 'true' +``` + +``` +import { canonicalize } from '@graph-framework/utils' + +const json = { + from_account: '543 232 625-3', + to_account: '321 567 636-4', + amount: 500, + currency: 'USD', +}; +console.log(canonicalize(json)) // '{"amount":500,"currency":"USD","from_account":"543 232 625-3","to_account":"321 567 636-4"}' +``` + +```ts +import { canonicalize } from '@graph-framework/utils' + +console.log(canonicalize([1, 'text', null, true, false])) // '[1,"text",null,true,false]' +``` + +## Throws + +NaNNotAllowedError if given object is of type number, but is not a valid number + +## Throws + +InfinityNotAllowedError if given object is of type number, but is the infinite number diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" new file mode 100644 index 00000000..3d887599 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" @@ -0,0 +1,31 @@ +# Function: decodeBase58ToUUID() + +> **decodeBase58ToUUID**(`encoded`): `string` + +Defined in: [packages/hypergraph/src/utils/base58.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L56) + +Expand the base58 encoded UUID back to its original UUID format + +## Parameters + +### encoded + +`string` + +base58 encoded UUID + +## Returns + +`string` + +the expanded UUID from the base58 encoded value + +## Example + +```ts +const uuid = 92539817-7989-4083-ab80-e9c2b2b66669; +const encoded = encodeBase58(dashesRemoved); // K51CbDqxW35osbjPo5ZF77 +const decoded = decodeBase58ToUUID(encoded); // 92539817-7989-4083-ab80-e9c2b2b66669 + +expect(decoded).toEqual(uuid); +``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" new file mode 100644 index 00000000..605503c5 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" @@ -0,0 +1,32 @@ +# Function: encodeBase58() + +> **encodeBase58**(`val`): `string` + +Defined in: [packages/hypergraph/src/utils/base58.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L21) + +Base58 encodes the given string value. + +## Parameters + +### val + +`string` + +string to encode as base58 + +## Returns + +`string` + +the base58 encoded string + +## Example + +```ts +import { v4 as uuidv4 } from "uuid"; + +const uuid = uuidv4(); // 92539817-7989-4083-ab80-e9c2b2b66669 +const dashesRemoved = uuid.replaceAll(/-/g, ""); // 9253981779894083ab80e9c2b2b66669 +const encoded = encodeBase58(dashesRemoved) +console.log(encoded) // K51CbDqxW35osbjPo5ZF77 +``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" new file mode 100644 index 00000000..cbaf4540 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" @@ -0,0 +1,22 @@ +# Function: generateId() + +> **generateId**(): `string` + +Defined in: [packages/hypergraph/src/utils/generateId.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/generateId.ts#L16) + +Generate a v4 UUID. + +## Returns + +`string` + +v4 UUID + +## Example + +``` +import { generateId } from '@graph-framework/utils' + +const id = generateId() +console.log(id) +``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" new file mode 100644 index 00000000..4d54132c --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" @@ -0,0 +1,15 @@ +# Function: hexToBytes() + +> **hexToBytes**(`hex`): `Uint8Array` + +Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L10) + +## Parameters + +### hex + +`string` + +## Returns + +`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" new file mode 100644 index 00000000..366718b9 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" @@ -0,0 +1,17 @@ +# Function: idToAutomergeId() + +> **idToAutomergeId**(`uuid`): `string` + +Defined in: [packages/hypergraph/src/utils/automergeId.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/automergeId.ts#L7) + +Converts a UUID into Base58Check + +## Parameters + +### uuid + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" new file mode 100644 index 00000000..78dfc773 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" @@ -0,0 +1,15 @@ +# Function: isRelationField() + +> **isRelationField**(`field`): `boolean` + +Defined in: [packages/hypergraph/src/utils/isRelationField.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/isRelationField.ts#L3) + +## Parameters + +### field + +`All` | `All`\<`PropertyKey`\> + +## Returns + +`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" new file mode 100644 index 00000000..2ca66e7f --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" @@ -0,0 +1,15 @@ +# Function: publicKeyToAddress() + +> **publicKeyToAddress**(`publicKey`): `string` + +Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L22) + +## Parameters + +### publicKey + +`string` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" new file mode 100644 index 00000000..279e7f68 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" @@ -0,0 +1,15 @@ +# Function: stringToUint8Array() + +> **stringToUint8Array**(`str`): `Uint8Array` + +Defined in: [packages/hypergraph/src/utils/stringToUint8Array.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/stringToUint8Array.ts#L3) + +## Parameters + +### str + +`string` + +## Returns + +`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" new file mode 100644 index 00000000..826acfe8 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" @@ -0,0 +1,15 @@ +# Function: uint8ArrayToString() + +> **uint8ArrayToString**(`uint8Array`): `string` + +Defined in: [packages/hypergraph/src/utils/stringToUint8Array.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/stringToUint8Array.ts#L7) + +## Parameters + +### uint8Array + +`Uint8Array` + +## Returns + +`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" new file mode 100644 index 00000000..b5b13a64 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" @@ -0,0 +1,27 @@ +# Utils + +## Classes + +- [InfinityNotAllowedError](classes/InfinityNotAllowedError.md) +- [NaNNotAllowedError](classes/NaNNotAllowedError.md) + +## Type Aliases + +- [Base58](type-aliases/Base58.md) +- [UUID](type-aliases/UUID.md) + +## Functions + +- [assertExhaustive](functions/assertExhaustive.md) +- [automergeIdToId](functions/automergeIdToId.md) +- [bytesToHex](functions/bytesToHex.md) +- [canonicalize](functions/canonicalize.md) +- [decodeBase58ToUUID](functions/decodeBase58ToUUID.md) +- [encodeBase58](functions/encodeBase58.md) +- [generateId](functions/generateId.md) +- [hexToBytes](functions/hexToBytes.md) +- [idToAutomergeId](functions/idToAutomergeId.md) +- [isRelationField](functions/isRelationField.md) +- [publicKeyToAddress](functions/publicKeyToAddress.md) +- [stringToUint8Array](functions/stringToUint8Array.md) +- [uint8ArrayToString](functions/uint8ArrayToString.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" new file mode 100644 index 00000000..135273bf --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" @@ -0,0 +1,5 @@ +# Type Alias: Base58 + +> **Base58** = `string` + +Defined in: [packages/hypergraph/src/utils/base58.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" new file mode 100644 index 00000000..133fba16 --- /dev/null +++ "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" @@ -0,0 +1,5 @@ +# Type Alias: UUID + +> **UUID** = `string` + +Defined in: [packages/hypergraph/src/utils/base58.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L39) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 90cc125a..37dbafa7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -91,6 +91,21 @@ const config = { ], }, ], + [ + 'docusaurus-plugin-typedoc', + { + id: 'api-reference', + entryPoints: ['../packages/hypergraph/src/index.ts'], + tsconfig: '../packages/hypergraph/tsconfig.json', + out: 'docs/api-reference', + readme: 'none', + name: '📚 API Reference', + categorizeByGroup: false, + excludeExternals: true, + excludePrivate: true, + excludeProtected: true, + }, + ], ], presets: [ diff --git a/docs/package.json b/docs/package.json index b5f7edbc..1f604d67 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,8 @@ "devDependencies": { "@docusaurus/module-type-aliases": "3.8.1", "@docusaurus/types": "3.8.1", - "docusaurus-plugin-llms": "^0.1.5" + "docusaurus-plugin-llms": "^0.1.5", + "docusaurus-plugin-typedoc": "^1.4.2" }, "browserslist": { "production": [ diff --git a/docs/sidebars.js b/docs/sidebars.js index 15ab2c66..2a8e60e5 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -34,7 +34,7 @@ const sidebars = { { type: 'doc', id: 'filtering-query-results', label: '🔍 Filtering Query Results' }, { type: 'doc', id: 'space-invitations', label: '🔗 Space Invitations' }, { type: 'doc', id: 'inboxes', label: '🔍 Inboxes' }, - // { type: 'doc', id: 'api-reference', label: '📚 API Reference' }, + { type: 'doc', id: 'api-reference/index', label: '📚 API Reference' }, { type: 'doc', id: 'troubleshooting', label: '🛠️ Troubleshooting' }, { type: 'doc', id: 'faq', label: '❓ FAQ' }, { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index df27e70f..ebf40061 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,7 +37,7 @@ importers: version: 5.8.3 vitest: specifier: ^3.2.4 - version: 3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) apps/connect: dependencies: @@ -46,7 +46,7 @@ importers: version: 1.0.0-beta.1(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@graphprotocol/grc-20': specifier: ^0.24.1 - version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@graphprotocol/hypergraph': specifier: workspace:* version: link:../../packages/hypergraph/publish @@ -58,7 +58,7 @@ importers: version: 2.2.0(react@19.1.1) '@privy-io/react-auth': specifier: ^2.21.2 - version: 2.21.2(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(@types/react@19.1.9)(bs58@6.0.0)(bufferutil@4.0.9)(immer@9.0.21)(lit@3.3.0)(permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76) + version: 2.21.2(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(@types/react@19.1.9)(bs58@6.0.0)(bufferutil@4.0.9)(immer@9.0.21)(lit@3.3.0)(permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76) '@tanstack/react-query': specifier: ^5.75.5 version: 5.75.5(react@19.1.1) @@ -91,17 +91,17 @@ importers: version: 3.3.1 viem: specifier: ^2.30.6 - version: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) devDependencies: '@tailwindcss/vite': specifier: ^4.1.11 - version: 4.1.11(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.1.11(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: ^1.120.2 - version: 1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0) + version: 1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0) '@types/node': specifier: ^24.1.0 version: 24.1.0 @@ -113,7 +113,7 @@ importers: version: 19.1.7(@types/react@19.1.9) '@vitejs/plugin-react': specifier: ^4.4.1 - version: 4.4.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.4.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) prettier: specifier: ^3.6.2 version: 3.6.2 @@ -125,19 +125,19 @@ importers: version: 4.1.11 unplugin-fonts: specifier: ^1.4.0 - version: 1.4.0(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 1.4.0(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) vite-plugin-node-polyfills: specifier: ^0.24.0 - version: 0.24.0(rollup@4.45.0)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 0.24.0(rollup@4.45.0)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) vite-plugin-svgr: specifier: ^4.3.0 - version: 4.3.0(rollup@4.45.0)(typescript@5.8.3)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.3.0(rollup@4.45.0)(typescript@5.9.2)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) apps/events: dependencies: '@graphprotocol/grc-20': specifier: ^0.24.1 - version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@graphprotocol/hypergraph': specifier: workspace:* version: link:../../packages/hypergraph/publish @@ -188,7 +188,7 @@ importers: version: 7.1.2(graphql@16.11.0) isomorphic-ws: specifier: ^5.0.0 - version: 5.0.0(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + version: 5.0.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) lucide-react: specifier: ^0.508.0 version: 0.508.0(react@19.1.1) @@ -215,20 +215,20 @@ importers: version: 11.1.0 viem: specifier: ^2.29.0 - version: 2.29.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 2.29.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) devDependencies: '@biomejs/biome': specifier: 1.9.4 version: 1.9.4 '@tailwindcss/vite': specifier: ^4.1.5 - version: 4.1.5(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.1.5(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: ^1.120.2 - version: 1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0) + version: 1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0) '@types/node': specifier: ^24.2.0 version: 24.2.0 @@ -243,7 +243,7 @@ importers: version: 10.0.0 '@vitejs/plugin-react': specifier: ^4.4.1 - version: 4.4.1(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.4.1(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) globals: specifier: ^16.1.0 version: 16.1.0 @@ -350,7 +350,7 @@ importers: version: 8.18.1 tsup: specifier: ^8.4.0 - version: 8.4.0(@swc/core@1.11.24(@swc/helpers@0.5.17))(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.7.0) + version: 8.4.0(@swc/core@1.11.24(@swc/helpers@0.5.17))(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.1) typescript: specifier: ^5.8.3 version: 5.8.3 @@ -450,7 +450,7 @@ importers: version: 1.2.7(@types/react-dom@19.1.7(@types/react@19.1.9))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@tailwindcss/vite': specifier: ^4.1.11 - version: 4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.83.0 version: 5.85.0(react@19.1.1) @@ -483,14 +483,14 @@ importers: version: 4.1.11 vite: specifier: ^7.0.5 - version: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + version: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) devDependencies: '@eslint/js': specifier: ^9.31.0 version: 9.31.0 '@tanstack/router-plugin': specifier: ^1.129.2 - version: 1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0) + version: 1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0) '@types/node': specifier: ^24.2.0 version: 24.2.0 @@ -502,7 +502,7 @@ importers: version: 19.1.7(@types/react@19.1.9) '@vitejs/plugin-react': specifier: ^4.7.0 - version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) eslint: specifier: ^9.31.0 version: 9.31.0(jiti@2.5.1) @@ -532,10 +532,10 @@ importers: dependencies: '@docusaurus/core': specifier: 3.8.1 - version: 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + version: 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/preset-classic': specifier: 3.8.1 - version: 3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.8.3)(utf-8-validate@5.0.10) + version: 3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.9.2)(utf-8-validate@5.0.10) '@mdx-js/react': specifier: ^3.0.0 version: 3.1.0(@types/react@19.1.9)(react@19.1.1) @@ -560,7 +560,16 @@ importers: version: 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) docusaurus-plugin-llms: specifier: ^0.1.5 - version: 0.1.5(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)) + version: 0.1.5(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)) + docusaurus-plugin-typedoc: + specifier: ^1.4.2 + version: 1.4.2(typedoc-plugin-markdown@4.8.1(typedoc@0.28.10(typescript@5.9.2))) + typedoc: + specifier: ^0.28.10 + version: 0.28.10(typescript@5.9.2) + typescript: + specifier: ^5.9.2 + version: 5.9.2 packages/create-hypergraph: devDependencies: @@ -581,7 +590,7 @@ importers: version: 0.45.0(@effect/typeclass@0.31.10(effect@3.17.6))(effect@3.17.6) '@effect/vitest': specifier: ^0.25.0 - version: 0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: ^24.2.0 version: 24.2.0 @@ -593,7 +602,7 @@ importers: version: 9.6.0 tsdown: specifier: ^0.13.3 - version: 0.13.3(typescript@5.8.3) + version: 0.13.3(typescript@5.9.2) tsx: specifier: ^4.20.3 version: 4.20.3 @@ -673,7 +682,7 @@ importers: devDependencies: '@effect/vitest': specifier: ^0.25.0 - version: 0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: ^24.2.0 version: 24.2.0 @@ -704,7 +713,7 @@ importers: version: 2.2.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@graphprotocol/grc-20': specifier: ^0.24.1 - version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@noble/hashes': specifier: ^1.8.0 version: 1.8.0 @@ -725,7 +734,7 @@ importers: version: 11.1.0 viem: specifier: ^2.29.0 - version: 2.29.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + version: 2.29.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) devDependencies: '@graphprotocol/hypergraph': specifier: workspace:* @@ -741,7 +750,7 @@ importers: version: 19.1.9 '@vitejs/plugin-react': specifier: ^4.7.0 - version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@xstate/store': specifier: ^3.5.1 version: 3.5.1(react@19.1.1)(solid-js@1.9.5) @@ -760,7 +769,7 @@ importers: version: 1.0.0-beta.2(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@graphprotocol/grc-20': specifier: ^0.24.1 - version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.8.3)(zod@4.0.17))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@4.0.17) + version: 0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@4.0.17))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.0.17) '@graphprotocol/hypergraph': specifier: workspace:* version: link:../hypergraph/publish @@ -793,7 +802,7 @@ importers: version: 1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(@tanstack/router-core@1.131.7)(csstype@3.1.3)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(solid-js@1.9.5)(tiny-invariant@1.3.3) '@tanstack/router-plugin': specifier: ^1.131.7 - version: 1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0) + version: 1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0) effect: specifier: 3.17.6 version: 3.17.6 @@ -821,7 +830,7 @@ importers: devDependencies: '@graphql-codegen/cli': specifier: ^5.0.7 - version: 5.0.7(@babel/core@7.28.0)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(bufferutil@4.0.9)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3)(utf-8-validate@5.0.10) + version: 5.0.7(@babel/core@7.28.0)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(bufferutil@4.0.9)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10) '@graphql-codegen/client-preset': specifier: ^4.8.3 version: 4.8.3(@babel/core@7.28.0)(encoding@0.1.13)(graphql@16.11.0) @@ -833,7 +842,7 @@ importers: version: 4.6.1(@babel/core@7.28.0)(encoding@0.1.13)(graphql@16.11.0) '@tailwindcss/vite': specifier: ^4.1.11 - version: 4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@testing-library/dom': specifier: ^10.4.1 version: 10.4.1 @@ -854,13 +863,13 @@ importers: version: 19.1.7(@types/react@19.1.9) '@vitejs/plugin-react': specifier: ^4.7.0 - version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + version: 4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) jsdom: specifier: ^26.1.0 version: 26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) vite: specifier: ^7.0.6 - version: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + version: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) web-vitals: specifier: ^5.1.0 version: 5.1.0 @@ -2861,6 +2870,9 @@ packages: '@floating-ui/utils@0.2.9': resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} + '@gerrit0/mini-shiki@3.9.2': + resolution: {integrity: sha512-Tvsj+AOO4Z8xLRJK900WkyfxHsZQu+Zm1//oT1w443PO6RiYMoq/4NGOhaNuZoUMYsjKIAPVQ6eOFMddj6yphQ==} + '@graphprotocol/grc-20@0.24.1': resolution: {integrity: sha512-oP8E4GmqSIM3hYzRTIhPtUS0Szg1wdzo1AUtLTTZazWoUycMm+K2FgfwANpN7q3CzOyuVtBeEhmdogw74q/0jw==} @@ -4749,6 +4761,21 @@ packages: '@serenity-kit/noble-sodium@0.2.1': resolution: {integrity: sha512-023EjSl/ZMl8yNmnzeeWJh/V44QyBC82I8xuHltITeWdcyrQHbGnmMZRZOm/uTRinhgqoMzRBNQqbrfyuI5idg==} + '@shikijs/engine-oniguruma@3.10.0': + resolution: {integrity: sha512-O7ofyEUm4uDBlfd+2YPc7GHA72Kr3eUw5wSgZzgK6GUniD52106diH9Fo7+7l+lhBiyWntYcvzGK8QMciwf+Xw==} + + '@shikijs/langs@3.10.0': + resolution: {integrity: sha512-uE9ojRozrm1PmUw2aM8EbHpT/XdWzSdv/sWRN5MCMdXMW1eOl4bMxWAlY5yhZj0GghYfMbBzMlcDKqrIjOue/Q==} + + '@shikijs/themes@3.10.0': + resolution: {integrity: sha512-JDnZKjYs4nhBniOmVILfEFZCA9JxxLnxG4PRQQQudn8DREhoWQelw7fhv+3Up8phzkoZWQ9TW2jp9k+6DjJS5A==} + + '@shikijs/types@3.10.0': + resolution: {integrity: sha512-PAeyajDDhdzefMiSZn7ENCwVaACMnO53+p5pSrJpIQOJTSX+4Qn28Y5e7I6v9wkJNyepRFfbZmzmbbnzjxBMEA==} + + '@shikijs/vscode-textmate@10.0.2': + resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} + '@sideway/address@4.1.5': resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} @@ -7466,6 +7493,11 @@ packages: peerDependencies: '@docusaurus/core': ^3.0.0 + docusaurus-plugin-typedoc@1.4.2: + resolution: {integrity: sha512-1qerRejLSYxEWdyVPLDMMeKFPLA/37yZAsdwJy9ThHFQR78+v3b5spSbk67VHGLr2mAn4FVHu0aGJ6p7iWotSg==} + peerDependencies: + typedoc-plugin-markdown: '>=4.8.0' + dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} @@ -9335,6 +9367,9 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + linkify-it@5.0.0: + resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + listr2@4.0.5: resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==} engines: {node: '>=12'} @@ -9452,6 +9487,9 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + lunr@2.3.9: + resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true @@ -9471,6 +9509,10 @@ packages: resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} engines: {node: '>=16'} + markdown-it@14.1.0: + resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} + hasBin: true + markdown-table@2.0.0: resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} @@ -9547,6 +9589,9 @@ packages: mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + mdurl@2.0.0: + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} + media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -11088,6 +11133,10 @@ packages: pump@3.0.3: resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} + punycode.js@2.3.1: + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} + engines: {node: '>=6'} + punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} @@ -12424,6 +12473,24 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} + typedoc-docusaurus-theme@1.4.2: + resolution: {integrity: sha512-i9YYDcScLD0WUiX8I+LXHX3ZVvRDlJsmRo9l/uWrFT37cHlMz4Ay0GOnWzHUBnnwAo1uzYOw9RjUXznbWozBEA==} + peerDependencies: + typedoc-plugin-markdown: '>=4.8.0' + + typedoc-plugin-markdown@4.8.1: + resolution: {integrity: sha512-ug7fc4j0SiJxSwBGLncpSo8tLvrT9VONvPUQqQDTKPxCoFQBADLli832RGPtj6sfSVJebNSrHZQRUdEryYH/7g==} + engines: {node: '>= 18'} + peerDependencies: + typedoc: 0.28.x + + typedoc@0.28.10: + resolution: {integrity: sha512-zYvpjS2bNJ30SoNYfHSRaFpBMZAsL7uwKbWwqoCNFWjcPnI3e/mPLh2SneH9mX7SJxtDpvDgvd9/iZxGbo7daw==} + engines: {node: '>= 18', pnpm: '>= 10'} + hasBin: true + peerDependencies: + typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x + typeforce@1.18.0: resolution: {integrity: sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==} @@ -12439,10 +12506,18 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.9.2: + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + engines: {node: '>=14.17'} + hasBin: true + ua-parser-js@1.0.40: resolution: {integrity: sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==} hasBin: true + uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -13267,6 +13342,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.8.1: + resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -14441,15 +14521,15 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@base-org/account@1.1.1(@types/react@19.1.9)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.1)(typescript@5.8.3)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76)': + '@base-org/account@1.1.1(@types/react@19.1.9)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@noble/hashes': 1.4.0 clsx: 1.2.1 eventemitter3: 5.0.1 idb-keyval: 6.2.1 - ox: 0.6.9(typescript@5.8.3)(zod@3.25.76) + ox: 0.6.9(typescript@5.9.2)(zod@3.25.76) preact: 10.24.2 - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) zustand: 5.0.3(@types/react@19.1.9)(immer@9.0.21)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)) transitivePeerDependencies: - '@types/react' @@ -15052,7 +15132,7 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/bundler@3.8.1(acorn@8.15.0)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)': + '@docusaurus/bundler@3.8.1(acorn@8.15.0)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)': dependencies: '@babel/core': 7.28.0 '@docusaurus/babel': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15071,7 +15151,7 @@ snapshots: mini-css-extract-plugin: 2.9.3(webpack@5.101.0) null-loader: 4.0.1(webpack@5.101.0) postcss: 8.5.6 - postcss-loader: 7.3.4(postcss@8.5.6)(typescript@5.8.3)(webpack@5.101.0) + postcss-loader: 7.3.4(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.0) postcss-preset-env: 10.2.4(postcss@8.5.6) terser-webpack-plugin: 5.3.14(webpack@5.101.0) tslib: 2.8.1 @@ -15094,10 +15174,10 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: '@docusaurus/babel': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/bundler': 3.8.1(acorn@8.15.0)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3) + '@docusaurus/bundler': 3.8.1(acorn@8.15.0)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15226,13 +15306,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/plugin-content-blog@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-blog@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-common': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15268,13 +15348,13 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/module-type-aliases': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-common': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15309,9 +15389,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-content-pages@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-pages@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15340,9 +15420,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-css-cascade-layers@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-css-cascade-layers@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15368,9 +15448,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-debug@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-debug@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) fs-extra: 11.3.1 @@ -15397,9 +15477,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-analytics@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-analytics@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) react: 19.1.1 @@ -15424,9 +15504,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-gtag@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-gtag@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@types/gtag.js': 0.0.12 @@ -15452,9 +15532,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-tag-manager@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-tag-manager@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) react: 19.1.1 @@ -15479,9 +15559,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-sitemap@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-sitemap@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.8.1 '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15511,14 +15591,14 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-svgr@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-svgr@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@svgr/core': 8.1.0(typescript@5.8.3) - '@svgr/webpack': 8.1.0(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) + '@svgr/webpack': 8.1.0(typescript@5.9.2) react: 19.1.1 react-dom: 19.1.1(react@19.1.1) tslib: 2.8.1 @@ -15542,22 +15622,22 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/preset-classic@3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.8.3)(utf-8-validate@5.0.10)': - dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-css-cascade-layers': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-debug': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-analytics': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-gtag': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-tag-manager': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-sitemap': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-svgr': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-classic': 3.8.1(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/theme-search-algolia': 3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/preset-classic@3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.9.2)(utf-8-validate@5.0.10)': + dependencies: + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-css-cascade-layers': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-debug': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-analytics': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-gtag': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-tag-manager': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-sitemap': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-svgr': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/theme-classic': 3.8.1(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@docusaurus/theme-search-algolia': 3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) react: 19.1.1 react-dom: 19.1.1(react@19.1.1) @@ -15588,16 +15668,16 @@ snapshots: '@types/react': 19.1.9 react: 19.1.1 - '@docusaurus/theme-classic@3.8.1(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/theme-classic@3.8.1(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/module-type-aliases': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/theme-translations': 3.8.1 '@docusaurus/types': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15637,11 +15717,11 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/theme-common@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@docusaurus/theme-common@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@docusaurus/mdx-loader': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/module-type-aliases': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-common': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@types/history': 4.7.11 @@ -15662,13 +15742,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/theme-search-algolia@3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@docusaurus/theme-search-algolia@3.8.1(@algolia/client-search@5.35.0)(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(@types/react@19.1.9)(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: '@docsearch/react': 3.9.0(@algolia/client-search@5.35.0)(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.17.3) - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.8.1 - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10))(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/theme-translations': 3.8.1 '@docusaurus/utils': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@docusaurus/utils-validation': 3.8.1(acorn@8.15.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -15888,10 +15968,10 @@ snapshots: dependencies: effect: 3.17.6 - '@effect/vitest@0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@effect/vitest@0.25.0(effect@3.17.6)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: effect: 3.17.6 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) '@effect/workflow@0.1.2(effect@3.17.6)': dependencies: @@ -15921,7 +16001,7 @@ snapshots: '@emotion/babel-plugin@11.13.5': dependencies: '@babel/helper-module-imports': 7.27.1 - '@babel/runtime': 7.28.2 + '@babel/runtime': 7.28.3 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 '@emotion/serialize': 1.3.3 @@ -16374,6 +16454,14 @@ snapshots: '@floating-ui/utils@0.2.9': {} + '@gerrit0/mini-shiki@3.9.2': + dependencies: + '@shikijs/engine-oniguruma': 3.10.0 + '@shikijs/langs': 3.10.0 + '@shikijs/themes': 3.10.0 + '@shikijs/types': 3.10.0 + '@shikijs/vscode-textmate': 10.0.2 + '@graphprotocol/grc-20@0.24.1(bufferutil@4.0.9)(ox@0.6.7(typescript@5.8.3)(zod@3.25.76))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@bufbuild/protobuf': 1.10.1 @@ -16408,16 +16496,33 @@ snapshots: - utf-8-validate - zod - '@graphprotocol/grc-20@0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.8.3)(zod@4.0.17))(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@4.0.17)': + '@graphprotocol/grc-20@0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': + dependencies: + '@bufbuild/protobuf': 1.10.1 + effect: 3.17.6 + fflate: 0.8.2 + fractional-indexing-jittered: 1.0.0 + image-size: 2.0.2 + permissionless: 0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)) + uuid: 11.1.0 + viem: 2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + transitivePeerDependencies: + - bufferutil + - ox + - typescript + - utf-8-validate + - zod + + '@graphprotocol/grc-20@0.24.1(bufferutil@4.0.9)(ox@0.6.9(typescript@5.9.2)(zod@4.0.17))(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.0.17)': dependencies: '@bufbuild/protobuf': 1.10.1 effect: 3.17.6 fflate: 0.8.2 fractional-indexing-jittered: 1.0.0 image-size: 2.0.2 - permissionless: 0.2.52(ox@0.6.9(typescript@5.8.3)(zod@4.0.17))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) + permissionless: 0.2.52(ox@0.6.9(typescript@5.9.2)(zod@4.0.17))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) uuid: 11.1.0 - viem: 2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@4.0.17) + viem: 2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.0.17) transitivePeerDependencies: - bufferutil - ox @@ -16431,7 +16536,7 @@ snapshots: graphql: 16.11.0 tslib: 2.6.2 - '@graphql-codegen/cli@5.0.7(@babel/core@7.28.0)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(bufferutil@4.0.9)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@graphql-codegen/cli@5.0.7(@babel/core@7.28.0)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(bufferutil@4.0.9)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: '@babel/generator': 7.28.0 '@babel/template': 7.27.2 @@ -16451,11 +16556,11 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@whatwg-node/fetch': 0.10.10 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.9.2) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.11.0 - graphql-config: 5.1.5(@types/node@24.2.0)(bufferutil@4.0.9)(graphql@16.11.0)(typescript@5.8.3)(utf-8-validate@5.0.10) + graphql-config: 5.1.5(@types/node@24.2.0)(bufferutil@4.0.9)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.7 @@ -17161,7 +17266,7 @@ snapshots: '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.28.2 + '@babel/runtime': 7.28.3 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -17620,11 +17725,11 @@ snapshots: '@privy-io/chains@0.0.2': {} - '@privy-io/ethereum@0.0.2(viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76))': + '@privy-io/ethereum@0.0.2(viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76))': dependencies: - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) - '@privy-io/js-sdk-core@0.53.3(bufferutil@4.0.9)(permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76))': + '@privy-io/js-sdk-core@0.53.3(bufferutil@4.0.9)(permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)))(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76))': dependencies: '@ethersproject/abstract-signer': 5.8.0 '@ethersproject/bignumber': 5.8.0 @@ -17634,7 +17739,7 @@ snapshots: '@ethersproject/units': 5.8.0 '@privy-io/api-base': 1.5.2 '@privy-io/chains': 0.0.2 - '@privy-io/public-api': 2.43.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@privy-io/public-api': 2.43.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) canonicalize: 2.1.0 eventemitter3: 5.0.1 fetch-retry: 6.0.0 @@ -17644,8 +17749,8 @@ snapshots: set-cookie-parser: 2.7.1 uuid: 9.0.1 optionalDependencies: - permissionless: 0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + permissionless: 0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - bufferutil - typescript @@ -17663,21 +17768,21 @@ snapshots: - typescript - utf-8-validate - '@privy-io/public-api@2.43.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@privy-io/public-api@2.43.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: '@privy-io/api-base': 1.5.2 bs58: 5.0.0 libphonenumber-js: 1.12.12 - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) zod: 3.25.76 transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - '@privy-io/react-auth@2.21.2(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(@types/react@19.1.9)(bs58@6.0.0)(bufferutil@4.0.9)(immer@9.0.21)(lit@3.3.0)(permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76)': + '@privy-io/react-auth@2.21.2(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(@types/react@19.1.9)(bs58@6.0.0)(bufferutil@4.0.9)(immer@9.0.21)(lit@3.3.0)(permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@base-org/account': 1.1.1(@types/react@19.1.9)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.1)(typescript@5.8.3)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76) + '@base-org/account': 1.1.1(@types/react@19.1.9)(bufferutil@4.0.9)(immer@9.0.21)(react@19.1.1)(typescript@5.9.2)(use-sync-external-store@1.5.0(react@19.1.1))(utf-8-validate@5.0.10)(zod@3.25.76) '@coinbase/wallet-sdk': 4.3.2 '@floating-ui/react': 0.26.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@headlessui/react': 2.2.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -17686,18 +17791,18 @@ snapshots: '@metamask/eth-sig-util': 6.0.2 '@privy-io/api-base': 1.5.2 '@privy-io/chains': 0.0.2 - '@privy-io/ethereum': 0.0.2(viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) - '@privy-io/js-sdk-core': 0.53.3(bufferutil@4.0.9)(permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)))(typescript@5.8.3)(utf-8-validate@5.0.10)(viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) - '@privy-io/public-api': 2.43.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@reown/appkit': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@privy-io/ethereum': 0.0.2(viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)) + '@privy-io/js-sdk-core': 0.53.3(bufferutil@4.0.9)(permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)))(typescript@5.9.2)(utf-8-validate@5.0.10)(viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)) + '@privy-io/public-api': 2.43.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@reown/appkit': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@scure/base': 1.2.6 '@simplewebauthn/browser': 9.0.1 - '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)) - '@solana/wallet-standard-wallet-adapter-base': 1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(bs58@6.0.0) - '@solana/wallet-standard-wallet-adapter-react': 1.1.4(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)))(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(bs58@6.0.0)(react@19.1.1) + '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)) + '@solana/wallet-standard-wallet-adapter-base': 1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(bs58@6.0.0) + '@solana/wallet-standard-wallet-adapter-react': 1.1.4(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)))(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(bs58@6.0.0)(react@19.1.1) '@tanstack/react-virtual': 3.13.12(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@wallet-standard/app': 1.1.0 - '@walletconnect/ethereum-provider': 2.21.5(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/ethereum-provider': 2.21.5(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) base64-js: 1.5.1 dotenv: 16.6.1 encoding: 0.1.13 @@ -17707,7 +17812,7 @@ snapshots: js-cookie: 3.0.5 lokijs: 1.5.12 md5: 2.3.0 - mipd: 0.0.7(typescript@5.8.3) + mipd: 0.0.7(typescript@5.9.2) ofetch: 1.4.1 pino-pretty: 10.3.1 qrcode: 1.5.4 @@ -17719,11 +17824,11 @@ snapshots: stylis: 4.3.6 tinycolor2: 1.6.0 uuid: 9.0.1 - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) zustand: 5.0.7(@types/react@19.1.9)(immer@9.0.21)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)) optionalDependencies: - '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10) - permissionless: 0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)) + '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10) + permissionless: 0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18101,57 +18206,57 @@ snapshots: dependencies: react: 19.1.1 - '@reown/appkit-common@1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit-common@1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4)': dependencies: big.js: 6.2.2 dayjs: 1.11.13 - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@reown/appkit-common@1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-common@1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: big.js: 6.2.2 dayjs: 1.11.13 - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4)': + '@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4)': dependencies: big.js: 6.2.2 dayjs: 1.11.13 - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-common@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: big.js: 6.2.2 dayjs: 1.11.13 - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - bufferutil - typescript - utf-8-validate - zod - '@reown/appkit-controllers@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-controllers@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 2.1.5(@types/react@19.1.9)(react@19.1.1) - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18179,13 +18284,13 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-controllers@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-controllers@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 1.13.2(@types/react@19.1.9)(react@19.1.1) - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18213,12 +18318,12 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-pay@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-pay@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) lit: 3.3.0 valtio: 2.1.5(@types/react@19.1.9)(react@19.1.1) transitivePeerDependencies: @@ -18248,12 +18353,12 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-pay@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-pay@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) lit: 3.3.0 valtio: 1.13.2(@types/react@19.1.9)(react@19.1.1) transitivePeerDependencies: @@ -18291,13 +18396,13 @@ snapshots: dependencies: buffer: 6.0.3 - '@reown/appkit-scaffold-ui@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': + '@reown/appkit-scaffold-ui@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) lit: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -18327,13 +18432,13 @@ snapshots: - valtio - zod - '@reown/appkit-scaffold-ui@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': + '@reown/appkit-scaffold-ui@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) lit: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -18363,18 +18468,18 @@ snapshots: - valtio - zod - '@reown/appkit-siwx@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': + '@reown/appkit-siwx@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-scaffold-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-scaffold-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) bip322-js: 2.0.0 bs58: 6.0.0 lit: 3.3.0 tweetnacl: 1.0.3 - viem: 2.32.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.32.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18404,11 +18509,11 @@ snapshots: - zod optional: true - '@reown/appkit-ui@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-ui@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) lit: 3.3.0 qrcode: 1.5.3 transitivePeerDependencies: @@ -18438,11 +18543,11 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-ui@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-ui@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) lit: 3.3.0 qrcode: 1.5.3 transitivePeerDependencies: @@ -18472,17 +18577,17 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-utils@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': + '@reown/appkit-utils@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.19 - '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) '@wallet-standard/wallet': 1.1.0 '@walletconnect/logger': 2.1.2 - '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 2.1.5(@types/react@19.1.9)(react@19.1.1) - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18510,16 +18615,16 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-utils@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': + '@reown/appkit-utils@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.8 - '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) '@walletconnect/logger': 2.1.2 - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) valtio: 1.13.2(@types/react@19.1.9)(react@19.1.1) - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18547,9 +18652,9 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-wallet@1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@reown/appkit-wallet@1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4) '@reown/appkit-polyfills': 1.7.19 '@walletconnect/logger': 2.1.2 zod: 3.22.4 @@ -18558,9 +18663,9 @@ snapshots: - typescript - utf-8-validate - '@reown/appkit-wallet@1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)': + '@reown/appkit-wallet@1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4) '@reown/appkit-polyfills': 1.7.8 '@walletconnect/logger': 2.1.2 zod: 3.22.4 @@ -18569,24 +18674,24 @@ snapshots: - typescript - utf-8-validate - '@reown/appkit@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit@1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-pay': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-pay': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.19 - '@reown/appkit-scaffold-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) - '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-scaffold-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-ui': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-wallet': 1.7.19(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) + '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) bs58: 6.0.0 semver: 7.7.2 valtio: 2.1.5(@types/react@19.1.9)(react@19.1.1) - viem: 2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: '@lit/react': 1.0.8(@types/react@19.1.9) - '@reown/appkit-siwx': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-siwx': 1.7.19(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(lit@3.3.0)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@2.1.5(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18615,21 +18720,21 @@ snapshots: - utf-8-validate - zod - '@reown/appkit@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit@1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-pay': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-common': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-pay': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.7.8 - '@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) - '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@reown/appkit-scaffold-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-ui': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(valtio@1.13.2(@types/react@19.1.9)(react@19.1.1))(zod@3.25.76) + '@reown/appkit-wallet': 1.7.8(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10) '@walletconnect/types': 2.21.0 - '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/universal-provider': 2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) bs58: 6.0.0 valtio: 1.13.2(@types/react@19.1.9)(react@19.1.1) - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -18900,6 +19005,26 @@ snapshots: '@noble/curves': 1.9.0 '@noble/hashes': 1.8.0 + '@shikijs/engine-oniguruma@3.10.0': + dependencies: + '@shikijs/types': 3.10.0 + '@shikijs/vscode-textmate': 10.0.2 + + '@shikijs/langs@3.10.0': + dependencies: + '@shikijs/types': 3.10.0 + + '@shikijs/themes@3.10.0': + dependencies: + '@shikijs/types': 3.10.0 + + '@shikijs/types@3.10.0': + dependencies: + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + '@shikijs/vscode-textmate@10.0.2': {} + '@sideway/address@4.1.5': dependencies: '@hapi/hoek': 9.3.0 @@ -18947,22 +19072,39 @@ snapshots: '@solana/errors': 2.1.1(typescript@5.8.3) typescript: 5.8.3 + '@solana/codecs-core@2.1.1(typescript@5.9.2)': + dependencies: + '@solana/errors': 2.1.1(typescript@5.9.2) + typescript: 5.9.2 + '@solana/codecs-numbers@2.1.1(typescript@5.8.3)': dependencies: '@solana/codecs-core': 2.1.1(typescript@5.8.3) '@solana/errors': 2.1.1(typescript@5.8.3) typescript: 5.8.3 + '@solana/codecs-numbers@2.1.1(typescript@5.9.2)': + dependencies: + '@solana/codecs-core': 2.1.1(typescript@5.9.2) + '@solana/errors': 2.1.1(typescript@5.9.2) + typescript: 5.9.2 + '@solana/errors@2.1.1(typescript@5.8.3)': dependencies: chalk: 5.5.0 commander: 13.1.0 typescript: 5.8.3 - '@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))': + '@solana/errors@2.1.1(typescript@5.9.2)': + dependencies: + chalk: 5.5.0 + commander: 13.1.0 + typescript: 5.9.2 + + '@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))': dependencies: '@solana/wallet-standard-features': 1.3.0 - '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10) '@wallet-standard/base': 1.1.0 '@wallet-standard/features': 1.1.0 eventemitter3: 4.0.7 @@ -18982,23 +19124,23 @@ snapshots: '@solana/wallet-standard-chains': 1.1.1 '@solana/wallet-standard-features': 1.3.0 - '@solana/wallet-standard-wallet-adapter-base@1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(bs58@6.0.0)': + '@solana/wallet-standard-wallet-adapter-base@1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(bs58@6.0.0)': dependencies: - '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)) + '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)) '@solana/wallet-standard-chains': 1.1.1 '@solana/wallet-standard-features': 1.3.0 '@solana/wallet-standard-util': 1.1.2 - '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@solana/web3.js': 1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10) '@wallet-standard/app': 1.1.0 '@wallet-standard/base': 1.1.0 '@wallet-standard/features': 1.1.0 '@wallet-standard/wallet': 1.1.0 bs58: 6.0.0 - '@solana/wallet-standard-wallet-adapter-react@1.1.4(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)))(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(bs58@6.0.0)(react@19.1.1)': + '@solana/wallet-standard-wallet-adapter-react@1.1.4(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)))(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(bs58@6.0.0)(react@19.1.1)': dependencies: - '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)) - '@solana/wallet-standard-wallet-adapter-base': 1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10))(bs58@6.0.0) + '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)) + '@solana/wallet-standard-wallet-adapter-base': 1.1.4(@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10))(bs58@6.0.0) '@wallet-standard/app': 1.1.0 '@wallet-standard/base': 1.1.0 react: 19.1.1 @@ -19029,6 +19171,29 @@ snapshots: - typescript - utf-8-validate + '@solana/web3.js@1.98.2(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)': + dependencies: + '@babel/runtime': 7.28.2 + '@noble/curves': 1.9.2 + '@noble/hashes': 1.8.0 + '@solana/buffer-layout': 4.0.1 + '@solana/codecs-numbers': 2.1.1(typescript@5.9.2) + agentkeepalive: 4.6.0 + bn.js: 5.2.1 + borsh: 0.7.0 + bs58: 4.0.1 + buffer: 6.0.3 + fast-stable-stringify: 1.0.0 + jayson: 4.1.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) + node-fetch: 2.7.0(encoding@0.1.13) + rpc-websockets: 9.0.4 + superstruct: 2.0.2 + transitivePeerDependencies: + - bufferutil + - encoding + - typescript + - utf-8-validate + '@spruceid/siwe-parser@3.0.0': dependencies: '@noble/hashes': 1.8.0 @@ -19095,12 +19260,12 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.28.0) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.28.0) - '@svgr/core@8.1.0(typescript@5.8.3)': + '@svgr/core@8.1.0(typescript@5.9.2)': dependencies: '@babel/core': 7.28.0 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.0) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.9.2) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -19111,35 +19276,35 @@ snapshots: '@babel/types': 7.28.1 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))': dependencies: '@babel/core': 7.28.0 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.0) - '@svgr/core': 8.1.0(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@svgr/core': 8.1.0(typescript@5.8.3) - cosmiconfig: 8.3.6(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) + cosmiconfig: 8.3.6(typescript@5.9.2) deepmerge: 4.3.1 svgo: 3.3.2 transitivePeerDependencies: - typescript - '@svgr/webpack@8.1.0(typescript@5.8.3)': + '@svgr/webpack@8.1.0(typescript@5.9.2)': dependencies: '@babel/core': 7.28.0 '@babel/plugin-transform-react-constant-elements': 7.27.1(@babel/core@7.28.0) '@babel/preset-env': 7.28.0(@babel/core@7.28.0) '@babel/preset-react': 7.27.1(@babel/core@7.28.0) '@babel/preset-typescript': 7.27.1(@babel/core@7.28.0) - '@svgr/core': 8.1.0(typescript@5.8.3) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3)) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3))(typescript@5.8.3) + '@svgr/core': 8.1.0(typescript@5.9.2) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.2)) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.9.2))(typescript@5.9.2) transitivePeerDependencies: - supports-color - typescript @@ -19341,26 +19506,26 @@ snapshots: postcss: 8.5.6 tailwindcss: 4.1.11 - '@tailwindcss/vite@4.1.11(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@tailwindcss/vite@4.1.11(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@tailwindcss/node': 4.1.11 '@tailwindcss/oxide': 4.1.11 tailwindcss: 4.1.11 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) - '@tailwindcss/vite@4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@tailwindcss/vite@4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@tailwindcss/node': 4.1.11 '@tailwindcss/oxide': 4.1.11 tailwindcss: 4.1.11 - vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) - '@tailwindcss/vite@4.1.5(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@tailwindcss/vite@4.1.5(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@tailwindcss/node': 4.1.5 '@tailwindcss/oxide': 4.1.5 tailwindcss: 4.1.5 - vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) '@tanstack/form-core@1.19.1': dependencies: @@ -19526,7 +19691,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0)': + '@tanstack/router-plugin@1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0)': dependencies: '@babel/core': 7.28.0 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.0) @@ -19547,12 +19712,12 @@ snapshots: zod: 3.24.2 optionalDependencies: '@tanstack/react-router': 1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) webpack: 5.101.0 transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0)': + '@tanstack/router-plugin@1.120.2(@tanstack/react-router@1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0)': dependencies: '@babel/core': 7.28.0 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.0) @@ -19573,12 +19738,12 @@ snapshots: zod: 3.24.2 optionalDependencies: '@tanstack/react-router': 1.120.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) webpack: 5.101.0 transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))(webpack@5.101.0)': + '@tanstack/router-plugin@1.131.7(@tanstack/react-router@1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(webpack@5.101.0)': dependencies: '@babel/core': 7.28.0 '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0) @@ -19596,7 +19761,7 @@ snapshots: zod: 3.25.51 optionalDependencies: '@tanstack/react-router': 1.131.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) webpack: 5.101.0 transitivePeerDependencies: - supports-color @@ -20128,29 +20293,29 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-react@4.4.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@vitejs/plugin-react@4.4.1(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.0) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.4.1(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@vitejs/plugin-react@4.4.1(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.0) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@vitejs/plugin-react@4.7.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.0) @@ -20158,7 +20323,7 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - supports-color @@ -20170,13 +20335,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0))': + '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -20218,7 +20383,7 @@ snapshots: dependencies: '@wallet-standard/base': 1.1.0 - '@walletconnect/core@2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/core@2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -20232,7 +20397,7 @@ snapshots: '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/window-getters': 1.0.1 es-toolkit: 1.33.0 events: 3.3.0 @@ -20261,7 +20426,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/core@2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/core@2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -20275,7 +20440,7 @@ snapshots: '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.5 - '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/window-getters': 1.0.1 es-toolkit: 1.39.3 events: 3.3.0 @@ -20308,18 +20473,18 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/ethereum-provider@2.21.5(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/ethereum-provider@2.21.5(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@reown/appkit': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit': 1.7.8(@types/react@19.1.9)(bufferutil@4.0.9)(encoding@0.1.13)(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 - '@walletconnect/sign-client': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/sign-client': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.5 - '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/universal-provider': 2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -20440,16 +20605,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/sign-client@2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@walletconnect/core': 2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/core': 2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -20475,16 +20640,16 @@ snapshots: - utf-8-validate - zod - '@walletconnect/sign-client@2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/sign-client@2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: - '@walletconnect/core': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/core': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.21.5 - '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -20570,7 +20735,7 @@ snapshots: - ioredis - uploadthing - '@walletconnect/universal-provider@2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/universal-provider@2.21.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) @@ -20579,9 +20744,9 @@ snapshots: '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/sign-client': 2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.0 - '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) es-toolkit: 1.33.0 events: 3.3.0 transitivePeerDependencies: @@ -20609,7 +20774,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/universal-provider@2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/universal-provider@2.21.5(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) @@ -20618,9 +20783,9 @@ snapshots: '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/keyvaluestorage': 1.1.1 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/sign-client': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/types': 2.21.5 - '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@walletconnect/utils': 2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) es-toolkit: 1.39.3 events: 3.3.0 transitivePeerDependencies: @@ -20648,7 +20813,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/utils@2.21.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/utils@2.21.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@noble/ciphers': 1.2.1 '@noble/curves': 1.8.1 @@ -20666,7 +20831,7 @@ snapshots: detect-browser: 5.3.0 query-string: 7.1.3 uint8arrays: 3.1.0 - viem: 2.23.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.23.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -20691,7 +20856,7 @@ snapshots: - utf-8-validate - zod - '@walletconnect/utils@2.21.5(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@walletconnect/utils@2.21.5(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@msgpack/msgpack': 3.1.2 '@noble/ciphers': 1.3.0 @@ -20712,7 +20877,7 @@ snapshots: detect-browser: 5.3.0 query-string: 7.1.3 uint8arrays: 3.1.1 - viem: 2.31.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.31.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -20861,19 +21026,24 @@ snapshots: jsonparse: 1.3.1 through: 2.3.8 - abitype@1.0.8(typescript@5.8.3)(zod@3.22.4): + abitype@1.0.8(typescript@5.8.3)(zod@3.25.76): optionalDependencies: typescript: 5.8.3 + zod: 3.25.76 + + abitype@1.0.8(typescript@5.9.2)(zod@3.22.4): + optionalDependencies: + typescript: 5.9.2 zod: 3.22.4 - abitype@1.0.8(typescript@5.8.3)(zod@3.25.76): + abitype@1.0.8(typescript@5.9.2)(zod@3.25.76): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 zod: 3.25.76 - abitype@1.0.8(typescript@5.8.3)(zod@4.0.17): + abitype@1.0.8(typescript@5.9.2)(zod@4.0.17): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 zod: 4.0.17 abort-controller@3.0.0: @@ -21175,7 +21345,7 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.28.2 + '@babel/runtime': 7.28.3 cosmiconfig: 7.1.0 resolve: 1.22.10 @@ -21961,14 +22131,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.8.3): + cosmiconfig@8.3.6(typescript@5.9.2): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 crc-32@1.2.2: {} @@ -22385,12 +22555,17 @@ snapshots: dependencies: esutils: 2.0.3 - docusaurus-plugin-llms@0.1.5(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10)): + docusaurus-plugin-llms@0.1.5(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10)): dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.8.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.1.9)(react@19.1.1))(acorn@8.15.0)(bufferutil@4.0.9)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.9.2)(utf-8-validate@5.0.10) gray-matter: 4.0.3 minimatch: 9.0.5 + docusaurus-plugin-typedoc@1.4.2(typedoc-plugin-markdown@4.8.1(typedoc@0.28.10(typescript@5.9.2))): + dependencies: + typedoc-docusaurus-theme: 1.4.2(typedoc-plugin-markdown@4.8.1(typedoc@0.28.10(typescript@5.9.2))) + typedoc-plugin-markdown: 4.8.1(typedoc@0.28.10(typescript@5.9.2)) + dom-accessibility-api@0.5.16: {} dom-accessibility-api@0.6.3: {} @@ -22401,7 +22576,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - '@babel/runtime': 7.28.2 + '@babel/runtime': 7.28.3 csstype: 3.1.3 dom-serializer@1.4.1: @@ -23545,7 +23720,7 @@ snapshots: graphemer@1.4.0: {} - graphql-config@5.1.5(@types/node@24.2.0)(bufferutil@4.0.9)(graphql@16.11.0)(typescript@5.8.3)(utf-8-validate@5.0.10): + graphql-config@5.1.5(@types/node@24.2.0)(bufferutil@4.0.9)(graphql@16.11.0)(typescript@5.9.2)(utf-8-validate@5.0.10): dependencies: '@graphql-tools/graphql-file-loader': 8.0.12(graphql@16.11.0) '@graphql-tools/json-file-loader': 8.0.11(graphql@16.11.0) @@ -23553,7 +23728,7 @@ snapshots: '@graphql-tools/merge': 9.0.24(graphql@16.11.0) '@graphql-tools/url-loader': 8.0.24(@types/node@24.2.0)(bufferutil@4.0.9)(graphql@16.11.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.9.2) graphql: 16.11.0 jiti: 2.5.1 minimatch: 9.0.5 @@ -24268,10 +24443,6 @@ snapshots: dependencies: ws: 7.5.10(bufferutil@4.0.9)(utf-8-validate@5.0.10) - isomorphic-ws@5.0.0(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)): - dependencies: - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) - isomorphic-ws@5.0.0(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)): dependencies: ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -24585,6 +24756,10 @@ snapshots: lines-and-columns@1.2.4: {} + linkify-it@5.0.0: + dependencies: + uc.micro: 2.1.0 + listr2@4.0.5(enquirer@2.4.1): dependencies: cli-truncate: 2.1.0 @@ -24700,6 +24875,8 @@ snapshots: dependencies: react: 19.1.1 + lunr@2.3.9: {} + lz-string@1.5.0: {} magic-string@0.30.17: @@ -24715,6 +24892,15 @@ snapshots: markdown-extensions@2.0.0: {} + markdown-it@14.1.0: + dependencies: + argparse: 2.0.1 + entities: 4.5.0 + linkify-it: 5.0.0 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 + markdown-table@2.0.0: dependencies: repeat-string: 1.6.1 @@ -24927,6 +25113,8 @@ snapshots: mdn-data@2.0.30: {} + mdurl@2.0.0: {} + media-typer@0.3.0: {} media-typer@1.1.0: {} @@ -25324,9 +25512,9 @@ snapshots: dependencies: minipass: 7.1.2 - mipd@0.0.7(typescript@5.8.3): + mipd@0.0.7(typescript@5.9.2): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 mkdirp@3.0.1: {} @@ -25706,6 +25894,21 @@ snapshots: typescript: 5.8.3 transitivePeerDependencies: - zod + optional: true + + ox@0.6.7(typescript@5.9.2)(zod@3.25.76): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/curves': 1.8.1 + '@noble/hashes': 1.7.1 + '@scure/bip32': 1.6.2 + '@scure/bip39': 1.5.4 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.9.2 + transitivePeerDependencies: + - zod ox@0.6.9(typescript@5.8.3)(zod@3.25.76): dependencies: @@ -25721,35 +25924,34 @@ snapshots: transitivePeerDependencies: - zod - ox@0.6.9(typescript@5.8.3)(zod@4.0.17): + ox@0.6.9(typescript@5.9.2)(zod@3.25.76): dependencies: '@adraffy/ens-normalize': 1.11.0 '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@4.0.17) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - zod - optional: true - ox@0.7.1(typescript@5.8.3)(zod@3.22.4): + ox@0.6.9(typescript@5.9.2)(zod@4.0.17): dependencies: '@adraffy/ens-normalize': 1.11.0 - '@noble/ciphers': 1.3.0 '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.22.4) + abitype: 1.0.8(typescript@5.9.2)(zod@4.0.17) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - zod + optional: true ox@0.7.1(typescript@5.8.3)(zod@3.25.76): dependencies: @@ -25766,7 +25968,7 @@ snapshots: transitivePeerDependencies: - zod - ox@0.8.1(typescript@5.8.3)(zod@3.25.76): + ox@0.7.1(typescript@5.9.2)(zod@3.22.4): dependencies: '@adraffy/ens-normalize': 1.11.0 '@noble/ciphers': 1.3.0 @@ -25774,15 +25976,14 @@ snapshots: '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.22.4) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - zod - optional: true - ox@0.8.6(typescript@5.8.3)(zod@3.22.4): + ox@0.7.1(typescript@5.9.2)(zod@3.25.76): dependencies: '@adraffy/ens-normalize': 1.11.0 '@noble/ciphers': 1.3.0 @@ -25790,13 +25991,29 @@ snapshots: '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.22.4) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - zod + ox@0.8.1(typescript@5.9.2)(zod@3.25.76): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.2 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.9.2 + transitivePeerDependencies: + - zod + optional: true + ox@0.8.6(typescript@5.8.3)(zod@3.25.76): dependencies: '@adraffy/ens-normalize': 1.11.0 @@ -25812,7 +26029,7 @@ snapshots: transitivePeerDependencies: - zod - ox@0.8.6(typescript@5.8.3)(zod@4.0.17): + ox@0.8.6(typescript@5.9.2)(zod@3.22.4): dependencies: '@adraffy/ens-normalize': 1.11.0 '@noble/ciphers': 1.3.0 @@ -25820,10 +26037,40 @@ snapshots: '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@4.0.17) + abitype: 1.0.8(typescript@5.9.2)(zod@3.22.4) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 + transitivePeerDependencies: + - zod + + ox@0.8.6(typescript@5.9.2)(zod@3.25.76): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.2 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.9.2 + transitivePeerDependencies: + - zod + + ox@0.8.6(typescript@5.9.2)(zod@4.0.17): + dependencies: + '@adraffy/ens-normalize': 1.11.0 + '@noble/ciphers': 1.3.0 + '@noble/curves': 1.9.2 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.0.8(typescript@5.9.2)(zod@4.0.17) + eventemitter3: 5.0.1 + optionalDependencies: + typescript: 5.9.2 transitivePeerDependencies: - zod @@ -26031,24 +26278,30 @@ snapshots: optionalDependencies: ox: 0.6.7(typescript@5.8.3)(zod@3.25.76) - permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)): + permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)): dependencies: - viem: 2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: ox: 0.6.9(typescript@5.8.3)(zod@3.25.76) + + permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)): + dependencies: + viem: 2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) + optionalDependencies: + ox: 0.6.9(typescript@5.9.2)(zod@3.25.76) optional: true - permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@3.25.76))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)): + permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@3.25.76))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76)): dependencies: - viem: 2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) + viem: 2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: - ox: 0.6.9(typescript@5.8.3)(zod@3.25.76) + ox: 0.6.9(typescript@5.9.2)(zod@3.25.76) - permissionless@0.2.52(ox@0.6.9(typescript@5.8.3)(zod@4.0.17))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)): + permissionless@0.2.52(ox@0.6.9(typescript@5.9.2)(zod@4.0.17))(viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76)): dependencies: viem: 2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: - ox: 0.6.9(typescript@5.8.3)(zod@4.0.17) + ox: 0.6.9(typescript@5.9.2)(zod@4.0.17) pg-int8@1.0.1: {} @@ -26291,18 +26544,18 @@ snapshots: '@csstools/utilities': 2.0.0(postcss@8.5.6) postcss: 8.5.6 - postcss-load-config@6.0.1(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.7.0): + postcss-load-config@6.0.1(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.8.1): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.5.1 postcss: 8.5.6 tsx: 4.20.3 - yaml: 2.7.0 + yaml: 2.8.1 - postcss-loader@7.3.4(postcss@8.5.6)(typescript@5.8.3)(webpack@5.101.0): + postcss-loader@7.3.4(postcss@8.5.6)(typescript@5.9.2)(webpack@5.101.0): dependencies: - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.9.2) jiti: 1.21.7 postcss: 8.5.6 semver: 7.7.2 @@ -26721,6 +26974,8 @@ snapshots: end-of-stream: 1.4.5 once: 1.4.0 + punycode.js@2.3.1: {} + punycode@1.4.1: {} punycode@2.3.1: {} @@ -27217,7 +27472,7 @@ snapshots: hash-base: 3.0.5 inherits: 2.0.4 - rolldown-plugin-dts@0.15.4(rolldown@1.0.0-beta.31)(typescript@5.8.3): + rolldown-plugin-dts@0.15.4(rolldown@1.0.0-beta.31)(typescript@5.9.2): dependencies: '@babel/generator': 7.28.0 '@babel/parser': 7.28.0 @@ -27229,7 +27484,7 @@ snapshots: get-tsconfig: 4.10.1 rolldown: 1.0.0-beta.31 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color @@ -28260,7 +28515,7 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 - tsdown@0.13.3(typescript@5.8.3): + tsdown@0.13.3(typescript@5.9.2): dependencies: ansis: 4.1.0 cac: 6.7.14 @@ -28270,14 +28525,14 @@ snapshots: empathic: 2.0.0 hookable: 5.5.3 rolldown: 1.0.0-beta.31 - rolldown-plugin-dts: 0.15.4(rolldown@1.0.0-beta.31)(typescript@5.8.3) + rolldown-plugin-dts: 0.15.4(rolldown@1.0.0-beta.31)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.14 tree-kill: 1.2.2 unconfig: 7.3.2 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@typescript/native-preview' - oxc-resolver @@ -28292,7 +28547,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.4.0(@swc/core@1.11.24(@swc/helpers@0.5.17))(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.7.0): + tsup@8.4.0(@swc/core@1.11.24(@swc/helpers@0.5.17))(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.1): dependencies: bundle-require: 5.1.0(esbuild@0.25.2) cac: 6.7.14 @@ -28302,7 +28557,7 @@ snapshots: esbuild: 0.25.2 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.7.0) + postcss-load-config: 6.0.1(jiti@2.5.1)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.8.1) resolve-from: 5.0.0 rollup: 4.39.0 source-map: 0.8.0-beta.0 @@ -28397,6 +28652,23 @@ snapshots: dependencies: is-typedarray: 1.0.0 + typedoc-docusaurus-theme@1.4.2(typedoc-plugin-markdown@4.8.1(typedoc@0.28.10(typescript@5.9.2))): + dependencies: + typedoc-plugin-markdown: 4.8.1(typedoc@0.28.10(typescript@5.9.2)) + + typedoc-plugin-markdown@4.8.1(typedoc@0.28.10(typescript@5.9.2)): + dependencies: + typedoc: 0.28.10(typescript@5.9.2) + + typedoc@0.28.10(typescript@5.9.2): + dependencies: + '@gerrit0/mini-shiki': 3.9.2 + lunr: 2.3.9 + markdown-it: 14.1.0 + minimatch: 9.0.5 + typescript: 5.9.2 + yaml: 2.8.1 + typeforce@1.18.0: optional: true @@ -28413,8 +28685,12 @@ snapshots: typescript@5.8.3: {} + typescript@5.9.2: {} + ua-parser-js@1.0.40: {} + uc.micro@2.1.0: {} + ufo@1.5.4: {} ufo@1.6.1: {} @@ -28525,11 +28801,11 @@ snapshots: unpipe@1.0.0: {} - unplugin-fonts@1.4.0(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)): + unplugin-fonts@1.4.0(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)): dependencies: fast-glob: 3.3.3 unplugin: 2.3.5 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) unplugin@2.1.2: dependencies: @@ -28728,18 +29004,18 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - viem@2.23.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): + viem@2.23.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.8.1 '@noble/hashes': 1.7.1 '@scure/bip32': 1.6.2 '@scure/bip39': 1.5.4 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) isows: 1.0.6(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.6.7(typescript@5.8.3)(zod@3.25.76) + ox: 0.6.7(typescript@5.9.2)(zod@3.25.76) ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -28762,15 +29038,32 @@ snapshots: - utf-8-validate - zod - viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4): + viem@2.29.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): + dependencies: + '@noble/curves': 1.8.2 + '@noble/hashes': 1.7.2 + '@scure/bip32': 1.6.2 + '@scure/bip39': 1.5.4 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + isows: 1.0.6(ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + ox: 0.6.9(typescript@5.9.2)(zod@3.25.76) + ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + optionalDependencies: + typescript: 5.9.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + - zod + + viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.9.1 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.22.4) + abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.7.1(typescript@5.8.3)(zod@3.22.4) + ox: 0.7.1(typescript@5.8.3)(zod@3.25.76) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: typescript: 5.8.3 @@ -28779,52 +29072,69 @@ snapshots: - utf-8-validate - zod - viem@2.30.6(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): + viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4): dependencies: '@noble/curves': 1.9.1 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.22.4) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.7.1(typescript@5.8.3)(zod@3.25.76) + ox: 0.7.1(typescript@5.9.2)(zod@3.22.4) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - viem@2.31.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): + viem@2.30.6(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.9.1 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.7.1(typescript@5.8.3)(zod@3.25.76) + ox: 0.7.1(typescript@5.9.2)(zod@3.25.76) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + - zod + + viem@2.31.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): + dependencies: + '@noble/curves': 1.9.1 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + ox: 0.7.1(typescript@5.9.2)(zod@3.25.76) + ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) + optionalDependencies: + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - viem@2.32.0(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): + viem@2.32.0(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.8.1(typescript@5.8.3)(zod@3.25.76) + ox: 0.8.1(typescript@5.9.2)(zod@3.25.76) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -28848,64 +29158,81 @@ snapshots: - utf-8-validate - zod - viem@2.33.2(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@4.0.17): + viem@2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): dependencies: '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@4.0.17) + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.8.6(typescript@5.8.3)(zod@4.0.17) + ox: 0.8.6(typescript@5.9.2)(zod@3.25.76) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.22.4): + viem@2.33.2(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@4.0.17): dependencies: '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.22.4) + abitype: 1.0.8(typescript@5.9.2)(zod@4.0.17) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.8.6(typescript@5.8.3)(zod@3.22.4) + ox: 0.8.6(typescript@5.9.2)(zod@4.0.17) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - viem@2.33.3(bufferutil@4.0.9)(typescript@5.8.3)(utf-8-validate@5.0.10)(zod@3.25.76): + viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.22.4): dependencies: '@noble/curves': 1.9.2 '@noble/hashes': 1.8.0 '@scure/bip32': 1.7.0 '@scure/bip39': 1.6.0 - abitype: 1.0.8(typescript@5.8.3)(zod@3.25.76) + abitype: 1.0.8(typescript@5.9.2)(zod@3.22.4) isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.8.6(typescript@5.8.3)(zod@3.25.76) + ox: 0.8.6(typescript@5.9.2)(zod@3.22.4) ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - vite-node@3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0): + viem@2.33.3(bufferutil@4.0.9)(typescript@5.9.2)(utf-8-validate@5.0.10)(zod@3.25.76): + dependencies: + '@noble/curves': 1.9.2 + '@noble/hashes': 1.8.0 + '@scure/bip32': 1.7.0 + '@scure/bip39': 1.6.0 + abitype: 1.0.8(typescript@5.9.2)(zod@3.25.76) + isows: 1.0.7(ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + ox: 0.8.6(typescript@5.9.2)(zod@3.25.76) + ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) + optionalDependencies: + typescript: 5.9.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + - zod + + vite-node@3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - '@types/node' - jiti @@ -28920,26 +29247,26 @@ snapshots: - tsx - yaml - vite-plugin-node-polyfills@0.24.0(rollup@4.45.0)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-node-polyfills@0.24.0(rollup@4.45.0)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)): dependencies: '@rollup/plugin-inject': 5.0.5(rollup@4.45.0) node-stdlib-browser: 1.3.1 - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - rollup - vite-plugin-svgr@4.3.0(rollup@4.45.0)(typescript@5.8.3)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-svgr@4.3.0(rollup@4.45.0)(typescript@5.9.2)(vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)): dependencies: '@rollup/pluginutils': 5.2.0(rollup@4.45.0) - '@svgr/core': 8.1.0(typescript@5.8.3) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.8.3)) - vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + '@svgr/core': 8.1.0(typescript@5.9.2) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.2)) + vite: 6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) transitivePeerDependencies: - rollup - supports-color - typescript - vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0): + vite@6.3.5(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1): dependencies: esbuild: 0.25.2 fdir: 6.4.4(picomatch@4.0.2) @@ -28954,9 +29281,9 @@ snapshots: lightningcss: 1.30.1 terser: 5.43.1 tsx: 4.20.3 - yaml: 2.7.0 + yaml: 2.8.1 - vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0): + vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1): dependencies: esbuild: 0.25.2 fdir: 6.4.4(picomatch@4.0.2) @@ -28971,9 +29298,9 @@ snapshots: lightningcss: 1.30.1 terser: 5.43.1 tsx: 4.20.3 - yaml: 2.7.0 + yaml: 2.8.1 - vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0): + vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1): dependencies: esbuild: 0.25.2 fdir: 6.4.6(picomatch@4.0.3) @@ -28988,13 +29315,13 @@ snapshots: lightningcss: 1.30.1 terser: 5.43.1 tsx: 4.20.3 - yaml: 2.7.0 + yaml: 2.8.1 - vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.2.0)(jiti@2.5.1)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0)) + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -29012,8 +29339,8 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) - vite-node: 3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) + vite-node: 3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 @@ -29377,6 +29704,8 @@ snapshots: yaml@2.7.0: {} + yaml@2.8.1: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 From eee375cad28fd9034cd4d785d14c2f319127a1bc Mon Sep 17 00:00:00 2001 From: Hashir Date: Wed, 20 Aug 2025 18:03:02 +0530 Subject: [PATCH 2/5] fix: remove typedoc generated api-reference folder --- docs/docs/api-reference/_media/Mapping.ts | 808 ------------------ .../classes/FailedToParseAuthCallbackUrl.md | 43 - .../classes/FailedToParseConnectAuthUrl.md | 43 - docs/docs/api-reference/index.md | 42 - .../type-aliases/AccountInboxStorageEntry.md | 61 -- .../type-aliases/ConnectAuthPayload.md | 5 - .../ConnectCallbackDecryptedData.md | 5 - .../type-aliases/ConnectCallbackResult.md | 5 - .../type-aliases/InboxMessageStorageEntry.md | 53 -- .../type-aliases/SignatureWithRecovery.md | 5 - .../type-aliases/SpaceInboxStorageEntry.md | 69 -- .../type-aliases/SpaceStorageEntry.md | 69 -- docs/docs/api-reference/typedoc-sidebar.cjs | 4 - .../variables/ConnectAuthPayload.md | 5 - .../variables/ConnectCallbackDecryptedData.md | 5 - .../variables/ConnectCallbackResult.md | 5 - .../variables/SignatureWithRecovery.md | 5 - docs/docs/api-reference/variables/store.md | 5 - .../Connect/classes/InvalidIdentityError.md" | 21 - .../functions/addSmartAccountOwner.md" | 27 - .../buildAccountAddressStorageKey.md" | 9 - .../Connect/functions/buildKeysStorageKey.md" | 15 - .../functions/buildSessionTokenStorageKey.md" | 15 - .../Connect/functions/createAppIdentity.md" | 9 - .../Connect/functions/createAuthUrl.md" | 35 - .../functions/createCallbackParams.md" | 23 - .../Connect/functions/createSmartSession.md" | 45 - .../Connect/functions/decryptAppIdentity.md" | 19 - .../Connect/functions/decryptIdentity.md" | 23 - .../Connect/functions/encryptAppIdentity.md" | 19 - .../Connect/functions/encryptIdentity.md" | 19 - .../namespaces/Connect/functions/getEnv.md" | 9 - .../functions/getSmartAccountWalletClient.md" | 15 - .../functions/getSmartSessionClient.md" | 37 - .../Connect/functions/identityExists.md" | 19 - .../functions/isSmartAccountDeployed.md" | 15 - .../legacySmartAccountUpdateStatus.md" | 23 - .../Connect/functions/loadAccountAddress.md" | 15 - .../namespaces/Connect/functions/loadKeys.md" | 19 - .../functions/loadSyncServerSessionToken.md" | 19 - .../namespaces/Connect/functions/login.md" | 45 - .../Connect/functions/parseAuthParams.md" | 15 - .../Connect/functions/parseCallbackParams.md" | 15 - .../Connect/functions/restoreKeys.md" | 35 - .../namespaces/Connect/functions/signup.md" | 49 -- .../functions/smartAccountNeedsUpdate.md" | 23 - .../Connect/functions/storeAccountAddress.md" | 19 - .../Connect/functions/storeKeys.md" | 23 - .../functions/storeSyncServerSessionToken.md" | 23 - .../functions/updateLegacySmartAccount.md" | 23 - .../Connect/functions/wipeAccountAddress.md" | 15 - .../Connect/functions/wipeAllAuthData.md" | 19 - .../namespaces/Connect/functions/wipeKeys.md" | 19 - .../functions/wipeSyncServerSessionToken.md" | 19 - .../namespaces/Connect/index.md" | 69 -- .../Connect/type-aliases/Action.md" | 41 - .../type-aliases/AppIdentityForEncryption.md" | 5 - .../type-aliases/AppIdentityResponse.md" | 5 - .../Connect/type-aliases/GetAddress.md" | 9 - .../Connect/type-aliases/Identity.md" | 11 - .../Connect/type-aliases/IdentityKeys.md" | 37 - .../Connect/type-aliases/KeysSchema.md" | 5 - .../type-aliases/PrivateAppIdentity.md" | 31 - .../type-aliases/PublicAppIdentity.md" | 29 - .../Connect/type-aliases/SignMessage.md" | 15 - .../Connect/type-aliases/Signer.md" | 21 - .../type-aliases/SmartAccountParams.md" | 45 - .../type-aliases/SmartSessionClient.md" | 87 -- .../Connect/type-aliases/Storage.md" | 63 -- .../Connect/variables/AppIdentityResponse.md" | 5 - .../Connect/variables/DEFAULT_RPC_URL.md" | 5 - .../Connect/variables/GEOGENESIS.md" | 51 -- .../Connect/variables/GEO_TESTNET.md" | 51 -- .../Connect/variables/KeysSchema.md" | 5 - .../Connect/variables/TESTNET_RPC_URL.md" | 5 - .../Entity/classes/EntityNotFoundError.md" | 75 -- .../namespaces/Entity/functions/create.md" | 37 - .../namespaces/Entity/functions/delete.md" | 27 - .../namespaces/Entity/functions/findMany.md" | 43 - .../namespaces/Entity/functions/findOne.md" | 41 - .../Entity/functions/markAsDeleted.md" | 27 - .../Entity/functions/removeRelation.md" | 27 - .../Entity/functions/subscribeToFindMany.md" | 33 - .../namespaces/Entity/functions/update.md" | 41 - .../namespaces/Entity/index.md" | 40 - .../namespaces/Entity/type-aliases/Any.md" | 19 - .../Entity/type-aliases/AnyNoContext.md" | 19 - .../Entity/type-aliases/CrossFieldFilter.md" | 21 - .../Entity/type-aliases/DocumentContent.md" | 21 - .../Entity/type-aliases/DocumentEntity.md" | 17 - .../Entity/type-aliases/DocumentRelation.md" | 49 -- .../namespaces/Entity/type-aliases/Entity.md" | 21 - .../type-aliases/EntityBooleanFilter.md" | 13 - .../Entity/type-aliases/EntityFieldFilter.md" | 17 - .../Entity/type-aliases/EntityFilter.md" | 11 - .../type-aliases/EntityNumberFilter.md" | 29 - .../type-aliases/EntityStringFilter.md" | 37 - .../type-aliases/EntityWithRelation.md" | 17 - .../type-aliases/FindManySubscription.md" | 45 - .../namespaces/Entity/type-aliases/Insert.md" | 11 - .../namespaces/Entity/type-aliases/Update.md" | 11 - .../namespaces/Entity/variables/Class.md" | 41 - .../namespaces/Entity/variables/Field.md" | 21 - .../Identity/classes/InvalidIdentityError.md" | 21 - .../Identity/functions/decryptIdentity.md" | 27 - .../Identity/functions/encryptIdentity.md" | 23 - .../functions/getAccountProofMessage.md" | 19 - .../Identity/functions/getKeyProofMessage.md" | 19 - .../functions/getVerifiedIdentity.md" | 35 - .../Identity/functions/loadIdentity.md" | 15 - .../namespaces/Identity/functions/logout.md" | 15 - .../functions/proveIdentityOwnership.md" | 23 - .../Identity/functions/storeIdentity.md" | 19 - .../functions/verifyIdentityOwnership.md" | 35 - .../Identity/functions/wipeIdentity.md" | 15 - .../namespaces/Identity/index.md" | 35 - .../Identity/type-aliases/GetAddress.md" | 9 - .../Identity/type-aliases/Identity.md" | 11 - .../Identity/type-aliases/IdentityKeys.md" | 37 - .../Identity/type-aliases/KeysSchema.md" | 5 - .../Identity/type-aliases/PublicIdentity.md" | 29 - .../Identity/type-aliases/SignMessage.md" | 15 - .../Identity/type-aliases/Signer.md" | 21 - .../Identity/type-aliases/Storage.md" | 63 -- .../Identity/variables/KeysSchema.md" | 5 - .../Identity/variables/accountProofDomain.md" | 15 - .../createAccountInboxCreationMessage.md" | 51 -- .../createSpaceInboxCreationMessage.md" | 15 - .../Inboxes/functions/decryptInboxMessage.md" | 15 - .../Inboxes/functions/encryptInboxMessage.md" | 19 - .../Inboxes/functions/getAccountInbox.md" | 15 - .../Inboxes/functions/getSpaceInbox.md" | 15 - .../functions/listPublicAccountInboxes.md" | 15 - .../functions/listPublicSpaceInboxes.md" | 15 - .../Inboxes/functions/mergeMessages.md" | 31 - .../functions/prepareAccountInboxMessage.md" | 15 - .../functions/prepareSpaceInboxMessage.md" | 15 - .../recoverAccountInboxCreatorKey.md" | 45 - .../recoverAccountInboxMessageSigner.md" | 41 - .../functions/recoverSpaceInboxCreatorKey.md" | 73 -- .../recoverSpaceInboxMessageSigner.md" | 41 - .../functions/sendAccountInboxMessage.md" | 15 - .../functions/sendSpaceInboxMessage.md" | 15 - .../functions/validateAccountInboxMessage.md" | 61 -- .../functions/validateSpaceInboxMessage.md" | 61 -- .../namespaces/Inboxes/index.md" | 31 - .../type-aliases/InboxSenderAuthPolicy.md" | 5 - .../variables/InboxSenderAuthPolicy.md" | 5 - .../namespaces/Key/functions/createKey.md" | 27 - .../namespaces/Key/functions/decryptKey.md" | 15 - .../Key/functions/decryptKeyBox.md" | 15 - .../namespaces/Key/functions/encryptKey.md" | 23 - .../Key/functions/encryptKeyBox.md" | 15 - .../Key/functions/generateKeypair.md" | 17 - .../namespaces/Key/index.md" | 15 - .../Key/type-aliases/DecryptKeyBoxParams.md" | 37 - .../Key/type-aliases/EncryptKeyBoxParams.md" | 37 - .../Mapping/classes/InvalidInputError.md" | 59 -- .../RelationValueTypeDoesNotExistError.md" | 75 -- .../allRelationPropertyTypesExist.md" | 77 -- .../Mapping/functions/generateMapping.md" | 132 --- .../Mapping/functions/getDataType.md" | 19 - .../Mapping/functions/isDataType.md" | 19 - .../Mapping/functions/isDataTypePrimitive.md" | 19 - .../Mapping/functions/isDataTypeRelation.md" | 19 - .../mapSchemaDataTypeToGRC20PropDataType.md" | 23 - .../Mapping/functions/namesAreUnique.md" | 35 - .../Mapping/functions/propertyIsRelation.md" | 67 -- .../Mapping/functions/toCamelCase.md" | 40 - .../Mapping/functions/toPascalCase.md" | 40 - .../namespaces/Mapping/index.md" | 46 - .../Mapping/type-aliases/DataTypeRelation.md" | 9 - .../type-aliases/GenerateMappingResult.md" | 5 - .../Mapping/type-aliases/Mapping.md" | 40 - .../Mapping/type-aliases/MappingEntry.md" | 62 -- .../Mapping/type-aliases/Schema.md" | 9 - .../Mapping/type-aliases/SchemaDataType.md" | 9 - .../type-aliases/SchemaDataTypePrimitive.md" | 9 - .../type-aliases/SchemaDataTypeRelation.md" | 9 - .../Mapping/type-aliases/SchemaType.md" | 9 - .../SchemaTypePropertyPrimitive.md" | 9 - .../SchemaTypePropertyRelation.md" | 9 - .../namespaces/Mapping/variables/Schema.md" | 11 - .../Mapping/variables/SchemaDataType.md" | 9 - .../variables/SchemaDataTypePrimitive.md" | 9 - .../variables/SchemaDataTypeRelation.md" | 9 - .../Mapping/variables/SchemaKnownDecoder.md" | 29 - .../Mapping/variables/SchemaType.md" | 9 - .../variables/SchemaTypePropertyPrimitive.md" | 9 - .../variables/SchemaTypePropertyRelation.md" | 9 - .../variables/SchemaUnknownDecoder.md" | 27 - .../Messages/functions/decryptMessage.md" | 15 - .../Messages/functions/deserialize.md" | 15 - .../Messages/functions/encryptMessage.md" | 15 - .../functions/recoverUpdateMessageSigner.md" | 15 - .../Messages/functions/serialize.md" | 15 - .../functions/signedUpdateMessage.md" | 47 - .../namespaces/Messages/index.md" | 127 --- .../Messages/type-aliases/AccountInbox.md" | 5 - .../type-aliases/AccountInboxPublic.md" | 5 - .../Messages/type-aliases/IdentityKeyBox.md" | 5 - .../Messages/type-aliases/InboxMessage.md" | 5 - .../Messages/type-aliases/Invitation.md" | 5 - .../Messages/type-aliases/KeyBox.md" | 5 - .../Messages/type-aliases/KeyBoxWithKeyId.md" | 5 - .../RequestAcceptInvitationEvent.md" | 5 - .../RequestConnectAddAppIdentityToSpaces.md" | 5 - .../RequestConnectCreateAppIdentity.md" | 5 - .../RequestConnectCreateIdentity.md" | 5 - .../RequestConnectCreateSpaceEvent.md" | 5 - .../RequestCreateAccountInbox.md" | 5 - .../RequestCreateAccountInboxMessage.md" | 5 - .../type-aliases/RequestCreateIdentity.md" | 5 - .../RequestCreateInvitationEvent.md" | 5 - .../type-aliases/RequestCreateSpaceEvent.md" | 5 - .../RequestCreateSpaceInboxEvent.md" | 5 - .../RequestCreateSpaceInboxMessage.md" | 5 - .../type-aliases/RequestCreateUpdate.md" | 5 - .../type-aliases/RequestGetAccountInboxes.md" | 5 - .../RequestGetLatestAccountInboxMessages.md" | 5 - .../RequestGetLatestSpaceInboxMessages.md" | 5 - .../type-aliases/RequestListInvitations.md" | 5 - .../type-aliases/RequestListSpaces.md" | 5 - .../Messages/type-aliases/RequestLogin.md" | 5 - .../type-aliases/RequestLoginNonce.md" | 5 - .../RequestLoginWithSigningKey.md" | 5 - .../Messages/type-aliases/RequestMessage.md" | 5 - .../type-aliases/RequestSubscribeToSpace.md" | 5 - .../type-aliases/ResponseAccountInbox.md" | 5 - .../ResponseAccountInboxMessage.md" | 5 - .../ResponseAccountInboxMessages.md" | 5 - .../ResponseAccountInboxPublic.md" | 5 - .../type-aliases/ResponseAccountInboxes.md" | 5 - .../ResponseConnectCreateIdentity.md" | 5 - .../type-aliases/ResponseIdentity.md" | 5 - .../ResponseIdentityEncrypted.md" | 5 - .../ResponseIdentityExistsError.md" | 5 - .../ResponseIdentityNotFoundError.md" | 5 - .../ResponseListAccountInboxesPublic.md" | 5 - .../type-aliases/ResponseListInvitations.md" | 5 - .../ResponseListSpaceInboxesPublic.md" | 5 - .../type-aliases/ResponseListSpaces.md" | 5 - .../Messages/type-aliases/ResponseMessage.md" | 5 - .../Messages/type-aliases/ResponseSpace.md" | 5 - .../type-aliases/ResponseSpaceEvent.md" | 5 - .../ResponseSpaceInboxMessage.md" | 5 - .../ResponseSpaceInboxMessages.md" | 5 - .../type-aliases/ResponseSpaceInboxPublic.md" | 5 - .../type-aliases/ResponseUpdateConfirmed.md" | 5 - .../ResponseUpdatesNotification.md" | 5 - .../Messages/type-aliases/SpaceInbox.md" | 5 - .../type-aliases/SpaceInboxPublic.md" | 5 - .../Messages/type-aliases/Updates.md" | 5 - .../Messages/variables/AccountInbox.md" | 5 - .../Messages/variables/AccountInboxPublic.md" | 5 - .../Messages/variables/IdentityKeyBox.md" | 5 - .../Messages/variables/InboxMessage.md" | 5 - .../Messages/variables/Invitation.md" | 5 - .../namespaces/Messages/variables/KeyBox.md" | 5 - .../Messages/variables/KeyBoxWithKeyId.md" | 5 - .../RequestAcceptInvitationEvent.md" | 5 - .../RequestConnectAddAppIdentityToSpaces.md" | 5 - .../RequestConnectCreateAppIdentity.md" | 5 - .../RequestConnectCreateIdentity.md" | 5 - .../RequestConnectCreateSpaceEvent.md" | 5 - .../variables/RequestCreateAccountInbox.md" | 5 - .../RequestCreateAccountInboxMessage.md" | 5 - .../variables/RequestCreateIdentity.md" | 5 - .../RequestCreateInvitationEvent.md" | 5 - .../variables/RequestCreateSpaceEvent.md" | 5 - .../RequestCreateSpaceInboxEvent.md" | 5 - .../RequestCreateSpaceInboxMessage.md" | 5 - .../variables/RequestCreateUpdate.md" | 5 - .../variables/RequestGetAccountInboxes.md" | 5 - .../RequestGetLatestAccountInboxMessages.md" | 5 - .../RequestGetLatestSpaceInboxMessages.md" | 5 - .../variables/RequestListInvitations.md" | 5 - .../Messages/variables/RequestListSpaces.md" | 5 - .../Messages/variables/RequestLogin.md" | 5 - .../Messages/variables/RequestLoginNonce.md" | 5 - .../variables/RequestLoginWithSigningKey.md" | 5 - .../Messages/variables/RequestMessage.md" | 5 - .../variables/RequestSubscribeToSpace.md" | 5 - .../variables/ResponseAccountInbox.md" | 5 - .../variables/ResponseAccountInboxMessage.md" | 5 - .../ResponseAccountInboxMessages.md" | 5 - .../variables/ResponseAccountInboxPublic.md" | 5 - .../variables/ResponseAccountInboxes.md" | 5 - .../ResponseConnectCreateIdentity.md" | 5 - .../Messages/variables/ResponseIdentity.md" | 5 - .../variables/ResponseIdentityEncrypted.md" | 5 - .../variables/ResponseIdentityExistsError.md" | 5 - .../ResponseIdentityNotFoundError.md" | 5 - .../ResponseListAccountInboxesPublic.md" | 5 - .../variables/ResponseListInvitations.md" | 5 - .../ResponseListSpaceInboxesPublic.md" | 5 - .../Messages/variables/ResponseListSpaces.md" | 5 - .../Messages/variables/ResponseMessage.md" | 5 - .../Messages/variables/ResponseSpace.md" | 5 - .../Messages/variables/ResponseSpaceEvent.md" | 5 - .../variables/ResponseSpaceInboxMessage.md" | 5 - .../variables/ResponseSpaceInboxMessages.md" | 5 - .../variables/ResponseSpaceInboxPublic.md" | 5 - .../variables/ResponseUpdateConfirmed.md" | 5 - .../variables/ResponseUpdatesNotification.md" | 5 - .../Messages/variables/SignedUpdate.md" | 5 - .../Messages/variables/SpaceInbox.md" | 5 - .../Messages/variables/SpaceInboxPublic.md" | 5 - .../namespaces/Messages/variables/Updates.md" | 5 - .../SpaceEvents/classes/InvalidEventError.md" | 21 - .../classes/VerifySignatureError.md" | 21 - .../functions/acceptInvitation.md" | 15 - .../SpaceEvents/functions/applyEvent.md" | 15 - .../SpaceEvents/functions/createInbox.md" | 61 -- .../functions/createInvitation.md" | 15 - .../SpaceEvents/functions/createSpace.md" | 15 - .../SpaceEvents/functions/deleteSpace.md" | 15 - .../SpaceEvents/functions/hashEvent.md" | 15 - .../namespaces/SpaceEvents/index.md" | 47 - .../type-aliases/AcceptInvitationEvent.md" | 5 - .../SpaceEvents/type-aliases/ApplyError.md" | 5 - .../SpaceEvents/type-aliases/Author.md" | 5 - .../type-aliases/CreateInvitationEvent.md" | 5 - .../type-aliases/CreateSpaceEvent.md" | 5 - .../type-aliases/CreateSpaceInboxEvent.md" | 5 - .../type-aliases/DeleteSpaceEvent.md" | 5 - .../SpaceEvents/type-aliases/EventAuthor.md" | 5 - .../SpaceEvents/type-aliases/SpaceEvent.md" | 5 - .../SpaceEvents/type-aliases/SpaceInbox.md" | 5 - .../type-aliases/SpaceInvitation.md" | 5 - .../SpaceEvents/type-aliases/SpaceMember.md" | 5 - .../SpaceEvents/type-aliases/SpaceState.md" | 5 - .../variables/AcceptInvitationEvent.md" | 5 - .../SpaceEvents/variables/Author.md" | 5 - .../variables/CreateInvitationEvent.md" | 5 - .../variables/CreateSpaceEvent.md" | 5 - .../variables/CreateSpaceInboxEvent.md" | 5 - .../variables/DeleteSpaceEvent.md" | 5 - .../SpaceEvents/variables/EventAuthor.md" | 5 - .../SpaceEvents/variables/SpaceEvent.md" | 5 - .../SpaceEvents/variables/SpaceInbox.md" | 5 - .../SpaceEvents/variables/SpaceInvitation.md" | 5 - .../SpaceEvents/variables/SpaceMember.md" | 5 - .../SpaceEvents/variables/SpaceState.md" | 5 - .../SpaceInfo/functions/decryptSpaceInfo.md" | 25 - .../functions/encryptAndSignSpaceInfo.md" | 35 - .../namespaces/SpaceInfo/index.md" | 14 - .../type-aliases/SpaceInfoContent.md" | 5 - .../SpaceInfo/variables/SpaceInfoContent.md" | 5 - .../namespaces/StoreConnect/index.md" | 12 - .../type-aliases/AccountInboxStorageEntry.md" | 61 -- .../type-aliases/InboxMessageStorageEntry.md" | 53 -- .../type-aliases/SpaceInboxStorageEntry.md" | 69 -- .../type-aliases/SpaceStorageEntry.md" | 61 -- .../StoreConnect/variables/store.md" | 5 - .../namespaces/Type/functions/Relation.md" | 21 - .../namespaces/Type/index.md" | 14 - .../namespaces/Type/variables/Boolean.md" | 5 - .../namespaces/Type/variables/Date.md" | 5 - .../namespaces/Type/variables/Number.md" | 5 - .../namespaces/Type/variables/Point.md" | 5 - .../namespaces/Type/variables/String.md" | 5 - .../namespaces/Type/variables/optional.md" | 25 - .../isBooleanOrOptionalBooleanType.md" | 15 - .../functions/isDateOrOptionalDateType.md" | 15 - .../isNumberOrOptionalNumberType.md" | 15 - .../TypeUtils/functions/isOptional.md" | 15 - .../functions/isPointOrOptionalPointType.md" | 15 - .../isStringOrOptionalStringType.md" | 15 - .../namespaces/TypeUtils/index.md" | 10 - .../classes/TypesyncHypergraphSchema.md" | 47 - .../classes/TypesyncHypergraphSchemaType.md" | 95 -- .../namespaces/Typesync/index.md" | 18 - .../TypesyncHypergraphMapping.md" | 5 - .../TypesyncHypergraphSchemaStatus.md" | 5 - .../TypesyncHypergraphSchemaTypeProperty.md" | 5 - .../variables/TypesyncHypergraphMapping.md" | 8 - .../TypesyncHypergraphSchemaStatus.md" | 5 - .../TypesyncHypergraphSchemaTypeProperty.md" | 5 - .../Utils/classes/InfinityNotAllowedError.md" | 23 - .../Utils/classes/NaNNotAllowedError.md" | 23 - .../Utils/functions/assertExhaustive.md" | 19 - .../Utils/functions/automergeIdToId.md" | 17 - .../namespaces/Utils/functions/bytesToHex.md" | 15 - .../Utils/functions/canonicalize.md" | 68 -- .../Utils/functions/decodeBase58ToUUID.md" | 31 - .../Utils/functions/encodeBase58.md" | 32 - .../namespaces/Utils/functions/generateId.md" | 22 - .../namespaces/Utils/functions/hexToBytes.md" | 15 - .../Utils/functions/idToAutomergeId.md" | 17 - .../Utils/functions/isRelationField.md" | 15 - .../Utils/functions/publicKeyToAddress.md" | 15 - .../Utils/functions/stringToUint8Array.md" | 15 - .../Utils/functions/uint8ArrayToString.md" | 15 - .../namespaces/Utils/index.md" | 27 - .../namespaces/Utils/type-aliases/Base58.md" | 5 - .../namespaces/Utils/type-aliases/UUID.md" | 5 - 397 files changed, 8002 deletions(-) delete mode 100644 docs/docs/api-reference/_media/Mapping.ts delete mode 100644 docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md delete mode 100644 docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md delete mode 100644 docs/docs/api-reference/index.md delete mode 100644 docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md delete mode 100644 docs/docs/api-reference/type-aliases/ConnectAuthPayload.md delete mode 100644 docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md delete mode 100644 docs/docs/api-reference/type-aliases/ConnectCallbackResult.md delete mode 100644 docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md delete mode 100644 docs/docs/api-reference/type-aliases/SignatureWithRecovery.md delete mode 100644 docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md delete mode 100644 docs/docs/api-reference/type-aliases/SpaceStorageEntry.md delete mode 100644 docs/docs/api-reference/typedoc-sidebar.cjs delete mode 100644 docs/docs/api-reference/variables/ConnectAuthPayload.md delete mode 100644 docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md delete mode 100644 docs/docs/api-reference/variables/ConnectCallbackResult.md delete mode 100644 docs/docs/api-reference/variables/SignatureWithRecovery.md delete mode 100644 docs/docs/api-reference/variables/store.md delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" delete mode 100644 "docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" diff --git a/docs/docs/api-reference/_media/Mapping.ts b/docs/docs/api-reference/_media/Mapping.ts deleted file mode 100644 index d042f872..00000000 --- a/docs/docs/api-reference/_media/Mapping.ts +++ /dev/null @@ -1,808 +0,0 @@ -import { type CreatePropertyParams, Graph, Id as Grc20Id, type Op } from '@graphprotocol/grc-20'; -import { Data, Array as EffectArray, Schema as EffectSchema, Option, pipe } from 'effect'; - -import { namesAreUnique, toCamelCase, toPascalCase } from './Utils.js'; - -/** - * Mappings for a schema type and its properties/relations - * - * @since 0.2.0 - */ -export type MappingEntry = { - /** - * Array of the `Id` of the type in the Knowledge Graph. - * Is an array because a type can belong to multiple spaces/extend multiple types. - * - * @since 0.2.0 - */ - typeIds: Array; - /** - * Record of property names to the `Id` of the type in the Knowledge Graph - * - * @since 0.2.0 - */ - properties?: - | { - [key: string]: Grc20Id; - } - | undefined; - /** - * Record of relation properties to the `Id` of the type in the Knowledge Graph - * - * @since 0.2.0 - */ - relations?: - | { - [key: string]: Grc20Id; - } - | undefined; -}; - -/** - * @example - * ```ts - * import { Id } from '@graphprotocol/hypergraph' - * import type { Mapping } from '@graphprotocol/hypergraph/mapping' - * - * const mapping: Mapping = { - * Account: { - * typeIds: [Id('a5fd07b1-120f-46c6-b46f-387ef98396a6')], - * properties: { - * username: Id('994edcff-6996-4a77-9797-a13e5e3efad8'), - * createdAt: Id('64bfba51-a69b-4746-be4b-213214a879fe') - * } - * }, - * Event: { - * typeIds: [Id('0349187b-526f-435f-b2bb-9e9caf23127a')], - * properties: { - * name: Id('3808e060-fb4a-4d08-8069-35b8c8a1902b'), - * description: Id('1f0d9007-8da2-4b28-ab9f-3bc0709f4837'), - * }, - * relations: { - * speaker: Id('a5fd07b1-120f-46c6-b46f-387ef98396a6') - * } - * } - * } - * ``` - * - * @since 0.2.0 - */ -export type Mapping = { - [key: string]: MappingEntry; -}; - -/** - * @since 0.2.0 - */ -export type DataTypeRelation = `Relation(${string})`; -/** - * @since 0.2.0 - */ -export function isDataTypeRelation(val: string): val is DataTypeRelation { - return /^Relation\((.+)\)$/.test(val); -} -/** - * @since 0.2.0 - */ -export const SchemaDataTypeRelation = EffectSchema.NonEmptyTrimmedString.pipe( - EffectSchema.filter((val) => isDataTypeRelation(val)), -); -/** - * @since 0.2.0 - */ -export type SchemaDataTypeRelation = typeof SchemaDataTypeRelation.Type; -/** - * @since 0.2.0 - */ -export const SchemaDataTypePrimitive = EffectSchema.Literal('String', 'Number', 'Boolean', 'Date', 'Point'); -/** - * @since 0.2.0 - */ -export type SchemaDataTypePrimitive = typeof SchemaDataTypePrimitive.Type; -/** - * @since 0.4.0 - */ -export function isDataTypePrimitive(val: string): val is SchemaDataTypePrimitive { - return ['String', 'Number', 'Boolean', 'Date', 'Point'].includes(val); -} -/** - * @since 0.2.0 - */ -export const SchemaDataType = EffectSchema.Union(SchemaDataTypePrimitive, SchemaDataTypeRelation); -/** - * @since 0.2.0 - */ -export type SchemaDataType = typeof SchemaDataType.Type; -/** - * @since 0.4.0 - */ -export function isDataType(val: string): val is SchemaDataType { - return isDataTypePrimitive(val) || isDataTypeRelation(val); -} -/** - * @since 0.4.0 - */ -export function getDataType(val: string): SchemaDataType { - const dataType = isDataTypePrimitive(val) || isDataTypeRelation(val); - if (dataType) { - return val; - } - throw new Error(`Passed dataType ${val} is not supported`); -} - -const BaseSchemaTypeProperty = EffectSchema.Struct({ - name: EffectSchema.NonEmptyTrimmedString, - knowledgeGraphId: EffectSchema.NullOr(EffectSchema.UUID), - /** - * @since 0.4.0 - */ - optional: EffectSchema.optional(EffectSchema.NullishOr(EffectSchema.Boolean)), -}); - -/** - * @since 0.2.0 - */ -export const SchemaTypePropertyRelation = EffectSchema.Struct({ - ...BaseSchemaTypeProperty.fields, - dataType: SchemaDataTypeRelation, - relationType: EffectSchema.NonEmptyTrimmedString.annotations({ - identifier: 'SchemaTypePropertyRelation.relationType', - description: 'name of the type within the schema that this property is related to', - examples: ['Account'], - }), -}); -/** - * @since 0.2.0 - */ -export type SchemaTypePropertyRelation = typeof SchemaTypePropertyRelation.Type; -/** - * @since 0.2.0 - */ -export const SchemaTypePropertyPrimitive = EffectSchema.Struct({ - ...BaseSchemaTypeProperty.fields, - dataType: SchemaDataTypePrimitive, -}); -/** - * @since 0.2.0 - */ -export type SchemaTypePropertyPrimitive = typeof SchemaTypePropertyPrimitive.Type; - -/** - * @since 0.2.0 - */ -export function propertyIsRelation( - property: SchemaTypePropertyPrimitive | SchemaTypePropertyRelation, -): property is SchemaTypePropertyRelation { - return isDataTypeRelation(property.dataType); -} - -/** - * @since 0.2.0 - */ -export const SchemaType = EffectSchema.Struct({ - name: EffectSchema.NonEmptyTrimmedString, - knowledgeGraphId: EffectSchema.NullOr(EffectSchema.UUID), - properties: EffectSchema.Array(EffectSchema.Union(SchemaTypePropertyPrimitive, SchemaTypePropertyRelation)).pipe( - EffectSchema.minItems(1), - EffectSchema.filter(namesAreUnique, { - identifier: 'DuplicatePropertyNames', - jsonSchema: {}, - description: 'The property.name must be unique across all properties in the type', - }), - ), -}); -/** - * @since 0.2.0 - */ -export type SchemaType = typeof SchemaType.Type; - -/** - * Represents the user-built schema object to generate a `Mappings` definition for - * - * @since 0.2.0 - */ -export const Schema = EffectSchema.Struct({ - types: EffectSchema.Array(SchemaType).pipe( - EffectSchema.minItems(1), - EffectSchema.filter(namesAreUnique, { - identifier: 'DuplicateTypeNames', - jsonSchema: {}, - description: 'The type.name must be unique across all types in the schema', - }), - EffectSchema.filter(allRelationPropertyTypesExist, { - identifier: 'AllRelationTypesExist', - jsonSchema: {}, - description: 'Each type property of dataType RELATION must have a type of the same name in the schema', - }), - ), -}).annotations({ - identifier: 'typesync/Schema', - title: 'TypeSync app Schema', - description: 'An array of types in the schema defined by the user to generate a Mapping object for', - examples: [ - { - types: [ - { - name: 'Account', - knowledgeGraphId: null, - properties: [{ name: 'username', optional: null, knowledgeGraphId: null, dataType: 'String' }], - }, - ], - }, - { - types: [ - { - name: 'Account', - knowledgeGraphId: 'a5fd07b1-120f-46c6-b46f-387ef98396a6', - properties: [ - { - name: 'name', - optional: true, - knowledgeGraphId: 'a126ca53-0c8e-48d5-b888-82c734c38935', - dataType: 'String', - }, - ], - }, - ], - }, - ], -}); -/** - * @since 0.2.0 - */ -export type Schema = typeof Schema.Type; -/** - * @since 0.2.0 - */ -export const SchemaKnownDecoder = EffectSchema.decodeSync(Schema); -/** - * @since 0.2.0 - */ -export const SchemaUnknownDecoder = EffectSchema.decodeUnknownSync(Schema); - -/** - * Iterate through all properties in all types in the schema of `dataType` === `Relation(${string})` - * and validate that the schema.types have a type for the existing relation - * - * @example All types exist - * ```ts - * import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' - * - * const types: Mapping['types'] = [ - * { - * name: "Account", - * knowledgeGraphId: null, - * properties: [ - * { - * name: "username", - * dataType: "String", - * knowledgeGraphId: null - * } - * ] - * }, - * { - * name: "Event", - * knowledgeGraphId: null, - * properties: [ - * { - * name: "speaker", - * dataType: "Relation(Account)" - * relationType: "Account", - * knowledgeGraphId: null, - * } - * ] - * } - * ] - * expect(allRelationPropertyTypesExist(types)).toEqual(true) - * ``` - * - * @example Account type is missing - * ```ts - * import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' - * - * const types: Mapping['types'] = [ - * { - * name: "Event", - * knowledgeGraphId: null, - * properties: [ - * { - * name: "speaker", - * dataType: "Relation(Account)", - * relationType: "Account", - * knowledgeGraphId: null, - * } - * ] - * } - * ] - * expect(allRelationPropertyTypesExist(types)).toEqual(false) - * ``` - * - * @since 0.2.0 - * - * @param types the user-submitted schema types - */ -export function allRelationPropertyTypesExist(types: ReadonlyArray): boolean { - const unqTypeNames = EffectArray.reduce(types, new Set(), (names, curr) => names.add(curr.name)); - return pipe( - types, - EffectArray.flatMap((curr) => curr.properties), - EffectArray.filter((prop) => propertyIsRelation(prop)), - EffectArray.every((prop) => unqTypeNames.has(prop.relationType)), - ); -} - -export type GenerateMappingResult = [mapping: Mapping, ops: ReadonlyArray]; - -// Helper types for internal processing -type PropertyIdMapping = { propName: string; id: Grc20Id }; -type TypeIdMapping = Map; -type ProcessedProperty = - | { type: 'resolved'; mapping: PropertyIdMapping; ops: Array } - | { type: 'deferred'; property: SchemaTypePropertyRelation }; - -type ProcessedType = - | { type: 'complete'; entry: MappingEntry & { typeName: string }; ops: Array } - | { - type: 'deferred'; - schemaType: SchemaType; - properties: Array; - relations: Array; - }; - -// Helper function to build property map from PropertyIdMappings -function buildPropertyMap(properties: Array): MappingEntry['properties'] { - return pipe( - properties, - EffectArray.reduce({} as NonNullable, (props, { propName, id }) => { - props[toCamelCase(propName)] = id; - return props; - }), - ); -} - -// Helper function to build relation map from PropertyIdMappings -function buildRelationMap(relations: Array): MappingEntry['relations'] { - return pipe( - relations, - EffectArray.reduce({} as NonNullable, (rels, { propName, id }) => { - rels[toCamelCase(propName)] = id; - return rels; - }), - ); -} - -// Helper function to create a property and return the result -function createPropertyWithOps( - property: SchemaTypePropertyPrimitive | SchemaTypePropertyRelation, - typeIdMap: TypeIdMapping, -): ProcessedProperty { - if (property.knowledgeGraphId) { - return { - type: 'resolved', - mapping: { propName: property.name, id: Grc20Id(property.knowledgeGraphId) }, - ops: [], - }; - } - - if (propertyIsRelation(property)) { - const relationTypeId = typeIdMap.get(property.relationType); - if (relationTypeId == null) { - return { type: 'deferred', property }; - } - - const { id, ops } = Graph.createProperty({ - name: property.name, - dataType: 'RELATION', - relationValueTypes: [relationTypeId], - }); - return { - type: 'resolved', - mapping: { propName: property.name, id }, - ops, - }; - } - - const { id, ops } = Graph.createProperty({ - name: property.name, - dataType: mapSchemaDataTypeToGRC20PropDataType(property.dataType), - }); - return { - type: 'resolved', - mapping: { propName: property.name, id }, - ops, - }; -} - -// Helper function to process a single type -function processType(type: SchemaType, typeIdMap: TypeIdMapping): ProcessedType { - const processedProperties = pipe( - type.properties, - EffectArray.map((prop) => createPropertyWithOps(prop, typeIdMap)), - ); - - const resolvedProperties = pipe( - processedProperties, - EffectArray.filterMap((p) => (p.type === 'resolved' ? Option.some(p) : Option.none())), - ); - - const deferredProperties = pipe( - processedProperties, - EffectArray.filterMap((p) => (p.type === 'deferred' ? Option.some(p.property) : Option.none())), - ); - - // Separate resolved properties into primitive properties and relations - const primitiveProperties = pipe( - resolvedProperties, - EffectArray.filter((p) => { - const originalProp = type.properties.find((prop) => prop.name === p.mapping.propName); - return originalProp ? !propertyIsRelation(originalProp) : false; - }), - EffectArray.map((p) => p.mapping), - ); - - const relationProperties = pipe( - resolvedProperties, - EffectArray.filter((p) => { - const originalProp = type.properties.find((prop) => prop.name === p.mapping.propName); - return originalProp ? propertyIsRelation(originalProp) : false; - }), - EffectArray.map((p) => p.mapping), - ); - - const propertyOps = pipe( - resolvedProperties, - EffectArray.flatMap((p) => p.ops), - ); - - // If type exists in knowledge graph, return complete entry - if (type.knowledgeGraphId) { - const entry: MappingEntry & { typeName: string } = { - typeName: toPascalCase(type.name), - typeIds: [Grc20Id(type.knowledgeGraphId)], - }; - - if (EffectArray.isNonEmptyArray(primitiveProperties)) { - entry.properties = buildPropertyMap(primitiveProperties); - } - - if (EffectArray.isNonEmptyArray(relationProperties)) { - entry.relations = buildRelationMap(relationProperties); - } - - return { - type: 'complete', - entry, - ops: propertyOps, - }; - } - - // If there are deferred properties, defer type creation - if (EffectArray.isNonEmptyArray(deferredProperties)) { - return { - type: 'deferred', - schemaType: type, - properties: primitiveProperties, - relations: relationProperties, - }; - } - - // Create the type with all resolved properties (both primitive and relations) - const allPropertyIds = [...primitiveProperties, ...relationProperties]; - const { id, ops: typeOps } = Graph.createType({ - name: type.name, - properties: pipe( - allPropertyIds, - EffectArray.map((p) => p.id), - ), - }); - - typeIdMap.set(type.name, id); - - const entry: MappingEntry & { typeName: string } = { - typeName: toPascalCase(type.name), - typeIds: [id], - }; - - if (EffectArray.isNonEmptyArray(primitiveProperties)) { - entry.properties = buildPropertyMap(primitiveProperties); - } - - if (EffectArray.isNonEmptyArray(relationProperties)) { - entry.relations = buildRelationMap(relationProperties); - } - - return { - type: 'complete', - entry, - ops: [...propertyOps, ...typeOps], - }; -} - -/** - * Takes the user-submitted schema, validates it, and build the `Mapping` definition for the schema as well as the GRC-20 Ops needed to publish the schema/schema changes to the Knowledge Graph. - * - * @example - * ```ts - * import { Id } from "@graphprotocol/grc-20" - * import { generateMapping } from "@graphprotocol/hypergraph" - * - * const schema: Schema = { - * types: [ - * { - * name: "Account", - * knowledgeGraphId: "a5fd07b1-120f-46c6-b46f-387ef98396a6", - * properties: [ - * { - * name: "username", - * dataType: "String", - * knowledgeGraphId: "994edcff-6996-4a77-9797-a13e5e3efad8" - * }, - * { - * name: "createdAt", - * dataType: "Date", - * knowledgeGraphId: null - * } - * ] - * }, - * { - * name: "Event", - * knowledgeGraphId: null, - * properties: [ - * { - * name: "name", - * dataType: "String", - * knowledgeGraphId: "3808e060-fb4a-4d08-8069-35b8c8a1902b" - * }, - * { - * name: "description", - * dataType: "String", - * knowledgeGraphId: null - * }, - * { - * name: "speaker", - * dataType: "Relation(Account)", - * relationType: "Account", - * knowledgeGraphId: null - * } - * ] - * } - * ], - * } - * const [mapping, ops] = generateMapping(schema) - * - * expect(mapping).toEqual({ - * Account: { - * typeIds: [Id("a5fd07b1-120f-46c6-b46f-387ef98396a6")], // comes from input schema - * properties: { - * username: Id("994edcff-6996-4a77-9797-a13e5e3efad8"), // comes from input schema - * createdAt: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), // generated from Graph.createProperty Op - * } - * }, - * Event: { - * typeIds: [Id("20b3fe39-8e62-41a0-b9cb-92743fd760da")], // generated from Graph.createType Op - * properties: { - * name: Id("3808e060-fb4a-4d08-8069-35b8c8a1902b"), // comes from input schema - * description: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), // generated from Graph.createProperty Op - * }, - * relations: { - * speaker: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), // generated from Graph.createProperty Op - * } - * } - * }) - * expect(ops).toEqual([ - * // Graph.createProperty Op for Account.createdAt property - * { - * type: "CREATE_PROPERTY", - * property: { - * id: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), - * dataType: "String" - * } - * }, - * // Graph.createProperty Op for Event.description property - * { - * type: "CREATE_PROPERTY", - * property: { - * id: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), - * dataType: "String" - * } - * }, - * // Graph.createProperty Op for Event.speaker property - * { - * type: "CREATE_PROPERTY", - * property: { - * id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), - * dataType: "RELATION" - * } - * }, - * // Graph.createType Op for Event type - * { - * type: "CREATE_PROPERTY", - * property: { - * id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), - * dataType: "RELATION" - * } - * }, - * ]) - * ``` - * - * @since 0.2.0 - * - * @param input user-built and submitted schema - * @returns the generated [Mapping] definition from the submitted schema as well as the GRC-20 Ops required to publish the schema to the Knowledge Graph - */ -export function generateMapping(input: Schema): GenerateMappingResult { - // Validate the schema - const schema = SchemaKnownDecoder(input); - - // Build initial type ID map - const typeIdMap: TypeIdMapping = pipe( - schema.types, - EffectArray.reduce(new Map(), (map, type) => - map.set(type.name, type.knowledgeGraphId != null ? Grc20Id(type.knowledgeGraphId) : null), - ), - ); - - // First pass: process all types - const processedTypes = pipe( - schema.types, - EffectArray.map((type) => processType(type, typeIdMap)), - ); - - // Separate complete and deferred types - const [deferredTypes, completeTypes] = pipe( - processedTypes, - EffectArray.partition( - (result): result is Extract => result.type === 'complete', - ), - ); - - // Collect all operations from first pass - const firstPassOps = pipe( - completeTypes, - EffectArray.flatMap((t) => t.ops), - ); - - // Second pass: resolve deferred relation properties and create deferred types - const { entries: deferredEntries, ops: secondPassOps } = pipe( - deferredTypes, - EffectArray.reduce( - { entries: [] as Array, ops: [] as Array }, - (acc, deferred) => { - // Resolve all deferred relation properties for this type - const resolvedRelations = pipe( - deferred.schemaType.properties, - EffectArray.filterMap((prop) => { - if (!propertyIsRelation(prop) || prop.knowledgeGraphId != null) { - return Option.none(); - } - - const relationTypeId = typeIdMap.get(prop.relationType); - if (relationTypeId == null) { - throw new RelationValueTypeDoesNotExistError({ - message: `Failed to resolve type ID for relation type: ${prop.relationType}`, - property: prop.name, - relatedType: prop.relationType, - }); - } - - const { id, ops } = Graph.createProperty({ - name: prop.name, - dataType: 'RELATION', - relationValueTypes: [relationTypeId], - }); - - return Option.some({ mapping: { propName: prop.name, id }, ops }); - }), - ); - - // Combine resolved relations with existing relations - const allRelations = [ - ...deferred.relations, - ...pipe( - resolvedRelations, - EffectArray.map((r) => r.mapping), - ), - ]; - - // Combine all property IDs for type creation - const allPropertyIds = [...deferred.properties, ...allRelations]; - - // Create the type with all properties - const { id, ops: typeOps } = Graph.createType({ - name: deferred.schemaType.name, - properties: pipe( - allPropertyIds, - EffectArray.map((p) => p.id), - ), - }); - - typeIdMap.set(deferred.schemaType.name, id); - - // Collect all operations - const allOps = [ - ...pipe( - resolvedRelations, - EffectArray.flatMap((r) => r.ops), - ), - ...typeOps, - ]; - - // Build the entry with properties and relations separated - const entry: MappingEntry & { typeName: string } = { - typeName: toPascalCase(deferred.schemaType.name), - typeIds: [id], - }; - - if (EffectArray.isNonEmptyArray(deferred.properties)) { - entry.properties = buildPropertyMap(deferred.properties); - } - - if (EffectArray.isNonEmptyArray(allRelations)) { - entry.relations = buildRelationMap(allRelations); - } - - return { - entries: [...acc.entries, entry], - ops: [...acc.ops, ...allOps], - }; - }, - ), - ); - - // Combine all entries and build final mapping - const allEntries = [ - ...pipe( - completeTypes, - EffectArray.map((t) => t.entry), - ), - ...deferredEntries, - ]; - - const mapping = pipe( - allEntries, - EffectArray.reduce({} as Mapping, (mapping, entry) => { - const { typeName, ...rest } = entry; - mapping[typeName] = rest; - return mapping; - }), - ); - - return [mapping, [...firstPassOps, ...secondPassOps]] as const; -} - -export class RelationValueTypeDoesNotExistError extends Data.TaggedError( - '/typesync/errors/RelationValueTypeDoesNotExistError', -)<{ - readonly message: string; - readonly property: string; - readonly relatedType: string; -}> {} - -/** - * @since 0.2.0 - * - * @param dataType the dataType from the user-submitted schema - * @returns the mapped to GRC-20 dataType for the GRC-20 ops - */ -export function mapSchemaDataTypeToGRC20PropDataType(dataType: SchemaDataType): CreatePropertyParams['dataType'] { - switch (true) { - case dataType === 'Boolean': { - return 'BOOLEAN'; - } - case dataType === 'Date': { - return 'TIME'; - } - case dataType === 'Number': { - return 'NUMBER'; - } - case dataType === 'Point': { - return 'POINT'; - } - case isDataTypeRelation(dataType): { - return 'RELATION'; - } - default: { - return 'STRING'; - } - } -} diff --git a/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md b/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md deleted file mode 100644 index fd5b3a37..00000000 --- a/docs/docs/api-reference/classes/FailedToParseAuthCallbackUrl.md +++ /dev/null @@ -1,43 +0,0 @@ -# Class: FailedToParseAuthCallbackUrl - -Defined in: [packages/hypergraph/src/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L48) - -## Extends - -- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; \}\> - -## Constructors - -### Constructor - -> **new FailedToParseAuthCallbackUrl**(`args`): `FailedToParseAuthCallbackUrl` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 - -#### Parameters - -##### args - -###### message - -`string` - -#### Returns - -`FailedToParseAuthCallbackUrl` - -#### Inherited from - -`Data.TaggedError('FailedToParseAuthCallbackUrl')<{ message: string; }>.constructor` - -## Properties - -### message - -> **message**: `string` - -Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 - -#### Inherited from - -`Data.TaggedError('FailedToParseAuthCallbackUrl').message` diff --git a/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md b/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md deleted file mode 100644 index 1059ffc7..00000000 --- a/docs/docs/api-reference/classes/FailedToParseConnectAuthUrl.md +++ /dev/null @@ -1,43 +0,0 @@ -# Class: FailedToParseConnectAuthUrl - -Defined in: [packages/hypergraph/src/types.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L44) - -## Extends - -- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; \}\> - -## Constructors - -### Constructor - -> **new FailedToParseConnectAuthUrl**(`args`): `FailedToParseConnectAuthUrl` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 - -#### Parameters - -##### args - -###### message - -`string` - -#### Returns - -`FailedToParseConnectAuthUrl` - -#### Inherited from - -`Data.TaggedError('FailedToParseConnectAuthUrl')<{ message: string; }>.constructor` - -## Properties - -### message - -> **message**: `string` - -Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 - -#### Inherited from - -`Data.TaggedError('FailedToParseConnectAuthUrl').message` diff --git a/docs/docs/api-reference/index.md b/docs/docs/api-reference/index.md deleted file mode 100644 index 85bd352a..00000000 --- a/docs/docs/api-reference/index.md +++ /dev/null @@ -1,42 +0,0 @@ -# 📚 API Reference - -## Namespaces - -- [Connect](📚-API-Reference/namespaces/Connect/index.md) -- [Entity](📚-API-Reference/namespaces/Entity/index.md) -- [Identity](📚-API-Reference/namespaces/Identity/index.md) -- [Inboxes](📚-API-Reference/namespaces/Inboxes/index.md) -- [Key](📚-API-Reference/namespaces/Key/index.md) -- [Mapping](📚-API-Reference/namespaces/Mapping/index.md) -- [Messages](📚-API-Reference/namespaces/Messages/index.md) -- [SpaceEvents](📚-API-Reference/namespaces/SpaceEvents/index.md) -- [SpaceInfo](📚-API-Reference/namespaces/SpaceInfo/index.md) -- [StoreConnect](📚-API-Reference/namespaces/StoreConnect/index.md) -- [Type](📚-API-Reference/namespaces/Type/index.md) -- [Typesync](📚-API-Reference/namespaces/Typesync/index.md) -- [TypeUtils](📚-API-Reference/namespaces/TypeUtils/index.md) -- [Utils](📚-API-Reference/namespaces/Utils/index.md) - -## Classes - -- [FailedToParseAuthCallbackUrl](classes/FailedToParseAuthCallbackUrl.md) -- [FailedToParseConnectAuthUrl](classes/FailedToParseConnectAuthUrl.md) - -## Type Aliases - -- [AccountInboxStorageEntry](type-aliases/AccountInboxStorageEntry.md) -- [ConnectAuthPayload](type-aliases/ConnectAuthPayload.md) -- [ConnectCallbackDecryptedData](type-aliases/ConnectCallbackDecryptedData.md) -- [ConnectCallbackResult](type-aliases/ConnectCallbackResult.md) -- [InboxMessageStorageEntry](type-aliases/InboxMessageStorageEntry.md) -- [SignatureWithRecovery](type-aliases/SignatureWithRecovery.md) -- [SpaceInboxStorageEntry](type-aliases/SpaceInboxStorageEntry.md) -- [SpaceStorageEntry](type-aliases/SpaceStorageEntry.md) - -## Variables - -- [ConnectAuthPayload](variables/ConnectAuthPayload.md) -- [ConnectCallbackDecryptedData](variables/ConnectCallbackDecryptedData.md) -- [ConnectCallbackResult](variables/ConnectCallbackResult.md) -- [SignatureWithRecovery](variables/SignatureWithRecovery.md) -- [store](variables/store.md) diff --git a/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md b/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md deleted file mode 100644 index 3b98b6c7..00000000 --- a/docs/docs/api-reference/type-aliases/AccountInboxStorageEntry.md +++ /dev/null @@ -1,61 +0,0 @@ -# Type Alias: AccountInboxStorageEntry - -> **AccountInboxStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store.ts:35](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L35) - -## Properties - -### authPolicy - -> **authPolicy**: [`InboxSenderAuthPolicy`](../📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md) - -Defined in: [packages/hypergraph/src/store.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L38) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/store.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L39) - -*** - -### inboxId - -> **inboxId**: `string` - -Defined in: [packages/hypergraph/src/store.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L36) - -*** - -### isPublic - -> **isPublic**: `boolean` - -Defined in: [packages/hypergraph/src/store.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L37) - -*** - -### lastMessageClock - -> **lastMessageClock**: `string` - -Defined in: [packages/hypergraph/src/store.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L40) - -*** - -### messages - -> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L41) - -*** - -### seenMessageIds - -> **seenMessageIds**: `Set`\<`string`\> - -Defined in: [packages/hypergraph/src/store.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L42) diff --git a/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md b/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md deleted file mode 100644 index cd0dd69e..00000000 --- a/docs/docs/api-reference/type-aliases/ConnectAuthPayload.md +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ConnectAuthPayload - -> **ConnectAuthPayload** = `Schema.Schema.Type`\<*typeof* [`ConnectAuthPayload`](../variables/ConnectAuthPayload.md)\> - -Defined in: [packages/hypergraph/src/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L11) diff --git a/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md b/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md deleted file mode 100644 index af4b2e2d..00000000 --- a/docs/docs/api-reference/type-aliases/ConnectCallbackDecryptedData.md +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ConnectCallbackDecryptedData - -> **ConnectCallbackDecryptedData** = `Schema.Schema.Type`\<*typeof* [`ConnectCallbackDecryptedData`](../variables/ConnectCallbackDecryptedData.md)\> - -Defined in: [packages/hypergraph/src/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L36) diff --git a/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md b/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md deleted file mode 100644 index bb639d92..00000000 --- a/docs/docs/api-reference/type-aliases/ConnectCallbackResult.md +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ConnectCallbackResult - -> **ConnectCallbackResult** = `Schema.Schema.Type`\<*typeof* [`ConnectCallbackResult`](../variables/ConnectCallbackResult.md)\> - -Defined in: [packages/hypergraph/src/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L19) diff --git a/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md b/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md deleted file mode 100644 index 58556a51..00000000 --- a/docs/docs/api-reference/type-aliases/InboxMessageStorageEntry.md +++ /dev/null @@ -1,53 +0,0 @@ -# Type Alias: InboxMessageStorageEntry - -> **InboxMessageStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L12) - -## Properties - -### authorAccountAddress - -> **authorAccountAddress**: `string` \| `null` - -Defined in: [packages/hypergraph/src/store.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L21) - -*** - -### ciphertext - -> **ciphertext**: `string` - -Defined in: [packages/hypergraph/src/store.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L15) - -*** - -### createdAt - -> **createdAt**: `string` - -Defined in: [packages/hypergraph/src/store.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L20) - -*** - -### id - -> **id**: `string` - -Defined in: [packages/hypergraph/src/store.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L13) - -*** - -### plaintext - -> **plaintext**: `string` - -Defined in: [packages/hypergraph/src/store.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L14) - -*** - -### signature - -> **signature**: \{ `hex`: `string`; `recovery`: `number`; \} \| `null` - -Defined in: [packages/hypergraph/src/store.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L16) diff --git a/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md b/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md deleted file mode 100644 index 1da40fdc..00000000 --- a/docs/docs/api-reference/type-aliases/SignatureWithRecovery.md +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SignatureWithRecovery - -> **SignatureWithRecovery** = `Schema.Schema.Type`\<*typeof* [`SignatureWithRecovery`](../variables/SignatureWithRecovery.md)\> - -Defined in: [packages/hypergraph/src/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L4) diff --git a/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md b/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md deleted file mode 100644 index 9490c288..00000000 --- a/docs/docs/api-reference/type-aliases/SpaceInboxStorageEntry.md +++ /dev/null @@ -1,69 +0,0 @@ -# Type Alias: SpaceInboxStorageEntry - -> **SpaceInboxStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L24) - -## Properties - -### authPolicy - -> **authPolicy**: [`InboxSenderAuthPolicy`](../📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md) - -Defined in: [packages/hypergraph/src/store.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L27) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/store.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L28) - -*** - -### inboxId - -> **inboxId**: `string` - -Defined in: [packages/hypergraph/src/store.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L25) - -*** - -### isPublic - -> **isPublic**: `boolean` - -Defined in: [packages/hypergraph/src/store.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L26) - -*** - -### lastMessageClock - -> **lastMessageClock**: `string` - -Defined in: [packages/hypergraph/src/store.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L30) - -*** - -### messages - -> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L31) - -*** - -### secretKey - -> **secretKey**: `string` - -Defined in: [packages/hypergraph/src/store.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L29) - -*** - -### seenMessageIds - -> **seenMessageIds**: `Set`\<`string`\> - -Defined in: [packages/hypergraph/src/store.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L32) diff --git a/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md b/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md deleted file mode 100644 index cd8c83ce..00000000 --- a/docs/docs/api-reference/type-aliases/SpaceStorageEntry.md +++ /dev/null @@ -1,69 +0,0 @@ -# Type Alias: SpaceStorageEntry - -> **SpaceStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L45) - -## Properties - -### automergeDocHandle - -> **automergeDocHandle**: `DocHandle`\<[`DocumentContent`](../📚-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md)\> - -Defined in: [packages/hypergraph/src/store.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L51) - -*** - -### events - -> **events**: [`SpaceEvent`](../📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md)[] - -Defined in: [packages/hypergraph/src/store.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L48) - -*** - -### id - -> **id**: `string` - -Defined in: [packages/hypergraph/src/store.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L46) - -*** - -### inboxes - -> **inboxes**: [`SpaceInboxStorageEntry`](SpaceInboxStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L52) - -*** - -### keys - -> **keys**: `object`[] - -Defined in: [packages/hypergraph/src/store.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L50) - -#### id - -> **id**: `string` - -#### key - -> **key**: `string` - -*** - -### name - -> **name**: `string` - -Defined in: [packages/hypergraph/src/store.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L47) - -*** - -### state - -> **state**: [`SpaceState`](../📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md) \| `undefined` - -Defined in: [packages/hypergraph/src/store.ts:49](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L49) diff --git a/docs/docs/api-reference/typedoc-sidebar.cjs b/docs/docs/api-reference/typedoc-sidebar.cjs deleted file mode 100644 index fc55b0a7..00000000 --- a/docs/docs/api-reference/typedoc-sidebar.cjs +++ /dev/null @@ -1,4 +0,0 @@ -// @ts-check -/** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig} */ -const typedocSidebar = {items:[{type:"category",label:"Namespaces",items:[{type:"category",label:"Connect",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/classes/InvalidIdentityError",label:"InvalidIdentityError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Action",label:"Action"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption",label:"AppIdentityForEncryption"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse",label:"AppIdentityResponse"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/GetAddress",label:"GetAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Identity",label:"Identity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/IdentityKeys",label:"IdentityKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity",label:"PrivateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity",label:"PublicAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Signer",label:"Signer"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SignMessage",label:"SignMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams",label:"SmartAccountParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient",label:"SmartSessionClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/type-aliases/Storage",label:"Storage"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/AppIdentityResponse",label:"AppIdentityResponse"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL",label:"DEFAULT_RPC_URL"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/GEO_TESTNET",label:"GEO_TESTNET"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/GEOGENESIS",label:"GEOGENESIS"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL",label:"TESTNET_RPC_URL"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/addSmartAccountOwner",label:"addSmartAccountOwner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey",label:"buildAccountAddressStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildKeysStorageKey",label:"buildKeysStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey",label:"buildSessionTokenStorageKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createAppIdentity",label:"createAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createAuthUrl",label:"createAuthUrl"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createCallbackParams",label:"createCallbackParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/createSmartSession",label:"createSmartSession"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/decryptAppIdentity",label:"decryptAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/decryptIdentity",label:"decryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/encryptAppIdentity",label:"encryptAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/encryptIdentity",label:"encryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getEnv",label:"getEnv"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient",label:"getSmartAccountWalletClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/getSmartSessionClient",label:"getSmartSessionClient"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/identityExists",label:"identityExists"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed",label:"isSmartAccountDeployed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus",label:"legacySmartAccountUpdateStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadAccountAddress",label:"loadAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadKeys",label:"loadKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken",label:"loadSyncServerSessionToken"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/login",label:"login"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/parseAuthParams",label:"parseAuthParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/parseCallbackParams",label:"parseCallbackParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/restoreKeys",label:"restoreKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/signup",label:"signup"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate",label:"smartAccountNeedsUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeAccountAddress",label:"storeAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeKeys",label:"storeKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken",label:"storeSyncServerSessionToken"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount",label:"updateLegacySmartAccount"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeAccountAddress",label:"wipeAccountAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeAllAuthData",label:"wipeAllAuthData"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeKeys",label:"wipeKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken",label:"wipeSyncServerSessionToken"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Connect/index"}},{type:"category",label:"Entity",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/classes/EntityNotFoundError",label:"EntityNotFoundError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Any",label:"Any"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/AnyNoContext",label:"AnyNoContext"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter",label:"CrossFieldFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentContent",label:"DocumentContent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentEntity",label:"DocumentEntity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/DocumentRelation",label:"DocumentRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Entity",label:"Entity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter",label:"EntityBooleanFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter",label:"EntityFieldFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityFilter",label:"EntityFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter",label:"EntityNumberFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter",label:"EntityStringFilter"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation",label:"EntityWithRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/FindManySubscription",label:"FindManySubscription"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Insert",label:"Insert"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/type-aliases/Update",label:"Update"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/variables/Class",label:"Class"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/variables/Field",label:"Field"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/create",label:"create"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/delete",label:"delete"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/findMany",label:"findMany"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/findOne",label:"findOne"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/markAsDeleted",label:"markAsDeleted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/removeRelation",label:"removeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/subscribeToFindMany",label:"subscribeToFindMany"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/functions/update",label:"update"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Entity/index"}},{type:"category",label:"Identity",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/classes/InvalidIdentityError",label:"InvalidIdentityError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/GetAddress",label:"GetAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Identity",label:"Identity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/IdentityKeys",label:"IdentityKeys"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/KeysSchema",label:"KeysSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/PublicIdentity",label:"PublicIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Signer",label:"Signer"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/SignMessage",label:"SignMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/type-aliases/Storage",label:"Storage"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/variables/accountProofDomain",label:"accountProofDomain"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/variables/KeysSchema",label:"KeysSchema"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/decryptIdentity",label:"decryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/encryptIdentity",label:"encryptIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getAccountProofMessage",label:"getAccountProofMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getKeyProofMessage",label:"getKeyProofMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/getVerifiedIdentity",label:"getVerifiedIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/loadIdentity",label:"loadIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/logout",label:"logout"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/proveIdentityOwnership",label:"proveIdentityOwnership"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/storeIdentity",label:"storeIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership",label:"verifyIdentityOwnership"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/functions/wipeIdentity",label:"wipeIdentity"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Identity/index"}},{type:"category",label:"Inboxes",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy",label:"InboxSenderAuthPolicy"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy",label:"InboxSenderAuthPolicy"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage",label:"createAccountInboxCreationMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage",label:"createSpaceInboxCreationMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage",label:"decryptInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage",label:"encryptInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/getAccountInbox",label:"getAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/getSpaceInbox",label:"getSpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes",label:"listPublicAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes",label:"listPublicSpaceInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/mergeMessages",label:"mergeMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage",label:"prepareAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage",label:"prepareSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey",label:"recoverAccountInboxCreatorKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner",label:"recoverAccountInboxMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey",label:"recoverSpaceInboxCreatorKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner",label:"recoverSpaceInboxMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage",label:"sendAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage",label:"sendSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage",label:"validateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage",label:"validateSpaceInboxMessage"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Inboxes/index"}},{type:"category",label:"Key",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams",label:"DecryptKeyBoxParams"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams",label:"EncryptKeyBoxParams"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/createKey",label:"createKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/decryptKey",label:"decryptKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/decryptKeyBox",label:"decryptKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/encryptKey",label:"encryptKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/encryptKeyBox",label:"encryptKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/functions/generateKeypair",label:"generateKeypair"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Key/index"}},{type:"category",label:"Mapping",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/classes/InvalidInputError",label:"InvalidInputError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError",label:"RelationValueTypeDoesNotExistError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation",label:"DataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult",label:"GenerateMappingResult"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/Mapping",label:"Mapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/MappingEntry",label:"MappingEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/Schema",label:"Schema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType",label:"SchemaDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive",label:"SchemaDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation",label:"SchemaDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaType",label:"SchemaType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive",label:"SchemaTypePropertyPrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation",label:"SchemaTypePropertyRelation"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/Schema",label:"Schema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataType",label:"SchemaDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive",label:"SchemaDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation",label:"SchemaDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder",label:"SchemaKnownDecoder"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaType",label:"SchemaType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive",label:"SchemaTypePropertyPrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation",label:"SchemaTypePropertyRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder",label:"SchemaUnknownDecoder"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist",label:"allRelationPropertyTypesExist"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/generateMapping",label:"generateMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/getDataType",label:"getDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataType",label:"isDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive",label:"isDataTypePrimitive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/isDataTypeRelation",label:"isDataTypeRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType",label:"mapSchemaDataTypeToGRC20PropDataType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/namesAreUnique",label:"namesAreUnique"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/propertyIsRelation",label:"propertyIsRelation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/toCamelCase",label:"toCamelCase"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/functions/toPascalCase",label:"toPascalCase"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Mapping/index"}},{type:"category",label:"Messages",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/AccountInbox",label:"AccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic",label:"AccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox",label:"IdentityKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/InboxMessage",label:"InboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/Invitation",label:"Invitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/KeyBox",label:"KeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId",label:"KeyBoxWithKeyId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent",label:"RequestAcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces",label:"RequestConnectAddAppIdentityToSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity",label:"RequestConnectCreateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity",label:"RequestConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent",label:"RequestConnectCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox",label:"RequestCreateAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage",label:"RequestCreateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity",label:"RequestCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent",label:"RequestCreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent",label:"RequestCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent",label:"RequestCreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage",label:"RequestCreateSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate",label:"RequestCreateUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes",label:"RequestGetAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages",label:"RequestGetLatestAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages",label:"RequestGetLatestSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations",label:"RequestListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces",label:"RequestListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLogin",label:"RequestLogin"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce",label:"RequestLoginNonce"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey",label:"RequestLoginWithSigningKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestMessage",label:"RequestMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace",label:"RequestSubscribeToSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox",label:"ResponseAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes",label:"ResponseAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage",label:"ResponseAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages",label:"ResponseAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic",label:"ResponseAccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity",label:"ResponseConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity",label:"ResponseIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted",label:"ResponseIdentityEncrypted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError",label:"ResponseIdentityExistsError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError",label:"ResponseIdentityNotFoundError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic",label:"ResponseListAccountInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations",label:"ResponseListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic",label:"ResponseListSpaceInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces",label:"ResponseListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseMessage",label:"ResponseMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpace",label:"ResponseSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent",label:"ResponseSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage",label:"ResponseSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages",label:"ResponseSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic",label:"ResponseSpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed",label:"ResponseUpdateConfirmed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification",label:"ResponseUpdatesNotification"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic",label:"SpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/type-aliases/Updates",label:"Updates"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/AccountInbox",label:"AccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/AccountInboxPublic",label:"AccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/IdentityKeyBox",label:"IdentityKeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/InboxMessage",label:"InboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/Invitation",label:"Invitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/KeyBox",label:"KeyBox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId",label:"KeyBoxWithKeyId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent",label:"RequestAcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces",label:"RequestConnectAddAppIdentityToSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity",label:"RequestConnectCreateAppIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity",label:"RequestConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent",label:"RequestConnectCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox",label:"RequestCreateAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage",label:"RequestCreateAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateIdentity",label:"RequestCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent",label:"RequestCreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent",label:"RequestCreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent",label:"RequestCreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage",label:"RequestCreateSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestCreateUpdate",label:"RequestCreateUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes",label:"RequestGetAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages",label:"RequestGetLatestAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages",label:"RequestGetLatestSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestListInvitations",label:"RequestListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestListSpaces",label:"RequestListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLogin",label:"RequestLogin"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLoginNonce",label:"RequestLoginNonce"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey",label:"RequestLoginWithSigningKey"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestMessage",label:"RequestMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace",label:"RequestSubscribeToSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInbox",label:"ResponseAccountInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes",label:"ResponseAccountInboxes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage",label:"ResponseAccountInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages",label:"ResponseAccountInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic",label:"ResponseAccountInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity",label:"ResponseConnectCreateIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentity",label:"ResponseIdentity"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted",label:"ResponseIdentityEncrypted"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError",label:"ResponseIdentityExistsError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError",label:"ResponseIdentityNotFoundError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic",label:"ResponseListAccountInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListInvitations",label:"ResponseListInvitations"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic",label:"ResponseListSpaceInboxesPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseListSpaces",label:"ResponseListSpaces"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseMessage",label:"ResponseMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpace",label:"ResponseSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent",label:"ResponseSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage",label:"ResponseSpaceInboxMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages",label:"ResponseSpaceInboxMessages"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic",label:"ResponseSpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed",label:"ResponseUpdateConfirmed"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification",label:"ResponseUpdatesNotification"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SignedUpdate",label:"SignedUpdate"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/SpaceInboxPublic",label:"SpaceInboxPublic"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/variables/Updates",label:"Updates"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/decryptMessage",label:"decryptMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/deserialize",label:"deserialize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/encryptMessage",label:"encryptMessage"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner",label:"recoverUpdateMessageSigner"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/serialize",label:"serialize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/functions/signedUpdateMessage",label:"signedUpdateMessage"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Messages/index"}},{type:"category",label:"SpaceEvents",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError",label:"InvalidEventError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError",label:"VerifySignatureError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent",label:"AcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError",label:"ApplyError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/Author",label:"Author"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent",label:"CreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent",label:"CreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent",label:"CreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent",label:"DeleteSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor",label:"EventAuthor"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent",label:"SpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation",label:"SpaceInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember",label:"SpaceMember"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState",label:"SpaceState"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent",label:"AcceptInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/Author",label:"Author"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent",label:"CreateInvitationEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent",label:"CreateSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent",label:"CreateSpaceInboxEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent",label:"DeleteSpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/EventAuthor",label:"EventAuthor"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent",label:"SpaceEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox",label:"SpaceInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation",label:"SpaceInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceMember",label:"SpaceMember"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/variables/SpaceState",label:"SpaceState"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation",label:"acceptInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/applyEvent",label:"applyEvent"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createInbox",label:"createInbox"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createInvitation",label:"createInvitation"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/createSpace",label:"createSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/deleteSpace",label:"deleteSpace"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/functions/hashEvent",label:"hashEvent"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceEvents/index"}},{type:"category",label:"SpaceInfo",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent",label:"SpaceInfoContent"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent",label:"SpaceInfoContent"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo",label:"decryptSpaceInfo"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo",label:"encryptAndSignSpaceInfo"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/SpaceInfo/index"}},{type:"category",label:"StoreConnect",items:[{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry",label:"AccountInboxStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry",label:"InboxMessageStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry",label:"SpaceInboxStorageEntry"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry",label:"SpaceStorageEntry"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/variables/store",label:"store"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/StoreConnect/index"}},{type:"category",label:"Type",items:[{type:"category",label:"Other",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Boolean",label:"Boolean"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Date",label:"Date"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Number",label:"Number"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/Point",label:"Point"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/String",label:"String"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/functions/Relation",label:"Relation"}]},{type:"category",label:"PropertySignature",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/variables/optional",label:"optional"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Type/index"}},{type:"category",label:"Typesync",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema",label:"TypesyncHypergraphSchema"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType",label:"TypesyncHypergraphSchemaType"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping",label:"TypesyncHypergraphMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus",label:"TypesyncHypergraphSchemaStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty",label:"TypesyncHypergraphSchemaTypeProperty"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping",label:"TypesyncHypergraphMapping"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus",label:"TypesyncHypergraphSchemaStatus"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty",label:"TypesyncHypergraphSchemaTypeProperty"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Typesync/index"}},{type:"category",label:"TypeUtils",items:[{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType",label:"isBooleanOrOptionalBooleanType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType",label:"isDateOrOptionalDateType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType",label:"isNumberOrOptionalNumberType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isOptional",label:"isOptional"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType",label:"isPointOrOptionalPointType"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType",label:"isStringOrOptionalStringType"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/TypeUtils/index"}},{type:"category",label:"Utils",items:[{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError",label:"InfinityNotAllowedError"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/classes/NaNNotAllowedError",label:"NaNNotAllowedError"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/type-aliases/Base58",label:"Base58"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/type-aliases/UUID",label:"UUID"}]},{type:"category",label:"Functions",items:[{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/assertExhaustive",label:"assertExhaustive"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/automergeIdToId",label:"automergeIdToId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/bytesToHex",label:"bytesToHex"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/canonicalize",label:"canonicalize"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID",label:"decodeBase58ToUUID"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/encodeBase58",label:"encodeBase58"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/generateId",label:"generateId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/hexToBytes",label:"hexToBytes"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/idToAutomergeId",label:"idToAutomergeId"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/isRelationField",label:"isRelationField"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/publicKeyToAddress",label:"publicKeyToAddress"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/stringToUint8Array",label:"stringToUint8Array"},{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/functions/uint8ArrayToString",label:"uint8ArrayToString"}]}],link:{type:"doc",id:"api-reference/📚-API-Reference/namespaces/Utils/index"}}]},{type:"category",label:"Classes",items:[{type:"doc",id:"api-reference/classes/FailedToParseAuthCallbackUrl",label:"FailedToParseAuthCallbackUrl"},{type:"doc",id:"api-reference/classes/FailedToParseConnectAuthUrl",label:"FailedToParseConnectAuthUrl"}]},{type:"category",label:"Type Aliases",items:[{type:"doc",id:"api-reference/type-aliases/AccountInboxStorageEntry",label:"AccountInboxStorageEntry"},{type:"doc",id:"api-reference/type-aliases/ConnectAuthPayload",label:"ConnectAuthPayload"},{type:"doc",id:"api-reference/type-aliases/ConnectCallbackDecryptedData",label:"ConnectCallbackDecryptedData"},{type:"doc",id:"api-reference/type-aliases/ConnectCallbackResult",label:"ConnectCallbackResult"},{type:"doc",id:"api-reference/type-aliases/InboxMessageStorageEntry",label:"InboxMessageStorageEntry"},{type:"doc",id:"api-reference/type-aliases/SignatureWithRecovery",label:"SignatureWithRecovery"},{type:"doc",id:"api-reference/type-aliases/SpaceInboxStorageEntry",label:"SpaceInboxStorageEntry"},{type:"doc",id:"api-reference/type-aliases/SpaceStorageEntry",label:"SpaceStorageEntry"}]},{type:"category",label:"Variables",items:[{type:"doc",id:"api-reference/variables/ConnectAuthPayload",label:"ConnectAuthPayload"},{type:"doc",id:"api-reference/variables/ConnectCallbackDecryptedData",label:"ConnectCallbackDecryptedData"},{type:"doc",id:"api-reference/variables/ConnectCallbackResult",label:"ConnectCallbackResult"},{type:"doc",id:"api-reference/variables/SignatureWithRecovery",label:"SignatureWithRecovery"},{type:"doc",id:"api-reference/variables/store",label:"store"}]}]}; -module.exports = typedocSidebar.items; \ No newline at end of file diff --git a/docs/docs/api-reference/variables/ConnectAuthPayload.md b/docs/docs/api-reference/variables/ConnectAuthPayload.md deleted file mode 100644 index c03f0198..00000000 --- a/docs/docs/api-reference/variables/ConnectAuthPayload.md +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ConnectAuthPayload - -> `const` **ConnectAuthPayload**: `Struct`\<\{ `appId`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `expiry`: *typeof* `Number$`; \}\> - -Defined in: [packages/hypergraph/src/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L11) diff --git a/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md b/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md deleted file mode 100644 index 349808f7..00000000 --- a/docs/docs/api-reference/variables/ConnectCallbackDecryptedData.md +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ConnectCallbackDecryptedData - -> `const` **ConnectCallbackDecryptedData**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `appIdentityAddressPrivateKey`: *typeof* `String$`; `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `expiry`: *typeof* `Number$`; `permissionId`: *typeof* `String$`; `privateSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `publicSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `Number$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L36) diff --git a/docs/docs/api-reference/variables/ConnectCallbackResult.md b/docs/docs/api-reference/variables/ConnectCallbackResult.md deleted file mode 100644 index 04de3d46..00000000 --- a/docs/docs/api-reference/variables/ConnectCallbackResult.md +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ConnectCallbackResult - -> `const` **ConnectCallbackResult**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `appIdentityAddressPrivateKey`: *typeof* `String$`; `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `permissionId`: *typeof* `String$`; `privateSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `publicSpaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; \}\>\>; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `Date$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L19) diff --git a/docs/docs/api-reference/variables/SignatureWithRecovery.md b/docs/docs/api-reference/variables/SignatureWithRecovery.md deleted file mode 100644 index 90452f50..00000000 --- a/docs/docs/api-reference/variables/SignatureWithRecovery.md +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SignatureWithRecovery - -> `const` **SignatureWithRecovery**: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\> - -Defined in: [packages/hypergraph/src/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/types.ts#L4) diff --git a/docs/docs/api-reference/variables/store.md b/docs/docs/api-reference/variables/store.md deleted file mode 100644 index e8de8d93..00000000 --- a/docs/docs/api-reference/variables/store.md +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: store - -> `const` **store**: `Store`\<`StoreContext`, `StoreEvent`, `GenericEventObject`\> - -Defined in: [packages/hypergraph/src/store.ts:159](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store.ts#L159) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" deleted file mode 100644 index f0ee18d8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/classes/InvalidIdentityError.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Class: InvalidIdentityError - -Defined in: [packages/hypergraph/src/connect/types.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L66) - -## Constructors - -### Constructor - -> **new InvalidIdentityError**(): `InvalidIdentityError` - -#### Returns - -`InvalidIdentityError` - -## Properties - -### \_tag - -> `readonly` **\_tag**: `"InvalidIdentityError"` = `'InvalidIdentityError'` - -Defined in: [packages/hypergraph/src/connect/types.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L67) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" deleted file mode 100644 index b4947886..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/addSmartAccountOwner.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: addSmartAccountOwner() - -> **addSmartAccountOwner**(`smartAccountClient`, `newOwner`, `chain`, `rpcUrl`): `Promise`\<`undefined` \| \{ \}\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:590](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L590) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -### newOwner - -`` `0x${string}` `` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`undefined` \| \{ \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" deleted file mode 100644 index 97ceb738..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildAccountAddressStorageKey.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Function: buildAccountAddressStorageKey() - -> **buildAccountAddressStorageKey**(): `string` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L9) - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" deleted file mode 100644 index d7897995..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildKeysStorageKey.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: buildKeysStorageKey() - -> **buildKeysStorageKey**(`walletAddress`): `string` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L11) - -## Parameters - -### walletAddress - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" deleted file mode 100644 index efc31653..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/buildSessionTokenStorageKey.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: buildSessionTokenStorageKey() - -> **buildSessionTokenStorageKey**(`walletAddress`): `string` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L14) - -## Parameters - -### walletAddress - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" deleted file mode 100644 index 9327db18..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAppIdentity.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Function: createAppIdentity() - -> **createAppIdentity**(): [`IdentityKeys`](../type-aliases/IdentityKeys.md) & `object` - -Defined in: [packages/hypergraph/src/connect/create-app-identity.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-app-identity.ts#L6) - -## Returns - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) & `object` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" deleted file mode 100644 index 4d81cde8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createAuthUrl.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: createAuthUrl() - -> **createAuthUrl**(`params`): `object` - -Defined in: [packages/hypergraph/src/connect/create-auth-url.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-auth-url.ts#L12) - -## Parameters - -### params - -`CreateAuthUrlParams` - -## Returns - -`object` - -### expiry - -> **expiry**: `number` - -### nonce - -> **nonce**: `string` - -### publicKey - -> **publicKey**: `string` - -### secretKey - -> **secretKey**: `string` - -### url - -> **url**: `URL` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" deleted file mode 100644 index 09ad89fd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createCallbackParams.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: createCallbackParams() - -> **createCallbackParams**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/connect/create-callback-params.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/create-callback-params.ts#L23) - -## Parameters - -### \_\_namedParameters - -`CreateAuthUrlParams` - -## Returns - -`object` - -### ciphertext - -> **ciphertext**: `string` - -### nonce - -> **nonce**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" deleted file mode 100644 index ee81366b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/createSmartSession.md" +++ /dev/null @@ -1,45 +0,0 @@ -# Function: createSmartSession() - -> **createSmartSession**(`owner`, `accountAddress`, `sessionPrivateKey`, `chain`, `rpcUrl`, `__namedParameters`): `Promise`\<`` `0x${string}` ``\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:643](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L643) - -## Parameters - -### owner - -\{ \} | \{ \} - -### accountAddress - -`` `0x${string}` `` - -### sessionPrivateKey - -`` `0x${string}` `` - -### chain - -`Chain` - -### rpcUrl - -`string` - -### \_\_namedParameters - -#### additionalActions? - -[`Action`](../type-aliases/Action.md)[] = `[]` - -#### allowCreateSpace? - -`boolean` = `false` - -#### spaces? - -`object`[] = `[]` - -## Returns - -`Promise`\<`` `0x${string}` ``\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" deleted file mode 100644 index ffbe49bb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptAppIdentity.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: decryptAppIdentity() - -> **decryptAppIdentity**(`ciphertext`, `keys`): `Promise`\<[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md)\> - -Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:166](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L166) - -## Parameters - -### ciphertext - -`string` - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`Promise`\<[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" deleted file mode 100644 index 96343be6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/decryptIdentity.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: decryptIdentity() - -> **decryptIdentity**(`signer`, `ciphertext`, `nonce`): `Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> - -Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:104](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L104) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### ciphertext - -`string` - -### nonce - -`string` - -## Returns - -`Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" deleted file mode 100644 index 6dda2eb0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptAppIdentity.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: encryptAppIdentity() - -> **encryptAppIdentity**(`appIdentity`, `keys`): `Promise`\<\{ `ciphertext`: `string`; \}\> - -Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:141](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L141) - -## Parameters - -### appIdentity - -[`AppIdentityForEncryption`](../type-aliases/AppIdentityForEncryption.md) - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`Promise`\<\{ `ciphertext`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" deleted file mode 100644 index f6fc6377..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/encryptIdentity.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: encryptIdentity() - -> **encryptIdentity**(`signer`, `keys`): `Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> - -Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:73](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L73) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" deleted file mode 100644 index 6b8f0bc1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getEnv.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Function: getEnv() - -> **getEnv**(): `"dev"` \| `"production"` \| `"local"` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L5) - -## Returns - -`"dev"` \| `"production"` \| `"local"` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" deleted file mode 100644 index f3529ff5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartAccountWalletClient.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: getSmartAccountWalletClient() - -> **getSmartAccountWalletClient**(`__namedParameters`): `Promise`\<`SmartAccountClient`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:357](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L357) - -## Parameters - -### \_\_namedParameters - -[`SmartAccountParams`](../type-aliases/SmartAccountParams.md) - -## Returns - -`Promise`\<`SmartAccountClient`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" deleted file mode 100644 index 02791aad..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/getSmartSessionClient.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Function: getSmartSessionClient() - -> **getSmartSessionClient**(`__namedParameters`): `Promise`\<[`SmartSessionClient`](../type-aliases/SmartSessionClient.md)\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:869](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L869) - -## Parameters - -### \_\_namedParameters - -#### accountAddress - -`` `0x${string}` `` - -#### apiKey? - -`string` = `DEFAULT_API_KEY` - -#### chain? - -`Chain` = `GEOGENESIS` - -#### permissionId - -`` `0x${string}` `` - -#### rpcUrl? - -`string` = `DEFAULT_RPC_URL` - -#### sessionPrivateKey - -`` `0x${string}` `` - -## Returns - -`Promise`\<[`SmartSessionClient`](../type-aliases/SmartSessionClient.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" deleted file mode 100644 index 2df6d0ac..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/identityExists.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: identityExists() - -> **identityExists**(`accountAddress`, `syncServerUri`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/connect/login.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L21) - -## Parameters - -### accountAddress - -`string` - -### syncServerUri - -`string` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" deleted file mode 100644 index d5918f5c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/isSmartAccountDeployed.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isSmartAccountDeployed() - -> **isSmartAccountDeployed**(`smartAccountClient`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:339](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L339) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" deleted file mode 100644 index 0c637ed7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/legacySmartAccountUpdateStatus.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: legacySmartAccountUpdateStatus() - -> **legacySmartAccountUpdateStatus**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<\{ `has7579Module`: `boolean`; `hasOwnableValidator`: `boolean`; `hasSmartSessionsValidator`: `boolean`; \}\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:385](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L385) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<\{ `has7579Module`: `boolean`; `hasOwnableValidator`: `boolean`; `hasSmartSessionsValidator`: `boolean`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" deleted file mode 100644 index f94ec213..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadAccountAddress.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: loadAccountAddress() - -> **loadAccountAddress**(`storage`): `null` \| `string` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L57) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`null` \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" deleted file mode 100644 index f90f41e1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadKeys.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: loadKeys() - -> **loadKeys**(`storage`, `walletAddress`): `null` \| [`IdentityKeys`](../type-aliases/IdentityKeys.md) - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L17) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### walletAddress - -`string` - -## Returns - -`null` \| [`IdentityKeys`](../type-aliases/IdentityKeys.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" deleted file mode 100644 index 8292cbfd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/loadSyncServerSessionToken.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: loadSyncServerSessionToken() - -> **loadSyncServerSessionToken**(`storage`, `address`): `null` \| `string` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L42) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### address - -`string` - -## Returns - -`null` \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" deleted file mode 100644 index 886628fc..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/login.md" +++ /dev/null @@ -1,45 +0,0 @@ -# Function: login() - -> **login**(`__namedParameters`): `Promise`\<`void`\> - -Defined in: [packages/hypergraph/src/connect/login.ts:152](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L152) - -## Parameters - -### \_\_namedParameters - -#### addressStorage - -[`Storage`](../type-aliases/Storage.md) - -#### chain - -`Chain` - -#### identityToken - -`string` - -#### keysStorage - -[`Storage`](../type-aliases/Storage.md) - -#### rpcUrl - -`string` - -#### signer - -[`Signer`](../type-aliases/Signer.md) - -#### syncServerUri - -`string` - -#### walletClient - -\{ \} - -## Returns - -`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" deleted file mode 100644 index 605743e6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseAuthParams.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: parseAuthParams() - -> **parseAuthParams**(`params`): `Effect`\<\{ `nonce`: `string`; `payload`: \{ `appId`: `string`; `encryptionPublicKey`: `string`; `expiry`: `number`; \}; `redirect`: `string`; \}, [`FailedToParseConnectAuthUrl`](../../../../classes/FailedToParseConnectAuthUrl.md)\> - -Defined in: [packages/hypergraph/src/connect/parse-auth-params.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/parse-auth-params.ts#L14) - -## Parameters - -### params - -`ParseAuthUrlParams` - -## Returns - -`Effect`\<\{ `nonce`: `string`; `payload`: \{ `appId`: `string`; `encryptionPublicKey`: `string`; `expiry`: `number`; \}; `redirect`: `string`; \}, [`FailedToParseConnectAuthUrl`](../../../../classes/FailedToParseConnectAuthUrl.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" deleted file mode 100644 index aba21f99..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/parseCallbackParams.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: parseCallbackParams() - -> **parseCallbackParams**(`__namedParameters`): `Effect`\<\{ `accountAddress`: `string`; `appIdentityAddress`: `string`; `appIdentityAddressPrivateKey`: `string`; `encryptionPrivateKey`: `string`; `encryptionPublicKey`: `string`; `permissionId`: `string`; `privateSpaces`: readonly `object`[]; `publicSpaces`: readonly `object`[]; `sessionToken`: `string`; `sessionTokenExpires`: `Date`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \}, [`FailedToParseAuthCallbackUrl`](../../../../classes/FailedToParseAuthCallbackUrl.md)\> - -Defined in: [packages/hypergraph/src/connect/parse-callback-params.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/parse-callback-params.ts#L19) - -## Parameters - -### \_\_namedParameters - -`ParseCallbackUrlParams` - -## Returns - -`Effect`\<\{ `accountAddress`: `string`; `appIdentityAddress`: `string`; `appIdentityAddressPrivateKey`: `string`; `encryptionPrivateKey`: `string`; `encryptionPublicKey`: `string`; `permissionId`: `string`; `privateSpaces`: readonly `object`[]; `publicSpaces`: readonly `object`[]; `sessionToken`: `string`; `sessionTokenExpires`: `Date`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \}, [`FailedToParseAuthCallbackUrl`](../../../../classes/FailedToParseAuthCallbackUrl.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" deleted file mode 100644 index efa142b0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/restoreKeys.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: restoreKeys() - -> **restoreKeys**(`signer`, `accountAddress`, `syncServerUri`, `addressStorage`, `keysStorage`, `identityToken`): `Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> - -Defined in: [packages/hypergraph/src/connect/login.ts:86](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L86) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### accountAddress - -`` `0x${string}` `` - -### syncServerUri - -`string` - -### addressStorage - -[`Storage`](../type-aliases/Storage.md) - -### keysStorage - -[`Storage`](../type-aliases/Storage.md) - -### identityToken - -`string` - -## Returns - -`Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" deleted file mode 100644 index 24c9017a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/signup.md" +++ /dev/null @@ -1,49 +0,0 @@ -# Function: signup() - -> **signup**(`signer`, `_walletClient`, `smartAccountClient`, `accountAddress`, `syncServerUri`, `addressStorage`, `keysStorage`, `identityToken`, `chain`, `rpcUrl`): `Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> - -Defined in: [packages/hypergraph/src/connect/login.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/login.ts#L28) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### \_walletClient - -### smartAccountClient - -`SmartAccountClient` - -### accountAddress - -`` `0x${string}` `` - -### syncServerUri - -`string` - -### addressStorage - -[`Storage`](../type-aliases/Storage.md) - -### keysStorage - -[`Storage`](../type-aliases/Storage.md) - -### identityToken - -`string` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<\{ `accountAddress`: `` `0x${string}` ``; `keys`: [`IdentityKeys`](../type-aliases/IdentityKeys.md); \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" deleted file mode 100644 index 73a16043..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/smartAccountNeedsUpdate.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: smartAccountNeedsUpdate() - -> **smartAccountNeedsUpdate**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:438](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L438) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" deleted file mode 100644 index fec449e7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeAccountAddress.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: storeAccountAddress() - -> **storeAccountAddress**(`storage`, `accountId`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:61](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L61) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### accountId - -`string` - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" deleted file mode 100644 index ef39567a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeKeys.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: storeKeys() - -> **storeKeys**(`storage`, `walletAddress`, `keys`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L32) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### walletAddress - -`string` - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" deleted file mode 100644 index f5cf18a5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/storeSyncServerSessionToken.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: storeSyncServerSessionToken() - -> **storeSyncServerSessionToken**(`storage`, `address`, `sessionToken`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L48) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### address - -`string` - -### sessionToken - -`string` - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" deleted file mode 100644 index e7b749ef..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/updateLegacySmartAccount.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: updateLegacySmartAccount() - -> **updateLegacySmartAccount**(`smartAccountClient`, `chain`, `rpcUrl`): `Promise`\<`undefined` \| \{ \}\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:462](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L462) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`undefined` \| \{ \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" deleted file mode 100644 index 95698e00..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAccountAddress.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: wipeAccountAddress() - -> **wipeAccountAddress**(`storage`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L65) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" deleted file mode 100644 index 37fa2498..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeAllAuthData.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: wipeAllAuthData() - -> **wipeAllAuthData**(`addressStorage`, `keysAndTokenStorage`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:69](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L69) - -## Parameters - -### addressStorage - -[`Storage`](../type-aliases/Storage.md) - -### keysAndTokenStorage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" deleted file mode 100644 index dbc4bc19..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeKeys.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: wipeKeys() - -> **wipeKeys**(`storage`, `walletAddress`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L37) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### walletAddress - -`string` - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" deleted file mode 100644 index 84f01792..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/functions/wipeSyncServerSessionToken.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: wipeSyncServerSessionToken() - -> **wipeSyncServerSessionToken**(`storage`, `walletAddress`): `void` - -Defined in: [packages/hypergraph/src/connect/auth-storage.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/auth-storage.ts#L53) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### walletAddress - -`string` - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" deleted file mode 100644 index ea1e448d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/index.md" +++ /dev/null @@ -1,69 +0,0 @@ -# Connect - -## Classes - -- [InvalidIdentityError](classes/InvalidIdentityError.md) - -## Type Aliases - -- [Action](type-aliases/Action.md) -- [AppIdentityForEncryption](type-aliases/AppIdentityForEncryption.md) -- [AppIdentityResponse](type-aliases/AppIdentityResponse.md) -- [GetAddress](type-aliases/GetAddress.md) -- [Identity](type-aliases/Identity.md) -- [IdentityKeys](type-aliases/IdentityKeys.md) -- [KeysSchema](type-aliases/KeysSchema.md) -- [PrivateAppIdentity](type-aliases/PrivateAppIdentity.md) -- [PublicAppIdentity](type-aliases/PublicAppIdentity.md) -- [Signer](type-aliases/Signer.md) -- [SignMessage](type-aliases/SignMessage.md) -- [SmartAccountParams](type-aliases/SmartAccountParams.md) -- [SmartSessionClient](type-aliases/SmartSessionClient.md) -- [Storage](type-aliases/Storage.md) - -## Variables - -- [AppIdentityResponse](variables/AppIdentityResponse.md) -- [DEFAULT\_RPC\_URL](variables/DEFAULT_RPC_URL.md) -- [GEO\_TESTNET](variables/GEO_TESTNET.md) -- [GEOGENESIS](variables/GEOGENESIS.md) -- [KeysSchema](variables/KeysSchema.md) -- [TESTNET\_RPC\_URL](variables/TESTNET_RPC_URL.md) - -## Functions - -- [addSmartAccountOwner](functions/addSmartAccountOwner.md) -- [buildAccountAddressStorageKey](functions/buildAccountAddressStorageKey.md) -- [buildKeysStorageKey](functions/buildKeysStorageKey.md) -- [buildSessionTokenStorageKey](functions/buildSessionTokenStorageKey.md) -- [createAppIdentity](functions/createAppIdentity.md) -- [createAuthUrl](functions/createAuthUrl.md) -- [createCallbackParams](functions/createCallbackParams.md) -- [createSmartSession](functions/createSmartSession.md) -- [decryptAppIdentity](functions/decryptAppIdentity.md) -- [decryptIdentity](functions/decryptIdentity.md) -- [encryptAppIdentity](functions/encryptAppIdentity.md) -- [encryptIdentity](functions/encryptIdentity.md) -- [getEnv](functions/getEnv.md) -- [getSmartAccountWalletClient](functions/getSmartAccountWalletClient.md) -- [getSmartSessionClient](functions/getSmartSessionClient.md) -- [identityExists](functions/identityExists.md) -- [isSmartAccountDeployed](functions/isSmartAccountDeployed.md) -- [legacySmartAccountUpdateStatus](functions/legacySmartAccountUpdateStatus.md) -- [loadAccountAddress](functions/loadAccountAddress.md) -- [loadKeys](functions/loadKeys.md) -- [loadSyncServerSessionToken](functions/loadSyncServerSessionToken.md) -- [login](functions/login.md) -- [parseAuthParams](functions/parseAuthParams.md) -- [parseCallbackParams](functions/parseCallbackParams.md) -- [restoreKeys](functions/restoreKeys.md) -- [signup](functions/signup.md) -- [smartAccountNeedsUpdate](functions/smartAccountNeedsUpdate.md) -- [storeAccountAddress](functions/storeAccountAddress.md) -- [storeKeys](functions/storeKeys.md) -- [storeSyncServerSessionToken](functions/storeSyncServerSessionToken.md) -- [updateLegacySmartAccount](functions/updateLegacySmartAccount.md) -- [wipeAccountAddress](functions/wipeAccountAddress.md) -- [wipeAllAuthData](functions/wipeAllAuthData.md) -- [wipeKeys](functions/wipeKeys.md) -- [wipeSyncServerSessionToken](functions/wipeSyncServerSessionToken.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" deleted file mode 100644 index d13a5d02..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Action.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Type Alias: Action - -> **Action** = `object` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:151](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L151) - -## Properties - -### actionPolicies - -> **actionPolicies**: `object`[] - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:154](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L154) - -#### address - -> **address**: `Address` - -#### initData - -> **initData**: `Hex` - -#### policy - -> **policy**: `Address` - -*** - -### actionTarget - -> **actionTarget**: `Address` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:152](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L152) - -*** - -### actionTargetSelector - -> **actionTargetSelector**: `Hex` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:153](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L153) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" deleted file mode 100644 index 3ca63b48..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityForEncryption.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: AppIdentityForEncryption - -> **AppIdentityForEncryption** = `Omit`\<[`PrivateAppIdentity`](PrivateAppIdentity.md), `"sessionToken"` \| `"sessionTokenExpires"` \| `"accountAddress"`\> - -Defined in: [packages/hypergraph/src/connect/identity-encryption.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/identity-encryption.ts#L11) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" deleted file mode 100644 index 9fd26d66..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/AppIdentityResponse.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: AppIdentityResponse - -> **AppIdentityResponse** = `Schema.Schema.Type`\<*typeof* [`AppIdentityResponse`](../variables/AppIdentityResponse.md)\> - -Defined in: [packages/hypergraph/src/connect/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" deleted file mode 100644 index 901234bf..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/GetAddress.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: GetAddress() - -> **GetAddress** = () => `Promise`\<`string`\> \| `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L10) - -## Returns - -`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" deleted file mode 100644 index 64dbde35..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Identity.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Type Alias: Identity - -> **Identity** = [`IdentityKeys`](IdentityKeys.md) & `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L47) - -## Type declaration - -### accountAddress - -> **accountAddress**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" deleted file mode 100644 index c149c3c5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/IdentityKeys.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Type Alias: IdentityKeys - -> **IdentityKeys** = `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L16) - -## Properties - -### encryptionPrivateKey - -> **encryptionPrivateKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L18) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L17) - -*** - -### signaturePrivateKey - -> **signaturePrivateKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L20) - -*** - -### signaturePublicKey - -> **signaturePublicKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" deleted file mode 100644 index a5715f93..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/KeysSchema.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: KeysSchema - -> **KeysSchema** = `Schema.Schema.Type`\<*typeof* [`KeysSchema`](../variables/KeysSchema.md)\> - -Defined in: [packages/hypergraph/src/connect/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" deleted file mode 100644 index 1a5d64eb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PrivateAppIdentity.md" +++ /dev/null @@ -1,31 +0,0 @@ -# Type Alias: PrivateAppIdentity - -> **PrivateAppIdentity** = [`IdentityKeys`](IdentityKeys.md) & `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L57) - -## Type declaration - -### accountAddress - -> **accountAddress**: `string` - -### address - -> **address**: `string` - -### addressPrivateKey - -> **addressPrivateKey**: `string` - -### permissionId - -> **permissionId**: `string` - -### sessionToken - -> **sessionToken**: `string` - -### sessionTokenExpires - -> **sessionTokenExpires**: `Date` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" deleted file mode 100644 index 68c0fbca..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/PublicAppIdentity.md" +++ /dev/null @@ -1,29 +0,0 @@ -# Type Alias: PublicAppIdentity - -> **PublicAppIdentity** = `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L51) - -## Properties - -### address - -> **address**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L52) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L53) - -*** - -### signaturePublicKey - -> **signaturePublicKey**: `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:54](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L54) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" deleted file mode 100644 index 1efd749f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SignMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Type Alias: SignMessage() - -> **SignMessage** = (`message`) => `Promise`\<`string`\> \| `string` - -Defined in: [packages/hypergraph/src/connect/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L9) - -## Parameters - -### message - -`string` - -## Returns - -`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" deleted file mode 100644 index a777f5d7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Signer.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Type Alias: Signer - -> **Signer** = `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L11) - -## Properties - -### getAddress - -> **getAddress**: [`GetAddress`](GetAddress.md) - -Defined in: [packages/hypergraph/src/connect/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L12) - -*** - -### signMessage - -> **signMessage**: [`SignMessage`](SignMessage.md) - -Defined in: [packages/hypergraph/src/connect/types.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" deleted file mode 100644 index e3b79929..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartAccountParams.md" +++ /dev/null @@ -1,45 +0,0 @@ -# Type Alias: SmartAccountParams - -> **SmartAccountParams** = `object` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:346](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L346) - -## Properties - -### address? - -> `optional` **address**: `Hex` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:348](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L348) - -*** - -### apiKey? - -> `optional` **apiKey**: `string` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L351) - -*** - -### chain? - -> `optional` **chain**: `Chain` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:349](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L349) - -*** - -### owner - -> **owner**: `WalletClient` \| `Account` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:347](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L347) - -*** - -### rpcUrl? - -> `optional` **rpcUrl**: `string` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:350](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L350) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" deleted file mode 100644 index 6534d8c8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/SmartSessionClient.md" +++ /dev/null @@ -1,87 +0,0 @@ -# Type Alias: SmartSessionClient - -> **SmartSessionClient** = `object` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:168](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L168) - -## Properties - -### account - -> **account**: `Account` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:169](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L169) - -*** - -### chain - -> **chain**: `Chain` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:170](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L170) - -*** - -### sendUserOperation() - -> **sendUserOperation**: \<`calls`\>(`{ calls }`) => `Promise`\<`string`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:171](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L171) - -#### Type Parameters - -##### calls - -`calls` *extends* readonly `unknown`[] - -#### Parameters - -##### \{ calls \} - -###### calls - -`calls` - -#### Returns - -`Promise`\<`string`\> - -*** - -### signMessage() - -> **signMessage**: (`{ message }`) => `Promise`\<`Hex`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L173) - -#### Parameters - -##### \{ message \} - -###### message - -`SignableMessage` - -#### Returns - -`Promise`\<`Hex`\> - -*** - -### waitForUserOperationReceipt() - -> **waitForUserOperationReceipt**: (`{ hash }`) => `Promise`\<`WaitForUserOperationReceiptReturnType`\> - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:172](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L172) - -#### Parameters - -##### \{ hash \} - -###### hash - -`Hex` - -#### Returns - -`Promise`\<`WaitForUserOperationReceiptReturnType`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" deleted file mode 100644 index 54e27787..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/type-aliases/Storage.md" +++ /dev/null @@ -1,63 +0,0 @@ -# Type Alias: Storage - -> **Storage** = `object` - -Defined in: [packages/hypergraph/src/connect/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L3) - -## Properties - -### getItem() - -> **getItem**: (`key`) => `string` \| `null` - -Defined in: [packages/hypergraph/src/connect/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L4) - -#### Parameters - -##### key - -`string` - -#### Returns - -`string` \| `null` - -*** - -### removeItem() - -> **removeItem**: (`key`) => `void` - -Defined in: [packages/hypergraph/src/connect/types.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L6) - -#### Parameters - -##### key - -`string` - -#### Returns - -`void` - -*** - -### setItem() - -> **setItem**: (`key`, `value`) => `void` - -Defined in: [packages/hypergraph/src/connect/types.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L5) - -#### Parameters - -##### key - -`string` - -##### value - -`string` - -#### Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" deleted file mode 100644 index 74a6a4f8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/AppIdentityResponse.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: AppIdentityResponse - -> `const` **AppIdentityResponse**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `address`: *typeof* `String$`; `appId`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `sessionToken`: *typeof* `String$`; `sessionTokenExpires`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/connect/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" deleted file mode 100644 index ca2aa5ea..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/DEFAULT_RPC_URL.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: DEFAULT\_RPC\_URL - -> `const` **DEFAULT\_RPC\_URL**: `"https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz"` = `'https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz'` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L67) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" deleted file mode 100644 index 5d361ae6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEOGENESIS.md" +++ /dev/null @@ -1,51 +0,0 @@ -# Variable: GEOGENESIS - -> `const` **GEOGENESIS**: `object` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:115](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L115) - -## Type declaration - -### id - -> **id**: `number` - -### name - -> **name**: `string` = `'Geo Genesis'` - -### nativeCurrency - -> **nativeCurrency**: `object` - -#### nativeCurrency.decimals - -> **decimals**: `number` = `18` - -#### nativeCurrency.name - -> **name**: `string` = `'Graph Token'` - -#### nativeCurrency.symbol - -> **symbol**: `string` = `'GRT'` - -### rpcUrls - -> **rpcUrls**: `object` - -#### rpcUrls.default - -> **default**: `object` - -#### rpcUrls.default.http - -> **http**: `string`[] - -#### rpcUrls.public - -> **public**: `object` - -#### rpcUrls.public.http - -> **http**: `string`[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" deleted file mode 100644 index ddfe105f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/GEO_TESTNET.md" +++ /dev/null @@ -1,51 +0,0 @@ -# Variable: GEO\_TESTNET - -> `const` **GEO\_TESTNET**: `object` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:133](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L133) - -## Type declaration - -### id - -> **id**: `number` - -### name - -> **name**: `string` = `'Geo Testnet'` - -### nativeCurrency - -> **nativeCurrency**: `object` - -#### nativeCurrency.decimals - -> **decimals**: `number` = `18` - -#### nativeCurrency.name - -> **name**: `string` = `'Sepolia Ether'` - -#### nativeCurrency.symbol - -> **symbol**: `string` = `'ETH'` - -### rpcUrls - -> **rpcUrls**: `object` - -#### rpcUrls.default - -> **default**: `object` - -#### rpcUrls.default.http - -> **http**: `string`[] - -#### rpcUrls.public - -> **public**: `object` - -#### rpcUrls.public.http - -> **http**: `string`[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" deleted file mode 100644 index 81edcf77..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/KeysSchema.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: KeysSchema - -> `const` **KeysSchema**: `Struct`\<\{ `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/connect/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" deleted file mode 100644 index c238e04e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Connect/variables/TESTNET_RPC_URL.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: TESTNET\_RPC\_URL - -> `const` **TESTNET\_RPC\_URL**: `"https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz"` = `'https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz'` - -Defined in: [packages/hypergraph/src/connect/smart-account.ts:68](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/connect/smart-account.ts#L68) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" deleted file mode 100644 index de5f446f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/classes/EntityNotFoundError.md" +++ /dev/null @@ -1,75 +0,0 @@ -# Class: EntityNotFoundError - -Defined in: [packages/hypergraph/src/entity/entity.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L22) - -## Extends - -- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `cause?`: `unknown`; `id`: `string`; `type`: [`AnyNoContext`](../type-aliases/AnyNoContext.md); \}\> - -## Constructors - -### Constructor - -> **new EntityNotFoundError**(`args`): `EntityNotFoundError` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 - -#### Parameters - -##### args - -###### cause? - -`unknown` - -###### id - -`string` - -###### type - -[`AnyNoContext`](../type-aliases/AnyNoContext.md) - -#### Returns - -`EntityNotFoundError` - -#### Inherited from - -`Data.TaggedError('EntityNotFoundError')<{ id: string; type: AnyNoContext; cause?: unknown; }>.constructor` - -## Properties - -### cause? - -> `optional` **cause**: `unknown` - -Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es2022.error.d.ts:26 - -#### Inherited from - -`Data.TaggedError('EntityNotFoundError').cause` - -*** - -### id - -> `readonly` **id**: `string` - -Defined in: [packages/hypergraph/src/entity/entity.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L23) - -#### Inherited from - -`Data.TaggedError('EntityNotFoundError').id` - -*** - -### type - -> `readonly` **type**: [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -Defined in: [packages/hypergraph/src/entity/entity.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L24) - -#### Inherited from - -`Data.TaggedError('EntityNotFoundError').type` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" deleted file mode 100644 index 026e8b82..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/create.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Function: create() - -> **create**\<`S`\>(`handle`, `type`): (`data`) => [`Entity`](../type-aliases/Entity.md)\<`S`\> - -Defined in: [packages/hypergraph/src/entity/create.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/create.ts#L11) - -Creates an entity model of given type and stores it in the repo. - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -### type - -`S` - -## Returns - -> (`data`): [`Entity`](../type-aliases/Entity.md)\<`S`\> - -### Parameters - -#### data - -`Readonly`\<`Schema.Schema.Type`\<[`Insert`](../type-aliases/Insert.md)\<`S`\>\>\> - -### Returns - -[`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" deleted file mode 100644 index 77c312d1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/delete.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: delete() - -> **delete**(`handle`): (`id`) => `boolean` - -Defined in: [packages/hypergraph/src/entity/delete.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/delete.ts#L7) - -Deletes the exiting entity from the repo. - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -## Returns - -> (`id`): `boolean` - -### Parameters - -#### id - -`string` - -### Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" deleted file mode 100644 index 68ce0ae8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findMany.md" +++ /dev/null @@ -1,43 +0,0 @@ -# Function: findMany() - -> **findMany**\<`S`\>(`handle`, `type`, `filter`, `include`): `object` - -Defined in: [packages/hypergraph/src/entity/findMany.ts:238](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L238) - -Queries for a list of entities of the given type from the repo. - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -### type - -`S` - -### filter - -`undefined` | [`EntityFilter`](../type-aliases/EntityFilter.md)\<`Type`\<`S`\>\> - -### include - -`undefined` | \{ \[K in string \| number \| symbol\]?: Record\\> \} - -## Returns - -`object` - -### corruptEntityIds - -> **corruptEntityIds**: readonly `string`[] - -### entities - -> **entities**: readonly [`Entity`](../type-aliases/Entity.md)\<`S`\>[] diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" deleted file mode 100644 index 11d02e0c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/findOne.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Function: findOne() - -> **findOne**\<`S`\>(`handle`, `type`, `include`): (`id`) => `undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> - -Defined in: [packages/hypergraph/src/entity/findOne.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findOne.ts#L10) - -Find the entity of the given type, with the given id, from the repo. - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -### type - -`S` - -### include - -\{ \[K in string \| number \| symbol\]?: Record\ \} = `{}` - -## Returns - -> (`id`): `undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> - -### Parameters - -#### id - -`string` - -### Returns - -`undefined` \| [`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" deleted file mode 100644 index d55c85a8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/markAsDeleted.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: markAsDeleted() - -> **markAsDeleted**(`handle`): (`id`) => `boolean` - -Defined in: [packages/hypergraph/src/entity/delete.ts:33](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/delete.ts#L33) - -Deletes the exiting entity from the repo. - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -## Returns - -> (`id`): `boolean` - -### Parameters - -#### id - -`string` - -### Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" deleted file mode 100644 index 5aa208a5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/removeRelation.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: removeRelation() - -> **removeRelation**(`handle`): (`relationId`) => `boolean` - -Defined in: [packages/hypergraph/src/entity/removeRelation.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/removeRelation.ts#L7) - -Removes a relation from an entity - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -## Returns - -> (`relationId`): `boolean` - -### Parameters - -#### relationId - -`string` - -### Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" deleted file mode 100644 index 4e66d0ed..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/subscribeToFindMany.md" +++ /dev/null @@ -1,33 +0,0 @@ -# Function: subscribeToFindMany() - -> **subscribeToFindMany**\<`S`\>(`handle`, `type`, `filter`, `include`): [`FindManySubscription`](../type-aliases/FindManySubscription.md)\<`S`\> - -Defined in: [packages/hypergraph/src/entity/findMany.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L398) - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -### type - -`S` - -### filter - -`undefined` | \{ \[K in string \| number \| symbol\]?: EntityFieldFilter\\[K\]\> \} - -### include - -`undefined` | \{ \[K in string \| number \| symbol\]?: Record\\> \} - -## Returns - -[`FindManySubscription`](../type-aliases/FindManySubscription.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" deleted file mode 100644 index cbc56502..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/functions/update.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Function: update() - -> **update**\<`S`\>(`handle`, `type`): (`id`, `data`) => [`Entity`](../type-aliases/Entity.md)\<`S`\> - -Defined in: [packages/hypergraph/src/entity/update.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/update.ts#L9) - -Update an existing entity model of given type in the repo. - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../type-aliases/AnyNoContext.md) - -## Parameters - -### handle - -`DocHandle`\<[`DocumentContent`](../type-aliases/DocumentContent.md)\> - -### type - -`S` - -## Returns - -> (`id`, `data`): [`Entity`](../type-aliases/Entity.md)\<`S`\> - -### Parameters - -#### id - -`string` - -#### data - -\{ \[K in string \| number \| symbol\]: Partial\\>\>\[K\] \} - -### Returns - -[`Entity`](../type-aliases/Entity.md)\<`S`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" deleted file mode 100644 index 79ba0d7f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/index.md" +++ /dev/null @@ -1,40 +0,0 @@ -# Entity - -## Classes - -- [EntityNotFoundError](classes/EntityNotFoundError.md) - -## Type Aliases - -- [Any](type-aliases/Any.md) -- [AnyNoContext](type-aliases/AnyNoContext.md) -- [CrossFieldFilter](type-aliases/CrossFieldFilter.md) -- [DocumentContent](type-aliases/DocumentContent.md) -- [DocumentEntity](type-aliases/DocumentEntity.md) -- [DocumentRelation](type-aliases/DocumentRelation.md) -- [Entity](type-aliases/Entity.md) -- [EntityBooleanFilter](type-aliases/EntityBooleanFilter.md) -- [EntityFieldFilter](type-aliases/EntityFieldFilter.md) -- [EntityFilter](type-aliases/EntityFilter.md) -- [EntityNumberFilter](type-aliases/EntityNumberFilter.md) -- [EntityStringFilter](type-aliases/EntityStringFilter.md) -- [EntityWithRelation](type-aliases/EntityWithRelation.md) -- [FindManySubscription](type-aliases/FindManySubscription.md) -- [Insert](type-aliases/Insert.md) -- [Update](type-aliases/Update.md) - -## Variables - -- [Class](variables/Class.md) -- [Field](variables/Field.md) - -## Functions - -- [create](functions/create.md) -- [delete](functions/delete.md) -- [findMany](functions/findMany.md) -- [findOne](functions/findOne.md) -- [markAsDeleted](functions/markAsDeleted.md) -- [removeRelation](functions/removeRelation.md) -- [subscribeToFindMany](functions/subscribeToFindMany.md) -- [update](functions/update.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" deleted file mode 100644 index e02f70d4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Any.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Type Alias: Any - -> **Any** = `Schema.Schema.Any` & `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L3) - -## Type declaration - -### fields - -> `readonly` **fields**: `Schema.Struct.Fields` - -### insert - -> `readonly` **insert**: `Schema.Schema.Any` - -### update - -> `readonly` **update**: `Schema.Schema.Any` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" deleted file mode 100644 index cdf1f86c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/AnyNoContext.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Type Alias: AnyNoContext - -> **AnyNoContext** = `Schema.Schema.AnyNoContext` & `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L9) - -## Type declaration - -### fields - -> `readonly` **fields**: `Schema.Struct.Fields` - -### insert - -> `readonly` **insert**: `Schema.Schema.AnyNoContext` - -### update - -> `readonly` **update**: `Schema.Schema.AnyNoContext` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" deleted file mode 100644 index d1772431..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/CrossFieldFilter.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Type Alias: CrossFieldFilter\ - -> **CrossFieldFilter**\<`T`\> = `{ [K in keyof T]?: EntityFieldFilter }` & `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:67](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L67) - -## Type declaration - -### not? - -> `optional` **not**: `CrossFieldFilter`\<`T`\> - -### or? - -> `optional` **or**: `CrossFieldFilter`\<`T`\>[] - -## Type Parameters - -### T - -`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" deleted file mode 100644 index 6d738795..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentContent.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Type Alias: DocumentContent - -> **DocumentContent** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L45) - -## Properties - -### entities? - -> `optional` **entities**: `Record`\<`string`, [`DocumentEntity`](DocumentEntity.md)\> - -Defined in: [packages/hypergraph/src/entity/types.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L46) - -*** - -### relations? - -> `optional` **relations**: `Record`\<`string`, [`DocumentRelation`](DocumentRelation.md)\> - -Defined in: [packages/hypergraph/src/entity/types.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L47) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" deleted file mode 100644 index e0201cca..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentEntity.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Type Alias: DocumentEntity - -> **DocumentEntity** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L31) - -## Indexable - -\[`key`: `string`\]: `unknown` - -## Properties - -### \_\_deleted - -> **\_\_deleted**: `boolean` - -Defined in: [packages/hypergraph/src/entity/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L32) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" deleted file mode 100644 index 9cdafde8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/DocumentRelation.md" +++ /dev/null @@ -1,49 +0,0 @@ -# Type Alias: DocumentRelation - -> **DocumentRelation** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L36) - -## Indexable - -\[`key`: `string`\]: `unknown` - -## Properties - -### \_\_deleted - -> **\_\_deleted**: `boolean` - -Defined in: [packages/hypergraph/src/entity/types.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L41) - -*** - -### from - -> **from**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L37) - -*** - -### fromPropertyName - -> **fromPropertyName**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L40) - -*** - -### fromTypeName - -> **fromTypeName**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L39) - -*** - -### to - -> **to**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L38) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" deleted file mode 100644 index 0dc22c60..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Entity.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Type Alias: Entity\ - -> **Entity**\<`S`\> = `Schema.Schema.Type`\<`S`\> & `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L18) - -## Type declaration - -### id - -> **id**: `string` - -### type - -> **type**: `string` - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](AnyNoContext.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" deleted file mode 100644 index ee4c586e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityBooleanFilter.md" +++ /dev/null @@ -1,13 +0,0 @@ -# Type Alias: EntityBooleanFilter - -> **EntityBooleanFilter** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L50) - -## Properties - -### is - -> **is**: `boolean` - -Defined in: [packages/hypergraph/src/entity/types.ts:51](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L51) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" deleted file mode 100644 index 6e7b6859..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFieldFilter.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Type Alias: EntityFieldFilter\ - -> **EntityFieldFilter**\<`T`\> = `object` & `T` *extends* `boolean` ? `object` : `T` *extends* `number` ? `object` : `T` *extends* `string` ? `object` : `Record`\<`string`, `never`\> - -Defined in: [packages/hypergraph/src/entity/types.ts:74](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L74) - -## Type declaration - -### is? - -> `optional` **is**: `T` - -## Type Parameters - -### T - -`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" deleted file mode 100644 index 94e05d1f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityFilter.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Type Alias: EntityFilter\ - -> **EntityFilter**\<`T`\> = [`CrossFieldFilter`](CrossFieldFilter.md)\<`T`\> - -Defined in: [packages/hypergraph/src/entity/types.ts:93](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L93) - -## Type Parameters - -### T - -`T` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" deleted file mode 100644 index 21477eb7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityNumberFilter.md" +++ /dev/null @@ -1,29 +0,0 @@ -# Type Alias: EntityNumberFilter - -> **EntityNumberFilter** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:54](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L54) - -## Properties - -### greaterThan? - -> `optional` **greaterThan**: `number` - -Defined in: [packages/hypergraph/src/entity/types.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L56) - -*** - -### is? - -> `optional` **is**: `number` - -Defined in: [packages/hypergraph/src/entity/types.ts:55](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L55) - -*** - -### lessThan? - -> `optional` **lessThan**: `number` - -Defined in: [packages/hypergraph/src/entity/types.ts:57](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L57) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" deleted file mode 100644 index bc5d7f97..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityStringFilter.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Type Alias: EntityStringFilter - -> **EntityStringFilter** = `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:60](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L60) - -## Properties - -### contains? - -> `optional` **contains**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:64](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L64) - -*** - -### endsWith? - -> `optional` **endsWith**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:63](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L63) - -*** - -### is? - -> `optional` **is**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:61](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L61) - -*** - -### startsWith? - -> `optional` **startsWith**: `string` - -Defined in: [packages/hypergraph/src/entity/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" deleted file mode 100644 index 5214b081..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/EntityWithRelation.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Type Alias: EntityWithRelation\ - -> **EntityWithRelation**\<`S`\> = [`Entity`](Entity.md)\<`S`\> & `object` - -Defined in: [packages/hypergraph/src/entity/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L27) - -## Type declaration - -### \_relation - -> **\_relation**: \{ `id`: `string`; \} \| `undefined` - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](AnyNoContext.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" deleted file mode 100644 index 4aba6ff6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/FindManySubscription.md" +++ /dev/null @@ -1,45 +0,0 @@ -# Type Alias: FindManySubscription\ - -> **FindManySubscription**\<`S`\> = `object` - -Defined in: [packages/hypergraph/src/entity/findMany.ts:393](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L393) - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](AnyNoContext.md) - -## Properties - -### getEntities() - -> **getEntities**: () => `Readonly`\<[`Entity`](Entity.md)\<`S`\>[]\> - -Defined in: [packages/hypergraph/src/entity/findMany.ts:395](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L395) - -#### Returns - -`Readonly`\<[`Entity`](Entity.md)\<`S`\>[]\> - -*** - -### subscribe() - -> **subscribe**: (`callback`) => () => `void` - -Defined in: [packages/hypergraph/src/entity/findMany.ts:394](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/findMany.ts#L394) - -#### Parameters - -##### callback - -() => `void` - -#### Returns - -> (): `void` - -##### Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" deleted file mode 100644 index 626f9466..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Insert.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Type Alias: Insert\ - -> **Insert**\<`S`\> = `S`\[`"insert"`\] - -Defined in: [packages/hypergraph/src/entity/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L16) - -## Type Parameters - -### S - -`S` *extends* [`Any`](Any.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" deleted file mode 100644 index 198f9f8f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/type-aliases/Update.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Type Alias: Update\ - -> **Update**\<`S`\> = `S`\[`"update"`\] - -Defined in: [packages/hypergraph/src/entity/types.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/types.ts#L15) - -## Type Parameters - -### S - -`S` *extends* [`Any`](Any.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" deleted file mode 100644 index 3c965c5a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Class.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Variable: Class() - -> **Class**: \<`Self`\>(`identifier`) => \<`Fields`\>(`fields`, `annotations?`) => \[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` - -Defined in: [packages/hypergraph/src/entity/entity.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L6) - -## Type Parameters - -### Self - -`Self` = `never` - -## Parameters - -### identifier - -`string` - -## Returns - -> \<`Fields`\>(`fields`, `annotations?`): \[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` - -### Type Parameters - -#### Fields - -`Fields` *extends* `Fields` - -### Parameters - -#### fields - -`Fields` & `Validate`\<`Fields`, `"update"` \| `"insert"` \| `"select"`\> - -#### annotations? - -`Schema`\<`Self`, readonly \[\]\> - -### Returns - -\[`Self`\] *extends* \[`never`\] ? `` "Missing `Self` generic - use `class Self extends Class()({ ... })`" `` : `ClassFromFields`\<`Self`, `Fields`, \{ \[K in string \| number \| symbol\]: ExtractFields\<"select", Fields, true\>\[K\] \}\> & `object` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" deleted file mode 100644 index 1db0f81d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Entity/variables/Field.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Variable: Field() - -> **Field**: \<`A`\>(`config`) => `Field`\<`A`\> - -Defined in: [packages/hypergraph/src/entity/entity.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/entity/entity.ts#L7) - -## Type Parameters - -### A - -`A` *extends* `ConfigWithKeys`\<`"update"` \| `"insert"` \| `"select"`\> - -## Parameters - -### config - -`A` & \{ readonly \[K in string \| number \| symbol\]: never \} - -## Returns - -`Field`\<`A`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" deleted file mode 100644 index c6c256c5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/classes/InvalidIdentityError.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Class: InvalidIdentityError - -Defined in: [packages/hypergraph/src/identity/types.ts:42](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L42) - -## Constructors - -### Constructor - -> **new InvalidIdentityError**(): `InvalidIdentityError` - -#### Returns - -`InvalidIdentityError` - -## Properties - -### \_tag - -> `readonly` **\_tag**: `"InvalidIdentityError"` = `'InvalidIdentityError'` - -Defined in: [packages/hypergraph/src/identity/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" deleted file mode 100644 index fbba8f7e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/decryptIdentity.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: decryptIdentity() - -> **decryptIdentity**(`signer`, `accountAddress`, `ciphertext`, `nonce`): `Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> - -Defined in: [packages/hypergraph/src/identity/identity-encryption.ts:100](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/identity-encryption.ts#L100) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### accountAddress - -`string` - -### ciphertext - -`string` - -### nonce - -`string` - -## Returns - -`Promise`\<[`IdentityKeys`](../type-aliases/IdentityKeys.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" deleted file mode 100644 index 61ac5705..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/encryptIdentity.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: encryptIdentity() - -> **encryptIdentity**(`signer`, `accountAddress`, `keys`): `Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> - -Defined in: [packages/hypergraph/src/identity/identity-encryption.ts:68](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/identity-encryption.ts#L68) - -## Parameters - -### signer - -[`Signer`](../type-aliases/Signer.md) - -### accountAddress - -`string` - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`Promise`\<\{ `ciphertext`: `string`; `nonce`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" deleted file mode 100644 index 2c70f7ab..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getAccountProofMessage.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: getAccountProofMessage() - -> **getAccountProofMessage**(`accountAddress`, `publicKey`): `string` - -Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L7) - -## Parameters - -### accountAddress - -`string` - -### publicKey - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" deleted file mode 100644 index 24ff53f3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getKeyProofMessage.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: getKeyProofMessage() - -> **getKeyProofMessage**(`accountAddress`, `publicKey`): `string` - -Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L11) - -## Parameters - -### accountAddress - -`string` - -### publicKey - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" deleted file mode 100644 index 200f924a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/getVerifiedIdentity.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: getVerifiedIdentity() - -> **getVerifiedIdentity**(`accountAddress`, `signaturePublicKey`, `appId`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePublicKey`: `string`; \}\> - -Defined in: [packages/hypergraph/src/identity/get-verified-identity.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/get-verified-identity.ts#L7) - -## Parameters - -### accountAddress - -`string` - -### signaturePublicKey - -`null` | `string` - -### appId - -`null` | `string` - -### syncServerUri - -`string` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePublicKey`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" deleted file mode 100644 index 4ef344ec..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/loadIdentity.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: loadIdentity() - -> **loadIdentity**(`storage`): `null` \| [`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) - -Defined in: [packages/hypergraph/src/identity/auth-storage.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L17) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`null` \| [`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" deleted file mode 100644 index 6e2a4667..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/logout.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: logout() - -> **logout**(`storage`): `void` - -Defined in: [packages/hypergraph/src/identity/logout.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/logout.ts#L5) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" deleted file mode 100644 index ff74e31c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/proveIdentityOwnership.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: proveIdentityOwnership() - -> **proveIdentityOwnership**(`smartAccountClient`, `accountAddress`, `keys`): `Promise`\<\{ `accountProof`: `string`; `keyProof`: `string`; \}\> - -Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L20) - -## Parameters - -### smartAccountClient - -`SmartAccountClient` - -### accountAddress - -`string` - -### keys - -[`IdentityKeys`](../type-aliases/IdentityKeys.md) - -## Returns - -`Promise`\<\{ `accountProof`: `string`; `keyProof`: `string`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" deleted file mode 100644 index bcb29766..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/storeIdentity.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: storeIdentity() - -> **storeIdentity**(`storage`, `identity`): `void` - -Defined in: [packages/hypergraph/src/identity/auth-storage.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L4) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -### identity - -[`PrivateAppIdentity`](../../Connect/type-aliases/PrivateAppIdentity.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" deleted file mode 100644 index 66b41dc5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/verifyIdentityOwnership.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: verifyIdentityOwnership() - -> **verifyIdentityOwnership**(`accountAddress`, `publicKey`, `accountProof`, `keyProof`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L50) - -## Parameters - -### accountAddress - -`string` - -### publicKey - -`string` - -### accountProof - -`string` - -### keyProof - -`string` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" deleted file mode 100644 index 4b2d9498..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/functions/wipeIdentity.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: wipeIdentity() - -> **wipeIdentity**(`storage`): `void` - -Defined in: [packages/hypergraph/src/identity/auth-storage.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/auth-storage.ts#L56) - -## Parameters - -### storage - -[`Storage`](../type-aliases/Storage.md) - -## Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" deleted file mode 100644 index c0229c85..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/index.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Identity - -## Classes - -- [InvalidIdentityError](classes/InvalidIdentityError.md) - -## Type Aliases - -- [GetAddress](type-aliases/GetAddress.md) -- [Identity](type-aliases/Identity.md) -- [IdentityKeys](type-aliases/IdentityKeys.md) -- [KeysSchema](type-aliases/KeysSchema.md) -- [PublicIdentity](type-aliases/PublicIdentity.md) -- [Signer](type-aliases/Signer.md) -- [SignMessage](type-aliases/SignMessage.md) -- [Storage](type-aliases/Storage.md) - -## Variables - -- [accountProofDomain](variables/accountProofDomain.md) -- [KeysSchema](variables/KeysSchema.md) - -## Functions - -- [decryptIdentity](functions/decryptIdentity.md) -- [encryptIdentity](functions/encryptIdentity.md) -- [getAccountProofMessage](functions/getAccountProofMessage.md) -- [getKeyProofMessage](functions/getKeyProofMessage.md) -- [getVerifiedIdentity](functions/getVerifiedIdentity.md) -- [loadIdentity](functions/loadIdentity.md) -- [logout](functions/logout.md) -- [proveIdentityOwnership](functions/proveIdentityOwnership.md) -- [storeIdentity](functions/storeIdentity.md) -- [verifyIdentityOwnership](functions/verifyIdentityOwnership.md) -- [wipeIdentity](functions/wipeIdentity.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" deleted file mode 100644 index 82313338..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/GetAddress.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: GetAddress() - -> **GetAddress** = () => `Promise`\<`string`\> \| `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L10) - -## Returns - -`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" deleted file mode 100644 index 0ea680fd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Identity.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Type Alias: Identity - -> **Identity** = [`IdentityKeys`](IdentityKeys.md) & `object` - -Defined in: [packages/hypergraph/src/identity/types.ts:32](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L32) - -## Type declaration - -### accountAddress - -> **accountAddress**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" deleted file mode 100644 index 18e016b5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/IdentityKeys.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Type Alias: IdentityKeys - -> **IdentityKeys** = `object` - -Defined in: [packages/hypergraph/src/identity/types.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L16) - -## Properties - -### encryptionPrivateKey - -> **encryptionPrivateKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L18) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:17](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L17) - -*** - -### signaturePrivateKey - -> **signaturePrivateKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L20) - -*** - -### signaturePublicKey - -> **signaturePublicKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" deleted file mode 100644 index e87c5fc4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/KeysSchema.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: KeysSchema - -> **KeysSchema** = `Schema.Schema.Type`\<*typeof* [`KeysSchema`](../variables/KeysSchema.md)\> - -Defined in: [packages/hypergraph/src/identity/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" deleted file mode 100644 index 00633fa7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/PublicIdentity.md" +++ /dev/null @@ -1,29 +0,0 @@ -# Type Alias: PublicIdentity - -> **PublicIdentity** = `object` - -Defined in: [packages/hypergraph/src/identity/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L36) - -## Properties - -### accountAddress - -> **accountAddress**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L37) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L38) - -*** - -### signaturePublicKey - -> **signaturePublicKey**: `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L39) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" deleted file mode 100644 index 637077aa..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/SignMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Type Alias: SignMessage() - -> **SignMessage** = (`message`) => `Promise`\<`string`\> \| `string` - -Defined in: [packages/hypergraph/src/identity/types.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L9) - -## Parameters - -### message - -`string` - -## Returns - -`Promise`\<`string`\> \| `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" deleted file mode 100644 index 721a718e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Signer.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Type Alias: Signer - -> **Signer** = `object` - -Defined in: [packages/hypergraph/src/identity/types.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L11) - -## Properties - -### getAddress - -> **getAddress**: [`GetAddress`](GetAddress.md) - -Defined in: [packages/hypergraph/src/identity/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L12) - -*** - -### signMessage - -> **signMessage**: [`SignMessage`](SignMessage.md) - -Defined in: [packages/hypergraph/src/identity/types.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" deleted file mode 100644 index db9f460e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/type-aliases/Storage.md" +++ /dev/null @@ -1,63 +0,0 @@ -# Type Alias: Storage - -> **Storage** = `object` - -Defined in: [packages/hypergraph/src/identity/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L3) - -## Properties - -### getItem() - -> **getItem**: (`key`) => `string` \| `null` - -Defined in: [packages/hypergraph/src/identity/types.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L4) - -#### Parameters - -##### key - -`string` - -#### Returns - -`string` \| `null` - -*** - -### removeItem() - -> **removeItem**: (`key`) => `void` - -Defined in: [packages/hypergraph/src/identity/types.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L6) - -#### Parameters - -##### key - -`string` - -#### Returns - -`void` - -*** - -### setItem() - -> **setItem**: (`key`, `value`) => `void` - -Defined in: [packages/hypergraph/src/identity/types.ts:5](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L5) - -#### Parameters - -##### key - -`string` - -##### value - -`string` - -#### Returns - -`void` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" deleted file mode 100644 index 504b5325..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/KeysSchema.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: KeysSchema - -> `const` **KeysSchema**: `Struct`\<\{ `encryptionPrivateKey`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/identity/types.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/types.ts#L23) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" deleted file mode 100644 index 59b9b3dc..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Identity/variables/accountProofDomain.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Variable: accountProofDomain - -> `const` **accountProofDomain**: `object` - -Defined in: [packages/hypergraph/src/identity/prove-ownership.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/identity/prove-ownership.ts#L15) - -## Type declaration - -### name - -> **name**: `string` = `'Hypergraph'` - -### version - -> **version**: `string` = `'1'` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" deleted file mode 100644 index aa71c4ed..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createAccountInboxCreationMessage.md" +++ /dev/null @@ -1,51 +0,0 @@ -# Function: createAccountInboxCreationMessage() - -> **createAccountInboxCreationMessage**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/inboxes/create-inbox.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/create-inbox.ts#L30) - -## Parameters - -### \_\_namedParameters - -`CreateAccountInboxParams` - -## Returns - -`object` - -### accountAddress - -> `readonly` **accountAddress**: `string` = `Schema.String` - -### authPolicy - -> `readonly` **authPolicy**: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` - -### encryptionPublicKey - -> `readonly` **encryptionPublicKey**: `string` = `Schema.String` - -### inboxId - -> `readonly` **inboxId**: `string` = `Schema.String` - -### isPublic - -> `readonly` **isPublic**: `boolean` = `Schema.Boolean` - -### signature - -> `readonly` **signature**: `object` = `SignatureWithRecovery` - -#### signature.hex - -> `readonly` **hex**: `string` = `Schema.String` - -#### signature.recovery - -> `readonly` **recovery**: `number` = `Schema.Number` - -### type - -> `readonly` **type**: `"create-account-inbox"` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" deleted file mode 100644 index a34e39a9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/createSpaceInboxCreationMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: createSpaceInboxCreationMessage() - -> **createSpaceInboxCreationMessage**(`__namedParameters`): `Promise`\<\{ `event`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `spaceId`: `string`; `type`: `"create-space-inbox-event"`; \}\> - -Defined in: [packages/hypergraph/src/inboxes/create-inbox.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/create-inbox.ts#L66) - -## Parameters - -### \_\_namedParameters - -`CreateSpaceInboxParams` - -## Returns - -`Promise`\<\{ `event`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `spaceId`: `string`; `type`: `"create-space-inbox-event"`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" deleted file mode 100644 index 128393eb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/decryptInboxMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: decryptInboxMessage() - -> **decryptInboxMessage**(`__namedParameters`): `string` - -Defined in: [packages/hypergraph/src/inboxes/message-encryption.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-encryption.ts#L26) - -## Parameters - -### \_\_namedParameters - -`DecryptParams` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" deleted file mode 100644 index 25f5de3c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/encryptInboxMessage.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: encryptInboxMessage() - -> **encryptInboxMessage**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/inboxes/message-encryption.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-encryption.ts#L15) - -## Parameters - -### \_\_namedParameters - -`EncryptParams` - -## Returns - -`object` - -### ciphertext - -> **ciphertext**: `string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" deleted file mode 100644 index 53f583f8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getAccountInbox.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: getAccountInbox() - -> **getAccountInbox**(`__namedParameters`): `Promise`\<\{ `accountAddress`: `string`; `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> - -Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L38) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `accountAddress`: `string`; `inboxId`: `string`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\<\{ `accountAddress`: `string`; `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" deleted file mode 100644 index 780cd869..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/getSpaceInbox.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: getSpaceInbox() - -> **getSpaceInbox**(`__namedParameters`): `Promise`\<\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `creationEvent`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; \}\> - -Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L26) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `inboxId`: `string`; `spaceId`: `string`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\<\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `creationEvent`: \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}; `encryptionPublicKey`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" deleted file mode 100644 index 9c5bec04..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicAccountInboxes.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: listPublicAccountInboxes() - -> **listPublicAccountInboxes**(`__namedParameters`): `Promise`\ - -Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L15) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `accountAddress`: `string`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\ diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" deleted file mode 100644 index 7a3a3263..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/listPublicSpaceInboxes.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: listPublicSpaceInboxes() - -> **listPublicSpaceInboxes**(`__namedParameters`): `Promise`\ - -Defined in: [packages/hypergraph/src/inboxes/get-list-inboxes.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/get-list-inboxes.ts#L4) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `spaceId`: `string`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\ diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" deleted file mode 100644 index 28915e94..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/mergeMessages.md" +++ /dev/null @@ -1,31 +0,0 @@ -# Function: mergeMessages() - -> **mergeMessages**(`existingMessages`, `existingSeenIds`, `newMessages`): `object` - -Defined in: [packages/hypergraph/src/inboxes/merge-messages.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/merge-messages.ts#L3) - -## Parameters - -### existingMessages - -[`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] - -### existingSeenIds - -`Set`\<`string`\> - -### newMessages - -[`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] - -## Returns - -`object` - -### messages - -> **messages**: [`InboxMessageStorageEntry`](../../../../type-aliases/InboxMessageStorageEntry.md)[] - -### seenMessageIds - -> **seenMessageIds**: `Set`\<`string`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" deleted file mode 100644 index 89b327e8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareAccountInboxMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: prepareAccountInboxMessage() - -> **prepareAccountInboxMessage**(`__namedParameters`): `Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> - -Defined in: [packages/hypergraph/src/inboxes/prepare-message.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/prepare-message.ts#L47) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `accountAddress`: `string`; `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; \}\> - -## Returns - -`Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" deleted file mode 100644 index 00220c42..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/prepareSpaceInboxMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: prepareSpaceInboxMessage() - -> **prepareSpaceInboxMessage**(`__namedParameters`): `Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> - -Defined in: [packages/hypergraph/src/inboxes/prepare-message.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/prepare-message.ts#L7) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `spaceId`: `string`; \}\> - -## Returns - -`Promise`\<\{ `authorAccountAddress?`: `string`; `ciphertext`: `string`; `signature?`: \{ `hex`: `string`; `recovery`: `number`; \}; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" deleted file mode 100644 index 0a92d790..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxCreatorKey.md" +++ /dev/null @@ -1,45 +0,0 @@ -# Function: recoverAccountInboxCreatorKey() - -> **recoverAccountInboxCreatorKey**(`inbox`): `string` - -Defined in: [packages/hypergraph/src/inboxes/recover-inbox-creator.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-creator.ts#L7) - -## Parameters - -### inbox - -#### accountAddress - -`string` = `Schema.String` - -#### authPolicy - -`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` - -#### encryptionPublicKey - -`string` = `Schema.String` - -#### inboxId - -`string` = `Schema.String` - -#### isPublic - -`boolean` = `Schema.Boolean` - -#### signature - -\{ `hex`: `string`; `recovery`: `number`; \} = `SignatureWithRecovery` - -#### signature.hex - -`string` = `Schema.String` - -#### signature.recovery - -`number` = `Schema.Number` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" deleted file mode 100644 index c4fd204a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverAccountInboxMessageSigner.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Function: recoverAccountInboxMessageSigner() - -> **recoverAccountInboxMessageSigner**(`message`, `accountAddress`, `inboxId`): `string` - -Defined in: [packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts#L25) - -## Parameters - -### message - -#### authorAccountAddress? - -`string` = `...` - -#### ciphertext - -`string` = `Schema.String` - -#### signature? - -\{ `hex`: `string`; `recovery`: `number`; \} = `...` - -#### signature.hex - -`string` = `Schema.String` - -#### signature.recovery - -`number` = `Schema.Number` - -### accountAddress - -`string` - -### inboxId - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" deleted file mode 100644 index 3b6b68e5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxCreatorKey.md" +++ /dev/null @@ -1,73 +0,0 @@ -# Function: recoverSpaceInboxCreatorKey() - -> **recoverSpaceInboxCreatorKey**(`event`): `string` - -Defined in: [packages/hypergraph/src/inboxes/recover-inbox-creator.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-creator.ts#L22) - -## Parameters - -### event - -#### author - -\{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \} = `EventAuthor` - -#### author.accountAddress - -`string` = `Schema.String` - -#### author.signature - -\{ `hex`: `string`; `recovery`: `number`; \} = `SignatureWithRecovery` - -#### author.signature.hex - -`string` = `Schema.String` - -#### author.signature.recovery - -`number` = `Schema.Number` - -#### transaction - -\{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \} = `...` - -#### transaction.authPolicy - -`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` = `InboxSenderAuthPolicy` - -#### transaction.encryptionPublicKey - -`string` = `Schema.String` - -#### transaction.id - -`string` = `Schema.String` - -#### transaction.inboxId - -`string` = `Schema.String` - -#### transaction.isPublic - -`boolean` = `Schema.Boolean` - -#### transaction.previousEventHash - -`string` = `Schema.String` - -#### transaction.secretKey - -`string` = `Schema.String` - -#### transaction.spaceId - -`string` = `Schema.String` - -#### transaction.type - -`"create-space-inbox"` = `...` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" deleted file mode 100644 index 09972965..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/recoverSpaceInboxMessageSigner.md" +++ /dev/null @@ -1,41 +0,0 @@ -# Function: recoverSpaceInboxMessageSigner() - -> **recoverSpaceInboxMessageSigner**(`message`, `spaceId`, `inboxId`): `string` - -Defined in: [packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts#L6) - -## Parameters - -### message - -#### authorAccountAddress? - -`string` = `...` - -#### ciphertext - -`string` = `Schema.String` - -#### signature? - -\{ `hex`: `string`; `recovery`: `number`; \} = `...` - -#### signature.hex - -`string` = `Schema.String` - -#### signature.recovery - -`number` = `Schema.Number` - -### spaceId - -`string` - -### inboxId - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" deleted file mode 100644 index d9003239..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendAccountInboxMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: sendAccountInboxMessage() - -> **sendAccountInboxMessage**(`__namedParameters`): `Promise`\<`void`\> - -Defined in: [packages/hypergraph/src/inboxes/send-message.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/send-message.ts#L40) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `accountAddress`: `string`; `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" deleted file mode 100644 index 8a7527ae..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/sendSpaceInboxMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: sendSpaceInboxMessage() - -> **sendSpaceInboxMessage**(`__namedParameters`): `Promise`\<`void`\> - -Defined in: [packages/hypergraph/src/inboxes/send-message.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/send-message.ts#L3) - -## Parameters - -### \_\_namedParameters - -`Readonly`\<\{ `authorAccountAddress`: `string` \| `null`; `encryptionPublicKey`: `string`; `inboxId`: `string`; `message`: `string`; `signaturePrivateKey`: `string` \| `null`; `spaceId`: `string`; `syncServerUri`: `string`; \}\> - -## Returns - -`Promise`\<`void`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" deleted file mode 100644 index e5c0c501..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateAccountInboxMessage.md" +++ /dev/null @@ -1,61 +0,0 @@ -# Function: validateAccountInboxMessage() - -> **validateAccountInboxMessage**(`message`, `inbox`, `accountAddress`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/inboxes/message-validation.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-validation.ts#L47) - -## Parameters - -### message - -#### authorAccountAddress? - -`string` = `...` - -#### ciphertext - -`string` = `Schema.String` - -#### createdAt - -`Date` = `Schema.Date` - -#### id - -`string` = `Schema.String` - -#### signature? - -\{ `hex`: `string`; `recovery`: `number`; \} = `...` - -#### signature.hex - -`string` = `Schema.String` - -#### signature.recovery - -`number` = `Schema.Number` - -### inbox - -[`AccountInboxStorageEntry`](../../../../type-aliases/AccountInboxStorageEntry.md) - -### accountAddress - -`string` - -### syncServerUri - -`string` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" deleted file mode 100644 index 87457e39..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/functions/validateSpaceInboxMessage.md" +++ /dev/null @@ -1,61 +0,0 @@ -# Function: validateSpaceInboxMessage() - -> **validateSpaceInboxMessage**(`message`, `inbox`, `spaceId`, `syncServerUri`, `chain`, `rpcUrl`): `Promise`\<`boolean`\> - -Defined in: [packages/hypergraph/src/inboxes/message-validation.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/message-validation.ts#L7) - -## Parameters - -### message - -#### authorAccountAddress? - -`string` = `...` - -#### ciphertext - -`string` = `Schema.String` - -#### createdAt - -`Date` = `Schema.Date` - -#### id - -`string` = `Schema.String` - -#### signature? - -\{ `hex`: `string`; `recovery`: `number`; \} = `...` - -#### signature.hex - -`string` = `Schema.String` - -#### signature.recovery - -`number` = `Schema.Number` - -### inbox - -[`SpaceInboxStorageEntry`](../../../../type-aliases/SpaceInboxStorageEntry.md) - -### spaceId - -`string` - -### syncServerUri - -`string` - -### chain - -`Chain` - -### rpcUrl - -`string` - -## Returns - -`Promise`\<`boolean`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" deleted file mode 100644 index 41e9c32d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/index.md" +++ /dev/null @@ -1,31 +0,0 @@ -# Inboxes - -## Type Aliases - -- [InboxSenderAuthPolicy](type-aliases/InboxSenderAuthPolicy.md) - -## Variables - -- [InboxSenderAuthPolicy](variables/InboxSenderAuthPolicy.md) - -## Functions - -- [createAccountInboxCreationMessage](functions/createAccountInboxCreationMessage.md) -- [createSpaceInboxCreationMessage](functions/createSpaceInboxCreationMessage.md) -- [decryptInboxMessage](functions/decryptInboxMessage.md) -- [encryptInboxMessage](functions/encryptInboxMessage.md) -- [getAccountInbox](functions/getAccountInbox.md) -- [getSpaceInbox](functions/getSpaceInbox.md) -- [listPublicAccountInboxes](functions/listPublicAccountInboxes.md) -- [listPublicSpaceInboxes](functions/listPublicSpaceInboxes.md) -- [mergeMessages](functions/mergeMessages.md) -- [prepareAccountInboxMessage](functions/prepareAccountInboxMessage.md) -- [prepareSpaceInboxMessage](functions/prepareSpaceInboxMessage.md) -- [recoverAccountInboxCreatorKey](functions/recoverAccountInboxCreatorKey.md) -- [recoverAccountInboxMessageSigner](functions/recoverAccountInboxMessageSigner.md) -- [recoverSpaceInboxCreatorKey](functions/recoverSpaceInboxCreatorKey.md) -- [recoverSpaceInboxMessageSigner](functions/recoverSpaceInboxMessageSigner.md) -- [sendAccountInboxMessage](functions/sendAccountInboxMessage.md) -- [sendSpaceInboxMessage](functions/sendSpaceInboxMessage.md) -- [validateAccountInboxMessage](functions/validateAccountInboxMessage.md) -- [validateSpaceInboxMessage](functions/validateSpaceInboxMessage.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" deleted file mode 100644 index 48386e10..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/type-aliases/InboxSenderAuthPolicy.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: InboxSenderAuthPolicy - -> **InboxSenderAuthPolicy** = `Schema.Schema.Type`\<*typeof* [`InboxSenderAuthPolicy`](../variables/InboxSenderAuthPolicy.md)\> - -Defined in: [packages/hypergraph/src/inboxes/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" deleted file mode 100644 index ce74ed11..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Inboxes/variables/InboxSenderAuthPolicy.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: InboxSenderAuthPolicy - -> `const` **InboxSenderAuthPolicy**: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\> - -Defined in: [packages/hypergraph/src/inboxes/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/inboxes/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" deleted file mode 100644 index 459a4398..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/createKey.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Function: createKey() - -> **createKey**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/key/create-key.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/create-key.ts#L9) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`object` - -### key - -> **key**: `Uint8Array` - -### keyBoxCiphertext - -> **keyBoxCiphertext**: `Uint8Array` - -### keyBoxNonce - -> **keyBoxNonce**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" deleted file mode 100644 index ee441e0f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKey.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: decryptKey() - -> **decryptKey**(`__namedParameters`): `Uint8Array` - -Defined in: [packages/hypergraph/src/key/decrypt-key.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/decrypt-key.ts#L10) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" deleted file mode 100644 index e36fbe8b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/decryptKeyBox.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: decryptKeyBox() - -> **decryptKeyBox**(`__namedParameters`): `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L29) - -## Parameters - -### \_\_namedParameters - -[`DecryptKeyBoxParams`](../type-aliases/DecryptKeyBoxParams.md) - -## Returns - -`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" deleted file mode 100644 index 685fb3e7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKey.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: encryptKey() - -> **encryptKey**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/key/encrypt-key.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/encrypt-key.ts#L10) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`object` - -### keyBoxCiphertext - -> **keyBoxCiphertext**: `Uint8Array` - -### keyBoxNonce - -> **keyBoxNonce**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" deleted file mode 100644 index 5186f171..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/encryptKeyBox.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: encryptKeyBox() - -> **encryptKeyBox**(`__namedParameters`): `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L25) - -## Parameters - -### \_\_namedParameters - -[`EncryptKeyBoxParams`](../type-aliases/EncryptKeyBoxParams.md) - -## Returns - -`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" deleted file mode 100644 index e27ba093..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/functions/generateKeypair.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Function: generateKeypair() - -> **generateKeypair**(): `object` - -Defined in: [packages/hypergraph/src/key/key-box.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L3) - -## Returns - -`object` - -### publicKey - -> **publicKey**: `Uint8Array` - -### secretKey - -> **secretKey**: `Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" deleted file mode 100644 index 8a30f598..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/index.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Key - -## Type Aliases - -- [DecryptKeyBoxParams](type-aliases/DecryptKeyBoxParams.md) -- [EncryptKeyBoxParams](type-aliases/EncryptKeyBoxParams.md) - -## Functions - -- [createKey](functions/createKey.md) -- [decryptKey](functions/decryptKey.md) -- [decryptKeyBox](functions/decryptKeyBox.md) -- [encryptKey](functions/encryptKey.md) -- [encryptKeyBox](functions/encryptKeyBox.md) -- [generateKeypair](functions/generateKeypair.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" deleted file mode 100644 index c83d165e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/DecryptKeyBoxParams.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Type Alias: DecryptKeyBoxParams - -> **DecryptKeyBoxParams** = `object` - -Defined in: [packages/hypergraph/src/key/key-box.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L18) - -## Properties - -### ciphertext - -> **ciphertext**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L19) - -*** - -### nonce - -> **nonce**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L20) - -*** - -### publicKey - -> **publicKey**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L21) - -*** - -### secretKey - -> **secretKey**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L22) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" deleted file mode 100644 index 93a8a046..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Key/type-aliases/EncryptKeyBoxParams.md" +++ /dev/null @@ -1,37 +0,0 @@ -# Type Alias: EncryptKeyBoxParams - -> **EncryptKeyBoxParams** = `object` - -Defined in: [packages/hypergraph/src/key/key-box.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L11) - -## Properties - -### message - -> **message**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L12) - -*** - -### nonce - -> **nonce**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L13) - -*** - -### publicKey - -> **publicKey**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L14) - -*** - -### secretKey - -> **secretKey**: `Uint8Array` - -Defined in: [packages/hypergraph/src/key/key-box.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/key/key-box.ts#L15) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" deleted file mode 100644 index 5e1a723d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/InvalidInputError.md" +++ /dev/null @@ -1,59 +0,0 @@ -# Class: InvalidInputError - -Defined in: [packages/hypergraph/src/mapping/Utils.ts:124](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L124) - -## Extends - -- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `cause`: `unknown`; `input`: `string`; \}\> - -## Constructors - -### Constructor - -> **new InvalidInputError**(`args`): `InvalidInputError` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 - -#### Parameters - -##### args - -###### cause - -`unknown` - -###### input - -`string` - -#### Returns - -`InvalidInputError` - -#### Inherited from - -`Data.TaggedError('/typesync/errors/InvalidInputError')<{ readonly input: string; readonly cause: unknown; }>.constructor` - -## Properties - -### cause - -> **cause**: `unknown` - -Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es2022.error.d.ts:26 - -#### Inherited from - -`Data.TaggedError('/typesync/errors/InvalidInputError').cause` - -*** - -### input - -> `readonly` **input**: `string` - -Defined in: [packages/hypergraph/src/mapping/Utils.ts:125](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L125) - -#### Inherited from - -`Data.TaggedError('/typesync/errors/InvalidInputError').input` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" deleted file mode 100644 index e50c9b7f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/classes/RelationValueTypeDoesNotExistError.md" +++ /dev/null @@ -1,75 +0,0 @@ -# Class: RelationValueTypeDoesNotExistError - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:773](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L773) - -## Extends - -- `YieldableError`\<`this`\> & `object` & `Readonly`\<\{ `message`: `string`; `property`: `string`; `relatedType`: `string`; \}\> - -## Constructors - -### Constructor - -> **new RelationValueTypeDoesNotExistError**(`args`): `RelationValueTypeDoesNotExistError` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Data.d.ts:610 - -#### Parameters - -##### args - -###### message - -`string` - -###### property - -`string` - -###### relatedType - -`string` - -#### Returns - -`RelationValueTypeDoesNotExistError` - -#### Inherited from - -`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', )<{ readonly message: string; readonly property: string; readonly relatedType: string; }>.constructor` - -## Properties - -### message - -> **message**: `string` - -Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077 - -#### Inherited from - -`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).message` - -*** - -### property - -> `readonly` **property**: `string` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:777](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L777) - -#### Inherited from - -`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).property` - -*** - -### relatedType - -> `readonly` **relatedType**: `string` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:778](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L778) - -#### Inherited from - -`Data.TaggedError( '/typesync/errors/RelationValueTypeDoesNotExistError', ).relatedType` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" deleted file mode 100644 index bbcd8b65..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/allRelationPropertyTypesExist.md" +++ /dev/null @@ -1,77 +0,0 @@ -# Function: allRelationPropertyTypesExist() - -> **allRelationPropertyTypesExist**(`types`): `boolean` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:324](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L324) - -Iterate through all properties in all types in the schema of `dataType` === `Relation(${string})` -and validate that the schema.types have a type for the existing relation - -## Parameters - -### types - -readonly `object`[] - -the user-submitted schema types - -## Returns - -`boolean` - -## Examples - -```ts -import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' - -const types: Mapping['types'] = [ - { - name: "Account", - knowledgeGraphId: null, - properties: [ - { - name: "username", - dataType: "String", - knowledgeGraphId: null - } - ] - }, - { - name: "Event", - knowledgeGraphId: null, - properties: [ - { - name: "speaker", - dataType: "Relation(Account)" - relationType: "Account", - knowledgeGraphId: null, - } - ] - } -] -expect(allRelationPropertyTypesExist(types)).toEqual(true) -``` - -```ts -import { allRelationPropertyTypesExist, type Mapping } from '@graphprotocol/hypergraph/mapping' - -const types: Mapping['types'] = [ - { - name: "Event", - knowledgeGraphId: null, - properties: [ - { - name: "speaker", - dataType: "Relation(Account)", - relationType: "Account", - knowledgeGraphId: null, - } - ] - } -] -expect(allRelationPropertyTypesExist(types)).toEqual(false) -``` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" deleted file mode 100644 index c21b3e43..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/generateMapping.md" +++ /dev/null @@ -1,132 +0,0 @@ -# Function: generateMapping() - -> **generateMapping**(`input`): [`GenerateMappingResult`](../type-aliases/GenerateMappingResult.md) - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:633](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L633) - -Takes the user-submitted schema, validates it, and build the `Mapping` definition for the schema as well as the GRC-20 Ops needed to publish the schema/schema changes to the Knowledge Graph. - -## Parameters - -### input - -user-built and submitted schema - -#### types - -readonly `object`[] = `...` - -## Returns - -[`GenerateMappingResult`](../type-aliases/GenerateMappingResult.md) - -the generated [Mapping] definition from the submitted schema as well as the GRC-20 Ops required to publish the schema to the Knowledge Graph - -## Example - -```ts -import { Id } from "@graphprotocol/grc-20" -import { generateMapping } from "@graphprotocol/hypergraph" - -const schema: Schema = { - types: [ - { - name: "Account", - knowledgeGraphId: "a5fd07b1-120f-46c6-b46f-387ef98396a6", - properties: [ - { - name: "username", - dataType: "String", - knowledgeGraphId: "994edcff-6996-4a77-9797-a13e5e3efad8" - }, - { - name: "createdAt", - dataType: "Date", - knowledgeGraphId: null - } - ] - }, - { - name: "Event", - knowledgeGraphId: null, - properties: [ - { - name: "name", - dataType: "String", - knowledgeGraphId: "3808e060-fb4a-4d08-8069-35b8c8a1902b" - }, - { - name: "description", - dataType: "String", - knowledgeGraphId: null - }, - { - name: "speaker", - dataType: "Relation(Account)", - relationType: "Account", - knowledgeGraphId: null - } - ] - } - ], -} -const [mapping, ops] = generateMapping(schema) - -expect(mapping).toEqual({ - Account: { - typeIds: [Id("a5fd07b1-120f-46c6-b46f-387ef98396a6")], // comes from input schema - properties: { - username: Id("994edcff-6996-4a77-9797-a13e5e3efad8"), // comes from input schema - createdAt: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), // generated from Graph.createProperty Op - } - }, - Event: { - typeIds: [Id("20b3fe39-8e62-41a0-b9cb-92743fd760da")], // generated from Graph.createType Op - properties: { - name: Id("3808e060-fb4a-4d08-8069-35b8c8a1902b"), // comes from input schema - description: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), // generated from Graph.createProperty Op - }, - relations: { - speaker: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), // generated from Graph.createProperty Op - } - } -}) -expect(ops).toEqual([ - // Graph.createProperty Op for Account.createdAt property - { - type: "CREATE_PROPERTY", - property: { - id: Id("8cd7d9ac-a878-4287-8000-e71e6f853117"), - dataType: "String" - } - }, - // Graph.createProperty Op for Event.description property - { - type: "CREATE_PROPERTY", - property: { - id: Id("8fc4e17c-7581-4d6c-a712-943385afc7b5"), - dataType: "String" - } - }, - // Graph.createProperty Op for Event.speaker property - { - type: "CREATE_PROPERTY", - property: { - id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), - dataType: "RELATION" - } - }, - // Graph.createType Op for Event type - { - type: "CREATE_PROPERTY", - property: { - id: Id("651ce59f-643b-4931-bf7a-5dc0ca0f5a47"), - dataType: "RELATION" - } - }, -]) -``` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" deleted file mode 100644 index e5b2f429..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/getDataType.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: getDataType() - -> **getDataType**(`val`): `` `Relation(${string})` `` \| `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:125](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L125) - -## Parameters - -### val - -`string` - -## Returns - -`` `Relation(${string})` `` \| `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` - -## Since - -0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" deleted file mode 100644 index fa55b664..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataType.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: isDataType() - -> **isDataType**(`val`): val is \`Relation($\{string\})\` \| "String" \| "Number" \| "Boolean" \| "Date" \| "Point" - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:119](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L119) - -## Parameters - -### val - -`string` - -## Returns - -val is \`Relation($\{string\})\` \| "String" \| "Number" \| "Boolean" \| "Date" \| "Point" - -## Since - -0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" deleted file mode 100644 index 68e7bf56..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypePrimitive.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: isDataTypePrimitive() - -> **isDataTypePrimitive**(`val`): val is "String" \| "Number" \| "Boolean" \| "Date" \| "Point" - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:105](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L105) - -## Parameters - -### val - -`string` - -## Returns - -val is "String" \| "Number" \| "Boolean" \| "Date" \| "Point" - -## Since - -0.4.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" deleted file mode 100644 index 04032c68..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/isDataTypeRelation.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: isDataTypeRelation() - -> **isDataTypeRelation**(`val`): `` val is `Relation(${string})` `` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:81](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L81) - -## Parameters - -### val - -`string` - -## Returns - -`` val is `Relation(${string})` `` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" deleted file mode 100644 index 57a3ae82..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/mapSchemaDataTypeToGRC20PropDataType.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Function: mapSchemaDataTypeToGRC20PropDataType() - -> **mapSchemaDataTypeToGRC20PropDataType**(`dataType`): `ValueDataType` \| `"RELATION"` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:787](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L787) - -## Parameters - -### dataType - -the dataType from the user-submitted schema - -`` `Relation(${string})` `` | `"String"` | `"Number"` | `"Boolean"` | `"Date"` | `"Point"` - -## Returns - -`ValueDataType` \| `"RELATION"` - -the mapped to GRC-20 dataType for the GRC-20 ops - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" deleted file mode 100644 index 3e5c9b15..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/namesAreUnique.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: namesAreUnique() - -> **namesAreUnique**\<`T`\>(`entries`): `boolean` - -Defined in: [packages/hypergraph/src/mapping/Utils.ts:144](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L144) - -Adds schema validation that the array of objects with property `name` only has unique names - -## Type Parameters - -### T - -`T` *extends* `object` - -## Parameters - -### entries - -readonly `T`[] - -## Returns - -`boolean` - -## Examples - -```ts -const types = [{name:'Account'}, {name:'Event'}] -expect(namesAreUnique(types)).toEqual(true) -``` - -```ts -const types = [{name:'Account'}, {name:'Event'}, {name:'Account'}] -expect(namesAreUnique(types)).toEqual(false) -``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" deleted file mode 100644 index 21af9832..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/propertyIsRelation.md" +++ /dev/null @@ -1,67 +0,0 @@ -# Function: propertyIsRelation() - -> **propertyIsRelation**(`property`): property is \{ dataType: \`Relation($\{string\})\`; knowledgeGraphId: null \| string; name: string; optional?: null \| boolean; relationType: string \} - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L173) - -## Parameters - -### property - -\{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} - -#### dataType - -`` `Relation(${string})` `` = `SchemaDataTypeRelation` - -#### knowledgeGraphId - -`null` \| `string` = `...` - -#### name - -`string` = `EffectSchema.NonEmptyTrimmedString` - -#### optional? - -`null` \| `boolean` = `...` - -**Since** - -0.4.0 - -#### relationType - -`string` = `...` - -| - -\{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} - -#### dataType - -`"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"` = `SchemaDataTypePrimitive` - -#### knowledgeGraphId - -`null` \| `string` = `...` - -#### name - -`string` = `EffectSchema.NonEmptyTrimmedString` - -#### optional? - -`null` \| `boolean` = `...` - -**Since** - -0.4.0 - -## Returns - -property is \{ dataType: \`Relation($\{string\})\`; knowledgeGraphId: null \| string; name: string; optional?: null \| boolean; relationType: string \} - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" deleted file mode 100644 index ffc530c5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toCamelCase.md" +++ /dev/null @@ -1,40 +0,0 @@ -# Function: toCamelCase() - -> **toCamelCase**(`str`): `string` - -Defined in: [packages/hypergraph/src/mapping/Utils.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L25) - -Takes the input string and returns the camelCase equivalent - -## Parameters - -### str - -`string` - -input string - -## Returns - -`string` - -camelCased value of the input string - -## Example - -```ts -import { toCamelCase } from '@graphprotocol/hypergraph/mapping' - -expect(toCamelCase('Address line 1')).toEqual('addressLine1'); -expect(toCamelCase('AddressLine1')).toEqual('addressLine1'); -expect(toCamelCase('addressLine1')).toEqual('addressLine1'); -expect(toCamelCase('address_line_1')).toEqual('addressLine1'); -expect(toCamelCase('address-line-1')).toEqual('addressLine1'); -expect(toCamelCase('address-line_1')).toEqual('addressLine1'); -expect(toCamelCase('address-line 1')).toEqual('addressLine1'); -expect(toCamelCase('ADDRESS_LINE_1')).toEqual('addressLine1'); -``` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" deleted file mode 100644 index 52cae494..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/functions/toPascalCase.md" +++ /dev/null @@ -1,40 +0,0 @@ -# Function: toPascalCase() - -> **toPascalCase**(`str`): `string` - -Defined in: [packages/hypergraph/src/mapping/Utils.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Utils.ts#L87) - -Takes the input string and returns the PascalCase equivalent - -## Parameters - -### str - -`string` - -input string - -## Returns - -`string` - -PascalCased value of the input string - -## Example - -```ts -iimport { toPascalCase } from '@graphprotocol/hypergraph/mapping' - -expect(toPascalCase('Address line 1')).toEqual('AddressLine1'); -expect(toPascalCase('AddressLine1')).toEqual('AddressLine1'); -expect(toPascalCase('addressLine1')).toEqual('AddressLine1'); -expect(toPascalCase('address_line_1')).toEqual('AddressLine1'); -expect(toPascalCase('address-line-1')).toEqual('AddressLine1'); -expect(toPascalCase('address-line_1')).toEqual('AddressLine1'); -expect(toPascalCase('address-line 1')).toEqual('AddressLine1'); -expect(toPascalCase('ADDRESS_LINE_1')).toEqual('AddressLine1'); -``` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" deleted file mode 100644 index 6aa4aa7b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/index.md" +++ /dev/null @@ -1,46 +0,0 @@ -# Mapping - -## Classes - -- [InvalidInputError](classes/InvalidInputError.md) -- [RelationValueTypeDoesNotExistError](classes/RelationValueTypeDoesNotExistError.md) - -## Type Aliases - -- [DataTypeRelation](type-aliases/DataTypeRelation.md) -- [GenerateMappingResult](type-aliases/GenerateMappingResult.md) -- [Mapping](type-aliases/Mapping.md) -- [MappingEntry](type-aliases/MappingEntry.md) -- [Schema](type-aliases/Schema.md) -- [SchemaDataType](type-aliases/SchemaDataType.md) -- [SchemaDataTypePrimitive](type-aliases/SchemaDataTypePrimitive.md) -- [SchemaDataTypeRelation](type-aliases/SchemaDataTypeRelation.md) -- [SchemaType](type-aliases/SchemaType.md) -- [SchemaTypePropertyPrimitive](type-aliases/SchemaTypePropertyPrimitive.md) -- [SchemaTypePropertyRelation](type-aliases/SchemaTypePropertyRelation.md) - -## Variables - -- [Schema](variables/Schema.md) -- [SchemaDataType](variables/SchemaDataType.md) -- [SchemaDataTypePrimitive](variables/SchemaDataTypePrimitive.md) -- [SchemaDataTypeRelation](variables/SchemaDataTypeRelation.md) -- [SchemaKnownDecoder](variables/SchemaKnownDecoder.md) -- [SchemaType](variables/SchemaType.md) -- [SchemaTypePropertyPrimitive](variables/SchemaTypePropertyPrimitive.md) -- [SchemaTypePropertyRelation](variables/SchemaTypePropertyRelation.md) -- [SchemaUnknownDecoder](variables/SchemaUnknownDecoder.md) - -## Functions - -- [allRelationPropertyTypesExist](functions/allRelationPropertyTypesExist.md) -- [generateMapping](functions/generateMapping.md) -- [getDataType](functions/getDataType.md) -- [isDataType](functions/isDataType.md) -- [isDataTypePrimitive](functions/isDataTypePrimitive.md) -- [isDataTypeRelation](functions/isDataTypeRelation.md) -- [mapSchemaDataTypeToGRC20PropDataType](functions/mapSchemaDataTypeToGRC20PropDataType.md) -- [namesAreUnique](functions/namesAreUnique.md) -- [propertyIsRelation](functions/propertyIsRelation.md) -- [toCamelCase](functions/toCamelCase.md) -- [toPascalCase](functions/toPascalCase.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" deleted file mode 100644 index a4c43a8a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/DataTypeRelation.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: DataTypeRelation - -> **DataTypeRelation** = `` `Relation(${string})` `` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:77](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L77) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" deleted file mode 100644 index 3d428448..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/GenerateMappingResult.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: GenerateMappingResult - -> **GenerateMappingResult** = \[[`Mapping`](Mapping.md), `ReadonlyArray`\<`Op`\>\] - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:334](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L334) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" deleted file mode 100644 index 9bd4d77a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Mapping.md" +++ /dev/null @@ -1,40 +0,0 @@ -# Type Alias: Mapping - -> **Mapping** = `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L70) - -## Index Signature - -\[`key`: `string`\]: [`MappingEntry`](MappingEntry.md) - -## Example - -```ts -import { Id } from '@graphprotocol/hypergraph' -import type { Mapping } from '@graphprotocol/hypergraph/mapping' - -const mapping: Mapping = { - Account: { - typeIds: [Id('a5fd07b1-120f-46c6-b46f-387ef98396a6')], - properties: { - username: Id('994edcff-6996-4a77-9797-a13e5e3efad8'), - createdAt: Id('64bfba51-a69b-4746-be4b-213214a879fe') - } - }, - Event: { - typeIds: [Id('0349187b-526f-435f-b2bb-9e9caf23127a')], - properties: { - name: Id('3808e060-fb4a-4d08-8069-35b8c8a1902b'), - description: Id('1f0d9007-8da2-4b28-ab9f-3bc0709f4837'), - }, - relations: { - speaker: Id('a5fd07b1-120f-46c6-b46f-387ef98396a6') - } - } -} -``` - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" deleted file mode 100644 index b0090bcb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/MappingEntry.md" +++ /dev/null @@ -1,62 +0,0 @@ -# Type Alias: MappingEntry - -> **MappingEntry** = `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L11) - -Mappings for a schema type and its properties/relations - -## Since - -0.2.0 - -## Properties - -### properties? - -> `optional` **properties**: `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L24) - -Record of property names to the `Id` of the type in the Knowledge Graph - -#### Index Signature - -\[`key`: `string`\]: `Id` - -#### Since - -0.2.0 - -*** - -### relations? - -> `optional` **relations**: `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L34) - -Record of relation properties to the `Id` of the type in the Knowledge Graph - -#### Index Signature - -\[`key`: `string`\]: `Id` - -#### Since - -0.2.0 - -*** - -### typeIds - -> **typeIds**: `Grc20Id`[] - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L18) - -Array of the `Id` of the type in the Knowledge Graph. -Is an array because a type can belong to multiple spaces/extend multiple types. - -#### Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" deleted file mode 100644 index addc4702..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/Schema.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: Schema - -> **Schema** = *typeof* `Schema.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L204) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" deleted file mode 100644 index ef167ad5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataType.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaDataType - -> **SchemaDataType** = *typeof* `SchemaDataType.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:111](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L111) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" deleted file mode 100644 index cf04dec4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypePrimitive.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaDataTypePrimitive - -> **SchemaDataTypePrimitive** = *typeof* `SchemaDataTypePrimitive.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:97](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L97) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" deleted file mode 100644 index b22f7162..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaDataTypeRelation.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaDataTypeRelation - -> **SchemaDataTypeRelation** = *typeof* `SchemaDataTypeRelation.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L87) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" deleted file mode 100644 index b40c8662..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaType.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaType - -> **SchemaType** = *typeof* `SchemaType.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:182](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L182) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" deleted file mode 100644 index 112b437f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyPrimitive.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaTypePropertyPrimitive - -> **SchemaTypePropertyPrimitive** = *typeof* `SchemaTypePropertyPrimitive.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:161](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L161) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" deleted file mode 100644 index b3ee57b3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/type-aliases/SchemaTypePropertyRelation.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Type Alias: SchemaTypePropertyRelation - -> **SchemaTypePropertyRelation** = *typeof* `SchemaTypePropertyRelation.Type` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:145](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L145) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" deleted file mode 100644 index 7e15e949..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/Schema.md" +++ /dev/null @@ -1,11 +0,0 @@ -# Variable: Schema - -> `const` **Schema**: `Struct`\<\{ `types`: `filter`\<`filter`\<`filter`\<`Array$`\<`Struct`\<\{ `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `properties`: `filter`\<`filter`\<`Array$`\<...\>\>\>; \}\>\>\>\>\>; \}\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L204) - -Represents the user-built schema object to generate a `Mappings` definition for - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" deleted file mode 100644 index 2e901425..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataType.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaDataType - -> `const` **SchemaDataType**: `Union`\<\[`Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>, `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>\]\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:111](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L111) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" deleted file mode 100644 index a8a3341a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypePrimitive.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaDataTypePrimitive - -> `const` **SchemaDataTypePrimitive**: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:97](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L97) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" deleted file mode 100644 index c367d705..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaDataTypeRelation.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaDataTypeRelation - -> `const` **SchemaDataTypeRelation**: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:87](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L87) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" deleted file mode 100644 index f5822acb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaKnownDecoder.md" +++ /dev/null @@ -1,29 +0,0 @@ -# Variable: SchemaKnownDecoder() - -> `const` **SchemaKnownDecoder**: (`i`, `overrideOptions?`) => `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:257](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L257) - -## Parameters - -### i - -#### types - -readonly `object`[] - -### overrideOptions? - -`ParseOptions` - -## Returns - -`object` - -### types - -> `readonly` **types**: readonly `object`[] - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" deleted file mode 100644 index 0d24b541..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaType.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaType - -> `const` **SchemaType**: `Struct`\<\{ `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `properties`: `filter`\<`filter`\<`Array$`\<`Union`\<\[`Struct`\<\{ `dataType`: `Literal`\<\[..., ..., ..., ..., ...\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<...\>\>; \}\>, `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${(...)})` ``, `Schema`\<..., ..., ...\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<...\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\>\]\>\>\>\>; \}\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:182](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L182) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" deleted file mode 100644 index 9e31f2a6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyPrimitive.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaTypePropertyPrimitive - -> `const` **SchemaTypePropertyPrimitive**: `Struct`\<\{ `dataType`: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; \}\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:161](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L161) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" deleted file mode 100644 index f857b49b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaTypePropertyRelation.md" +++ /dev/null @@ -1,9 +0,0 @@ -# Variable: SchemaTypePropertyRelation - -> `const` **SchemaTypePropertyRelation**: `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\> - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:145](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L145) - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" deleted file mode 100644 index 0cd0dd6c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Mapping/variables/SchemaUnknownDecoder.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Variable: SchemaUnknownDecoder() - -> `const` **SchemaUnknownDecoder**: (`u`, `overrideOptions?`) => `object` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:261](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L261) - -## Parameters - -### u - -`unknown` - -### overrideOptions? - -`ParseOptions` - -## Returns - -`object` - -### types - -> `readonly` **types**: readonly `object`[] - -## Since - -0.2.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" deleted file mode 100644 index 641213c8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/decryptMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: decryptMessage() - -> **decryptMessage**(`__namedParameters`): `Uint8Array`\<`ArrayBufferLike`\> - -Defined in: [packages/hypergraph/src/messages/decrypt-message.ts:8](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/decrypt-message.ts#L8) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Uint8Array`\<`ArrayBufferLike`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" deleted file mode 100644 index 5ac14d89..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/deserialize.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: deserialize() - -> **deserialize**(`json`): `unknown` - -Defined in: [packages/hypergraph/src/messages/serialize.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/serialize.ts#L14) - -## Parameters - -### json - -`string` - -## Returns - -`unknown` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" deleted file mode 100644 index 6e9e64ee..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/encryptMessage.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: encryptMessage() - -> **encryptMessage**(`__namedParameters`): `Uint8Array`\<`ArrayBuffer`\> - -Defined in: [packages/hypergraph/src/messages/encrypt-message.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/encrypt-message.ts#L9) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Uint8Array`\<`ArrayBuffer`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" deleted file mode 100644 index a8da2f28..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/recoverUpdateMessageSigner.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: recoverUpdateMessageSigner() - -> **recoverUpdateMessageSigner**(`__namedParameters`): `string` - -Defined in: [packages/hypergraph/src/messages/signed-update-message.ts:66](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/signed-update-message.ts#L66) - -## Parameters - -### \_\_namedParameters - -\{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; `spaceId`: `string`; `type`: `"create-update"`; `update`: `Uint8Array`\<`ArrayBufferLike`\>; `updateId`: `string`; \} | `RecoverParams` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" deleted file mode 100644 index cb729b2a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/serialize.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: serialize() - -> **serialize**(`obj`): `string` - -Defined in: [packages/hypergraph/src/messages/serialize.ts:2](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/serialize.ts#L2) - -## Parameters - -### obj - -`any` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" deleted file mode 100644 index d497a0e5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/functions/signedUpdateMessage.md" +++ /dev/null @@ -1,47 +0,0 @@ -# Function: signedUpdateMessage() - -> **signedUpdateMessage**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/messages/signed-update-message.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/signed-update-message.ts#L27) - -## Parameters - -### \_\_namedParameters - -`SignedMessageParams` - -## Returns - -`object` - -### accountAddress - -> `readonly` **accountAddress**: `string` = `Schema.String` - -### signature - -> `readonly` **signature**: `object` = `SignatureWithRecovery` - -#### signature.hex - -> `readonly` **hex**: `string` = `Schema.String` - -#### signature.recovery - -> `readonly` **recovery**: `number` = `Schema.Number` - -### spaceId - -> `readonly` **spaceId**: `string` = `Schema.String` - -### type - -> `readonly` **type**: `"create-update"` - -### update - -> `readonly` **update**: `Uint8Array`\<`ArrayBufferLike`\> = `Schema.Uint8Array` - -### updateId - -> `readonly` **updateId**: `string` = `Schema.String` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" deleted file mode 100644 index 793054d4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/index.md" +++ /dev/null @@ -1,127 +0,0 @@ -# Messages - -## Type Aliases - -- [AccountInbox](type-aliases/AccountInbox.md) -- [AccountInboxPublic](type-aliases/AccountInboxPublic.md) -- [IdentityKeyBox](type-aliases/IdentityKeyBox.md) -- [InboxMessage](type-aliases/InboxMessage.md) -- [Invitation](type-aliases/Invitation.md) -- [KeyBox](type-aliases/KeyBox.md) -- [KeyBoxWithKeyId](type-aliases/KeyBoxWithKeyId.md) -- [RequestAcceptInvitationEvent](type-aliases/RequestAcceptInvitationEvent.md) -- [RequestConnectAddAppIdentityToSpaces](type-aliases/RequestConnectAddAppIdentityToSpaces.md) -- [RequestConnectCreateAppIdentity](type-aliases/RequestConnectCreateAppIdentity.md) -- [RequestConnectCreateIdentity](type-aliases/RequestConnectCreateIdentity.md) -- [RequestConnectCreateSpaceEvent](type-aliases/RequestConnectCreateSpaceEvent.md) -- [RequestCreateAccountInbox](type-aliases/RequestCreateAccountInbox.md) -- [RequestCreateAccountInboxMessage](type-aliases/RequestCreateAccountInboxMessage.md) -- [RequestCreateIdentity](type-aliases/RequestCreateIdentity.md) -- [RequestCreateInvitationEvent](type-aliases/RequestCreateInvitationEvent.md) -- [RequestCreateSpaceEvent](type-aliases/RequestCreateSpaceEvent.md) -- [RequestCreateSpaceInboxEvent](type-aliases/RequestCreateSpaceInboxEvent.md) -- [RequestCreateSpaceInboxMessage](type-aliases/RequestCreateSpaceInboxMessage.md) -- [RequestCreateUpdate](type-aliases/RequestCreateUpdate.md) -- [RequestGetAccountInboxes](type-aliases/RequestGetAccountInboxes.md) -- [RequestGetLatestAccountInboxMessages](type-aliases/RequestGetLatestAccountInboxMessages.md) -- [RequestGetLatestSpaceInboxMessages](type-aliases/RequestGetLatestSpaceInboxMessages.md) -- [RequestListInvitations](type-aliases/RequestListInvitations.md) -- [RequestListSpaces](type-aliases/RequestListSpaces.md) -- [RequestLogin](type-aliases/RequestLogin.md) -- [RequestLoginNonce](type-aliases/RequestLoginNonce.md) -- [RequestLoginWithSigningKey](type-aliases/RequestLoginWithSigningKey.md) -- [RequestMessage](type-aliases/RequestMessage.md) -- [RequestSubscribeToSpace](type-aliases/RequestSubscribeToSpace.md) -- [ResponseAccountInbox](type-aliases/ResponseAccountInbox.md) -- [ResponseAccountInboxes](type-aliases/ResponseAccountInboxes.md) -- [ResponseAccountInboxMessage](type-aliases/ResponseAccountInboxMessage.md) -- [ResponseAccountInboxMessages](type-aliases/ResponseAccountInboxMessages.md) -- [ResponseAccountInboxPublic](type-aliases/ResponseAccountInboxPublic.md) -- [ResponseConnectCreateIdentity](type-aliases/ResponseConnectCreateIdentity.md) -- [ResponseIdentity](type-aliases/ResponseIdentity.md) -- [ResponseIdentityEncrypted](type-aliases/ResponseIdentityEncrypted.md) -- [ResponseIdentityExistsError](type-aliases/ResponseIdentityExistsError.md) -- [ResponseIdentityNotFoundError](type-aliases/ResponseIdentityNotFoundError.md) -- [ResponseListAccountInboxesPublic](type-aliases/ResponseListAccountInboxesPublic.md) -- [ResponseListInvitations](type-aliases/ResponseListInvitations.md) -- [ResponseListSpaceInboxesPublic](type-aliases/ResponseListSpaceInboxesPublic.md) -- [ResponseListSpaces](type-aliases/ResponseListSpaces.md) -- [ResponseMessage](type-aliases/ResponseMessage.md) -- [ResponseSpace](type-aliases/ResponseSpace.md) -- [ResponseSpaceEvent](type-aliases/ResponseSpaceEvent.md) -- [ResponseSpaceInboxMessage](type-aliases/ResponseSpaceInboxMessage.md) -- [ResponseSpaceInboxMessages](type-aliases/ResponseSpaceInboxMessages.md) -- [ResponseSpaceInboxPublic](type-aliases/ResponseSpaceInboxPublic.md) -- [ResponseUpdateConfirmed](type-aliases/ResponseUpdateConfirmed.md) -- [ResponseUpdatesNotification](type-aliases/ResponseUpdatesNotification.md) -- [SpaceInbox](type-aliases/SpaceInbox.md) -- [SpaceInboxPublic](type-aliases/SpaceInboxPublic.md) -- [Updates](type-aliases/Updates.md) - -## Variables - -- [AccountInbox](variables/AccountInbox.md) -- [AccountInboxPublic](variables/AccountInboxPublic.md) -- [IdentityKeyBox](variables/IdentityKeyBox.md) -- [InboxMessage](variables/InboxMessage.md) -- [Invitation](variables/Invitation.md) -- [KeyBox](variables/KeyBox.md) -- [KeyBoxWithKeyId](variables/KeyBoxWithKeyId.md) -- [RequestAcceptInvitationEvent](variables/RequestAcceptInvitationEvent.md) -- [RequestConnectAddAppIdentityToSpaces](variables/RequestConnectAddAppIdentityToSpaces.md) -- [RequestConnectCreateAppIdentity](variables/RequestConnectCreateAppIdentity.md) -- [RequestConnectCreateIdentity](variables/RequestConnectCreateIdentity.md) -- [RequestConnectCreateSpaceEvent](variables/RequestConnectCreateSpaceEvent.md) -- [RequestCreateAccountInbox](variables/RequestCreateAccountInbox.md) -- [RequestCreateAccountInboxMessage](variables/RequestCreateAccountInboxMessage.md) -- [RequestCreateIdentity](variables/RequestCreateIdentity.md) -- [RequestCreateInvitationEvent](variables/RequestCreateInvitationEvent.md) -- [RequestCreateSpaceEvent](variables/RequestCreateSpaceEvent.md) -- [RequestCreateSpaceInboxEvent](variables/RequestCreateSpaceInboxEvent.md) -- [RequestCreateSpaceInboxMessage](variables/RequestCreateSpaceInboxMessage.md) -- [RequestCreateUpdate](variables/RequestCreateUpdate.md) -- [RequestGetAccountInboxes](variables/RequestGetAccountInboxes.md) -- [RequestGetLatestAccountInboxMessages](variables/RequestGetLatestAccountInboxMessages.md) -- [RequestGetLatestSpaceInboxMessages](variables/RequestGetLatestSpaceInboxMessages.md) -- [RequestListInvitations](variables/RequestListInvitations.md) -- [RequestListSpaces](variables/RequestListSpaces.md) -- [RequestLogin](variables/RequestLogin.md) -- [RequestLoginNonce](variables/RequestLoginNonce.md) -- [RequestLoginWithSigningKey](variables/RequestLoginWithSigningKey.md) -- [RequestMessage](variables/RequestMessage.md) -- [RequestSubscribeToSpace](variables/RequestSubscribeToSpace.md) -- [ResponseAccountInbox](variables/ResponseAccountInbox.md) -- [ResponseAccountInboxes](variables/ResponseAccountInboxes.md) -- [ResponseAccountInboxMessage](variables/ResponseAccountInboxMessage.md) -- [ResponseAccountInboxMessages](variables/ResponseAccountInboxMessages.md) -- [ResponseAccountInboxPublic](variables/ResponseAccountInboxPublic.md) -- [ResponseConnectCreateIdentity](variables/ResponseConnectCreateIdentity.md) -- [ResponseIdentity](variables/ResponseIdentity.md) -- [ResponseIdentityEncrypted](variables/ResponseIdentityEncrypted.md) -- [ResponseIdentityExistsError](variables/ResponseIdentityExistsError.md) -- [ResponseIdentityNotFoundError](variables/ResponseIdentityNotFoundError.md) -- [ResponseListAccountInboxesPublic](variables/ResponseListAccountInboxesPublic.md) -- [ResponseListInvitations](variables/ResponseListInvitations.md) -- [ResponseListSpaceInboxesPublic](variables/ResponseListSpaceInboxesPublic.md) -- [ResponseListSpaces](variables/ResponseListSpaces.md) -- [ResponseMessage](variables/ResponseMessage.md) -- [ResponseSpace](variables/ResponseSpace.md) -- [ResponseSpaceEvent](variables/ResponseSpaceEvent.md) -- [ResponseSpaceInboxMessage](variables/ResponseSpaceInboxMessage.md) -- [ResponseSpaceInboxMessages](variables/ResponseSpaceInboxMessages.md) -- [ResponseSpaceInboxPublic](variables/ResponseSpaceInboxPublic.md) -- [ResponseUpdateConfirmed](variables/ResponseUpdateConfirmed.md) -- [ResponseUpdatesNotification](variables/ResponseUpdatesNotification.md) -- [SignedUpdate](variables/SignedUpdate.md) -- [SpaceInbox](variables/SpaceInbox.md) -- [SpaceInboxPublic](variables/SpaceInboxPublic.md) -- [Updates](variables/Updates.md) - -## Functions - -- [decryptMessage](functions/decryptMessage.md) -- [deserialize](functions/deserialize.md) -- [encryptMessage](functions/encryptMessage.md) -- [recoverUpdateMessageSigner](functions/recoverUpdateMessageSigner.md) -- [serialize](functions/serialize.md) -- [signedUpdateMessage](functions/signedUpdateMessage.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" deleted file mode 100644 index 5cc2e81d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: AccountInbox - -> **AccountInbox** = `Schema.Schema.Type`\<*typeof* [`AccountInbox`](../variables/AccountInbox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:333](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L333) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" deleted file mode 100644 index 8c72c2a1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/AccountInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: AccountInboxPublic - -> **AccountInboxPublic** = `Schema.Schema.Type`\<*typeof* [`AccountInboxPublic`](../variables/AccountInboxPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:479](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L479) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" deleted file mode 100644 index 22a1d3c4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/IdentityKeyBox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: IdentityKeyBox - -> **IdentityKeyBox** = `Schema.Schema.Type`\<*typeof* [`IdentityKeyBox`](../variables/IdentityKeyBox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" deleted file mode 100644 index 3ee73ed2..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/InboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: InboxMessage - -> **InboxMessage** = `Schema.Schema.Type`\<*typeof* [`InboxMessage`](../variables/InboxMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:313](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L313) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" deleted file mode 100644 index 6e4af612..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Invitation.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: Invitation - -> **Invitation** = `Schema.Schema.Type`\<*typeof* [`Invitation`](../variables/Invitation.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:290](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L290) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" deleted file mode 100644 index f79c79b5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: KeyBox - -> **KeyBox** = `Schema.Schema.Type`\<*typeof* [`KeyBox`](../variables/KeyBox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" deleted file mode 100644 index 8bccba86..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/KeyBoxWithKeyId.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: KeyBoxWithKeyId - -> **KeyBoxWithKeyId** = `Schema.Schema.Type`\<*typeof* [`KeyBoxWithKeyId`](../variables/KeyBoxWithKeyId.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L36) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" deleted file mode 100644 index c044400e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestAcceptInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestAcceptInvitationEvent - -> **RequestAcceptInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`RequestAcceptInvitationEvent`](../variables/RequestAcceptInvitationEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:98](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L98) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" deleted file mode 100644 index e14e78dc..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectAddAppIdentityToSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestConnectAddAppIdentityToSpaces - -> **RequestConnectAddAppIdentityToSpaces** = `Schema.Schema.Type`\<*typeof* [`RequestConnectAddAppIdentityToSpaces`](../variables/RequestConnectAddAppIdentityToSpaces.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" deleted file mode 100644 index ab949b11..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateAppIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestConnectCreateAppIdentity - -> **RequestConnectCreateAppIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateAppIdentity`](../variables/RequestConnectCreateAppIdentity.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:243](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L243) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" deleted file mode 100644 index 995fd9a6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestConnectCreateIdentity - -> **RequestConnectCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateIdentity`](../variables/RequestConnectCreateIdentity.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:233](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L233) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" deleted file mode 100644 index abb3faeb..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestConnectCreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestConnectCreateSpaceEvent - -> **RequestConnectCreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`RequestConnectCreateSpaceEvent`](../variables/RequestConnectCreateSpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" deleted file mode 100644 index 27104f2a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateAccountInbox - -> **RequestCreateAccountInbox** = `Schema.Schema.Type`\<*typeof* [`RequestCreateAccountInbox`](../variables/RequestCreateAccountInbox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:135](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L135) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" deleted file mode 100644 index 9ef7c1ce..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateAccountInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateAccountInboxMessage - -> **RequestCreateAccountInboxMessage** = `Schema.Schema.Type`\<*typeof* [`RequestCreateAccountInboxMessage`](../variables/RequestCreateAccountInboxMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:270](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L270) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" deleted file mode 100644 index 51c7f4c3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateIdentity - -> **RequestCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`RequestCreateIdentity`](../variables/RequestCreateIdentity.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:221](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L221) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" deleted file mode 100644 index 6892f0f0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateInvitationEvent - -> **RequestCreateInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateInvitationEvent`](../variables/RequestCreateInvitationEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:75](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L75) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" deleted file mode 100644 index 7bee7128..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateSpaceEvent - -> **RequestCreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceEvent`](../variables/RequestCreateSpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L52) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" deleted file mode 100644 index 59a4a1fc..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateSpaceInboxEvent - -> **RequestCreateSpaceInboxEvent** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceInboxEvent`](../variables/RequestCreateSpaceInboxEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:147](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L147) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" deleted file mode 100644 index d219aec1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateSpaceInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateSpaceInboxMessage - -> **RequestCreateSpaceInboxMessage** = `Schema.Schema.Type`\<*typeof* [`RequestCreateSpaceInboxMessage`](../variables/RequestCreateSpaceInboxMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:262](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L262) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" deleted file mode 100644 index 1bfef76e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestCreateUpdate.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestCreateUpdate - -> **RequestCreateUpdate** = `Schema.Schema.Type`\<*typeof* [`RequestCreateUpdate`](../variables/RequestCreateUpdate.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:126](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L126) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" deleted file mode 100644 index 5bfc3b03..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetAccountInboxes.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestGetAccountInboxes - -> **RequestGetAccountInboxes** = `Schema.Schema.Type`\<*typeof* [`RequestGetAccountInboxes`](../variables/RequestGetAccountInboxes.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L173) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" deleted file mode 100644 index 57185ae4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestAccountInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestGetLatestAccountInboxMessages - -> **RequestGetLatestAccountInboxMessages** = `Schema.Schema.Type`\<*typeof* [`RequestGetLatestAccountInboxMessages`](../variables/RequestGetLatestAccountInboxMessages.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:164](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L164) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" deleted file mode 100644 index 030377fd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestGetLatestSpaceInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestGetLatestSpaceInboxMessages - -> **RequestGetLatestSpaceInboxMessages** = `Schema.Schema.Type`\<*typeof* [`RequestGetLatestSpaceInboxMessages`](../variables/RequestGetLatestSpaceInboxMessages.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" deleted file mode 100644 index aebded03..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListInvitations.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestListInvitations - -> **RequestListInvitations** = `Schema.Schema.Type`\<*typeof* [`RequestListInvitations`](../variables/RequestListInvitations.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" deleted file mode 100644 index 5baa0366..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestListSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestListSpaces - -> **RequestListSpaces** = `Schema.Schema.Type`\<*typeof* [`RequestListSpaces`](../variables/RequestListSpaces.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:114](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L114) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" deleted file mode 100644 index 78e366d7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLogin.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestLogin - -> **RequestLogin** = `Schema.Schema.Type`\<*typeof* [`RequestLogin`](../variables/RequestLogin.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L204) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" deleted file mode 100644 index f5bd0e7c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginNonce.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestLoginNonce - -> **RequestLoginNonce** = `Schema.Schema.Type`\<*typeof* [`RequestLoginNonce`](../variables/RequestLoginNonce.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:198](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L198) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" deleted file mode 100644 index 123a88fa..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestLoginWithSigningKey.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestLoginWithSigningKey - -> **RequestLoginWithSigningKey** = `Schema.Schema.Type`\<*typeof* [`RequestLoginWithSigningKey`](../variables/RequestLoginWithSigningKey.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:212](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L212) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" deleted file mode 100644 index cc34238b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestMessage - -> **RequestMessage** = `Schema.Schema.Type`\<*typeof* [`RequestMessage`](../variables/RequestMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:179](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L179) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" deleted file mode 100644 index fd3ee3c6..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/RequestSubscribeToSpace.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: RequestSubscribeToSpace - -> **RequestSubscribeToSpace** = `Schema.Schema.Type`\<*typeof* [`RequestSubscribeToSpace`](../variables/RequestSubscribeToSpace.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:106](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L106) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" deleted file mode 100644 index 6bb35470..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseAccountInbox - -> **ResponseAccountInbox** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInbox`](../variables/ResponseAccountInbox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:344](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L344) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" deleted file mode 100644 index b5fba5c3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseAccountInboxMessage - -> **ResponseAccountInboxMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxMessage`](../variables/ResponseAccountInboxMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L398) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" deleted file mode 100644 index a6e3d447..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseAccountInboxMessages - -> **ResponseAccountInboxMessages** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxMessages`](../variables/ResponseAccountInboxMessages.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:407](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L407) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" deleted file mode 100644 index 4cb58945..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseAccountInboxPublic - -> **ResponseAccountInboxPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxPublic`](../variables/ResponseAccountInboxPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:490](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L490) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" deleted file mode 100644 index c3b7c669..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseAccountInboxes.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseAccountInboxes - -> **ResponseAccountInboxes** = `Schema.Schema.Type`\<*typeof* [`ResponseAccountInboxes`](../variables/ResponseAccountInboxes.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:416](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L416) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" deleted file mode 100644 index 939f63bf..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseConnectCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseConnectCreateIdentity - -> **ResponseConnectCreateIdentity** = `Schema.Schema.Type`\<*typeof* [`ResponseConnectCreateIdentity`](../variables/ResponseConnectCreateIdentity.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:256](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L256) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" deleted file mode 100644 index 9102ab25..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseIdentity - -> **ResponseIdentity** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentity`](../variables/ResponseIdentity.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:446](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L446) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" deleted file mode 100644 index ab94413e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityEncrypted.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseIdentityEncrypted - -> **ResponseIdentityEncrypted** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityEncrypted`](../variables/ResponseIdentityEncrypted.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:440](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L440) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" deleted file mode 100644 index a75db2aa..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityExistsError.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseIdentityExistsError - -> **ResponseIdentityExistsError** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityExistsError`](../variables/ResponseIdentityExistsError.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:508](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L508) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" deleted file mode 100644 index 178220e9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseIdentityNotFoundError.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseIdentityNotFoundError - -> **ResponseIdentityNotFoundError** = `Schema.Schema.Type`\<*typeof* [`ResponseIdentityNotFoundError`](../variables/ResponseIdentityNotFoundError.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:502](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L502) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" deleted file mode 100644 index 941d4967..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListAccountInboxesPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseListAccountInboxesPublic - -> **ResponseListAccountInboxesPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseListAccountInboxesPublic`](../variables/ResponseListAccountInboxesPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:496](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L496) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" deleted file mode 100644 index 1522b32b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListInvitations.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseListInvitations - -> **ResponseListInvitations** = `Schema.Schema.Type`\<*typeof* [`ResponseListInvitations`](../variables/ResponseListInvitations.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:298](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L298) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" deleted file mode 100644 index fc813a83..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaceInboxesPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseListSpaceInboxesPublic - -> **ResponseListSpaceInboxesPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseListSpaceInboxesPublic`](../variables/ResponseListSpaceInboxesPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:473](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L473) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" deleted file mode 100644 index 6a1d18b9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseListSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseListSpaces - -> **ResponseListSpaces** = `Schema.Schema.Type`\<*typeof* [`ResponseListSpaces`](../variables/ResponseListSpaces.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:278](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L278) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" deleted file mode 100644 index ac8cf443..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseMessage - -> **ResponseMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseMessage`](../variables/ResponseMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:423](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L423) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" deleted file mode 100644 index 95c2c14e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpace.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseSpace - -> **ResponseSpace** = `Schema.Schema.Type`\<*typeof* [`ResponseSpace`](../variables/ResponseSpace.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L351) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" deleted file mode 100644 index 77c3317d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseSpaceEvent - -> **ResponseSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceEvent`](../variables/ResponseSpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:305](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L305) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" deleted file mode 100644 index 4e9707a4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseSpaceInboxMessage - -> **ResponseSpaceInboxMessage** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxMessage`](../variables/ResponseSpaceInboxMessage.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:380](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L380) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" deleted file mode 100644 index 951d875d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseSpaceInboxMessages - -> **ResponseSpaceInboxMessages** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxMessages`](../variables/ResponseSpaceInboxMessages.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:389](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L389) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" deleted file mode 100644 index 4d3a1c42..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseSpaceInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseSpaceInboxPublic - -> **ResponseSpaceInboxPublic** = `Schema.Schema.Type`\<*typeof* [`ResponseSpaceInboxPublic`](../variables/ResponseSpaceInboxPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:467](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L467) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" deleted file mode 100644 index e2d3efb8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdateConfirmed.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseUpdateConfirmed - -> **ResponseUpdateConfirmed** = `Schema.Schema.Type`\<*typeof* [`ResponseUpdateConfirmed`](../variables/ResponseUpdateConfirmed.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:363](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L363) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" deleted file mode 100644 index e5eb30dd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/ResponseUpdatesNotification.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ResponseUpdatesNotification - -> **ResponseUpdatesNotification** = `Schema.Schema.Type`\<*typeof* [`ResponseUpdatesNotification`](../variables/ResponseUpdatesNotification.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:372](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L372) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" deleted file mode 100644 index 66e3be67..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceInbox - -> **SpaceInbox** = `Schema.Schema.Type`\<*typeof* [`SpaceInbox`](../variables/SpaceInbox.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:323](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L323) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" deleted file mode 100644 index 79cbbf71..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/SpaceInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceInboxPublic - -> **SpaceInboxPublic** = `Schema.Schema.Type`\<*typeof* [`SpaceInboxPublic`](../variables/SpaceInboxPublic.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:457](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L457) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" deleted file mode 100644 index 42883317..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/type-aliases/Updates.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: Updates - -> **Updates** = `Schema.Schema.Type`\<*typeof* [`Updates`](../variables/Updates.md)\> - -Defined in: [packages/hypergraph/src/messages/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" deleted file mode 100644 index d4f3627d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: AccountInbox - -> `const` **AccountInbox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:333](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L333) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" deleted file mode 100644 index d8d7be34..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/AccountInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: AccountInboxPublic - -> `const` **AccountInboxPublic**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:479](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L479) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" deleted file mode 100644 index 9328ab1b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/IdentityKeyBox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: IdentityKeyBox - -> `const` **IdentityKeyBox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L43) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" deleted file mode 100644 index 54cef738..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/InboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: InboxMessage - -> `const` **InboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:313](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L313) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" deleted file mode 100644 index 2ee04698..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Invitation.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Invitation - -> `const` **Invitation**: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:290](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L290) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" deleted file mode 100644 index 5885b898..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: KeyBox - -> `const` **KeyBox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" deleted file mode 100644 index 3dfcd20e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/KeyBoxWithKeyId.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: KeyBoxWithKeyId - -> `const` **KeyBoxWithKeyId**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L36) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" deleted file mode 100644 index 3156a18e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestAcceptInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestAcceptInvitationEvent - -> `const` **RequestAcceptInvitationEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:98](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L98) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" deleted file mode 100644 index c6eaa194..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectAddAppIdentityToSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestConnectAddAppIdentityToSpaces - -> `const` **RequestConnectAddAppIdentityToSpaces**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `appIdentityAddress`: *typeof* `String$`; `spacesInput`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; \}\>\>; `type`: `Literal`\<\[`"connect-add-app-identity-to-spaces"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" deleted file mode 100644 index c093a795..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateAppIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestConnectCreateAppIdentity - -> `const` **RequestConnectCreateAppIdentity**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `address`: *typeof* `String$`; `appId`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:243](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L243) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" deleted file mode 100644 index 6605b20e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestConnectCreateIdentity - -> `const` **RequestConnectCreateIdentity**: `Struct`\<\{ `accountProof`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:233](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L233) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" deleted file mode 100644 index dd1581d0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestConnectCreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestConnectCreateSpaceEvent - -> `const` **RequestConnectCreateSpaceEvent**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `infoContent`: *typeof* `String$`; `infoSignature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"connect-create-space-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:62](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L62) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" deleted file mode 100644 index cae0bda4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateAccountInbox - -> `const` **RequestCreateAccountInbox**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `type`: `Literal`\<\[`"create-account-inbox"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:135](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L135) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" deleted file mode 100644 index 74b4be0d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateAccountInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateAccountInboxMessage - -> `const` **RequestCreateAccountInboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:270](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L270) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" deleted file mode 100644 index dec5b783..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateIdentity - -> `const` **RequestCreateIdentity**: `Struct`\<\{ `accountProof`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; `keyProof`: *typeof* `String$`; `message`: *typeof* `String$`; `signature`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:221](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L221) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" deleted file mode 100644 index 7fac3243..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateInvitationEvent - -> `const` **RequestCreateInvitationEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:75](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L75) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" deleted file mode 100644 index ef51e3fa..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateSpaceEvent - -> `const` **RequestCreateSpaceEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:52](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L52) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" deleted file mode 100644 index c192b929..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateSpaceInboxEvent - -> `const` **RequestCreateSpaceInboxEvent**: `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:147](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L147) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" deleted file mode 100644 index 7f7c5a93..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateSpaceInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateSpaceInboxMessage - -> `const` **RequestCreateSpaceInboxMessage**: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:262](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L262) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" deleted file mode 100644 index 40fafb88..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestCreateUpdate.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestCreateUpdate - -> `const` **RequestCreateUpdate**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-update"`\]\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:126](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L126) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" deleted file mode 100644 index 41d71dd4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetAccountInboxes.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestGetAccountInboxes - -> `const` **RequestGetAccountInboxes**: `Struct`\<\{ `type`: `Literal`\<\[`"get-account-inboxes"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:173](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L173) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" deleted file mode 100644 index c266ac9e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestAccountInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestGetLatestAccountInboxMessages - -> `const` **RequestGetLatestAccountInboxMessages**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `since`: *typeof* `Date$`; `type`: `Literal`\<\[`"get-latest-account-inbox-messages"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:164](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L164) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" deleted file mode 100644 index 2c8e2c78..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestGetLatestSpaceInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestGetLatestSpaceInboxMessages - -> `const` **RequestGetLatestSpaceInboxMessages**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `since`: *typeof* `Date$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"get-latest-space-inbox-messages"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" deleted file mode 100644 index 503de7a0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListInvitations.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestListInvitations - -> `const` **RequestListInvitations**: `Struct`\<\{ `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" deleted file mode 100644 index eb099272..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestListSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestListSpaces - -> `const` **RequestListSpaces**: `Struct`\<\{ `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:114](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L114) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" deleted file mode 100644 index 62dd30b7..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLogin.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestLogin - -> `const` **RequestLogin**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `message`: *typeof* `String$`; `signature`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:204](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L204) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" deleted file mode 100644 index 760da9b1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginNonce.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestLoginNonce - -> `const` **RequestLoginNonce**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:198](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L198) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" deleted file mode 100644 index b3e6d77d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestLoginWithSigningKey.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestLoginWithSigningKey - -> `const` **RequestLoginWithSigningKey**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `message`: *typeof* `String$`; `publicKey`: *typeof* `String$`; `signature`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:212](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L212) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" deleted file mode 100644 index b18730be..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestMessage - -> `const` **RequestMessage**: `Union`\<\[`Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>; `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>; `name`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-event"`\]\>; \}\>, `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation-event"`\]\>; \}\>, `Struct`\<\{ `event`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation-event"`\]\>; \}\>\]\> - -Defined in: [packages/hypergraph/src/messages/types.ts:179](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L179) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" deleted file mode 100644 index 24e8f784..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/RequestSubscribeToSpace.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: RequestSubscribeToSpace - -> `const` **RequestSubscribeToSpace**: `Struct`\<\{ `id`: *typeof* `String$`; `lastKnownUpdateClock`: `optional`\<*typeof* `Number$`\>; `type`: `Literal`\<\[`"subscribe-space"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:106](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L106) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" deleted file mode 100644 index 9ec6635e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseAccountInbox - -> `const` **ResponseAccountInbox**: `Struct`\<\{ `inbox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `type`: `Literal`\<\[`"account-inbox"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:344](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L344) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" deleted file mode 100644 index 67047f74..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseAccountInboxMessage - -> `const` **ResponseAccountInboxMessage**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `message`: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>; `type`: `Literal`\<\[`"account-inbox-message"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:398](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L398) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" deleted file mode 100644 index 63684051..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseAccountInboxMessages - -> `const` **ResponseAccountInboxMessages**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `messages`: `Array$`\<`Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>\>; `type`: `Literal`\<\[`"account-inbox-messages"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:407](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L407) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" deleted file mode 100644 index 40511616..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseAccountInboxPublic - -> `const` **ResponseAccountInboxPublic**: `Struct`\<\{ `inbox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:490](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L490) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" deleted file mode 100644 index 8ed5abc3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseAccountInboxes.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseAccountInboxes - -> `const` **ResponseAccountInboxes**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>\>; `type`: `Literal`\<\[`"account-inboxes"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:416](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L416) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" deleted file mode 100644 index 3f2c5b45..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseConnectCreateIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseConnectCreateIdentity - -> `const` **ResponseConnectCreateIdentity**: `Struct`\<\{ `success`: *typeof* `Boolean$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:256](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L256) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" deleted file mode 100644 index 3e452bc5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentity.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseIdentity - -> `const` **ResponseIdentity**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `accountProof`: *typeof* `String$`; `appId`: `optional`\<*typeof* `String$`\>; `encryptionPublicKey`: *typeof* `String$`; `keyProof`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:446](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L446) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" deleted file mode 100644 index b9e2fd57..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityEncrypted.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseIdentityEncrypted - -> `const` **ResponseIdentityEncrypted**: `Struct`\<\{ `keyBox`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `nonce`: *typeof* `String$`; `signer`: *typeof* `String$`; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:440](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L440) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" deleted file mode 100644 index 650201c0..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityExistsError.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseIdentityExistsError - -> `const` **ResponseIdentityExistsError**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:508](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L508) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" deleted file mode 100644 index b035f296..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseIdentityNotFoundError.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseIdentityNotFoundError - -> `const` **ResponseIdentityNotFoundError**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:502](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L502) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" deleted file mode 100644 index 8d975e85..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListAccountInboxesPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseListAccountInboxesPublic - -> `const` **ResponseListAccountInboxesPublic**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:496](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L496) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" deleted file mode 100644 index c7a19a5a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListInvitations.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseListInvitations - -> `const` **ResponseListInvitations**: `Struct`\<\{ `invitations`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:298](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L298) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" deleted file mode 100644 index 26e4954d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaceInboxesPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseListSpaceInboxesPublic - -> `const` **ResponseListSpaceInboxesPublic**: `Struct`\<\{ `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[..., ..., ...\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:473](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L473) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" deleted file mode 100644 index fbaa4862..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseListSpaces.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseListSpaces - -> `const` **ResponseListSpaces**: `Struct`\<\{ `spaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `name`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:278](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L278) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" deleted file mode 100644 index 61c7cf8a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseMessage - -> `const` **ResponseMessage**: `Union`\<\[`Struct`\<\{ `spaces`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `name`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-spaces"`\]\>; \}\>, `Struct`\<\{ `invitations`: `Array$`\<`Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `spaceId`: *typeof* `String$`; \}\>\>; `type`: `Literal`\<\[`"list-invitations"`\]\>; \}\>, `Struct`\<\{ `events`: `Array$`\<`Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: ...; `id`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `inviteeAccountAddress`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `id`: ...; `previousEventHash`: ...; `type`: ...; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: ...; `signature`: ...; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: ...; `encryptionPublicKey`: ...; `id`: ...; `inboxId`: ...; `isPublic`: ...; `previousEventHash`: ...; `secretKey`: ...; `spaceId`: ...; `type`: ...; \}\>; \}\>\]\>\>; `id`: *typeof* `String$`; `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[...\]\>, `Literal`\<\[...\]\>, `Literal`\<\[...\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `name`: *typeof* `String$`; `type`: `Literal`\<\[`"space"`\]\>; `updates`: `optional`\<`Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>\>; \}\>, `Struct`\<\{ `event`: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<...\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<...\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<...\>; \}\>; \}\>\]\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-event"`\]\>; \}\>\]\> - -Defined in: [packages/hypergraph/src/messages/types.ts:423](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L423) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" deleted file mode 100644 index 6e362b4d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpace.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseSpace - -> `const` **ResponseSpace**: `Struct`\<\{ `events`: `Array$`\<`Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: ...; `recovery`: ...; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[..., ..., ...\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[...\]\>; \}\>; \}\>\]\>\>; `id`: *typeof* `String$`; `inboxes`: `Array$`\<`Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `keyBoxes`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `authorPublicKey`: *typeof* `String$`; `ciphertext`: *typeof* `String$`; `id`: *typeof* `String$`; `nonce`: *typeof* `String$`; \}\>\>; `name`: *typeof* `String$`; `type`: `Literal`\<\[`"space"`\]\>; `updates`: `optional`\<`Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:351](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L351) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" deleted file mode 100644 index bd33fa16..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseSpaceEvent - -> `const` **ResponseSpaceEvent**: `Struct`\<\{ `event`: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<...\>, `Literal`\<...\>, `Literal`\<...\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>\]\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-event"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:305](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L305) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" deleted file mode 100644 index 9188b6b3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessage.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseSpaceInboxMessage - -> `const` **ResponseSpaceInboxMessage**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `message`: `Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-inbox-message"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:380](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L380) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" deleted file mode 100644 index 11bf5e64..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxMessages.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseSpaceInboxMessages - -> `const` **ResponseSpaceInboxMessages**: `Struct`\<\{ `inboxId`: *typeof* `String$`; `messages`: `Array$`\<`Struct`\<\{ `authorAccountAddress`: `optional`\<*typeof* `String$`\>; `ciphertext`: *typeof* `String$`; `createdAt`: *typeof* `Date$`; `id`: *typeof* `String$`; `signature`: `optional`\<`Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>\>; \}\>\>; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"space-inbox-messages"`\]\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:389](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L389) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" deleted file mode 100644 index 7c11a1e1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseSpaceInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseSpaceInboxPublic - -> `const` **ResponseSpaceInboxPublic**: `Struct`\<\{ `inbox`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<...\>, `Literal`\<...\>, `Literal`\<...\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:467](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L467) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" deleted file mode 100644 index afc267cd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdateConfirmed.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseUpdateConfirmed - -> `const` **ResponseUpdateConfirmed**: `Struct`\<\{ `clock`: *typeof* `Number$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"update-confirmed"`\]\>; `updateId`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:363](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L363) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" deleted file mode 100644 index 29239702..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/ResponseUpdatesNotification.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: ResponseUpdatesNotification - -> `const` **ResponseUpdatesNotification**: `Struct`\<\{ `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"updates-notification"`\]\>; `updates`: `Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:372](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L372) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" deleted file mode 100644 index 3b87d926..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SignedUpdate.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SignedUpdate - -> `const` **SignedUpdate**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L12) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" deleted file mode 100644 index e9b180ea..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceInbox - -> `const` **SpaceInbox**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:323](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L323) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" deleted file mode 100644 index 68fe2495..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/SpaceInboxPublic.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceInboxPublic - -> `const` **SpaceInboxPublic**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `creationEvent`: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:457](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L457) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" deleted file mode 100644 index 382d924a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Messages/variables/Updates.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Updates - -> `const` **Updates**: `Struct`\<\{ `firstUpdateClock`: *typeof* `Number$`; `lastUpdateClock`: *typeof* `Number$`; `updates`: `Array$`\<`Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; `update`: *typeof* `Uint8Array$`; `updateId`: *typeof* `String$`; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/messages/types.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/messages/types.ts#L19) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" deleted file mode 100644 index d345e5e5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/InvalidEventError.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Class: InvalidEventError - -Defined in: [packages/hypergraph/src/space-events/types.ts:133](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L133) - -## Constructors - -### Constructor - -> **new InvalidEventError**(): `InvalidEventError` - -#### Returns - -`InvalidEventError` - -## Properties - -### \_tag - -> `readonly` **\_tag**: `"InvalidEventError"` = `'InvalidEventError'` - -Defined in: [packages/hypergraph/src/space-events/types.ts:134](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L134) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" deleted file mode 100644 index fd28f4ad..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/classes/VerifySignatureError.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Class: VerifySignatureError - -Defined in: [packages/hypergraph/src/space-events/types.ts:129](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L129) - -## Constructors - -### Constructor - -> **new VerifySignatureError**(): `VerifySignatureError` - -#### Returns - -`VerifySignatureError` - -## Properties - -### \_tag - -> `readonly` **\_tag**: `"VerifySignatureError"` = `'VerifySignatureError'` - -Defined in: [packages/hypergraph/src/space-events/types.ts:130](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L130) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" deleted file mode 100644 index fa4a1c5b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/acceptInvitation.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: acceptInvitation() - -> **acceptInvitation**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> - -Defined in: [packages/hypergraph/src/space-events/accept-invitation.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/accept-invitation.ts#L12) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" deleted file mode 100644 index 6f48142a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/applyEvent.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: applyEvent() - -> **applyEvent**(`__namedParameters`): `Effect`\<\{ `id`: `string`; `inboxes`: \{\[`key`: `string`\]: `object`; \}; `invitations`: \{\[`key`: `string`\]: `object`; \}; `lastEventHash`: `string`; `members`: \{\[`key`: `string`\]: `object`; \}; `removedMembers`: \{\[`key`: `string`\]: `object`; \}; \}, [`ApplyError`](../type-aliases/ApplyError.md)\> - -Defined in: [packages/hypergraph/src/space-events/apply-event.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/apply-event.ts#L29) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Effect`\<\{ `id`: `string`; `inboxes`: \{\[`key`: `string`\]: `object`; \}; `invitations`: \{\[`key`: `string`\]: `object`; \}; `lastEventHash`: `string`; `members`: \{\[`key`: `string`\]: `object`; \}; `removedMembers`: \{\[`key`: `string`\]: `object`; \}; \}, [`ApplyError`](../type-aliases/ApplyError.md)\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" deleted file mode 100644 index 52152b99..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInbox.md" +++ /dev/null @@ -1,61 +0,0 @@ -# Function: createInbox() - -> **createInbox**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}, `undefined`\> - -Defined in: [packages/hypergraph/src/space-events/create-inbox.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-inbox.ts#L7) - -## Parameters - -### \_\_namedParameters - -#### author - -\{ `accountAddress`: `string`; `encryptionPublicKey`: `string`; `signaturePrivateKey`: `string`; `signaturePublicKey`: `string`; \} - -#### author.accountAddress - -`string` = `Schema.String` - -#### author.encryptionPublicKey - -`string` = `Schema.String` - -#### author.signaturePrivateKey - -`string` = `Schema.String` - -#### author.signaturePublicKey - -`string` = `Schema.String` - -#### authPolicy - -`"anonymous"` \| `"optional_auth"` \| `"requires_auth"` - -#### encryptionPublicKey - -`string` - -#### inboxId - -`string` - -#### isPublic - -`boolean` - -#### previousEventHash - -`string` - -#### secretKey - -`string` - -#### spaceId - -`string` - -## Returns - -`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" deleted file mode 100644 index d15f9641..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createInvitation.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: createInvitation() - -> **createInvitation**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \}, `undefined`\> - -Defined in: [packages/hypergraph/src/space-events/create-invitation.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-invitation.ts#L15) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" deleted file mode 100644 index 3dfce08e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/createSpace.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: createSpace() - -> **createSpace**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \}, `undefined`\> - -Defined in: [packages/hypergraph/src/space-events/create-space.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/create-space.ts#L12) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" deleted file mode 100644 index aa78641a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/deleteSpace.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: deleteSpace() - -> **deleteSpace**(`__namedParameters`): `Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> - -Defined in: [packages/hypergraph/src/space-events/delete-space.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/delete-space.ts#L14) - -## Parameters - -### \_\_namedParameters - -`Params` - -## Returns - -`Effect`\<\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} \| \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \}, `undefined`\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" deleted file mode 100644 index c74322d1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/functions/hashEvent.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: hashEvent() - -> **hashEvent**(`event`): `string` - -Defined in: [packages/hypergraph/src/space-events/hash-event.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/hash-event.ts#L7) - -## Parameters - -### event - -\{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `creatorAccountAddress`: `string`; `id`: `string`; `type`: `"create-space"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"delete-space"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `inviteeAccountAddress`: `string`; `previousEventHash`: `string`; `type`: `"create-invitation"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `authPolicy`: `"anonymous"` \| `"optional_auth"` \| `"requires_auth"`; `encryptionPublicKey`: `string`; `id`: `string`; `inboxId`: `string`; `isPublic`: `boolean`; `previousEventHash`: `string`; `secretKey`: `string`; `spaceId`: `string`; `type`: `"create-space-inbox"`; \}; \} | \{ `author`: \{ `accountAddress`: `string`; `signature`: \{ `hex`: `string`; `recovery`: `number`; \}; \}; `transaction`: \{ `id`: `string`; `previousEventHash`: `string`; `type`: `"accept-invitation"`; \}; \} - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" deleted file mode 100644 index 9c73eb19..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/index.md" +++ /dev/null @@ -1,47 +0,0 @@ -# SpaceEvents - -## Classes - -- [InvalidEventError](classes/InvalidEventError.md) -- [VerifySignatureError](classes/VerifySignatureError.md) - -## Type Aliases - -- [AcceptInvitationEvent](type-aliases/AcceptInvitationEvent.md) -- [ApplyError](type-aliases/ApplyError.md) -- [Author](type-aliases/Author.md) -- [CreateInvitationEvent](type-aliases/CreateInvitationEvent.md) -- [CreateSpaceEvent](type-aliases/CreateSpaceEvent.md) -- [CreateSpaceInboxEvent](type-aliases/CreateSpaceInboxEvent.md) -- [DeleteSpaceEvent](type-aliases/DeleteSpaceEvent.md) -- [EventAuthor](type-aliases/EventAuthor.md) -- [SpaceEvent](type-aliases/SpaceEvent.md) -- [SpaceInbox](type-aliases/SpaceInbox.md) -- [SpaceInvitation](type-aliases/SpaceInvitation.md) -- [SpaceMember](type-aliases/SpaceMember.md) -- [SpaceState](type-aliases/SpaceState.md) - -## Variables - -- [AcceptInvitationEvent](variables/AcceptInvitationEvent.md) -- [Author](variables/Author.md) -- [CreateInvitationEvent](variables/CreateInvitationEvent.md) -- [CreateSpaceEvent](variables/CreateSpaceEvent.md) -- [CreateSpaceInboxEvent](variables/CreateSpaceInboxEvent.md) -- [DeleteSpaceEvent](variables/DeleteSpaceEvent.md) -- [EventAuthor](variables/EventAuthor.md) -- [SpaceEvent](variables/SpaceEvent.md) -- [SpaceInbox](variables/SpaceInbox.md) -- [SpaceInvitation](variables/SpaceInvitation.md) -- [SpaceMember](variables/SpaceMember.md) -- [SpaceState](variables/SpaceState.md) - -## Functions - -- [acceptInvitation](functions/acceptInvitation.md) -- [applyEvent](functions/applyEvent.md) -- [createInbox](functions/createInbox.md) -- [createInvitation](functions/createInvitation.md) -- [createSpace](functions/createSpace.md) -- [deleteSpace](functions/deleteSpace.md) -- [hashEvent](functions/hashEvent.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" deleted file mode 100644 index 7e7afb19..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/AcceptInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: AcceptInvitationEvent - -> **AcceptInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`AcceptInvitationEvent`](../variables/AcceptInvitationEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:99](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L99) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" deleted file mode 100644 index 7cf4f94a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/ApplyError.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: ApplyError - -> **ApplyError** = `ParseError` \| [`VerifySignatureError`](../classes/VerifySignatureError.md) \| [`InvalidEventError`](../classes/InvalidEventError.md) \| [`InvalidIdentityError`](../../Identity/classes/InvalidIdentityError.md) - -Defined in: [packages/hypergraph/src/space-events/types.ts:137](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L137) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" deleted file mode 100644 index d8917520..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/Author.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: Author - -> **Author** = `Schema.Schema.Type`\<*typeof* [`Author`](../variables/Author.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" deleted file mode 100644 index d2a69ed5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: CreateInvitationEvent - -> **CreateInvitationEvent** = `Schema.Schema.Type`\<*typeof* [`CreateInvitationEvent`](../variables/CreateInvitationEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L70) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" deleted file mode 100644 index 0f10dce1..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: CreateSpaceEvent - -> **CreateSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`CreateSpaceEvent`](../variables/CreateSpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L48) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" deleted file mode 100644 index 39448ab8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/CreateSpaceInboxEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: CreateSpaceInboxEvent - -> **CreateSpaceInboxEvent** = `Schema.Schema.Type`\<*typeof* [`CreateSpaceInboxEvent`](../variables/CreateSpaceInboxEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" deleted file mode 100644 index 9e1f32af..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/DeleteSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: DeleteSpaceEvent - -> **DeleteSpaceEvent** = `Schema.Schema.Type`\<*typeof* [`DeleteSpaceEvent`](../variables/DeleteSpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:59](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L59) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" deleted file mode 100644 index cdc5463d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/EventAuthor.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: EventAuthor - -> **EventAuthor** = `Schema.Schema.Type`\<*typeof* [`Author`](../variables/Author.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L7) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" deleted file mode 100644 index d6ae0179..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceEvent - -> **SpaceEvent** = `Schema.Schema.Type`\<*typeof* [`SpaceEvent`](../variables/SpaceEvent.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:110](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L110) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" deleted file mode 100644 index cb2f9027..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceInbox - -> **SpaceInbox** = `Schema.Schema.Type`\<*typeof* [`SpaceInbox`](../variables/SpaceInbox.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" deleted file mode 100644 index f480cad2..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceInvitation.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceInvitation - -> **SpaceInvitation** = `Schema.Schema.Type`\<*typeof* [`SpaceInvitation`](../variables/SpaceInvitation.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L21) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" deleted file mode 100644 index 9b9caae8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceMember.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceMember - -> **SpaceMember** = `Schema.Schema.Type`\<*typeof* [`SpaceMember`](../variables/SpaceMember.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L14) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" deleted file mode 100644 index 2fc6a3cf..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/type-aliases/SpaceState.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceState - -> **SpaceState** = `Schema.Schema.Type`\<*typeof* [`SpaceState`](../variables/SpaceState.md)\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L37) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" deleted file mode 100644 index 018f4f82..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/AcceptInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: AcceptInvitationEvent - -> `const` **AcceptInvitationEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:99](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L99) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" deleted file mode 100644 index 33827026..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/Author.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Author - -> `const` **Author**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `encryptionPublicKey`: *typeof* `String$`; `signaturePrivateKey`: *typeof* `String$`; `signaturePublicKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:120](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L120) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" deleted file mode 100644 index 88454a69..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateInvitationEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: CreateInvitationEvent - -> `const` **CreateInvitationEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:70](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L70) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" deleted file mode 100644 index a1258acd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: CreateSpaceEvent - -> `const` **CreateSpaceEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L48) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" deleted file mode 100644 index 776fc3a3..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/CreateSpaceInboxEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: CreateSpaceInboxEvent - -> `const` **CreateSpaceInboxEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:82](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L82) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" deleted file mode 100644 index e282671f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/DeleteSpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: DeleteSpaceEvent - -> `const` **DeleteSpaceEvent**: `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:59](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L59) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" deleted file mode 100644 index a6689343..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/EventAuthor.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: EventAuthor - -> `const` **EventAuthor**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L7) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" deleted file mode 100644 index 1b383bc9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceEvent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceEvent - -> `const` **SpaceEvent**: `Union`\<\[`Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `creatorAccountAddress`: *typeof* `String$`; `id`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"delete-space"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `inviteeAccountAddress`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"create-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `id`: *typeof* `String$`; `previousEventHash`: *typeof* `String$`; `type`: `Literal`\<\[`"accept-invitation"`\]\>; \}\>; \}\>, `Struct`\<\{ `author`: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `signature`: `Struct`\<\{ `hex`: *typeof* `String$`; `recovery`: *typeof* `Number$`; \}\>; \}\>; `transaction`: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `id`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `previousEventHash`: *typeof* `String$`; `secretKey`: *typeof* `String$`; `spaceId`: *typeof* `String$`; `type`: `Literal`\<\[`"create-space-inbox"`\]\>; \}\>; \}\>\]\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:110](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L110) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" deleted file mode 100644 index 2b862054..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInbox.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceInbox - -> `const` **SpaceInbox**: `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L27) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" deleted file mode 100644 index d14edabe..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceInvitation.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceInvitation - -> `const` **SpaceInvitation**: `Struct`\<\{ `inviteeAccountAddress`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L21) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" deleted file mode 100644 index f3f8d47f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceMember.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceMember - -> `const` **SpaceMember**: `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L14) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" deleted file mode 100644 index 77d26dc9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceEvents/variables/SpaceState.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceState - -> `const` **SpaceState**: `Struct`\<\{ `id`: *typeof* `String$`; `inboxes`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `authPolicy`: `Union`\<\[`Literal`\<\[`"anonymous"`\]\>, `Literal`\<\[`"optional_auth"`\]\>, `Literal`\<\[`"requires_auth"`\]\>\]\>; `encryptionPublicKey`: *typeof* `String$`; `inboxId`: *typeof* `String$`; `isPublic`: *typeof* `Boolean$`; `secretKey`: *typeof* `String$`; \}\>\>; `invitations`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `inviteeAccountAddress`: *typeof* `String$`; \}\>\>; `lastEventHash`: *typeof* `String$`; `members`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\>\>; `removedMembers`: `Record$`\<*typeof* `String$`, `Struct`\<\{ `accountAddress`: *typeof* `String$`; `role`: `Union`\<\[`Literal`\<\[`"admin"`\]\>, `Literal`\<\[`"member"`\]\>\]\>; \}\>\>; \}\> - -Defined in: [packages/hypergraph/src/space-events/types.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-events/types.ts#L37) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" deleted file mode 100644 index 242d9e80..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/decryptSpaceInfo.md" +++ /dev/null @@ -1,25 +0,0 @@ -# Function: decryptSpaceInfo() - -> **decryptSpaceInfo**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/space-info/decrypt-space-info.ts:9](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/decrypt-space-info.ts#L9) - -## Parameters - -### \_\_namedParameters - -#### secretKey - -`string` - -#### spaceInfo - -`Uint8Array` - -## Returns - -`object` - -### name - -> `readonly` **name**: `string` = `Schema.String` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" deleted file mode 100644 index 9cf7d11b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/functions/encryptAndSignSpaceInfo.md" +++ /dev/null @@ -1,35 +0,0 @@ -# Function: encryptAndSignSpaceInfo() - -> **encryptAndSignSpaceInfo**(`__namedParameters`): `object` - -Defined in: [packages/hypergraph/src/space-info/encrypt-and-sign-space-info.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/encrypt-and-sign-space-info.ts#L18) - -## Parameters - -### \_\_namedParameters - -`EncryptAndSignInfoParams` - -## Returns - -`object` - -### accountAddress - -> **accountAddress**: `string` - -### infoContent - -> **infoContent**: `Uint8Array`\<`ArrayBuffer`\> - -### signature - -> **signature**: `object` - -#### signature.hex - -> **hex**: `string` - -#### signature.recovery - -> **recovery**: `number` = `recoverySignature.recovery` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" deleted file mode 100644 index 74242a2c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/index.md" +++ /dev/null @@ -1,14 +0,0 @@ -# SpaceInfo - -## Type Aliases - -- [SpaceInfoContent](type-aliases/SpaceInfoContent.md) - -## Variables - -- [SpaceInfoContent](variables/SpaceInfoContent.md) - -## Functions - -- [decryptSpaceInfo](functions/decryptSpaceInfo.md) -- [encryptAndSignSpaceInfo](functions/encryptAndSignSpaceInfo.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" deleted file mode 100644 index 4b8662fe..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/type-aliases/SpaceInfoContent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: SpaceInfoContent - -> **SpaceInfoContent** = `Schema.Schema.Type`\<*typeof* [`SpaceInfoContent`](../variables/SpaceInfoContent.md)\> - -Defined in: [packages/hypergraph/src/space-info/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" deleted file mode 100644 index 8c3719f4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/SpaceInfo/variables/SpaceInfoContent.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: SpaceInfoContent - -> `const` **SpaceInfoContent**: `Struct`\<\{ `name`: *typeof* `String$`; \}\> - -Defined in: [packages/hypergraph/src/space-info/types.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/space-info/types.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" deleted file mode 100644 index e8b3bdad..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/index.md" +++ /dev/null @@ -1,12 +0,0 @@ -# StoreConnect - -## Type Aliases - -- [AccountInboxStorageEntry](type-aliases/AccountInboxStorageEntry.md) -- [InboxMessageStorageEntry](type-aliases/InboxMessageStorageEntry.md) -- [SpaceInboxStorageEntry](type-aliases/SpaceInboxStorageEntry.md) -- [SpaceStorageEntry](type-aliases/SpaceStorageEntry.md) - -## Variables - -- [store](variables/store.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" deleted file mode 100644 index 9b0249ee..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/AccountInboxStorageEntry.md" +++ /dev/null @@ -1,61 +0,0 @@ -# Type Alias: AccountInboxStorageEntry - -> **AccountInboxStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store-connect.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L34) - -## Properties - -### authPolicy - -> **authPolicy**: [`InboxSenderAuthPolicy`](../../Inboxes/type-aliases/InboxSenderAuthPolicy.md) - -Defined in: [packages/hypergraph/src/store-connect.ts:37](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L37) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:38](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L38) - -*** - -### inboxId - -> **inboxId**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:35](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L35) - -*** - -### isPublic - -> **isPublic**: `boolean` - -Defined in: [packages/hypergraph/src/store-connect.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L36) - -*** - -### lastMessageClock - -> **lastMessageClock**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L39) - -*** - -### messages - -> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store-connect.ts:40](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L40) - -*** - -### seenMessageIds - -> **seenMessageIds**: `Set`\<`string`\> - -Defined in: [packages/hypergraph/src/store-connect.ts:41](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L41) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" deleted file mode 100644 index aa3149e5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/InboxMessageStorageEntry.md" +++ /dev/null @@ -1,53 +0,0 @@ -# Type Alias: InboxMessageStorageEntry - -> **InboxMessageStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store-connect.ts:11](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L11) - -## Properties - -### authorAccountAddress - -> **authorAccountAddress**: `string` \| `null` - -Defined in: [packages/hypergraph/src/store-connect.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L20) - -*** - -### ciphertext - -> **ciphertext**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:14](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L14) - -*** - -### createdAt - -> **createdAt**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:19](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L19) - -*** - -### id - -> **id**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L12) - -*** - -### plaintext - -> **plaintext**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L13) - -*** - -### signature - -> **signature**: \{ `hex`: `string`; `recovery`: `number`; \} \| `null` - -Defined in: [packages/hypergraph/src/store-connect.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L15) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" deleted file mode 100644 index 025738e9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceInboxStorageEntry.md" +++ /dev/null @@ -1,69 +0,0 @@ -# Type Alias: SpaceInboxStorageEntry - -> **SpaceInboxStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store-connect.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L23) - -## Properties - -### authPolicy - -> **authPolicy**: [`InboxSenderAuthPolicy`](../../Inboxes/type-aliases/InboxSenderAuthPolicy.md) - -Defined in: [packages/hypergraph/src/store-connect.ts:26](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L26) - -*** - -### encryptionPublicKey - -> **encryptionPublicKey**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:27](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L27) - -*** - -### inboxId - -> **inboxId**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:24](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L24) - -*** - -### isPublic - -> **isPublic**: `boolean` - -Defined in: [packages/hypergraph/src/store-connect.ts:25](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L25) - -*** - -### lastMessageClock - -> **lastMessageClock**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L29) - -*** - -### messages - -> **messages**: [`InboxMessageStorageEntry`](InboxMessageStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store-connect.ts:30](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L30) - -*** - -### secretKey - -> **secretKey**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L28) - -*** - -### seenMessageIds - -> **seenMessageIds**: `Set`\<`string`\> - -Defined in: [packages/hypergraph/src/store-connect.ts:31](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L31) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" deleted file mode 100644 index c20ac036..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/type-aliases/SpaceStorageEntry.md" +++ /dev/null @@ -1,61 +0,0 @@ -# Type Alias: SpaceStorageEntry - -> **SpaceStorageEntry** = `object` - -Defined in: [packages/hypergraph/src/store-connect.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L44) - -## Properties - -### automergeDocHandle - -> **automergeDocHandle**: `DocHandle`\<`unknown`\> \| `undefined` - -Defined in: [packages/hypergraph/src/store-connect.ts:49](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L49) - -*** - -### events - -> **events**: [`SpaceEvent`](../../SpaceEvents/type-aliases/SpaceEvent.md)[] - -Defined in: [packages/hypergraph/src/store-connect.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L46) - -*** - -### id - -> **id**: `string` - -Defined in: [packages/hypergraph/src/store-connect.ts:45](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L45) - -*** - -### inboxes - -> **inboxes**: [`SpaceInboxStorageEntry`](SpaceInboxStorageEntry.md)[] - -Defined in: [packages/hypergraph/src/store-connect.ts:50](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L50) - -*** - -### keys - -> **keys**: `object`[] - -Defined in: [packages/hypergraph/src/store-connect.ts:48](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L48) - -#### id - -> **id**: `string` - -#### key - -> **key**: `string` - -*** - -### state - -> **state**: [`SpaceState`](../../SpaceEvents/type-aliases/SpaceState.md) \| `undefined` - -Defined in: [packages/hypergraph/src/store-connect.ts:47](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L47) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" deleted file mode 100644 index e837a2b2..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/StoreConnect/variables/store.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: store - -> `const` **store**: `Store`\<`StoreContext`, `StoreEvent`, `GenericEventObject`\> - -Defined in: [packages/hypergraph/src/store-connect.ts:155](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/store-connect.ts#L155) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" deleted file mode 100644 index 59dab728..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/functions/Relation.md" +++ /dev/null @@ -1,21 +0,0 @@ -# Function: Relation() - -> **Relation**\<`S`\>(`schema`): `Field`\<\{ `insert`: `optional`\<`Array$`\<*typeof* `String$`\>\>; `select`: `Schema`\[], readonly [`EntityWithRelation`](../../Entity/type-aliases/EntityWithRelation.md)\<`S`\>[], `never`\>; `update`: *typeof* `Undefined`; \}\> - -Defined in: [packages/hypergraph/src/type/type.ts:23](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L23) - -## Type Parameters - -### S - -`S` *extends* [`AnyNoContext`](../../Entity/type-aliases/AnyNoContext.md) - -## Parameters - -### schema - -`S` - -## Returns - -`Field`\<\{ `insert`: `optional`\<`Array$`\<*typeof* `String$`\>\>; `select`: `Schema`\[], readonly [`EntityWithRelation`](../../Entity/type-aliases/EntityWithRelation.md)\<`S`\>[], `never`\>; `update`: *typeof* `Undefined`; \}\> diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" deleted file mode 100644 index f7ab9dac..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/index.md" +++ /dev/null @@ -1,14 +0,0 @@ -# Type - -## Other - -- [Boolean](variables/Boolean.md) -- [Date](variables/Date.md) -- [Number](variables/Number.md) -- [Point](variables/Point.md) -- [String](variables/String.md) -- [Relation](functions/Relation.md) - -## PropertySignature - -- [optional](variables/optional.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" deleted file mode 100644 index 6ced403b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Boolean.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Boolean - -> `const` **Boolean**: *typeof* `Boolean$` = `Schema.Boolean` - -Defined in: [packages/hypergraph/src/type/type.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L10) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" deleted file mode 100644 index 9ed827b4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Date.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Date - -> `const` **Date**: *typeof* `Date$` = `Schema.Date` - -Defined in: [packages/hypergraph/src/type/type.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L12) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" deleted file mode 100644 index 9d1f562a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Number.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Number - -> `const` **Number**: *typeof* `Number$` = `Schema.Number` - -Defined in: [packages/hypergraph/src/type/type.ts:8](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L8) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" deleted file mode 100644 index e41b3934..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/Point.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: Point - -> `const` **Point**: `transform`\<*typeof* `String$`, `Array$`\<*typeof* `Number$`\>\> - -Defined in: [packages/hypergraph/src/type/type.ts:13](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L13) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" deleted file mode 100644 index 07004c74..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/String.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: String - -> `const` **String**: *typeof* `String$` = `Schema.String` - -Defined in: [packages/hypergraph/src/type/type.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" deleted file mode 100644 index 40155115..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Type/variables/optional.md" +++ /dev/null @@ -1,25 +0,0 @@ -# Variable: optional() - -> `const` **optional**: \<`S`\>(`self`) => `optional`\<`S`\> = `Schema.optional` - -Defined in: [packages/hypergraph/src/type/type.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type/type.ts#L21) - -## Type Parameters - -### S - -`S` *extends* `All` - -## Parameters - -### self - -`S` - -## Returns - -`optional`\<`S`\> - -## Since - -3.10.0 diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" deleted file mode 100644 index 0e6dd684..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isBooleanOrOptionalBooleanType.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isBooleanOrOptionalBooleanType() - -> **isBooleanOrOptionalBooleanType**(`type`): `boolean` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:28](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L28) - -## Parameters - -### type - -`any` - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" deleted file mode 100644 index da4c502b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isDateOrOptionalDateType.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isDateOrOptionalDateType() - -> **isDateOrOptionalDateType**(`type`): `boolean` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:20](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L20) - -## Parameters - -### type - -`any` - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" deleted file mode 100644 index 8dd79080..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isNumberOrOptionalNumberType.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isNumberOrOptionalNumberType() - -> **isNumberOrOptionalNumberType**(`type`): `boolean` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:12](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L12) - -## Parameters - -### type - -`any` - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" deleted file mode 100644 index a295028a..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isOptional.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isOptional() - -> **isOptional**(`type`): `any` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:44](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L44) - -## Parameters - -### type - -`any` - -## Returns - -`any` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" deleted file mode 100644 index 1404f687..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isPointOrOptionalPointType.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isPointOrOptionalPointType() - -> **isPointOrOptionalPointType**(`type`): `boolean` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:36](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L36) - -## Parameters - -### type - -`any` - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" deleted file mode 100644 index 6f1f7e91..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/functions/isStringOrOptionalStringType.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isStringOrOptionalStringType() - -> **isStringOrOptionalStringType**(`type`): `boolean` - -Defined in: [packages/hypergraph/src/type-utils/type-utils.ts:4](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/type-utils/type-utils.ts#L4) - -## Parameters - -### type - -`any` - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" deleted file mode 100644 index 10a2da4e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/TypeUtils/index.md" +++ /dev/null @@ -1,10 +0,0 @@ -# TypeUtils - -## Functions - -- [isBooleanOrOptionalBooleanType](functions/isBooleanOrOptionalBooleanType.md) -- [isDateOrOptionalDateType](functions/isDateOrOptionalDateType.md) -- [isNumberOrOptionalNumberType](functions/isNumberOrOptionalNumberType.md) -- [isOptional](functions/isOptional.md) -- [isPointOrOptionalPointType](functions/isPointOrOptionalPointType.md) -- [isStringOrOptionalStringType](functions/isStringOrOptionalStringType.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" deleted file mode 100644 index 8d407670..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchema.md" +++ /dev/null @@ -1,47 +0,0 @@ -# Class: TypesyncHypergraphSchema - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:43](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L43) - -## Extends - -- `object` - -## Constructors - -### Constructor - -> **new TypesyncHypergraphSchema**(`props`, `options?`): `TypesyncHypergraphSchema` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Schema.d.ts:4265 - -#### Parameters - -##### props - -###### types - -readonly [`TypesyncHypergraphSchemaType`](TypesyncHypergraphSchemaType.md)[] = `...` - -##### options? - -`MakeOptions` - -#### Returns - -`TypesyncHypergraphSchema` - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchema', )({ types: Schema.Array(TypesyncHypergraphSchemaType).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicateTypeNames', jsonSchema: {}, description: 'The type.name must be unique across all types in the schema', }), Schema.filter(Mapping.allRelationPropertyTypesExist, { identifier: 'AllRelationTypesExist', jsonSchema: {}, description: 'Each type property of dataType RELATION must have a type of the same name in the schema', }), ), }).constructor` - -## Properties - -### types - -> `readonly` **types**: readonly [`TypesyncHypergraphSchemaType`](TypesyncHypergraphSchemaType.md)[] - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:46](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L46) - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchema', )({ types: Schema.Array(TypesyncHypergraphSchemaType).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicateTypeNames', jsonSchema: {}, description: 'The type.name must be unique across all types in the schema', }), Schema.filter(Mapping.allRelationPropertyTypesExist, { identifier: 'AllRelationTypesExist', jsonSchema: {}, description: 'Each type property of dataType RELATION must have a type of the same name in the schema', }), ), }).types` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" deleted file mode 100644 index 7d3a185d..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/classes/TypesyncHypergraphSchemaType.md" +++ /dev/null @@ -1,95 +0,0 @@ -# Class: TypesyncHypergraphSchemaType - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:29](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L29) - -## Extends - -- `object` & `object` & `object` & `object` - -## Constructors - -### Constructor - -> **new TypesyncHypergraphSchemaType**(`props`, `options?`): `TypesyncHypergraphSchemaType` - -Defined in: node\_modules/.pnpm/effect@3.17.6/node\_modules/effect/dist/dts/Schema.d.ts:4265 - -#### Parameters - -##### props - -###### knowledgeGraphId - -`null` \| `string` = `...` - -###### name - -`string` = `EffectSchema.NonEmptyTrimmedString` - -###### properties - -readonly \{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} \| \{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} & `object`[] = `...` - -###### status - -`null` \| `"published"` \| `"synced"` \| `"published_not_synced"` = `TypesyncHypergraphSchemaStatus` - -##### options? - -`MakeOptions` - -#### Returns - -`TypesyncHypergraphSchemaType` - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).constructor` - -## Properties - -### knowledgeGraphId - -> `readonly` **knowledgeGraphId**: `null` \| `string` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:184](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L184) - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).knowledgeGraphId` - -*** - -### name - -> `readonly` **name**: `string` = `EffectSchema.NonEmptyTrimmedString` - -Defined in: [packages/hypergraph/src/mapping/Mapping.ts:183](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/mapping/Mapping.ts#L183) - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).name` - -*** - -### properties - -> `readonly` **properties**: readonly \{ `dataType`: `` `Relation(${string})` ``; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; `relationType`: `string`; \} \| \{ `dataType`: `"String"` \| `"Number"` \| `"Boolean"` \| `"Date"` \| `"Point"`; `knowledgeGraphId`: `null` \| `string`; `name`: `string`; `optional?`: `null` \| `boolean`; \} & `object`[] - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:34](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L34) - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).properties` - -*** - -### status - -> `readonly` **status**: `null` \| `"published"` \| `"synced"` \| `"published_not_synced"` = `TypesyncHypergraphSchemaStatus` - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:33](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L33) - -#### Inherited from - -`Schema.Class( '/Hypergraph/cli/models/TypesyncHypergraphSchemaType', )({ ...Mapping.SchemaType.omit('properties').fields, status: TypesyncHypergraphSchemaStatus, properties: Schema.Array(TypesyncHypergraphSchemaTypeProperty).pipe( Schema.minItems(1), Schema.filter(Utils.namesAreUnique, { identifier: 'DuplicatePropertyNames', jsonSchema: {}, description: 'The property.name must be unique across all properties in the type', }), ), }).status` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" deleted file mode 100644 index d769cc61..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/index.md" +++ /dev/null @@ -1,18 +0,0 @@ -# Typesync - -## Classes - -- [TypesyncHypergraphSchema](classes/TypesyncHypergraphSchema.md) -- [TypesyncHypergraphSchemaType](classes/TypesyncHypergraphSchemaType.md) - -## Type Aliases - -- [TypesyncHypergraphMapping](type-aliases/TypesyncHypergraphMapping.md) -- [TypesyncHypergraphSchemaStatus](type-aliases/TypesyncHypergraphSchemaStatus.md) -- [TypesyncHypergraphSchemaTypeProperty](type-aliases/TypesyncHypergraphSchemaTypeProperty.md) - -## Variables - -- [TypesyncHypergraphMapping](variables/TypesyncHypergraphMapping.md) -- [TypesyncHypergraphSchemaStatus](variables/TypesyncHypergraphSchemaStatus.md) -- [TypesyncHypergraphSchemaTypeProperty](variables/TypesyncHypergraphSchemaTypeProperty.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" deleted file mode 100644 index d6829b9b..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphMapping.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: TypesyncHypergraphMapping - -> **TypesyncHypergraphMapping** = *typeof* `TypesyncHypergraphMapping.Type` - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L65) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" deleted file mode 100644 index bd5fe9c4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaStatus.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: TypesyncHypergraphSchemaStatus - -> **TypesyncHypergraphSchemaStatus** = *typeof* `TypesyncHypergraphSchemaStatus.Type` - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" deleted file mode 100644 index 79dd92be..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/type-aliases/TypesyncHypergraphSchemaTypeProperty.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: TypesyncHypergraphSchemaTypeProperty - -> **TypesyncHypergraphSchemaTypeProperty** = *typeof* `TypesyncHypergraphSchemaTypeProperty.Type` - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L18) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" deleted file mode 100644 index 351887a4..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphMapping.md" +++ /dev/null @@ -1,8 +0,0 @@ -# Variable: TypesyncHypergraphMapping - -> `const` **TypesyncHypergraphMapping**: `Record$`\<*typeof* `NonEmptyTrimmedString`, `Struct`\<\{ `properties`: `optional`\<`UndefinedOr`\<`Record$`\<*typeof* `NonEmptyTrimmedString`, *typeof* `UUID`\>\>\>; `relations`: `optional`\<`UndefinedOr`\<`Record$`\<*typeof* `NonEmptyTrimmedString`, *typeof* `UUID`\>\>\>; `typeIds`: `filter`\<`Array$`\<*typeof* `UUID`\>\>; \}\>\> - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:65](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L65) - -Extending the hypergraph [Mapping definition](../../../../_media/Mapping.ts) to make it an effect Schema instance. -Allows decoding as well as passing in the api request payload diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" deleted file mode 100644 index 8b3b8170..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaStatus.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: TypesyncHypergraphSchemaStatus - -> `const` **TypesyncHypergraphSchemaStatus**: `NullOr`\<`Literal`\<\[`"published"`, `"synced"`, `"published_not_synced"`\]\>\> - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L6) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" deleted file mode 100644 index 9f9efb3f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Typesync/variables/TypesyncHypergraphSchemaTypeProperty.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Variable: TypesyncHypergraphSchemaTypeProperty - -> `const` **TypesyncHypergraphSchemaTypeProperty**: `extend`\<`Union`\<\[`Struct`\<\{ `dataType`: `Literal`\<\[`"String"`, `"Number"`, `"Boolean"`, `"Date"`, `"Point"`\]\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; \}\>, `Struct`\<\{ `dataType`: `refine`\<`` `Relation(${string})` ``, `Schema`\<`string`, `string`, `never`\>\>; `knowledgeGraphId`: `NullOr`\<*typeof* `UUID`\>; `name`: *typeof* `NonEmptyTrimmedString`; `optional`: `optional`\<`NullishOr`\<*typeof* `Boolean$`\>\>; `relationType`: `refine`\<`string`, *typeof* `Trimmed`\>; \}\>\]\>, `Struct`\<\{ `status`: `NullOr`\<`Literal`\<\[`"published"`, `"synced"`, `"published_not_synced"`\]\>\>; \}\>\> - -Defined in: [packages/hypergraph/src/cli/services/Model.ts:18](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/cli/services/Model.ts#L18) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" deleted file mode 100644 index e4083ddd..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/InfinityNotAllowedError.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Class: InfinityNotAllowedError - -Defined in: [packages/hypergraph/src/utils/jsc.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L6) - -## Extends - -- `Error` - -## Constructors - -### Constructor - -> **new InfinityNotAllowedError**(): `InfinityNotAllowedError` - -Defined in: [packages/hypergraph/src/utils/jsc.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L7) - -#### Returns - -`InfinityNotAllowedError` - -#### Overrides - -`Error.constructor` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" deleted file mode 100644 index d078dd6e..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/classes/NaNNotAllowedError.md" +++ /dev/null @@ -1,23 +0,0 @@ -# Class: NaNNotAllowedError - -Defined in: [packages/hypergraph/src/utils/jsc.ts:1](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L1) - -## Extends - -- `Error` - -## Constructors - -### Constructor - -> **new NaNNotAllowedError**(): `NaNNotAllowedError` - -Defined in: [packages/hypergraph/src/utils/jsc.ts:2](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L2) - -#### Returns - -`NaNNotAllowedError` - -#### Overrides - -`Error.constructor` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" deleted file mode 100644 index cd5069ce..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/assertExhaustive.md" +++ /dev/null @@ -1,19 +0,0 @@ -# Function: assertExhaustive() - -> **assertExhaustive**(`_value`, `message`): `never` - -Defined in: [packages/hypergraph/src/utils/assertExhaustive.ts:1](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/assertExhaustive.ts#L1) - -## Parameters - -### \_value - -`never` - -### message - -`string` = `'Reached unexpected case in exhaustive switch'` - -## Returns - -`never` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" deleted file mode 100644 index 7e75443c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/automergeIdToId.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Function: automergeIdToId() - -> **automergeIdToId**(`base58CheckUuid`): `string` - -Defined in: [packages/hypergraph/src/utils/automergeId.ts:15](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/automergeId.ts#L15) - -Converts a Base58Check-encoded UUID back to UUID - -## Parameters - -### base58CheckUuid - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" deleted file mode 100644 index 010a14f9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/bytesToHex.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: bytesToHex() - -> **bytesToHex**(`bytes`): `string` - -Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:6](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L6) - -## Parameters - -### bytes - -`Uint8Array` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" deleted file mode 100644 index bd098440..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/canonicalize.md" +++ /dev/null @@ -1,68 +0,0 @@ -# Function: canonicalize() - -> **canonicalize**\<`T`\>(`object`): `string` - -Defined in: [packages/hypergraph/src/utils/jsc.ts:53](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/jsc.ts#L53) - -JSON canonicalize function. -Creates crypto safe predictable canocalization of JSON as defined by RFC8785. - -## Type Parameters - -### T - -`T` = `unknown` - -## Parameters - -### object - -`T` - -object to JSC canonicalize - -## Returns - -`string` - -## See - - - https://tools.ietf.org/html/rfc8785 - - https://www.rfc-editor.org/rfc/rfc8785 - -## Examples - -```ts -import { canonicalize } from '@graph-framework/utils' - -console.log(canonicalize(null)) // 'null' -console.log(canonicalize(1)) // '1' -console.log(canonicalize("test")) // "string" -console.log(canonicalize(true)) // 'true' -``` - -``` -import { canonicalize } from '@graph-framework/utils' - -const json = { - from_account: '543 232 625-3', - to_account: '321 567 636-4', - amount: 500, - currency: 'USD', -}; -console.log(canonicalize(json)) // '{"amount":500,"currency":"USD","from_account":"543 232 625-3","to_account":"321 567 636-4"}' -``` - -```ts -import { canonicalize } from '@graph-framework/utils' - -console.log(canonicalize([1, 'text', null, true, false])) // '[1,"text",null,true,false]' -``` - -## Throws - -NaNNotAllowedError if given object is of type number, but is not a valid number - -## Throws - -InfinityNotAllowedError if given object is of type number, but is the infinite number diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" deleted file mode 100644 index 3d887599..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/decodeBase58ToUUID.md" +++ /dev/null @@ -1,31 +0,0 @@ -# Function: decodeBase58ToUUID() - -> **decodeBase58ToUUID**(`encoded`): `string` - -Defined in: [packages/hypergraph/src/utils/base58.ts:56](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L56) - -Expand the base58 encoded UUID back to its original UUID format - -## Parameters - -### encoded - -`string` - -base58 encoded UUID - -## Returns - -`string` - -the expanded UUID from the base58 encoded value - -## Example - -```ts -const uuid = 92539817-7989-4083-ab80-e9c2b2b66669; -const encoded = encodeBase58(dashesRemoved); // K51CbDqxW35osbjPo5ZF77 -const decoded = decodeBase58ToUUID(encoded); // 92539817-7989-4083-ab80-e9c2b2b66669 - -expect(decoded).toEqual(uuid); -``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" deleted file mode 100644 index 605503c5..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/encodeBase58.md" +++ /dev/null @@ -1,32 +0,0 @@ -# Function: encodeBase58() - -> **encodeBase58**(`val`): `string` - -Defined in: [packages/hypergraph/src/utils/base58.ts:21](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L21) - -Base58 encodes the given string value. - -## Parameters - -### val - -`string` - -string to encode as base58 - -## Returns - -`string` - -the base58 encoded string - -## Example - -```ts -import { v4 as uuidv4 } from "uuid"; - -const uuid = uuidv4(); // 92539817-7989-4083-ab80-e9c2b2b66669 -const dashesRemoved = uuid.replaceAll(/-/g, ""); // 9253981779894083ab80e9c2b2b66669 -const encoded = encodeBase58(dashesRemoved) -console.log(encoded) // K51CbDqxW35osbjPo5ZF77 -``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" deleted file mode 100644 index cbaf4540..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/generateId.md" +++ /dev/null @@ -1,22 +0,0 @@ -# Function: generateId() - -> **generateId**(): `string` - -Defined in: [packages/hypergraph/src/utils/generateId.ts:16](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/generateId.ts#L16) - -Generate a v4 UUID. - -## Returns - -`string` - -v4 UUID - -## Example - -``` -import { generateId } from '@graph-framework/utils' - -const id = generateId() -console.log(id) -``` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" deleted file mode 100644 index 4d54132c..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/hexToBytes.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: hexToBytes() - -> **hexToBytes**(`hex`): `Uint8Array` - -Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:10](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L10) - -## Parameters - -### hex - -`string` - -## Returns - -`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" deleted file mode 100644 index 366718b9..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/idToAutomergeId.md" +++ /dev/null @@ -1,17 +0,0 @@ -# Function: idToAutomergeId() - -> **idToAutomergeId**(`uuid`): `string` - -Defined in: [packages/hypergraph/src/utils/automergeId.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/automergeId.ts#L7) - -Converts a UUID into Base58Check - -## Parameters - -### uuid - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" deleted file mode 100644 index 78dfc773..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/isRelationField.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: isRelationField() - -> **isRelationField**(`field`): `boolean` - -Defined in: [packages/hypergraph/src/utils/isRelationField.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/isRelationField.ts#L3) - -## Parameters - -### field - -`All` | `All`\<`PropertyKey`\> - -## Returns - -`boolean` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" deleted file mode 100644 index 2ca66e7f..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/publicKeyToAddress.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: publicKeyToAddress() - -> **publicKeyToAddress**(`publicKey`): `string` - -Defined in: [packages/hypergraph/src/utils/hexBytesAddressUtils.ts:22](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/hexBytesAddressUtils.ts#L22) - -## Parameters - -### publicKey - -`string` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" deleted file mode 100644 index 279e7f68..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/stringToUint8Array.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: stringToUint8Array() - -> **stringToUint8Array**(`str`): `Uint8Array` - -Defined in: [packages/hypergraph/src/utils/stringToUint8Array.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/stringToUint8Array.ts#L3) - -## Parameters - -### str - -`string` - -## Returns - -`Uint8Array` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" deleted file mode 100644 index 826acfe8..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/functions/uint8ArrayToString.md" +++ /dev/null @@ -1,15 +0,0 @@ -# Function: uint8ArrayToString() - -> **uint8ArrayToString**(`uint8Array`): `string` - -Defined in: [packages/hypergraph/src/utils/stringToUint8Array.ts:7](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/stringToUint8Array.ts#L7) - -## Parameters - -### uint8Array - -`Uint8Array` - -## Returns - -`string` diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" deleted file mode 100644 index b5b13a64..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/index.md" +++ /dev/null @@ -1,27 +0,0 @@ -# Utils - -## Classes - -- [InfinityNotAllowedError](classes/InfinityNotAllowedError.md) -- [NaNNotAllowedError](classes/NaNNotAllowedError.md) - -## Type Aliases - -- [Base58](type-aliases/Base58.md) -- [UUID](type-aliases/UUID.md) - -## Functions - -- [assertExhaustive](functions/assertExhaustive.md) -- [automergeIdToId](functions/automergeIdToId.md) -- [bytesToHex](functions/bytesToHex.md) -- [canonicalize](functions/canonicalize.md) -- [decodeBase58ToUUID](functions/decodeBase58ToUUID.md) -- [encodeBase58](functions/encodeBase58.md) -- [generateId](functions/generateId.md) -- [hexToBytes](functions/hexToBytes.md) -- [idToAutomergeId](functions/idToAutomergeId.md) -- [isRelationField](functions/isRelationField.md) -- [publicKeyToAddress](functions/publicKeyToAddress.md) -- [stringToUint8Array](functions/stringToUint8Array.md) -- [uint8ArrayToString](functions/uint8ArrayToString.md) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" deleted file mode 100644 index 135273bf..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/Base58.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: Base58 - -> **Base58** = `string` - -Defined in: [packages/hypergraph/src/utils/base58.ts:3](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L3) diff --git "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" "b/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" deleted file mode 100644 index 133fba16..00000000 --- "a/docs/docs/api-reference/\360\237\223\232-API-Reference/namespaces/Utils/type-aliases/UUID.md" +++ /dev/null @@ -1,5 +0,0 @@ -# Type Alias: UUID - -> **UUID** = `string` - -Defined in: [packages/hypergraph/src/utils/base58.ts:39](https://github.com/hashirpm/hypergraph/blob/ab4ea1cdb9430798142e0d735aac9d31c2cf0ae0/packages/hypergraph/src/utils/base58.ts#L39) From b98c4b3e9d3382c7c631f9850dd6c6427a8e5003 Mon Sep 17 00:00:00 2001 From: Hashir Date: Wed, 20 Aug 2025 18:05:11 +0530 Subject: [PATCH 3/5] fix: add typedoc generated api-reference folder to .gitignore --- docs/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.gitignore b/docs/.gitignore index 3067e0d1..cd49aa0f 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -7,6 +7,9 @@ # Should be generated on build by the plugin /static/llms.txt +# Typedoc generated folder +/docs/api-reference + # Generated files .docusaurus .cache-loader From 54b398ea1ce13a98e802c27f7a6a85710c9c0f54 Mon Sep 17 00:00:00 2001 From: Hashir Date: Wed, 20 Aug 2025 19:54:47 +0530 Subject: [PATCH 4/5] fix: add sidebar to typedoc generated files --- docs/docusaurus.config.js | 12 ++++++++---- docs/sidebars.js | 14 +++++++++++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 37dbafa7..f8e9e963 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -94,20 +94,24 @@ const config = { [ 'docusaurus-plugin-typedoc', { - id: 'api-reference', + id: 'api-hypergraph', entryPoints: ['../packages/hypergraph/src/index.ts'], tsconfig: '../packages/hypergraph/tsconfig.json', - out: 'docs/api-reference', + out: 'docs/api-reference/hypergraph', readme: 'none', - name: '📚 API Reference', + name: 'Hypergraph', categorizeByGroup: false, excludeExternals: true, excludePrivate: true, excludeProtected: true, + sidebar: { + autoConfiguration: true, + pretty: true, + }, }, ], ], - + presets: [ [ 'classic', diff --git a/docs/sidebars.js b/docs/sidebars.js index 2a8e60e5..30a81523 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -14,6 +14,7 @@ @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ +import typedocSidebar from './docs/api-reference/hypergraph/typedoc-sidebar.cjs'; const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure docs: [ @@ -34,7 +35,18 @@ const sidebars = { { type: 'doc', id: 'filtering-query-results', label: '🔍 Filtering Query Results' }, { type: 'doc', id: 'space-invitations', label: '🔗 Space Invitations' }, { type: 'doc', id: 'inboxes', label: '🔍 Inboxes' }, - { type: 'doc', id: 'api-reference/index', label: '📚 API Reference' }, + { + type: 'category', + label: '📚 API Reference', + items: [ + { + type: 'category', + label: 'Hypergraph', + link: { type: 'doc', id: 'api-reference/hypergraph/index' }, + items: typedocSidebar, + }, + ], + }, { type: 'doc', id: 'troubleshooting', label: '🛠️ Troubleshooting' }, { type: 'doc', id: 'faq', label: '❓ FAQ' }, { From 99e959792ed7fa31b2cd80740c51f507f63befef Mon Sep 17 00:00:00 2001 From: Hashir Date: Wed, 20 Aug 2025 20:17:32 +0530 Subject: [PATCH 5/5] feat: add typedoc config for hypergraph-react package --- docs/docusaurus.config.js | 22 +++++++++++++++++++++- docs/sidebars.js | 12 ++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f8e9e963..faa9a28b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -110,8 +110,28 @@ const config = { }, }, ], + [ + 'docusaurus-plugin-typedoc', + { + id: 'api-hypergraph-react', + entryPoints: ['../packages/hypergraph-react/src/index.ts'], + tsconfig: '../packages/hypergraph-react/tsconfig.json', + out: 'docs/api-reference/hypergraph-react', + readme: 'none', + name: 'Hypergraph React', + categorizeByGroup: false, + excludeExternals: true, + excludePrivate: true, + excludeProtected: true, + skipErrorChecking: true, + sidebar: { + autoConfiguration: true, + pretty: true, + }, + }, + ], ], - + presets: [ [ 'classic', diff --git a/docs/sidebars.js b/docs/sidebars.js index 30a81523..07b8682c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -14,7 +14,9 @@ @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ -import typedocSidebar from './docs/api-reference/hypergraph/typedoc-sidebar.cjs'; +import typedocSidebarHypergraph from './docs/api-reference/hypergraph/typedoc-sidebar.cjs'; +import typedocSidebarHypergraphReact from './docs/api-reference/hypergraph-react/typedoc-sidebar.cjs'; + const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure docs: [ @@ -43,7 +45,13 @@ const sidebars = { type: 'category', label: 'Hypergraph', link: { type: 'doc', id: 'api-reference/hypergraph/index' }, - items: typedocSidebar, + items: typedocSidebarHypergraph, + }, + { + type: 'category', + label: 'Hypergraph React', + link: { type: 'doc', id: 'api-reference/hypergraph-react/index' }, + items: typedocSidebarHypergraphReact, }, ], },