Skip to content

Commit

Permalink
Feat/sdk npm docs release 1 (#1228)
Browse files Browse the repository at this point in the history
* chore(bump): released contracts 1.0.0

* chore(bump): update graph testnet deploy

* chore(bump): sdk version 1.0.0

* chore(bump): update deps in fe

* chore(bump): sdk 1.0.3 in fe

* fix(lint): test type lint
  • Loading branch information
bitbeckers authored Dec 8, 2023
1 parent 73b06f3 commit f1de3d6
Show file tree
Hide file tree
Showing 19 changed files with 598 additions and 3,069 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hypercerts-org/contracts",
"description": "EVM compatible protocol for managing impact claims",
"version": "1.0.0-alpha.7",
"version": "1.0.0",
"author": {
"name": "Hypercerts Foundation",
"url": "https://github.com/hypercerts-org/hypercerts"
Expand Down
36 changes: 18 additions & 18 deletions docs/docs/developer/api/sdk/interfaces/HypercertIndexerInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ custom_edit_url: null

### claimById

**claimById**: (`id`: `string`) => `Promise`<`undefined` \| `ClaimByIdQuery`\>
**claimById**: (`id`: `string`) => `Promise`<`undefined` \| [`ClaimByIdQuery`](../modules.md#claimbyidquery)\>

#### Type declaration

▸ (`id`): `Promise`<`undefined` \| `ClaimByIdQuery`\>
▸ (`id`): `Promise`<`undefined` \| [`ClaimByIdQuery`](../modules.md#claimbyidquery)\>

##### Parameters

Expand All @@ -24,7 +24,7 @@ custom_edit_url: null

##### Returns

`Promise`<`undefined` \| `ClaimByIdQuery`\>
`Promise`<`undefined` \| [`ClaimByIdQuery`](../modules.md#claimbyidquery)\>

#### Defined in

Expand All @@ -34,11 +34,11 @@ sdk/src/types/indexer.ts:20

### claimsByOwner

**claimsByOwner**: (`owner`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| `ClaimsByOwnerQuery`\>
**claimsByOwner**: (`owner`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| [`ClaimsByOwnerQuery`](../modules.md#claimsbyownerquery)\>

#### Type declaration

▸ (`owner`, `params?`): `Promise`<`undefined` \| `ClaimsByOwnerQuery`\>
▸ (`owner`, `params?`): `Promise`<`undefined` \| [`ClaimsByOwnerQuery`](../modules.md#claimsbyownerquery)\>

##### Parameters

Expand All @@ -49,7 +49,7 @@ sdk/src/types/indexer.ts:20

##### Returns

`Promise`<`undefined` \| `ClaimsByOwnerQuery`\>
`Promise`<`undefined` \| [`ClaimsByOwnerQuery`](../modules.md#claimsbyownerquery)\>

#### Defined in

Expand All @@ -59,11 +59,11 @@ sdk/src/types/indexer.ts:19

### firstClaims

**firstClaims**: (`params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| `RecentClaimsQuery`\>
**firstClaims**: (`params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| [`RecentClaimsQuery`](../modules.md#recentclaimsquery)\>

#### Type declaration

▸ (`params?`): `Promise`<`undefined` \| `RecentClaimsQuery`\>
▸ (`params?`): `Promise`<`undefined` \| [`RecentClaimsQuery`](../modules.md#recentclaimsquery)\>

##### Parameters

Expand All @@ -73,7 +73,7 @@ sdk/src/types/indexer.ts:19

##### Returns

`Promise`<`undefined` \| `RecentClaimsQuery`\>
`Promise`<`undefined` \| [`RecentClaimsQuery`](../modules.md#recentclaimsquery)\>

#### Defined in

Expand All @@ -83,11 +83,11 @@ sdk/src/types/indexer.ts:21

### fractionById

**fractionById**: (`fractionId`: `string`) => `Promise`<`undefined` \| `ClaimTokenByIdQuery`\>
**fractionById**: (`fractionId`: `string`) => `Promise`<`undefined` \| [`ClaimTokenByIdQuery`](../modules.md#claimtokenbyidquery)\>

#### Type declaration

▸ (`fractionId`): `Promise`<`undefined` \| `ClaimTokenByIdQuery`\>
▸ (`fractionId`): `Promise`<`undefined` \| [`ClaimTokenByIdQuery`](../modules.md#claimtokenbyidquery)\>

##### Parameters

Expand All @@ -97,7 +97,7 @@ sdk/src/types/indexer.ts:21

##### Returns

`Promise`<`undefined` \| `ClaimTokenByIdQuery`\>
`Promise`<`undefined` \| [`ClaimTokenByIdQuery`](../modules.md#claimtokenbyidquery)\>

#### Defined in

Expand All @@ -107,11 +107,11 @@ sdk/src/types/indexer.ts:24

### fractionsByClaim

**fractionsByClaim**: (`claimId`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| `ClaimTokensByClaimQuery`\>
**fractionsByClaim**: (`claimId`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| [`ClaimTokensByClaimQuery`](../modules.md#claimtokensbyclaimquery)\>

#### Type declaration

▸ (`claimId`, `params?`): `Promise`<`undefined` \| `ClaimTokensByClaimQuery`\>
▸ (`claimId`, `params?`): `Promise`<`undefined` \| [`ClaimTokensByClaimQuery`](../modules.md#claimtokensbyclaimquery)\>

##### Parameters

Expand All @@ -122,7 +122,7 @@ sdk/src/types/indexer.ts:24

##### Returns

`Promise`<`undefined` \| `ClaimTokensByClaimQuery`\>
`Promise`<`undefined` \| [`ClaimTokensByClaimQuery`](../modules.md#claimtokensbyclaimquery)\>

#### Defined in

Expand All @@ -132,11 +132,11 @@ sdk/src/types/indexer.ts:23

### fractionsByOwner

**fractionsByOwner**: (`owner`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| `ClaimTokensByOwnerQuery`\>
**fractionsByOwner**: (`owner`: `string`, `params?`: [`QueryParams`](../modules.md#queryparams)) => `Promise`<`undefined` \| [`ClaimTokensByOwnerQuery`](../modules.md#claimtokensbyownerquery)\>

#### Type declaration

▸ (`owner`, `params?`): `Promise`<`undefined` \| `ClaimTokensByOwnerQuery`\>
▸ (`owner`, `params?`): `Promise`<`undefined` \| [`ClaimTokensByOwnerQuery`](../modules.md#claimtokensbyownerquery)\>

##### Parameters

Expand All @@ -147,7 +147,7 @@ sdk/src/types/indexer.ts:23

##### Returns

`Promise`<`undefined` \| `ClaimTokensByOwnerQuery`\>
`Promise`<`undefined` \| [`ClaimTokensByOwnerQuery`](../modules.md#claimtokensbyownerquery)\>

#### Defined in

Expand Down
Loading

0 comments on commit f1de3d6

Please sign in to comment.