From 000cf7c9457c87e3d4c6c8bc9d4e9d435c26ddee Mon Sep 17 00:00:00 2001 From: HadiKhai Date: Mon, 20 May 2024 15:08:00 +0300 Subject: [PATCH] fix: sdk imports in docs --- docs/docs/sdk/core/classes/JustaName.md | 14 ++--- docs/docs/sdk/core/classes/Siwe.md | 18 ++++--- docs/docs/sdk/core/classes/Subnames.md | 47 ++++++++-------- docs/docs/sdk/core/index.md | 10 +++- docs/docs/sdk/core/interfaces/Address.md | 4 +- .../sdk/core/interfaces/AddressResponse.md | 8 +-- .../docs/sdk/core/interfaces/ApiKeyHeaders.md | 2 +- .../sdk/core/interfaces/ApiKeyResponse.md | 10 ++-- docs/docs/sdk/core/interfaces/ApiKeyRoute.md | 6 +-- docs/docs/sdk/core/interfaces/BaseResponse.md | 4 +- docs/docs/sdk/core/interfaces/Coin.md | 6 +-- docs/docs/sdk/core/interfaces/CoinType.md | 8 +-- .../docs/sdk/core/interfaces/Configuration.md | 2 +- docs/docs/sdk/core/interfaces/ContentHash.md | 4 +- docs/docs/sdk/core/interfaces/Generals.md | 4 +- docs/docs/sdk/core/interfaces/IRoute.md | 6 +-- .../interfaces/IsSubnameAvailableRequest.md | 4 +- .../interfaces/IsSubnameAvailableResponse.md | 2 +- .../interfaces/IsSubnameAvailableRoute.md | 6 +-- docs/docs/sdk/core/interfaces/Metadata.md | 10 ++-- .../sdk/core/interfaces/MetadataResponse.md | 10 ++-- docs/docs/sdk/core/interfaces/ROUTES.md | 34 ++++++------ .../interfaces/RequestChallengeRequest.md | 10 ++-- .../interfaces/RequestChallengeResponse.md | 2 +- docs/docs/sdk/core/interfaces/SIWEHeaders.md | 6 +-- .../interfaces/SIWERequestChallengeRoute.md | 6 +-- .../core/interfaces/SIWEVerifyMessageRoute.md | 6 +-- .../sdk/core/interfaces/SanitizedRecords.md | 30 +++++------ docs/docs/sdk/core/interfaces/Socials.md | 6 +-- .../core/interfaces/SubnameAcceptRequest.md | 12 ++--- .../core/interfaces/SubnameAcceptResponse.md | 4 +- .../sdk/core/interfaces/SubnameAcceptRoute.md | 6 +-- .../sdk/core/interfaces/SubnameAddRequest.md | 12 ++--- .../sdk/core/interfaces/SubnameAddResponse.md | 2 +- .../sdk/core/interfaces/SubnameAddRoute.md | 6 +-- .../SubnameGetAllByAddressRequest.md | 8 +-- .../SubnameGetAllByAddressResponse.md | 14 ++--- .../interfaces/SubnameGetAllByAddressRoute.md | 6 +-- .../SubnameGetAllByDomainChainIdRequest.md | 12 ++--- .../SubnameGetAllByDomainChainIdResponse.md | 4 +- .../SubnameGetAllByDomainChainIdRoute.md | 6 +-- .../SubnameGetByDomainNameChainIdRequest.md | 6 +-- .../SubnameGetByDomainNameChainIdResponse.md | 14 ++--- .../SubnameGetByDomainNameChainIdRoute.md | 6 +-- .../interfaces/SubnameGetBySubnameRequest.md | 4 +- .../interfaces/SubnameGetBySubnameResponse.md | 14 ++--- .../interfaces/SubnameGetBySubnameRoute.md | 6 +-- .../core/interfaces/SubnameRecordsRequest.md | 6 +-- .../core/interfaces/SubnameRecordsResponse.md | 10 ++-- .../core/interfaces/SubnameRecordsRoute.md | 6 +-- .../core/interfaces/SubnameRejectRequest.md | 6 +-- .../core/interfaces/SubnameRejectResponse.md | 2 +- .../sdk/core/interfaces/SubnameRejectRoute.md | 6 +-- .../core/interfaces/SubnameReserveRequest.md | 8 +-- .../core/interfaces/SubnameReserveResponse.md | 2 +- .../core/interfaces/SubnameReserveRoute.md | 6 +-- .../core/interfaces/SubnameRevokeRequest.md | 6 +-- .../core/interfaces/SubnameRevokeResponse.md | 2 +- .../sdk/core/interfaces/SubnameRevokeRoute.md | 6 +-- .../interfaces/SubnameSearchDomainResponse.md | 14 ++--- .../core/interfaces/SubnameSearchRequest.md | 14 ++--- .../core/interfaces/SubnameSearchResponse.md | 4 +- .../sdk/core/interfaces/SubnameSearchRoute.md | 6 +-- .../core/interfaces/SubnameUpdateRequest.md | 12 ++--- .../core/interfaces/SubnameUpdateResponse.md | 4 +- .../sdk/core/interfaces/SubnameUpdateRoute.md | 6 +-- docs/docs/sdk/core/interfaces/Text.md | 4 +- docs/docs/sdk/core/interfaces/TextRecord.md | 4 +- .../sdk/core/interfaces/TextRecordResponse.md | 8 +-- .../core/interfaces/VerifyChallengeRequest.md | 6 +-- .../interfaces/VerifyChallengeResponse.md | 2 +- docs/docs/sdk/core/modules.md | 44 +++++++-------- docs/docs/sdk/react/index.md | 4 +- .../interfaces/BaseAcceptSubnameRequest.md | 12 ++--- .../react/interfaces/BaseAddSubnameRequest.md | 2 +- .../interfaces/BaseRejectSubnameRequest.md | 6 +-- .../interfaces/BaseRevokeSubnameRequest.md | 6 +-- .../react/interfaces/JustaNameContextProps.md | 8 +-- .../sdk/react/interfaces/JustaNameProvider.md | 8 +-- .../sdk/react/interfaces/SubnameUpdate.md | 2 +- .../sdk/react/interfaces/UseAcceptSubname.md | 4 +- .../sdk/react/interfaces/UseAddSubname.md | 4 +- .../interfaces/UseCommunitySubnamesOptions.md | 4 +- .../UseConnectedWalletSubnamesOptions.md | 2 +- .../UseIsSubnameAvailableOptions.md | 4 +- .../interfaces/UseIsSubnameAvailableResult.md | 4 +- .../sdk/react/interfaces/UseRejectSubname.md | 4 +- .../sdk/react/interfaces/UseRevokeSubname.md | 4 +- .../interfaces/UseSearchSubnamesOptions.md | 12 ++--- .../sdk/react/interfaces/UseSubnameOptions.md | 2 +- .../interfaces/UseSubnameSignatureResult.md | 4 +- .../interfaces/UseUpdateSubnameResult.md | 4 +- docs/docs/sdk/react/modules.md | 54 +++++++++---------- 93 files changed, 395 insertions(+), 380 deletions(-) diff --git a/docs/docs/sdk/core/classes/JustaName.md b/docs/docs/sdk/core/classes/JustaName.md index 87ca2691..3f5f5580 100644 --- a/docs/docs/sdk/core/classes/JustaName.md +++ b/docs/docs/sdk/core/classes/JustaName.md @@ -15,7 +15,7 @@ The main class for the JustaName SDK. **`Example`** ```typescript -import { JustaName } from 'justaname-sdk'; +import { JustaName } from '@justaname.id/sdk'; const configuration = { apiKey: 'your-api-key' @@ -27,7 +27,7 @@ const configuration = { chainId: 1, origin: 'http://localhost:3333', address: '0x59c44836630760F97b74b569B379ca94c37B93ca', - domain: 'justaname.id', + domain: 'localhost', ttl?: 120000, }); @@ -52,7 +52,7 @@ const configuration = { #### Defined in -[lib/justaname/index.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L41) +[lib/justaname/index.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L41) ## Properties @@ -62,7 +62,7 @@ const configuration = { #### Defined in -[lib/justaname/index.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L31) +[lib/justaname/index.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L31) ___ @@ -78,7 +78,7 @@ JustaName #### Defined in -[lib/justaname/index.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L39) +[lib/justaname/index.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L39) ## Methods @@ -106,7 +106,7 @@ Checks if the API key is present. #### Defined in -[lib/justaname/index.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L74) +[lib/justaname/index.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L74) ___ @@ -136,4 +136,4 @@ Initializes the JustaName SDK. #### Defined in -[lib/justaname/index.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L57) +[lib/justaname/index.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/justaname/index.ts#L57) diff --git a/docs/docs/sdk/core/classes/Siwe.md b/docs/docs/sdk/core/classes/Siwe.md index f3881559..77ec503d 100644 --- a/docs/docs/sdk/core/classes/Siwe.md +++ b/docs/docs/sdk/core/classes/Siwe.md @@ -12,17 +12,21 @@ to initiate and verify challenges. **`Example`** ```typescript -import { JustaName } from 'justaname-sdk'; +import { JustaName } from '@justaname.id/sdk'; const configuration = { apiKey: 'your-api-key' }; - const justaName = await JustaName.init(configuration); + const justaName = JustaName.init(configuration); - const challenge = await justaName.siwe.requestChallenge({ - address: "0x1234567890123456789012345678901234567890", - }); +const requestChallengeResponse = await justaName.siwe.requestChallenge({ + chainId: 1, + origin: 'http://localhost:3333', + address: '0x59c44836630760F97b74b569B379ca94c37B93ca', + domain: 'localhost', + ttl?: 120000, +}); ``` @@ -58,7 +62,7 @@ Sends a request to initiate a challenge. #### Defined in -[lib/features/siwe/index.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/siwe/index.ts#L39) +[lib/features/siwe/index.ts:43](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/siwe/index.ts#L43) ___ @@ -82,4 +86,4 @@ Sends a request to verify a specific address using SIWE. #### Defined in -[lib/features/siwe/index.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/siwe/index.ts#L52) +[lib/features/siwe/index.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/siwe/index.ts#L56) diff --git a/docs/docs/sdk/core/classes/Subnames.md b/docs/docs/sdk/core/classes/Subnames.md index 2ebf6441..01395477 100644 --- a/docs/docs/sdk/core/classes/Subnames.md +++ b/docs/docs/sdk/core/classes/Subnames.md @@ -15,19 +15,24 @@ Represents the Subnames class for interacting with the Subnames API. **`Example`** ```typescript -import { JustaName } from 'justaname-sdk'; +import { JustaName } from '@justaname.id/sdk'; const configuration = { apiKey: 'your-api-key' }; - const justaName = await JustaName.init(configuration); + const justaName = JustaName.init(configuration); const addedUser = await justaName.subnames.addSubname({ username: 'test', - ensDomain: 'justaname.id', + ensDomain: 'test.eth', chainId: 1, - }); + }, + { + xAddress: '0x59c44836630760F97b74b569B379ca94c37B93ca', + xMessage: '...', + xSignature: '...', +}); ``` @@ -51,7 +56,7 @@ Constructs a new instance of the Subnames class, optionally with an API key for #### Defined in -[lib/features/subnames/index.ts:62](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L62) +[lib/features/subnames/index.ts:67](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L67) ## Properties @@ -61,7 +66,7 @@ Constructs a new instance of the Subnames class, optionally with an API key for #### Defined in -[lib/features/subnames/index.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L56) +[lib/features/subnames/index.ts:61](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L61) ## Methods @@ -86,7 +91,7 @@ The result of the claim operation. #### Defined in -[lib/features/subnames/index.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L72) +[lib/features/subnames/index.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L77) ___ @@ -112,7 +117,7 @@ The result of the add operation. #### Defined in -[lib/features/subnames/index.ts:105](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L105) +[lib/features/subnames/index.ts:110](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L110) ___ @@ -137,7 +142,7 @@ Information about the subname's availability. #### Defined in -[lib/features/subnames/index.ts:250](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L250) +[lib/features/subnames/index.ts:255](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L255) ___ @@ -163,7 +168,7 @@ A list of subnames associated with the address. #### Defined in -[lib/features/subnames/index.ts:214](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L214) +[lib/features/subnames/index.ts:219](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L219) ___ @@ -188,7 +193,7 @@ The details of the subname, if found. #### Defined in -[lib/features/subnames/index.ts:189](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L189) +[lib/features/subnames/index.ts:194](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L194) ___ @@ -213,7 +218,7 @@ The details of the subname, if found. #### Defined in -[lib/features/subnames/index.ts:201](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L201) +[lib/features/subnames/index.ts:206](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L206) ___ @@ -233,7 +238,7 @@ ___ #### Defined in -[lib/features/subnames/index.ts:220](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L220) +[lib/features/subnames/index.ts:225](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L225) ___ @@ -258,7 +263,7 @@ A list of subname invitations. #### Defined in -[lib/features/subnames/index.ts:238](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L238) +[lib/features/subnames/index.ts:243](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L243) ___ @@ -283,7 +288,7 @@ The records associated with the subname. #### Defined in -[lib/features/subnames/index.ts:262](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L262) +[lib/features/subnames/index.ts:267](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L267) ___ @@ -317,7 +322,7 @@ If called in read-only mode without an API key. #### Defined in -[lib/features/subnames/index.ts:275](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L275) +[lib/features/subnames/index.ts:280](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L280) ___ @@ -342,7 +347,7 @@ The result of the revoke operation. #### Defined in -[lib/features/subnames/index.ts:174](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L174) +[lib/features/subnames/index.ts:179](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L179) ___ @@ -367,7 +372,7 @@ The result of the reservation operation. #### Defined in -[lib/features/subnames/index.ts:88](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L88) +[lib/features/subnames/index.ts:93](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L93) ___ @@ -393,7 +398,7 @@ The result of the revoke operation. #### Defined in -[lib/features/subnames/index.ts:156](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L156) +[lib/features/subnames/index.ts:161](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L161) ___ @@ -413,7 +418,7 @@ ___ #### Defined in -[lib/features/subnames/index.ts:226](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L226) +[lib/features/subnames/index.ts:231](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L231) ___ @@ -439,4 +444,4 @@ The result of the update operation. #### Defined in -[lib/features/subnames/index.ts:139](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L139) +[lib/features/subnames/index.ts:144](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/features/subnames/index.ts#L144) diff --git a/docs/docs/sdk/core/index.md b/docs/docs/sdk/core/index.md index 6936ae22..020387b0 100644 --- a/docs/docs/sdk/core/index.md +++ b/docs/docs/sdk/core/index.md @@ -31,7 +31,7 @@ import { JustaName } from '@justaname.id/sdk'; async function main() { const apiKey = 'your-api-key'; - const justaName = await JustaName.init({ apiKey }); + const justaName = JustaName.init({ apiKey }); // Your SDK is now ready to be used! } @@ -47,7 +47,7 @@ const requestChallengeResponse = await justaName.siwe.requestChallenge({ chainId: 1, origin: 'http://localhost:3333', address: '0x59c44836630760F97b74b569B379ca94c37B93ca', - domain: 'justaname.id', + domain: 'localhost', }); ``` @@ -58,6 +58,10 @@ const addedUser = await justaName.subnames.addSubname({ username: 'testuser', ensDomain: 'justaname.id', chainId: 1, +}, { + xAddress: '0x59c44836630760F97b74b569B379ca94c37B93ca', + xSignature: '...', + xMessage: '...' }); ``` @@ -94,9 +98,11 @@ A key functionality aspect of the SDK revolves around its methods. Below is a li - addSubname - updateSubname - revokeSubname +- rejectSubname - getByDomainNameChainId - getBySubname - getAllByAddress +- getRecordsByFullName - getInvitations - checkSubnameAvailable diff --git a/docs/docs/sdk/core/interfaces/Address.md b/docs/docs/sdk/core/interfaces/Address.md index 9cce0be2..87bb7ccc 100644 --- a/docs/docs/sdk/core/interfaces/Address.md +++ b/docs/docs/sdk/core/interfaces/Address.md @@ -20,7 +20,7 @@ The cryptocurrency address. #### Defined in -[lib/types/subnames/accept.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L13) +[lib/types/subnames/accept.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L13) ___ @@ -32,4 +32,4 @@ The coin type number, typically following the BIP-0044 standard. #### Defined in -[lib/types/subnames/accept.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L15) +[lib/types/subnames/accept.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L15) diff --git a/docs/docs/sdk/core/interfaces/AddressResponse.md b/docs/docs/sdk/core/interfaces/AddressResponse.md index 6614f78d..229fa341 100644 --- a/docs/docs/sdk/core/interfaces/AddressResponse.md +++ b/docs/docs/sdk/core/interfaces/AddressResponse.md @@ -21,7 +21,7 @@ The actual cryptocurrency address. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L19) +[lib/types/subnames/get-by-domain-name-chainId.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L19) ___ @@ -33,7 +33,7 @@ The cryptocurrency coin type number, typically following a standard like BIP-44. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L17) +[lib/types/subnames/get-by-domain-name-chainId.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L17) ___ @@ -45,7 +45,7 @@ A reference to the metadata associated with this address. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L21) +[lib/types/subnames/get-by-domain-name-chainId.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L21) ___ @@ -57,4 +57,4 @@ The unique identifier of the address record. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L15) +[lib/types/subnames/get-by-domain-name-chainId.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L15) diff --git a/docs/docs/sdk/core/interfaces/ApiKeyHeaders.md b/docs/docs/sdk/core/interfaces/ApiKeyHeaders.md index cf716ce6..6b3a434e 100644 --- a/docs/docs/sdk/core/interfaces/ApiKeyHeaders.md +++ b/docs/docs/sdk/core/interfaces/ApiKeyHeaders.md @@ -23,4 +23,4 @@ The API key provided to the client. This key should be included in API #### Defined in -[lib/types/headers/index.ts:30](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L30) +[lib/types/headers/index.ts:30](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L30) diff --git a/docs/docs/sdk/core/interfaces/ApiKeyResponse.md b/docs/docs/sdk/core/interfaces/ApiKeyResponse.md index 46f7e566..8765e933 100644 --- a/docs/docs/sdk/core/interfaces/ApiKeyResponse.md +++ b/docs/docs/sdk/core/interfaces/ApiKeyResponse.md @@ -27,7 +27,7 @@ The identifier of the user who created this API key. #### Defined in -[lib/types/api-key/health-check.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L25) +[lib/types/api-key/health-check.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L25) ___ @@ -39,7 +39,7 @@ The unique identifier of the API key. #### Defined in -[lib/types/api-key/health-check.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L17) +[lib/types/api-key/health-check.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L17) ___ @@ -51,7 +51,7 @@ The actual API key string used for authentication and authorization. #### Defined in -[lib/types/api-key/health-check.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L21) +[lib/types/api-key/health-check.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L21) ___ @@ -63,7 +63,7 @@ The name given to the API key, typically used for easy identification. #### Defined in -[lib/types/api-key/health-check.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L19) +[lib/types/api-key/health-check.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L19) ___ @@ -75,4 +75,4 @@ The identifier of the workspace to which this API key belongs. #### Defined in -[lib/types/api-key/health-check.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L23) +[lib/types/api-key/health-check.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L23) diff --git a/docs/docs/sdk/core/interfaces/ApiKeyRoute.md b/docs/docs/sdk/core/interfaces/ApiKeyRoute.md index 2e6c046b..f66c9e97 100644 --- a/docs/docs/sdk/core/interfaces/ApiKeyRoute.md +++ b/docs/docs/sdk/core/interfaces/ApiKeyRoute.md @@ -33,7 +33,7 @@ The required headers for API key operations, specified by the #### Defined in -[lib/types/api-key/health-check.ts:45](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L45) +[lib/types/api-key/health-check.ts:45](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L45) ___ @@ -50,7 +50,7 @@ The type of the request data. It is intentionally broad #### Defined in -[lib/types/api-key/health-check.ts:43](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L43) +[lib/types/api-key/health-check.ts:43](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L43) ___ @@ -67,4 +67,4 @@ The expected response structure for the API key operations, #### Defined in -[lib/types/api-key/health-check.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L44) +[lib/types/api-key/health-check.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/api-key/health-check.ts#L44) diff --git a/docs/docs/sdk/core/interfaces/BaseResponse.md b/docs/docs/sdk/core/interfaces/BaseResponse.md index 7e5b47a1..b9498cb1 100644 --- a/docs/docs/sdk/core/interfaces/BaseResponse.md +++ b/docs/docs/sdk/core/interfaces/BaseResponse.md @@ -33,7 +33,7 @@ T - The type of the data to be returned. #### Defined in -[lib/types/base-response/index.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/base-response/index.ts#L14) +[lib/types/base-response/index.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/base-response/index.ts#L14) ___ @@ -43,4 +43,4 @@ ___ #### Defined in -[lib/types/base-response/index.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/base-response/index.ts#L13) +[lib/types/base-response/index.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/base-response/index.ts#L13) diff --git a/docs/docs/sdk/core/interfaces/Coin.md b/docs/docs/sdk/core/interfaces/Coin.md index 08df01ff..d8b82036 100644 --- a/docs/docs/sdk/core/interfaces/Coin.md +++ b/docs/docs/sdk/core/interfaces/Coin.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types/subnames/records.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L10) +[lib/types/subnames/records.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L10) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types/subnames/records.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L11) +[lib/types/subnames/records.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L11) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[lib/types/subnames/records.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L12) +[lib/types/subnames/records.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L12) diff --git a/docs/docs/sdk/core/interfaces/CoinType.md b/docs/docs/sdk/core/interfaces/CoinType.md index 9b1f041c..56759b6b 100644 --- a/docs/docs/sdk/core/interfaces/CoinType.md +++ b/docs/docs/sdk/core/interfaces/CoinType.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/utils/cointypes/index.ts:2](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L2) +[lib/utils/cointypes/index.ts:2](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L2) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:4](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L4) +[lib/utils/cointypes/index.ts:4](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L4) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L5) +[lib/utils/cointypes/index.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L5) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:3](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L3) +[lib/utils/cointypes/index.ts:3](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L3) diff --git a/docs/docs/sdk/core/interfaces/Configuration.md b/docs/docs/sdk/core/interfaces/Configuration.md index 2fcd315a..eb9436d1 100644 --- a/docs/docs/sdk/core/interfaces/Configuration.md +++ b/docs/docs/sdk/core/interfaces/Configuration.md @@ -25,4 +25,4 @@ An optional API key used for authenticating requests #### Defined in -[lib/types/justaname/configuration.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts#L13) +[lib/types/justaname/configuration.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/justaname/configuration.ts#L13) diff --git a/docs/docs/sdk/core/interfaces/ContentHash.md b/docs/docs/sdk/core/interfaces/ContentHash.md index b20a5269..b0f79cf0 100644 --- a/docs/docs/sdk/core/interfaces/ContentHash.md +++ b/docs/docs/sdk/core/interfaces/ContentHash.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types/subnames/records.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L17) +[lib/types/subnames/records.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L17) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types/subnames/records.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L16) +[lib/types/subnames/records.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L16) diff --git a/docs/docs/sdk/core/interfaces/Generals.md b/docs/docs/sdk/core/interfaces/Generals.md index 896eb3c9..a0a8b2f8 100644 --- a/docs/docs/sdk/core/interfaces/Generals.md +++ b/docs/docs/sdk/core/interfaces/Generals.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/constants/general-fields/index.ts:8](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L8) +[lib/constants/general-fields/index.ts:8](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L8) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/constants/general-fields/index.ts:7](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L7) +[lib/constants/general-fields/index.ts:7](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L7) diff --git a/docs/docs/sdk/core/interfaces/IRoute.md b/docs/docs/sdk/core/interfaces/IRoute.md index b4321f48..d8eca0e3 100644 --- a/docs/docs/sdk/core/interfaces/IRoute.md +++ b/docs/docs/sdk/core/interfaces/IRoute.md @@ -62,7 +62,7 @@ The type of the headers for the request/response. #### Defined in -[lib/types/common/index.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L57) +[lib/types/common/index.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L57) ___ @@ -74,7 +74,7 @@ The type of the request data. #### Defined in -[lib/types/common/index.ts:55](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L55) +[lib/types/common/index.ts:55](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L55) ___ @@ -86,4 +86,4 @@ The type of the response data. #### Defined in -[lib/types/common/index.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L56) +[lib/types/common/index.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L56) diff --git a/docs/docs/sdk/core/interfaces/IsSubnameAvailableRequest.md b/docs/docs/sdk/core/interfaces/IsSubnameAvailableRequest.md index 4bf5121b..38857b38 100644 --- a/docs/docs/sdk/core/interfaces/IsSubnameAvailableRequest.md +++ b/docs/docs/sdk/core/interfaces/IsSubnameAvailableRequest.md @@ -28,7 +28,7 @@ The blockchain network identifier where the subname exists. #### Defined in -[lib/types/subnames/available.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L16) +[lib/types/subnames/available.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L16) ___ @@ -40,4 +40,4 @@ The subname to check for availability. #### Defined in -[lib/types/subnames/available.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L15) +[lib/types/subnames/available.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L15) diff --git a/docs/docs/sdk/core/interfaces/IsSubnameAvailableResponse.md b/docs/docs/sdk/core/interfaces/IsSubnameAvailableResponse.md index e5d8e35f..f2e34339 100644 --- a/docs/docs/sdk/core/interfaces/IsSubnameAvailableResponse.md +++ b/docs/docs/sdk/core/interfaces/IsSubnameAvailableResponse.md @@ -28,4 +28,4 @@ Indicates the availability of the subname. #### Defined in -[lib/types/subnames/available.ts:30](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L30) +[lib/types/subnames/available.ts:30](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L30) diff --git a/docs/docs/sdk/core/interfaces/IsSubnameAvailableRoute.md b/docs/docs/sdk/core/interfaces/IsSubnameAvailableRoute.md index 2c20dcfd..75cc5aa5 100644 --- a/docs/docs/sdk/core/interfaces/IsSubnameAvailableRoute.md +++ b/docs/docs/sdk/core/interfaces/IsSubnameAvailableRoute.md @@ -33,7 +33,7 @@ The headers required for the request, deliberately unspecified #### Defined in -[lib/types/subnames/available.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L50) +[lib/types/subnames/available.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L50) ___ @@ -49,7 +49,7 @@ The request structure for the subname availability check. #### Defined in -[lib/types/subnames/available.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L48) +[lib/types/subnames/available.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L48) ___ @@ -65,4 +65,4 @@ The response indicating the availability of the subname. #### Defined in -[lib/types/subnames/available.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L49) +[lib/types/subnames/available.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/available.ts#L49) diff --git a/docs/docs/sdk/core/interfaces/Metadata.md b/docs/docs/sdk/core/interfaces/Metadata.md index a12d4eb4..f2df86e6 100644 --- a/docs/docs/sdk/core/interfaces/Metadata.md +++ b/docs/docs/sdk/core/interfaces/Metadata.md @@ -21,7 +21,7 @@ An array of addresses associated with the subname. #### Defined in -[lib/types/subnames/accept.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L49) +[lib/types/subnames/accept.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L49) ___ @@ -33,7 +33,7 @@ A hash of the content associated with the subname. #### Defined in -[lib/types/subnames/accept.ts:47](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L47) +[lib/types/subnames/accept.ts:47](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L47) ___ @@ -45,7 +45,7 @@ The unique identifier of the subname metadata. #### Defined in -[lib/types/subnames/accept.ts:45](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L45) +[lib/types/subnames/accept.ts:45](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L45) ___ @@ -57,7 +57,7 @@ The identifier of the parent domain. #### Defined in -[lib/types/subnames/accept.ts:53](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L53) +[lib/types/subnames/accept.ts:53](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L53) ___ @@ -69,4 +69,4 @@ An array of text records associated with the subname. #### Defined in -[lib/types/subnames/accept.ts:51](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L51) +[lib/types/subnames/accept.ts:51](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L51) diff --git a/docs/docs/sdk/core/interfaces/MetadataResponse.md b/docs/docs/sdk/core/interfaces/MetadataResponse.md index 9814311e..181465c1 100644 --- a/docs/docs/sdk/core/interfaces/MetadataResponse.md +++ b/docs/docs/sdk/core/interfaces/MetadataResponse.md @@ -21,7 +21,7 @@ A list of cryptocurrency addresses associated with the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:64](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L64) +[lib/types/subnames/get-by-domain-name-chainId.ts:64](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L64) ___ @@ -33,7 +33,7 @@ A content hash associated with the subname, representing stored or linked conten #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:60](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L60) +[lib/types/subnames/get-by-domain-name-chainId.ts:60](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L60) ___ @@ -45,7 +45,7 @@ The unique identifier of the subname's metadata. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L58) +[lib/types/subnames/get-by-domain-name-chainId.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L58) ___ @@ -57,7 +57,7 @@ The identifier of the subdomain to which this metadata belongs. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:62](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L62) +[lib/types/subnames/get-by-domain-name-chainId.ts:62](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L62) ___ @@ -69,4 +69,4 @@ A list of text records providing additional information about the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:66](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L66) +[lib/types/subnames/get-by-domain-name-chainId.ts:66](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L66) diff --git a/docs/docs/sdk/core/interfaces/ROUTES.md b/docs/docs/sdk/core/interfaces/ROUTES.md index 86f7e88d..6c173b57 100644 --- a/docs/docs/sdk/core/interfaces/ROUTES.md +++ b/docs/docs/sdk/core/interfaces/ROUTES.md @@ -24,7 +24,7 @@ IROUTES.ACCEPT\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L71) +[lib/api/routes/index.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L71) ___ @@ -38,7 +38,7 @@ IROUTES.ADD\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L73) +[lib/api/routes/index.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L73) ___ @@ -52,7 +52,7 @@ IROUTES.CHECK\_SUBNAME\_AVAILABILITY\_ROUTE #### Defined in -[lib/api/routes/index.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L82) +[lib/api/routes/index.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L82) ___ @@ -66,7 +66,7 @@ IROUTES.GET\_ALL\_SUBNAMES\_BY\_ADDRESS\_ROUTE #### Defined in -[lib/api/routes/index.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L80) +[lib/api/routes/index.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L80) ___ @@ -80,7 +80,7 @@ IROUTES.GET\_ALL\_SUBNAMES\_BY\_DOMAIN\_ROUTE #### Defined in -[lib/api/routes/index.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L79) +[lib/api/routes/index.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L79) ___ @@ -94,7 +94,7 @@ IROUTES.GET\_ALL\_SUBNAMES\_BY\_INVITATION\_ROUTE #### Defined in -[lib/api/routes/index.ts:81](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L81) +[lib/api/routes/index.ts:81](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L81) ___ @@ -108,7 +108,7 @@ IROUTES.GET\_SUBNAME\_BY\_DOMAIN\_NAME\_CHAIN\_ID\_ROUTE #### Defined in -[lib/api/routes/index.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L77) +[lib/api/routes/index.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L77) ___ @@ -122,7 +122,7 @@ IROUTES.GET\_SUBNAME\_BY\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L78) +[lib/api/routes/index.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L78) ___ @@ -136,7 +136,7 @@ IROUTES.HEALTH\_CHECK\_ROUTE #### Defined in -[lib/api/routes/index.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L68) +[lib/api/routes/index.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L68) ___ @@ -150,7 +150,7 @@ IROUTES.RECORDS\_BY\_FULLNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L84) +[lib/api/routes/index.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L84) ___ @@ -164,7 +164,7 @@ IROUTES.REJECT\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L75) +[lib/api/routes/index.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L75) ___ @@ -178,7 +178,7 @@ IROUTES.RESERVE\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L72) +[lib/api/routes/index.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L72) ___ @@ -192,7 +192,7 @@ IROUTES.REVOKE\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:76](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L76) +[lib/api/routes/index.ts:76](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L76) ___ @@ -206,7 +206,7 @@ IROUTES.SEARCH\_SUBNAMES\_ROUTE #### Defined in -[lib/api/routes/index.ts:83](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L83) +[lib/api/routes/index.ts:83](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L83) ___ @@ -220,7 +220,7 @@ IROUTES.SIWE\_REQUEST\_CHALLENGE\_ROUTE #### Defined in -[lib/api/routes/index.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L70) +[lib/api/routes/index.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L70) ___ @@ -234,7 +234,7 @@ IROUTES.SIWE\_VERIFY\_MESSAGE\_ROUTE #### Defined in -[lib/api/routes/index.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L69) +[lib/api/routes/index.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L69) ___ @@ -248,4 +248,4 @@ IROUTES.UPDATE\_SUBNAME\_ROUTE #### Defined in -[lib/api/routes/index.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L74) +[lib/api/routes/index.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L74) diff --git a/docs/docs/sdk/core/interfaces/RequestChallengeRequest.md b/docs/docs/sdk/core/interfaces/RequestChallengeRequest.md index d3625917..1b55260c 100644 --- a/docs/docs/sdk/core/interfaces/RequestChallengeRequest.md +++ b/docs/docs/sdk/core/interfaces/RequestChallengeRequest.md @@ -25,7 +25,7 @@ Represents the ethereum address to be challenged. #### Defined in -[lib/types/siwe/request-challenge.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L21) +[lib/types/siwe/request-challenge.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L21) ___ @@ -37,7 +37,7 @@ Represents the chainId of the blockchain to be used. #### Defined in -[lib/types/siwe/request-challenge.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L31) +[lib/types/siwe/request-challenge.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L31) ___ @@ -49,7 +49,7 @@ Represents the ENS domain #### Defined in -[lib/types/siwe/request-challenge.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L14) +[lib/types/siwe/request-challenge.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L14) ___ @@ -61,7 +61,7 @@ Represents the origin of the request (e.g. the domain of the website). #### Defined in -[lib/types/siwe/request-challenge.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L26) +[lib/types/siwe/request-challenge.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L26) ___ @@ -82,4 +82,4 @@ default: 120000 ms, 2 minutes ( 2 * 60 * 1000 ) #### Defined in -[lib/types/siwe/request-challenge.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L39) +[lib/types/siwe/request-challenge.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L39) diff --git a/docs/docs/sdk/core/interfaces/RequestChallengeResponse.md b/docs/docs/sdk/core/interfaces/RequestChallengeResponse.md index 3899c9ee..037cec3a 100644 --- a/docs/docs/sdk/core/interfaces/RequestChallengeResponse.md +++ b/docs/docs/sdk/core/interfaces/RequestChallengeResponse.md @@ -25,4 +25,4 @@ Represents the challenge to be signed by the user. #### Defined in -[lib/types/siwe/request-challenge.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L52) +[lib/types/siwe/request-challenge.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L52) diff --git a/docs/docs/sdk/core/interfaces/SIWEHeaders.md b/docs/docs/sdk/core/interfaces/SIWEHeaders.md index 69c5a6b8..35129a42 100644 --- a/docs/docs/sdk/core/interfaces/SIWEHeaders.md +++ b/docs/docs/sdk/core/interfaces/SIWEHeaders.md @@ -23,7 +23,7 @@ The Ethereum address of the user. This address is expected to match the #### Defined in -[lib/types/headers/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L17) +[lib/types/headers/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L17) ___ @@ -36,7 +36,7 @@ The original message that was signed by the user. This message typically #### Defined in -[lib/types/headers/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L15) +[lib/types/headers/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L15) ___ @@ -49,4 +49,4 @@ The digital signature produced by signing `xMessage` with the user's #### Defined in -[lib/types/headers/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L16) +[lib/types/headers/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/headers/index.ts#L16) diff --git a/docs/docs/sdk/core/interfaces/SIWERequestChallengeRoute.md b/docs/docs/sdk/core/interfaces/SIWERequestChallengeRoute.md index 31f70058..a44efefe 100644 --- a/docs/docs/sdk/core/interfaces/SIWERequestChallengeRoute.md +++ b/docs/docs/sdk/core/interfaces/SIWERequestChallengeRoute.md @@ -34,7 +34,7 @@ The headers required for the request, left intentionally #### Defined in -[lib/types/siwe/request-challenge.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L72) +[lib/types/siwe/request-challenge.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L72) ___ @@ -50,7 +50,7 @@ The request structure for the SIWE challenge. #### Defined in -[lib/types/siwe/request-challenge.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L70) +[lib/types/siwe/request-challenge.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L70) ___ @@ -66,4 +66,4 @@ The expected response structure. #### Defined in -[lib/types/siwe/request-challenge.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L71) +[lib/types/siwe/request-challenge.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/request-challenge.ts#L71) diff --git a/docs/docs/sdk/core/interfaces/SIWEVerifyMessageRoute.md b/docs/docs/sdk/core/interfaces/SIWEVerifyMessageRoute.md index a5143387..3577bc58 100644 --- a/docs/docs/sdk/core/interfaces/SIWEVerifyMessageRoute.md +++ b/docs/docs/sdk/core/interfaces/SIWEVerifyMessageRoute.md @@ -31,7 +31,7 @@ The headers required for the request, left flexible for specific needs. #### Defined in -[lib/types/siwe/verify-challenge.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L58) +[lib/types/siwe/verify-challenge.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L58) ___ @@ -47,7 +47,7 @@ The structure required for the verification request. #### Defined in -[lib/types/siwe/verify-challenge.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L56) +[lib/types/siwe/verify-challenge.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L56) ___ @@ -63,4 +63,4 @@ The expected response indicating verification result. #### Defined in -[lib/types/siwe/verify-challenge.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L57) +[lib/types/siwe/verify-challenge.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L57) diff --git a/docs/docs/sdk/core/interfaces/SanitizedRecords.md b/docs/docs/sdk/core/interfaces/SanitizedRecords.md index 6a556a9a..d5124ff6 100644 --- a/docs/docs/sdk/core/interfaces/SanitizedRecords.md +++ b/docs/docs/sdk/core/interfaces/SanitizedRecords.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/utils/sanitizeRecords/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L15) +[lib/utils/sanitizeRecords/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L15) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:24](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L24) +[lib/utils/sanitizeRecords/index.ts:24](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L24) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L17) +[lib/utils/sanitizeRecords/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L17) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L18) +[lib/utils/sanitizeRecords/index.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L18) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L26) +[lib/utils/sanitizeRecords/index.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L26) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L21) +[lib/utils/sanitizeRecords/index.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L21) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L19) +[lib/utils/sanitizeRecords/index.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L19) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L20) +[lib/utils/sanitizeRecords/index.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L20) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L13) +[lib/utils/sanitizeRecords/index.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L13) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L12) +[lib/utils/sanitizeRecords/index.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L12) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L23) +[lib/utils/sanitizeRecords/index.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L23) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L14) +[lib/utils/sanitizeRecords/index.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L14) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L25) +[lib/utils/sanitizeRecords/index.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L25) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L16) +[lib/utils/sanitizeRecords/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L16) ___ @@ -154,4 +154,4 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L22) +[lib/utils/sanitizeRecords/index.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L22) diff --git a/docs/docs/sdk/core/interfaces/Socials.md b/docs/docs/sdk/core/interfaces/Socials.md index 0d0e88da..4183d1c8 100644 --- a/docs/docs/sdk/core/interfaces/Socials.md +++ b/docs/docs/sdk/core/interfaces/Socials.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/constants/supported-socials/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L16) +[lib/constants/supported-socials/index.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L16) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L17) +[lib/constants/supported-socials/index.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L15) +[lib/constants/supported-socials/index.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L15) diff --git a/docs/docs/sdk/core/interfaces/SubnameAcceptRequest.md b/docs/docs/sdk/core/interfaces/SubnameAcceptRequest.md index ccaada3f..66e17313 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAcceptRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameAcceptRequest.md @@ -26,7 +26,7 @@ Optional. Addresses to associate with the subname. #### Defined in -[lib/types/subnames/accept.ts:76](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L76) +[lib/types/subnames/accept.ts:76](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L76) ___ @@ -38,7 +38,7 @@ The blockchain network identifier for the claim. #### Defined in -[lib/types/subnames/accept.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L74) +[lib/types/subnames/accept.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L74) ___ @@ -50,7 +50,7 @@ Optional. A content hash to associate with the subname. #### Defined in -[lib/types/subnames/accept.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L80) +[lib/types/subnames/accept.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L80) ___ @@ -62,7 +62,7 @@ The parent ENS domain under which the subname is claimed. #### Defined in -[lib/types/subnames/accept.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L72) +[lib/types/subnames/accept.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L72) ___ @@ -74,7 +74,7 @@ Optional. Text records to associate with the subname. #### Defined in -[lib/types/subnames/accept.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L78) +[lib/types/subnames/accept.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L78) ___ @@ -86,4 +86,4 @@ The desired subname to claim. #### Defined in -[lib/types/subnames/accept.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L70) +[lib/types/subnames/accept.ts:70](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L70) diff --git a/docs/docs/sdk/core/interfaces/SubnameAcceptResponse.md b/docs/docs/sdk/core/interfaces/SubnameAcceptResponse.md index 3d3ca8d0..fa203303 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAcceptResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameAcceptResponse.md @@ -26,7 +26,7 @@ The metadata associated with the claimed subname. #### Defined in -[lib/types/subnames/accept.ts:95](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L95) +[lib/types/subnames/accept.ts:95](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L95) ___ @@ -38,4 +38,4 @@ The unique identifier of the claimed subname. #### Defined in -[lib/types/subnames/accept.ts:93](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L93) +[lib/types/subnames/accept.ts:93](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L93) diff --git a/docs/docs/sdk/core/interfaces/SubnameAcceptRoute.md b/docs/docs/sdk/core/interfaces/SubnameAcceptRoute.md index f1b58852..4dbc025c 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAcceptRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameAcceptRoute.md @@ -30,7 +30,7 @@ SIWE authentication headers required for the request. #### Defined in -[lib/types/subnames/accept.ts:111](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L111) +[lib/types/subnames/accept.ts:111](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L111) ___ @@ -46,7 +46,7 @@ The data structure for the claim request. #### Defined in -[lib/types/subnames/accept.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L109) +[lib/types/subnames/accept.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L109) ___ @@ -62,4 +62,4 @@ The expected structure for the claim response. #### Defined in -[lib/types/subnames/accept.ts:110](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L110) +[lib/types/subnames/accept.ts:110](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L110) diff --git a/docs/docs/sdk/core/interfaces/SubnameAddRequest.md b/docs/docs/sdk/core/interfaces/SubnameAddRequest.md index cc6a21f3..a54ee4d9 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAddRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameAddRequest.md @@ -27,7 +27,7 @@ Optional. Ethereum addresses associated with the subname. #### Defined in -[lib/types/subnames/add.ts:54](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L54) +[lib/types/subnames/add.ts:54](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L54) ___ @@ -39,7 +39,7 @@ The chain ID of the Ethereum blockchain where the operation takes place. #### Defined in -[lib/types/subnames/add.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L52) +[lib/types/subnames/add.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L52) ___ @@ -51,7 +51,7 @@ Optional. A content hash representing associated data. #### Defined in -[lib/types/subnames/add.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L58) +[lib/types/subnames/add.ts:58](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L58) ___ @@ -63,7 +63,7 @@ The ENS domain under which the subname is added. #### Defined in -[lib/types/subnames/add.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L50) +[lib/types/subnames/add.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L50) ___ @@ -75,7 +75,7 @@ Optional. Text records for additional data associated with the subname. #### Defined in -[lib/types/subnames/add.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L56) +[lib/types/subnames/add.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L56) ___ @@ -87,4 +87,4 @@ The subname to be added. #### Defined in -[lib/types/subnames/add.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L48) +[lib/types/subnames/add.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L48) diff --git a/docs/docs/sdk/core/interfaces/SubnameAddResponse.md b/docs/docs/sdk/core/interfaces/SubnameAddResponse.md index 474bd184..347b05e9 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAddResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameAddResponse.md @@ -26,4 +26,4 @@ The unique identifier of the added subname. #### Defined in -[lib/types/subnames/add.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L69) +[lib/types/subnames/add.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L69) diff --git a/docs/docs/sdk/core/interfaces/SubnameAddRoute.md b/docs/docs/sdk/core/interfaces/SubnameAddRoute.md index ba5faffd..4626ad10 100644 --- a/docs/docs/sdk/core/interfaces/SubnameAddRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameAddRoute.md @@ -33,7 +33,7 @@ The combined set of headers required for authentication and verification. #### Defined in -[lib/types/subnames/add.ts:87](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L87) +[lib/types/subnames/add.ts:87](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L87) ___ @@ -49,7 +49,7 @@ The required structure for the subname addition request. #### Defined in -[lib/types/subnames/add.ts:85](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L85) +[lib/types/subnames/add.ts:85](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L85) ___ @@ -65,4 +65,4 @@ The expected response upon successful operation. #### Defined in -[lib/types/subnames/add.ts:86](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L86) +[lib/types/subnames/add.ts:86](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/add.ts#L86) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRequest.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRequest.md index 1e699c22..0979e9b4 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRequest.md @@ -26,7 +26,7 @@ The cryptocurrency address to search for associated subnames. #### Defined in -[lib/types/subnames/get-all-by-address.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L78) +[lib/types/subnames/get-all-by-address.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L78) ___ @@ -38,7 +38,7 @@ The blockchain network identifier. #### Defined in -[lib/types/subnames/get-all-by-address.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L80) +[lib/types/subnames/get-all-by-address.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L80) ___ @@ -50,7 +50,7 @@ Coin type number for the cryptocurrency of the address. #### Defined in -[lib/types/subnames/get-all-by-address.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L82) +[lib/types/subnames/get-all-by-address.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L82) ___ @@ -62,4 +62,4 @@ Flag indicating whether to retrieve only claimed subnames. #### Defined in -[lib/types/subnames/get-all-by-address.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L84) +[lib/types/subnames/get-all-by-address.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L84) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressResponse.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressResponse.md index 473acb38..a749c963 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressResponse.md @@ -26,7 +26,7 @@ The timestamp when the subname was claimed, if applicable. #### Defined in -[lib/types/subnames/get-all-by-address.ts:112](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L112) +[lib/types/subnames/get-all-by-address.ts:112](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L112) ___ @@ -38,7 +38,7 @@ Metadata associated with the subname. #### Defined in -[lib/types/subnames/get-all-by-address.ts:114](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L114) +[lib/types/subnames/get-all-by-address.ts:114](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L114) ___ @@ -50,7 +50,7 @@ Identifier of the parent ENS domain. #### Defined in -[lib/types/subnames/get-all-by-address.ts:106](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L106) +[lib/types/subnames/get-all-by-address.ts:106](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L106) ___ @@ -62,7 +62,7 @@ Unique identifier of the subname. #### Defined in -[lib/types/subnames/get-all-by-address.ts:102](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L102) +[lib/types/subnames/get-all-by-address.ts:102](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L102) ___ @@ -74,7 +74,7 @@ Indicates if the subname has been claimed. #### Defined in -[lib/types/subnames/get-all-by-address.ts:110](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L110) +[lib/types/subnames/get-all-by-address.ts:110](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L110) ___ @@ -86,7 +86,7 @@ The full subname. #### Defined in -[lib/types/subnames/get-all-by-address.ts:108](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L108) +[lib/types/subnames/get-all-by-address.ts:108](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L108) ___ @@ -98,4 +98,4 @@ The username part of the subname. #### Defined in -[lib/types/subnames/get-all-by-address.ts:104](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L104) +[lib/types/subnames/get-all-by-address.ts:104](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L104) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRoute.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRoute.md index e03855d6..373d2f37 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByAddressRoute.md @@ -30,7 +30,7 @@ The headers required for the request. The type is intentionally kept generic to #### Defined in -[lib/types/subnames/get-all-by-address.ts:130](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L130) +[lib/types/subnames/get-all-by-address.ts:130](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L130) ___ @@ -46,7 +46,7 @@ The request data structure. #### Defined in -[lib/types/subnames/get-all-by-address.ts:128](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L128) +[lib/types/subnames/get-all-by-address.ts:128](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L128) ___ @@ -62,4 +62,4 @@ An array of responses, each containing details of a subname associated with the #### Defined in -[lib/types/subnames/get-all-by-address.ts:129](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L129) +[lib/types/subnames/get-all-by-address.ts:129](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-address.ts#L129) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRequest.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRequest.md index dd1fb16a..442d983f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRequest.md @@ -27,7 +27,7 @@ The blockchain network identifier. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:150](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L150) +[lib/types/subnames/get-all-by-ens-domain.ts:150](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L150) ___ @@ -39,7 +39,7 @@ Optional coin type to filter the subnames by. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:152](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L152) +[lib/types/subnames/get-all-by-ens-domain.ts:152](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L152) ___ @@ -51,7 +51,7 @@ The ENS domain to search under. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:148](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L148) +[lib/types/subnames/get-all-by-ens-domain.ts:148](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L148) ___ @@ -63,7 +63,7 @@ Optional flag to filter by claimed status. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:158](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L158) +[lib/types/subnames/get-all-by-ens-domain.ts:158](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L158) ___ @@ -75,7 +75,7 @@ Optional limit on the number of items per page. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:156](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L156) +[lib/types/subnames/get-all-by-ens-domain.ts:156](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L156) ___ @@ -87,4 +87,4 @@ Optional page number for pagination. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:154](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L154) +[lib/types/subnames/get-all-by-ens-domain.ts:154](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L154) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdResponse.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdResponse.md index f3a8c435..c56fee40 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdResponse.md @@ -27,7 +27,7 @@ Pagination information for navigating through the subnames. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:175](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L175) +[lib/types/subnames/get-all-by-ens-domain.ts:175](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L175) ___ @@ -39,4 +39,4 @@ An array of subname details. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:173](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L173) +[lib/types/subnames/get-all-by-ens-domain.ts:173](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L173) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRoute.md b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRoute.md index 38aacc0c..d402849f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetAllByDomainChainIdRoute.md @@ -31,7 +31,7 @@ The headers required for the request, left intentionally unspecified to accommod #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:192](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L192) +[lib/types/subnames/get-all-by-ens-domain.ts:192](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L192) ___ @@ -47,7 +47,7 @@ The request data structure. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:190](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L190) +[lib/types/subnames/get-all-by-ens-domain.ts:190](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L190) ___ @@ -63,4 +63,4 @@ The expected response structure. #### Defined in -[lib/types/subnames/get-all-by-ens-domain.ts:191](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L191) +[lib/types/subnames/get-all-by-ens-domain.ts:191](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain.ts#L191) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRequest.md b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRequest.md index 4285ff3f..dbb2a0bd 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRequest.md @@ -26,7 +26,7 @@ The blockchain network identifier where the domain and subname exist. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L84) +[lib/types/subnames/get-by-domain-name-chainId.ts:84](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L84) ___ @@ -38,7 +38,7 @@ The ENS domain within which the subname is registered. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L80) +[lib/types/subnames/get-by-domain-name-chainId.ts:80](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L80) ___ @@ -50,4 +50,4 @@ The specific username associated with the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L82) +[lib/types/subnames/get-by-domain-name-chainId.ts:82](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L82) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdResponse.md b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdResponse.md index ab4ab107..592dfbfd 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdResponse.md @@ -27,7 +27,7 @@ The timestamp when the subname was claimed, if applicable. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:113](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L113) +[lib/types/subnames/get-by-domain-name-chainId.ts:113](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L113) ___ @@ -39,7 +39,7 @@ Detailed metadata associated with the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:115](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L115) +[lib/types/subnames/get-by-domain-name-chainId.ts:115](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L115) ___ @@ -51,7 +51,7 @@ The identifier of the ENS domain. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:107](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L107) +[lib/types/subnames/get-by-domain-name-chainId.ts:107](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L107) ___ @@ -63,7 +63,7 @@ The unique identifier of the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:103](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L103) +[lib/types/subnames/get-by-domain-name-chainId.ts:103](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L103) ___ @@ -75,7 +75,7 @@ Indicates whether the subname has been claimed. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:111](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L111) +[lib/types/subnames/get-by-domain-name-chainId.ts:111](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L111) ___ @@ -87,7 +87,7 @@ The full subname, including the username and domain. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L109) +[lib/types/subnames/get-by-domain-name-chainId.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L109) ___ @@ -99,4 +99,4 @@ The username associated with the subname. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:105](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L105) +[lib/types/subnames/get-by-domain-name-chainId.ts:105](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L105) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRoute.md b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRoute.md index 945c1167..e5669ad1 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetByDomainNameChainIdRoute.md @@ -30,7 +30,7 @@ Specifies any headers required for the request, left unspecified to accommodate #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:131](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L131) +[lib/types/subnames/get-by-domain-name-chainId.ts:131](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L131) ___ @@ -46,7 +46,7 @@ The expected format of the request data. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:129](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L129) +[lib/types/subnames/get-by-domain-name-chainId.ts:129](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L129) ___ @@ -62,4 +62,4 @@ The structure of the response data. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:130](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L130) +[lib/types/subnames/get-by-domain-name-chainId.ts:130](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L130) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRequest.md b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRequest.md index 3da9ca69..9dd51bbe 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRequest.md @@ -26,7 +26,7 @@ The blockchain network identifier. #### Defined in -[lib/types/subnames/get-by-subname.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L79) +[lib/types/subnames/get-by-subname.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L79) ___ @@ -38,4 +38,4 @@ The full subname to lookup. #### Defined in -[lib/types/subnames/get-by-subname.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L77) +[lib/types/subnames/get-by-subname.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L77) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameResponse.md b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameResponse.md index 8566ad09..99533e0f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameResponse.md @@ -26,7 +26,7 @@ The date and time when the subname was claimed, if applicable. #### Defined in -[lib/types/subnames/get-by-subname.ts:107](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L107) +[lib/types/subnames/get-by-subname.ts:107](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L107) ___ @@ -38,7 +38,7 @@ Detailed metadata about the subname. #### Defined in -[lib/types/subnames/get-by-subname.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L109) +[lib/types/subnames/get-by-subname.ts:109](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L109) ___ @@ -50,7 +50,7 @@ The identifier of the ENS domain to which the subname belongs. #### Defined in -[lib/types/subnames/get-by-subname.ts:101](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L101) +[lib/types/subnames/get-by-subname.ts:101](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L101) ___ @@ -62,7 +62,7 @@ The unique identifier of the subname. #### Defined in -[lib/types/subnames/get-by-subname.ts:97](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L97) +[lib/types/subnames/get-by-subname.ts:97](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L97) ___ @@ -74,7 +74,7 @@ Indicates whether the subname has been claimed. #### Defined in -[lib/types/subnames/get-by-subname.ts:105](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L105) +[lib/types/subnames/get-by-subname.ts:105](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L105) ___ @@ -86,7 +86,7 @@ The full subname, including both the username and domain parts. #### Defined in -[lib/types/subnames/get-by-subname.ts:103](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L103) +[lib/types/subnames/get-by-subname.ts:103](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L103) ___ @@ -98,4 +98,4 @@ The username portion of the subname. #### Defined in -[lib/types/subnames/get-by-subname.ts:99](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L99) +[lib/types/subnames/get-by-subname.ts:99](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L99) diff --git a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRoute.md b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRoute.md index 00211007..3f3ace93 100644 --- a/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameGetBySubnameRoute.md @@ -31,7 +31,7 @@ Specifies any headers required for the request. The type is intentionally kept g #### Defined in -[lib/types/subnames/get-by-subname.ts:126](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L126) +[lib/types/subnames/get-by-subname.ts:126](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L126) ___ @@ -47,7 +47,7 @@ The structure of the request for retrieving a subname. #### Defined in -[lib/types/subnames/get-by-subname.ts:124](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L124) +[lib/types/subnames/get-by-subname.ts:124](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L124) ___ @@ -63,4 +63,4 @@ The format of the response containing the subname details. #### Defined in -[lib/types/subnames/get-by-subname.ts:125](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L125) +[lib/types/subnames/get-by-subname.ts:125](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-subname.ts#L125) diff --git a/docs/docs/sdk/core/interfaces/SubnameRecordsRequest.md b/docs/docs/sdk/core/interfaces/SubnameRecordsRequest.md index 6d810c84..4bf3046e 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRecordsRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameRecordsRequest.md @@ -26,7 +26,7 @@ The chain identifier. #### Defined in -[lib/types/subnames/records.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L56) +[lib/types/subnames/records.ts:56](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L56) ___ @@ -38,7 +38,7 @@ The full name of the subname. #### Defined in -[lib/types/subnames/records.ts:55](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L55) +[lib/types/subnames/records.ts:55](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L55) ___ @@ -50,4 +50,4 @@ The URL of the provider. #### Defined in -[lib/types/subnames/records.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L57) +[lib/types/subnames/records.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L57) diff --git a/docs/docs/sdk/core/interfaces/SubnameRecordsResponse.md b/docs/docs/sdk/core/interfaces/SubnameRecordsResponse.md index c6d1d932..680ec29f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRecordsResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameRecordsResponse.md @@ -26,7 +26,7 @@ The coin records associated with the subname. #### Defined in -[lib/types/subnames/records.ts:37](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L37) +[lib/types/subnames/records.ts:37](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L37) ___ @@ -38,7 +38,7 @@ The content hash associated with the subname. #### Defined in -[lib/types/subnames/records.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L39) +[lib/types/subnames/records.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L39) ___ @@ -50,7 +50,7 @@ A boolean indicating whether the subname is a Japanese name. #### Defined in -[lib/types/subnames/records.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L41) +[lib/types/subnames/records.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L41) ___ @@ -62,7 +62,7 @@ The address of the resolver. #### Defined in -[lib/types/subnames/records.ts:33](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L33) +[lib/types/subnames/records.ts:33](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L33) ___ @@ -74,4 +74,4 @@ The text records associated with the subname. #### Defined in -[lib/types/subnames/records.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L35) +[lib/types/subnames/records.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L35) diff --git a/docs/docs/sdk/core/interfaces/SubnameRecordsRoute.md b/docs/docs/sdk/core/interfaces/SubnameRecordsRoute.md index 52c4c628..71a98254 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRecordsRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameRecordsRoute.md @@ -30,7 +30,7 @@ The headers required for the request. The type is intentionally kept generic to #### Defined in -[lib/types/subnames/records.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L73) +[lib/types/subnames/records.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L73) ___ @@ -46,7 +46,7 @@ The request data structure. #### Defined in -[lib/types/subnames/records.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L71) +[lib/types/subnames/records.ts:71](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L71) ___ @@ -62,4 +62,4 @@ The response data structure. #### Defined in -[lib/types/subnames/records.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L72) +[lib/types/subnames/records.ts:72](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L72) diff --git a/docs/docs/sdk/core/interfaces/SubnameRejectRequest.md b/docs/docs/sdk/core/interfaces/SubnameRejectRequest.md index 63a3f862..18c3cf6f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRejectRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameRejectRequest.md @@ -26,7 +26,7 @@ The blockchain network identifier, specifying the network of the ENS domain. #### Defined in -[lib/types/subnames/reject.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L19) +[lib/types/subnames/reject.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L19) ___ @@ -38,7 +38,7 @@ The parent ENS domain under which the subname is registered. #### Defined in -[lib/types/subnames/reject.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L15) +[lib/types/subnames/reject.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L15) ___ @@ -50,4 +50,4 @@ The subname to be rejected. #### Defined in -[lib/types/subnames/reject.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L17) +[lib/types/subnames/reject.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L17) diff --git a/docs/docs/sdk/core/interfaces/SubnameRejectResponse.md b/docs/docs/sdk/core/interfaces/SubnameRejectResponse.md index 95e417b0..874c583f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRejectResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameRejectResponse.md @@ -26,4 +26,4 @@ A message or status indicating the outcome of the subname revocation. #### Defined in -[lib/types/subnames/reject.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L31) +[lib/types/subnames/reject.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L31) diff --git a/docs/docs/sdk/core/interfaces/SubnameRejectRoute.md b/docs/docs/sdk/core/interfaces/SubnameRejectRoute.md index e11b7568..d92d6709 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRejectRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameRejectRoute.md @@ -31,7 +31,7 @@ SIWE authentication headers required for the operation. #### Defined in -[lib/types/subnames/reject.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L48) +[lib/types/subnames/reject.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L48) ___ @@ -47,7 +47,7 @@ The structure required for a subname revocation request. #### Defined in -[lib/types/subnames/reject.ts:46](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L46) +[lib/types/subnames/reject.ts:46](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L46) ___ @@ -63,4 +63,4 @@ The expected format of the response upon successful revocation. #### Defined in -[lib/types/subnames/reject.ts:47](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L47) +[lib/types/subnames/reject.ts:47](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reject.ts#L47) diff --git a/docs/docs/sdk/core/interfaces/SubnameReserveRequest.md b/docs/docs/sdk/core/interfaces/SubnameReserveRequest.md index a5f00a42..13bf067f 100644 --- a/docs/docs/sdk/core/interfaces/SubnameReserveRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameReserveRequest.md @@ -26,7 +26,7 @@ The blockchain network identifier, indicating which network the ENS domain resid #### Defined in -[lib/types/subnames/reserve.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L21) +[lib/types/subnames/reserve.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L21) ___ @@ -38,7 +38,7 @@ The parent ENS domain under which the subname will be reserved. #### Defined in -[lib/types/subnames/reserve.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L19) +[lib/types/subnames/reserve.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L19) ___ @@ -50,7 +50,7 @@ The Ethereum address associated with the reservation. This is usually the addres #### Defined in -[lib/types/subnames/reserve.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L23) +[lib/types/subnames/reserve.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L23) ___ @@ -62,4 +62,4 @@ The desired subname to reserve. #### Defined in -[lib/types/subnames/reserve.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L17) +[lib/types/subnames/reserve.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L17) diff --git a/docs/docs/sdk/core/interfaces/SubnameReserveResponse.md b/docs/docs/sdk/core/interfaces/SubnameReserveResponse.md index 5e5c60d2..26282216 100644 --- a/docs/docs/sdk/core/interfaces/SubnameReserveResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameReserveResponse.md @@ -26,4 +26,4 @@ The unique identifier of the reserved subname. This ID can be used to claim the #### Defined in -[lib/types/subnames/reserve.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L35) +[lib/types/subnames/reserve.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L35) diff --git a/docs/docs/sdk/core/interfaces/SubnameReserveRoute.md b/docs/docs/sdk/core/interfaces/SubnameReserveRoute.md index b3420eb3..ae8d77ec 100644 --- a/docs/docs/sdk/core/interfaces/SubnameReserveRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameReserveRoute.md @@ -30,7 +30,7 @@ Specifies the API key headers required for authentication to perform the reserva #### Defined in -[lib/types/subnames/reserve.ts:51](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L51) +[lib/types/subnames/reserve.ts:51](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L51) ___ @@ -46,7 +46,7 @@ The data structure required for a subname reservation request. #### Defined in -[lib/types/subnames/reserve.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L49) +[lib/types/subnames/reserve.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L49) ___ @@ -62,4 +62,4 @@ The expected format of the response upon a successful reservation. #### Defined in -[lib/types/subnames/reserve.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L50) +[lib/types/subnames/reserve.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/reserve.ts#L50) diff --git a/docs/docs/sdk/core/interfaces/SubnameRevokeRequest.md b/docs/docs/sdk/core/interfaces/SubnameRevokeRequest.md index d83c5a4f..f1817bd0 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRevokeRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameRevokeRequest.md @@ -26,7 +26,7 @@ The blockchain network identifier, specifying the network of the ENS domain. #### Defined in -[lib/types/subnames/revoke.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L20) +[lib/types/subnames/revoke.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L20) ___ @@ -38,7 +38,7 @@ The parent ENS domain under which the subname is registered. #### Defined in -[lib/types/subnames/revoke.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L16) +[lib/types/subnames/revoke.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L16) ___ @@ -50,4 +50,4 @@ The subname to be revoked. #### Defined in -[lib/types/subnames/revoke.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L18) +[lib/types/subnames/revoke.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L18) diff --git a/docs/docs/sdk/core/interfaces/SubnameRevokeResponse.md b/docs/docs/sdk/core/interfaces/SubnameRevokeResponse.md index c60ca29f..4be4d764 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRevokeResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameRevokeResponse.md @@ -26,4 +26,4 @@ A message or status indicating the outcome of the subname revocation. #### Defined in -[lib/types/subnames/revoke.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L32) +[lib/types/subnames/revoke.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L32) diff --git a/docs/docs/sdk/core/interfaces/SubnameRevokeRoute.md b/docs/docs/sdk/core/interfaces/SubnameRevokeRoute.md index 2331eefe..b702716e 100644 --- a/docs/docs/sdk/core/interfaces/SubnameRevokeRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameRevokeRoute.md @@ -32,7 +32,7 @@ Combined API key and SIWE authentication headers required for the operation. #### Defined in -[lib/types/subnames/revoke.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L50) +[lib/types/subnames/revoke.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L50) ___ @@ -48,7 +48,7 @@ The structure required for a subname revocation request. #### Defined in -[lib/types/subnames/revoke.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L48) +[lib/types/subnames/revoke.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L48) ___ @@ -64,4 +64,4 @@ The expected format of the response upon successful revocation. #### Defined in -[lib/types/subnames/revoke.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L49) +[lib/types/subnames/revoke.ts:49](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/revoke.ts#L49) diff --git a/docs/docs/sdk/core/interfaces/SubnameSearchDomainResponse.md b/docs/docs/sdk/core/interfaces/SubnameSearchDomainResponse.md index da7e8d04..d6885c75 100644 --- a/docs/docs/sdk/core/interfaces/SubnameSearchDomainResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameSearchDomainResponse.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types/subnames/search-subnames.ts:67](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L67) +[lib/types/subnames/search-subnames.ts:67](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L67) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L69) +[lib/types/subnames/search-subnames.ts:69](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L69) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:61](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L61) +[lib/types/subnames/search-subnames.ts:61](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L61) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L57) +[lib/types/subnames/search-subnames.ts:57](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L57) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:65](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L65) +[lib/types/subnames/search-subnames.ts:65](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L65) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:63](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L63) +[lib/types/subnames/search-subnames.ts:63](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L63) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:59](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L59) +[lib/types/subnames/search-subnames.ts:59](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L59) diff --git a/docs/docs/sdk/core/interfaces/SubnameSearchRequest.md b/docs/docs/sdk/core/interfaces/SubnameSearchRequest.md index 9236ffd9..1292faa9 100644 --- a/docs/docs/sdk/core/interfaces/SubnameSearchRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameSearchRequest.md @@ -27,7 +27,7 @@ This interface can be extended to include common request properties shared acros #### Defined in -[lib/types/subnames/search-subnames.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L42) +[lib/types/subnames/search-subnames.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L42) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L44) +[lib/types/subnames/search-subnames.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L44) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:46](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L46) +[lib/types/subnames/search-subnames.ts:46](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L46) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L48) +[lib/types/subnames/search-subnames.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L48) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L38) +[lib/types/subnames/search-subnames.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L38) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:36](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L36) +[lib/types/subnames/search-subnames.ts:36](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L36) ___ @@ -87,4 +87,4 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:40](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L40) +[lib/types/subnames/search-subnames.ts:40](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L40) diff --git a/docs/docs/sdk/core/interfaces/SubnameSearchResponse.md b/docs/docs/sdk/core/interfaces/SubnameSearchResponse.md index eaf67a0d..ae2ef508 100644 --- a/docs/docs/sdk/core/interfaces/SubnameSearchResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameSearchResponse.md @@ -27,7 +27,7 @@ Extend this interface to define specific properties for different responses. #### Defined in -[lib/types/subnames/search-subnames.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L52) +[lib/types/subnames/search-subnames.ts:52](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L52) ___ @@ -37,4 +37,4 @@ ___ #### Defined in -[lib/types/subnames/search-subnames.ts:53](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L53) +[lib/types/subnames/search-subnames.ts:53](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L53) diff --git a/docs/docs/sdk/core/interfaces/SubnameSearchRoute.md b/docs/docs/sdk/core/interfaces/SubnameSearchRoute.md index adf625e9..543da600 100644 --- a/docs/docs/sdk/core/interfaces/SubnameSearchRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameSearchRoute.md @@ -36,7 +36,7 @@ The type of the headers for the request/response. #### Defined in -[lib/types/subnames/search-subnames.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L75) +[lib/types/subnames/search-subnames.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L75) ___ @@ -52,7 +52,7 @@ The type of the request data. #### Defined in -[lib/types/subnames/search-subnames.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L73) +[lib/types/subnames/search-subnames.ts:73](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L73) ___ @@ -68,4 +68,4 @@ The type of the response data. #### Defined in -[lib/types/subnames/search-subnames.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L74) +[lib/types/subnames/search-subnames.ts:74](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/search-subnames.ts#L74) diff --git a/docs/docs/sdk/core/interfaces/SubnameUpdateRequest.md b/docs/docs/sdk/core/interfaces/SubnameUpdateRequest.md index 8e4577da..fa0ae0c8 100644 --- a/docs/docs/sdk/core/interfaces/SubnameUpdateRequest.md +++ b/docs/docs/sdk/core/interfaces/SubnameUpdateRequest.md @@ -27,7 +27,7 @@ The cryptocurrency addresses to associate with the subname. #### Defined in -[lib/types/subnames/update.ts:81](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L81) +[lib/types/subnames/update.ts:81](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L81) ___ @@ -39,7 +39,7 @@ The blockchain network identifier. #### Defined in -[lib/types/subnames/update.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L79) +[lib/types/subnames/update.ts:79](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L79) ___ @@ -51,7 +51,7 @@ A hash of the content to be associated with the subname. #### Defined in -[lib/types/subnames/update.ts:85](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L85) +[lib/types/subnames/update.ts:85](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L85) ___ @@ -63,7 +63,7 @@ The parent ENS domain under which the subname is registered. #### Defined in -[lib/types/subnames/update.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L77) +[lib/types/subnames/update.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L77) ___ @@ -75,7 +75,7 @@ The text records to associate with the subname. #### Defined in -[lib/types/subnames/update.ts:83](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L83) +[lib/types/subnames/update.ts:83](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L83) ___ @@ -87,4 +87,4 @@ The subname to be updated. #### Defined in -[lib/types/subnames/update.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L75) +[lib/types/subnames/update.ts:75](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L75) diff --git a/docs/docs/sdk/core/interfaces/SubnameUpdateResponse.md b/docs/docs/sdk/core/interfaces/SubnameUpdateResponse.md index 9b139c83..af6fe309 100644 --- a/docs/docs/sdk/core/interfaces/SubnameUpdateResponse.md +++ b/docs/docs/sdk/core/interfaces/SubnameUpdateResponse.md @@ -26,7 +26,7 @@ The updated metadata associated with the subname. #### Defined in -[lib/types/subnames/update.ts:101](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L101) +[lib/types/subnames/update.ts:101](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L101) ___ @@ -38,4 +38,4 @@ The unique identifier of the update operation. #### Defined in -[lib/types/subnames/update.ts:99](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L99) +[lib/types/subnames/update.ts:99](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L99) diff --git a/docs/docs/sdk/core/interfaces/SubnameUpdateRoute.md b/docs/docs/sdk/core/interfaces/SubnameUpdateRoute.md index be0e3e46..8a29ad01 100644 --- a/docs/docs/sdk/core/interfaces/SubnameUpdateRoute.md +++ b/docs/docs/sdk/core/interfaces/SubnameUpdateRoute.md @@ -30,7 +30,7 @@ Combined API key and SIWE authentication headers required for the operation. #### Defined in -[lib/types/subnames/update.ts:117](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L117) +[lib/types/subnames/update.ts:117](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L117) ___ @@ -46,7 +46,7 @@ The structure required for a subname update request. #### Defined in -[lib/types/subnames/update.ts:115](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L115) +[lib/types/subnames/update.ts:115](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L115) ___ @@ -62,4 +62,4 @@ The expected format of the response after successful update. #### Defined in -[lib/types/subnames/update.ts:116](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L116) +[lib/types/subnames/update.ts:116](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/update.ts#L116) diff --git a/docs/docs/sdk/core/interfaces/Text.md b/docs/docs/sdk/core/interfaces/Text.md index a1267b8f..3b0518fb 100644 --- a/docs/docs/sdk/core/interfaces/Text.md +++ b/docs/docs/sdk/core/interfaces/Text.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types/subnames/records.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L5) +[lib/types/subnames/records.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L5) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types/subnames/records.ts:6](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L6) +[lib/types/subnames/records.ts:6](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/records.ts#L6) diff --git a/docs/docs/sdk/core/interfaces/TextRecord.md b/docs/docs/sdk/core/interfaces/TextRecord.md index a79442ef..9e013d0f 100644 --- a/docs/docs/sdk/core/interfaces/TextRecord.md +++ b/docs/docs/sdk/core/interfaces/TextRecord.md @@ -20,7 +20,7 @@ The key of the text record. #### Defined in -[lib/types/subnames/accept.ts:27](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L27) +[lib/types/subnames/accept.ts:27](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L27) ___ @@ -32,4 +32,4 @@ The value of the text record. #### Defined in -[lib/types/subnames/accept.ts:29](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L29) +[lib/types/subnames/accept.ts:29](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/accept.ts#L29) diff --git a/docs/docs/sdk/core/interfaces/TextRecordResponse.md b/docs/docs/sdk/core/interfaces/TextRecordResponse.md index 0bdca34e..2cbc0852 100644 --- a/docs/docs/sdk/core/interfaces/TextRecordResponse.md +++ b/docs/docs/sdk/core/interfaces/TextRecordResponse.md @@ -21,7 +21,7 @@ A reference to the metadata this text record is associated with. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L42) +[lib/types/subnames/get-by-domain-name-chainId.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L42) ___ @@ -33,7 +33,7 @@ Unique identifier for the text record. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:36](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L36) +[lib/types/subnames/get-by-domain-name-chainId.ts:36](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L36) ___ @@ -45,7 +45,7 @@ The key or label of the text record. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L38) +[lib/types/subnames/get-by-domain-name-chainId.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L38) ___ @@ -57,4 +57,4 @@ The text content or value of the record. #### Defined in -[lib/types/subnames/get-by-domain-name-chainId.ts:40](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L40) +[lib/types/subnames/get-by-domain-name-chainId.ts:40](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/subnames/get-by-domain-name-chainId.ts#L40) diff --git a/docs/docs/sdk/core/interfaces/VerifyChallengeRequest.md b/docs/docs/sdk/core/interfaces/VerifyChallengeRequest.md index 912e43ec..e0195fa2 100644 --- a/docs/docs/sdk/core/interfaces/VerifyChallengeRequest.md +++ b/docs/docs/sdk/core/interfaces/VerifyChallengeRequest.md @@ -25,7 +25,7 @@ Represents the ethereum address to be verified. #### Defined in -[lib/types/siwe/verify-challenge.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L13) +[lib/types/siwe/verify-challenge.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L13) ___ @@ -37,7 +37,7 @@ Represents the challenge signed by the address. #### Defined in -[lib/types/siwe/verify-challenge.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L26) +[lib/types/siwe/verify-challenge.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L26) ___ @@ -49,4 +49,4 @@ Represents the signature of the challenge. #### Defined in -[lib/types/siwe/verify-challenge.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L19) +[lib/types/siwe/verify-challenge.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L19) diff --git a/docs/docs/sdk/core/interfaces/VerifyChallengeResponse.md b/docs/docs/sdk/core/interfaces/VerifyChallengeResponse.md index 956f9849..9208be3b 100644 --- a/docs/docs/sdk/core/interfaces/VerifyChallengeResponse.md +++ b/docs/docs/sdk/core/interfaces/VerifyChallengeResponse.md @@ -25,4 +25,4 @@ Represents the result of the verification. #### Defined in -[lib/types/siwe/verify-challenge.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L41) +[lib/types/siwe/verify-challenge.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/siwe/verify-challenge.ts#L41) diff --git a/docs/docs/sdk/core/modules.md b/docs/docs/sdk/core/modules.md index 034886ac..af2fb2a7 100644 --- a/docs/docs/sdk/core/modules.md +++ b/docs/docs/sdk/core/modules.md @@ -99,7 +99,7 @@ This type is used to specify and restrict operations to the following chain IDs: #### Defined in -[lib/types/common/index.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L9) +[lib/types/common/index.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/types/common/index.ts#L9) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L5) +[lib/utils/sanitizeRecords/index.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L5) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:1262](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1262) +[lib/utils/cointypes/index.ts:1262](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1262) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[lib/constants/general-fields/index.ts:3](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L3) +[lib/constants/general-fields/index.ts:3](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L3) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[lib/constants/general-fields/index.ts:1](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L1) +[lib/constants/general-fields/index.ts:1](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L1) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[lib/api/routes/index.ts:64](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L64) +[lib/api/routes/index.ts:64](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L64) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[lib/api/routes/index.ts:62](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L62) +[lib/api/routes/index.ts:62](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L62) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:7](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L7) +[lib/utils/sanitizeRecords/index.ts:7](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L7) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:4](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L4) +[lib/constants/supported-socials/index.ts:4](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L4) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:2](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L2) +[lib/constants/supported-socials/index.ts:2](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L2) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[lib/constants/general-fields/index.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L39) +[lib/constants/general-fields/index.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L39) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L77) +[lib/constants/supported-socials/index.ts:77](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L77) ## Variables @@ -219,7 +219,7 @@ ___ #### Defined in -[lib/constants/general-fields/index.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L12) +[lib/constants/general-fields/index.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/general-fields/index.ts#L12) ___ @@ -251,7 +251,7 @@ ___ #### Defined in -[lib/api/routes/index.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L42) +[lib/api/routes/index.ts:42](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/api/routes/index.ts#L42) ___ @@ -261,7 +261,7 @@ ___ #### Defined in -[lib/constants/supported-socials/index.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L21) +[lib/constants/supported-socials/index.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/constants/supported-socials/index.ts#L21) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L11) +[lib/utils/cointypes/index.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L11) ## Functions @@ -292,7 +292,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:1264](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1264) +[lib/utils/cointypes/index.ts:1264](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1264) ___ @@ -312,7 +312,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L41) +[lib/utils/sanitizeRecords/index.ts:41](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L41) ___ @@ -332,7 +332,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L68) +[lib/utils/sanitizeRecords/index.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L68) ___ @@ -352,7 +352,7 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L50) +[lib/utils/sanitizeRecords/index.ts:50](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L50) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[lib/utils/cointypes/index.ts:1292](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1292) +[lib/utils/cointypes/index.ts:1292](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/cointypes/index.ts#L1292) ___ @@ -392,4 +392,4 @@ ___ #### Defined in -[lib/utils/sanitizeRecords/index.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L78) +[lib/utils/sanitizeRecords/index.ts:78](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/sdk/src/lib/utils/sanitizeRecords/index.ts#L78) diff --git a/docs/docs/sdk/react/index.md b/docs/docs/sdk/react/index.md index d8643031..592e8e46 100644 --- a/docs/docs/sdk/react/index.md +++ b/docs/docs/sdk/react/index.md @@ -61,11 +61,11 @@ function MyComponent() { import { useAddSubname } from '@justaname.id/react'; function MyComponent() { - const { claimSubname, claimSubnamePending } = useAddSubname(); + const { addSubname, addSubnamePending } = useAddSubname(); const handleClaim = async () => { try { - await claimSubname({ username: 'test' }); + await addSubname({ username: 'test' }); console.log('Subname claimed successfully!'); } catch (error) { console.error('Failed to claim subname:', error); diff --git a/docs/docs/sdk/react/interfaces/BaseAcceptSubnameRequest.md b/docs/docs/sdk/react/interfaces/BaseAcceptSubnameRequest.md index 3cdc2c07..02ac7ac0 100644 --- a/docs/docs/sdk/react/interfaces/BaseAcceptSubnameRequest.md +++ b/docs/docs/sdk/react/interfaces/BaseAcceptSubnameRequest.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L18) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L18) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L16) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L16) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L22) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L22) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L14) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L14) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L20) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:20](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L20) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L12) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L12) diff --git a/docs/docs/sdk/react/interfaces/BaseAddSubnameRequest.md b/docs/docs/sdk/react/interfaces/BaseAddSubnameRequest.md index d3f66ede..d3bd13be 100644 --- a/docs/docs/sdk/react/interfaces/BaseAddSubnameRequest.md +++ b/docs/docs/sdk/react/interfaces/BaseAddSubnameRequest.md @@ -14,4 +14,4 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L11) +[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L11) diff --git a/docs/docs/sdk/react/interfaces/BaseRejectSubnameRequest.md b/docs/docs/sdk/react/interfaces/BaseRejectSubnameRequest.md index 4c2258e5..9df0ba29 100644 --- a/docs/docs/sdk/react/interfaces/BaseRejectSubnameRequest.md +++ b/docs/docs/sdk/react/interfaces/BaseRejectSubnameRequest.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L16) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L16) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L14) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L14) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L12) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L12) diff --git a/docs/docs/sdk/react/interfaces/BaseRevokeSubnameRequest.md b/docs/docs/sdk/react/interfaces/BaseRevokeSubnameRequest.md index bf53c179..e6c5728a 100644 --- a/docs/docs/sdk/react/interfaces/BaseRevokeSubnameRequest.md +++ b/docs/docs/sdk/react/interfaces/BaseRevokeSubnameRequest.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L15) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L15) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L11) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L11) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L13) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L13) diff --git a/docs/docs/sdk/react/interfaces/JustaNameContextProps.md b/docs/docs/sdk/react/interfaces/JustaNameContextProps.md index 37aca614..bb1c38b4 100644 --- a/docs/docs/sdk/react/interfaces/JustaNameContextProps.md +++ b/docs/docs/sdk/react/interfaces/JustaNameContextProps.md @@ -18,7 +18,7 @@ The backend URL for JustaName API requests. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:36](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L36) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:36](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L36) ___ @@ -30,7 +30,7 @@ The blockchain network identifier. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:37](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L37) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:37](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L37) ___ @@ -42,7 +42,7 @@ The JustaName SDK instance. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:34](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L34) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:34](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L34) ___ @@ -62,4 +62,4 @@ An object containing route definitions. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:35](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L35) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:35](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L35) diff --git a/docs/docs/sdk/react/interfaces/JustaNameProvider.md b/docs/docs/sdk/react/interfaces/JustaNameProvider.md index 5b083ef8..a88896af 100644 --- a/docs/docs/sdk/react/interfaces/JustaNameProvider.md +++ b/docs/docs/sdk/react/interfaces/JustaNameProvider.md @@ -18,7 +18,7 @@ Optional backend URL for API requests. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:62](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L62) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:62](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L62) ___ @@ -30,7 +30,7 @@ Optional blockchain network identifier. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:61](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L61) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:61](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L61) ___ @@ -42,7 +42,7 @@ The child components. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:59](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L59) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:59](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L59) ___ @@ -62,4 +62,4 @@ Optional custom API routes. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:60](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L60) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:60](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L60) diff --git a/docs/docs/sdk/react/interfaces/SubnameUpdate.md b/docs/docs/sdk/react/interfaces/SubnameUpdate.md index 4b52b736..8aa34a7b 100644 --- a/docs/docs/sdk/react/interfaces/SubnameUpdate.md +++ b/docs/docs/sdk/react/interfaces/SubnameUpdate.md @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L18) +[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L18) ___ diff --git a/docs/docs/sdk/react/interfaces/UseAcceptSubname.md b/docs/docs/sdk/react/interfaces/UseAcceptSubname.md index 24785fb4..3cc2fb81 100644 --- a/docs/docs/sdk/react/interfaces/UseAcceptSubname.md +++ b/docs/docs/sdk/react/interfaces/UseAcceptSubname.md @@ -32,7 +32,7 @@ The function to accept a subname. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:34](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L34) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:34](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L34) ___ @@ -44,4 +44,4 @@ Indicates if the mutation is currently pending. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:37](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L37) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:37](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L37) diff --git a/docs/docs/sdk/react/interfaces/UseAddSubname.md b/docs/docs/sdk/react/interfaces/UseAddSubname.md index 70dfef63..f7ab6c99 100644 --- a/docs/docs/sdk/react/interfaces/UseAddSubname.md +++ b/docs/docs/sdk/react/interfaces/UseAddSubname.md @@ -38,7 +38,7 @@ The function to add a subname. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:24](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L24) +[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:24](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L24) ___ @@ -50,4 +50,4 @@ Indicates if the mutation is currently pending. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:27](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L27) +[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:27](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L27) diff --git a/docs/docs/sdk/react/interfaces/UseCommunitySubnamesOptions.md b/docs/docs/sdk/react/interfaces/UseCommunitySubnamesOptions.md index db1b52b9..62873c0f 100644 --- a/docs/docs/sdk/react/interfaces/UseCommunitySubnamesOptions.md +++ b/docs/docs/sdk/react/interfaces/UseCommunitySubnamesOptions.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L10) +[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L10) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L11) +[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L11) diff --git a/docs/docs/sdk/react/interfaces/UseConnectedWalletSubnamesOptions.md b/docs/docs/sdk/react/interfaces/UseConnectedWalletSubnamesOptions.md index 5415f6af..5efceffd 100644 --- a/docs/docs/sdk/react/interfaces/UseConnectedWalletSubnamesOptions.md +++ b/docs/docs/sdk/react/interfaces/UseConnectedWalletSubnamesOptions.md @@ -18,4 +18,4 @@ An optional ENS domain to filter the subnames by. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L32) +[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L32) diff --git a/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableOptions.md b/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableOptions.md index b2c8f608..fac1ed9c 100644 --- a/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableOptions.md +++ b/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableOptions.md @@ -18,7 +18,7 @@ The ENS domain under which the subname will be checked. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L17) +[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L17) ___ @@ -30,4 +30,4 @@ The desired username to check within the ENS domain. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L16) +[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L16) diff --git a/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableResult.md b/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableResult.md index 23b209d7..77d76537 100644 --- a/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableResult.md +++ b/docs/docs/sdk/react/interfaces/UseIsSubnameAvailableResult.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L21) +[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L21) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L22) +[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L22) diff --git a/docs/docs/sdk/react/interfaces/UseRejectSubname.md b/docs/docs/sdk/react/interfaces/UseRejectSubname.md index 298656a0..47e60dbe 100644 --- a/docs/docs/sdk/react/interfaces/UseRejectSubname.md +++ b/docs/docs/sdk/react/interfaces/UseRejectSubname.md @@ -32,7 +32,7 @@ The function to reject a subname. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:28](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L28) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:28](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L28) ___ @@ -44,4 +44,4 @@ Indicates if the mutation is currently pending. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L31) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L31) diff --git a/docs/docs/sdk/react/interfaces/UseRevokeSubname.md b/docs/docs/sdk/react/interfaces/UseRevokeSubname.md index fda5e6f7..a49ea5e6 100644 --- a/docs/docs/sdk/react/interfaces/UseRevokeSubname.md +++ b/docs/docs/sdk/react/interfaces/UseRevokeSubname.md @@ -38,7 +38,7 @@ The function to revoke a subname. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:28](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L28) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:28](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L28) ___ @@ -50,4 +50,4 @@ Indicates if the mutation is currently pending. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L31) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:31](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L31) diff --git a/docs/docs/sdk/react/interfaces/UseSearchSubnamesOptions.md b/docs/docs/sdk/react/interfaces/UseSearchSubnamesOptions.md index c3f95281..9efafd18 100644 --- a/docs/docs/sdk/react/interfaces/UseSearchSubnamesOptions.md +++ b/docs/docs/sdk/react/interfaces/UseSearchSubnamesOptions.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L17) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:17](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L17) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L18) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:18](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L18) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L19) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:19](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L19) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L15) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L15) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L14) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L14) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L16) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:16](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L16) diff --git a/docs/docs/sdk/react/interfaces/UseSubnameOptions.md b/docs/docs/sdk/react/interfaces/UseSubnameOptions.md index ec8b58e5..8f2adf01 100644 --- a/docs/docs/sdk/react/interfaces/UseSubnameOptions.md +++ b/docs/docs/sdk/react/interfaces/UseSubnameOptions.md @@ -18,4 +18,4 @@ The subname to query. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L23) +[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L23) diff --git a/docs/docs/sdk/react/interfaces/UseSubnameSignatureResult.md b/docs/docs/sdk/react/interfaces/UseSubnameSignatureResult.md index a23abb20..2a57ee20 100644 --- a/docs/docs/sdk/react/interfaces/UseSubnameSignatureResult.md +++ b/docs/docs/sdk/react/interfaces/UseSubnameSignatureResult.md @@ -22,7 +22,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L13) +[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L13) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L14) +[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L14) diff --git a/docs/docs/sdk/react/interfaces/UseUpdateSubnameResult.md b/docs/docs/sdk/react/interfaces/UseUpdateSubnameResult.md index c3200c79..11c7889f 100644 --- a/docs/docs/sdk/react/interfaces/UseUpdateSubnameResult.md +++ b/docs/docs/sdk/react/interfaces/UseUpdateSubnameResult.md @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L22) +[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L22) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L23) +[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:23](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L23) diff --git a/docs/docs/sdk/react/modules.md b/docs/docs/sdk/react/modules.md index e8749dfd..e681fb5e 100644 --- a/docs/docs/sdk/react/modules.md +++ b/docs/docs/sdk/react/modules.md @@ -54,9 +54,9 @@ The provider component wrapping children. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:58](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L58) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:58](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L58) -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:73](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L73) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:73](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L73) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/components/SignatureOnMounted.tsx:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/components/SignatureOnMounted.tsx#L5) +[packages/@justaname.id/react/src/lib/components/SignatureOnMounted.tsx:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/components/SignatureOnMounted.tsx#L5) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts#L11) +[packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts:11](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts#L11) ___ @@ -121,7 +121,7 @@ A unique cache key array for react-query. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L21) +[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:21](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L21) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L5) +[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L5) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L5) +[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:5](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L5) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L9) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L9) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L9) +[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:9](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L9) ___ @@ -226,7 +226,7 @@ A unique cache key array for react-query. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L13) +[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:13](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L13) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L15) +[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:15](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L15) ___ @@ -267,7 +267,7 @@ An object containing the `acceptSubname` async function to initiate the subname #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L44) +[packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts:44](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAcceptSubname.ts#L44) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts#L25) +[packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts:25](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAccountInvitations.ts#L25) ___ @@ -305,7 +305,7 @@ The result object containing subnames data, loading state, and a refetch functio #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:66](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L66) +[packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts:66](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAccountSubnames.ts#L66) ___ @@ -329,7 +329,7 @@ An object containing the `addSubname` async function to initiate the subname cla #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L35) +[packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts:35](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useAddSubname.ts#L35) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L14) +[packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts:14](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useCommunitySubnames.ts#L14) ___ @@ -374,7 +374,7 @@ and the loading state of the query (`isLoading`). #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L32) +[packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useIsSubnameAvailable.ts#L32) ___ @@ -398,7 +398,7 @@ If the hook is used outside a JustaNameProvider. #### Defined in -[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:107](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L107) +[packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx:107](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/providers/JustaNameProvider.tsx#L107) ___ @@ -416,7 +416,7 @@ A boolean flag indicating whether the component is currently mounted. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useMounted.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useMounted.ts#L10) +[packages/@justaname.id/react/src/lib/hooks/useMounted.ts:10](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useMounted.ts#L10) ___ @@ -435,7 +435,7 @@ along with an improved `isConnected` boolean that also takes the component's mou #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useMountedAccount.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useMountedAccount.ts#L12) +[packages/@justaname.id/react/src/lib/hooks/useMountedAccount.ts:12](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useMountedAccount.ts#L12) ___ @@ -455,7 +455,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L68) +[packages/@justaname.id/react/src/lib/hooks/useRecords.ts:68](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRecords.ts#L68) ___ @@ -473,7 +473,7 @@ An object containing the `rejectSubname` async function to initiate the subname #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L38) +[packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts:38](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRejectSubname.ts#L38) ___ @@ -497,7 +497,7 @@ An object containing the `revokeSubname` async function to initiate the subname #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L39) +[packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts:39](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useRevokeSubname.ts#L39) ___ @@ -517,7 +517,7 @@ ___ #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:29](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L29) +[packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts:29](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSearchSubnames.ts#L29) ___ @@ -541,7 +541,7 @@ An object containing the subname data, loading state, and a refetch function. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L48) +[packages/@justaname.id/react/src/lib/hooks/useSubname.ts:48](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubname.ts#L48) ___ @@ -560,7 +560,7 @@ and a boolean indicating if the signature operation is pending (`subnameSignatur #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L22) +[packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts:22](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useSubnameSignature.ts#L22) ___ @@ -578,4 +578,4 @@ An object containing methods and properties to handle the mutation state. #### Defined in -[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/610ce53/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L32) +[packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/1dd4ff6/packages/@justaname.id/react/src/lib/hooks/useUpdateSubname.ts#L32)