Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 15d38fc

Browse files
authored
Merge pull request #1262 from hypercerts-org/feat/rollout_1_4_1
chore(bump): fe sdk to 1.4.1
2 parents e97f101 + 34e78b5 commit 15d38fc

30 files changed

+556
-255
lines changed

docs/docs/developer/api/sdk/classes/ClientError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:27](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L27)
46+
[sdk/src/types/errors.ts:27](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L27)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:20](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L20)
108+
[sdk/src/types/errors.ts:20](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L20)
109109

110110
---
111111

docs/docs/developer/api/sdk/classes/ConfigurationError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Error.constructor
4141

4242
#### Defined in
4343

44-
[sdk/src/types/errors.ts:188](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L188)
44+
[sdk/src/types/errors.ts:188](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L188)
4545

4646
## Properties
4747

@@ -103,7 +103,7 @@ Additional error payload.
103103

104104
#### Defined in
105105

106-
[sdk/src/types/errors.ts:187](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L187)
106+
[sdk/src/types/errors.ts:187](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L187)
107107

108108
---
109109

docs/docs/developer/api/sdk/classes/ContractError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Error.constructor
4242

4343
#### Defined in
4444

45-
[sdk/src/types/errors.ts:43](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L43)
45+
[sdk/src/types/errors.ts:43](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L43)
4646

4747
## Properties
4848

@@ -104,7 +104,7 @@ Additional error payload.
104104

105105
#### Defined in
106106

107-
[sdk/src/types/errors.ts:41](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L41)
107+
[sdk/src/types/errors.ts:41](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L41)
108108

109109
---
110110

docs/docs/developer/api/sdk/classes/FetchError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:65](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L65)
46+
[sdk/src/types/errors.ts:65](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L65)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:58](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L58)
108+
[sdk/src/types/errors.ts:58](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L58)
109109

110110
---
111111

docs/docs/developer/api/sdk/classes/HypercertClient.md

Lines changed: 85 additions & 29 deletions
Large diffs are not rendered by default.

docs/docs/developer/api/sdk/classes/HypercertsStorage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Note: The original implementation using the Web3 Storage client is currently com
7171

7272
#### Defined in
7373

74-
[sdk/src/storage.ts:122](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/storage.ts#L122)
74+
[sdk/src/storage.ts:128](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/storage.ts#L128)
7575

7676
---
7777

@@ -106,7 +106,7 @@ Will throw a `MalformedDataError` if the retrieved data is invalid.
106106

107107
#### Defined in
108108

109-
[sdk/src/storage.ts:99](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/storage.ts#L99)
109+
[sdk/src/storage.ts:105](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/storage.ts#L105)
110110

111111
---
112112

@@ -147,7 +147,7 @@ Will throw a `MalformedDataError` if the provided metadata is invalid.
147147

148148
#### Defined in
149149

150-
[sdk/src/storage.ts:34](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/storage.ts#L34)
150+
[sdk/src/storage.ts:34](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/storage.ts#L34)
151151

152152
---
153153

@@ -187,4 +187,4 @@ Will throw a `MalformedDataError` if the provided metadata is invalid.
187187

188188
#### Defined in
189189

190-
[sdk/src/storage.ts:70](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/storage.ts#L70)
190+
[sdk/src/storage.ts:74](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/storage.ts#L74)

docs/docs/developer/api/sdk/classes/InvalidOrMissingError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:83](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L83)
46+
[sdk/src/types/errors.ts:83](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L83)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:76](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L76)
108+
[sdk/src/types/errors.ts:76](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L76)
109109

110110
---
111111

docs/docs/developer/api/sdk/classes/MalformedDataError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:155](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L155)
46+
[sdk/src/types/errors.ts:155](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L155)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:148](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L148)
108+
[sdk/src/types/errors.ts:148](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L148)
109109

110110
---
111111

docs/docs/developer/api/sdk/classes/MintingError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:101](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L101)
46+
[sdk/src/types/errors.ts:101](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L101)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:94](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L94)
108+
[sdk/src/types/errors.ts:94](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L94)
109109

110110
---
111111

docs/docs/developer/api/sdk/classes/StorageError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Error.constructor
4343

4444
#### Defined in
4545

46-
[sdk/src/types/errors.ts:119](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L119)
46+
[sdk/src/types/errors.ts:119](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L119)
4747

4848
## Properties
4949

@@ -105,7 +105,7 @@ Additional error payload.
105105

106106
#### Defined in
107107

108-
[sdk/src/types/errors.ts:112](https://github.com/hypercerts-org/hypercerts/blob/ceaeca8/sdk/src/types/errors.ts#L112)
108+
[sdk/src/types/errors.ts:112](https://github.com/hypercerts-org/hypercerts/blob/d4ff8ba/sdk/src/types/errors.ts#L112)
109109

110110
---
111111

0 commit comments

Comments
 (0)