Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 565c661

Browse files
committed
fix: dependencies
1 parent 87b4993 commit 565c661

39 files changed

+335
-226
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
yarn
2121
yarn nx run-many --target=docs
2222
- name: Doc linter
23-
run: |
24-
yarn install
25-
yarn lint:docs
23+
run: yarn lint:docs

docs/catalog/enums/State.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Entity created
1818

1919
#### Defined in
2020

21-
[types/index.ts:361](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L361)
21+
[types/index.ts:361](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L361)
2222

2323
___
2424

@@ -30,7 +30,7 @@ Entity disable or not available
3030

3131
#### Defined in
3232

33-
[types/index.ts:357](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L357)
33+
[types/index.ts:357](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L357)
3434

3535
___
3636

@@ -42,4 +42,4 @@ Entity not validated yet or incomplete
4242

4343
#### Defined in
4444

45-
[types/index.ts:359](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L359)
45+
[types/index.ts:359](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L359)

docs/catalog/enums/TransferNFTConditionMethod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#### Defined in
1717

18-
[types/index.ts:365](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L365)
18+
[types/index.ts:365](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L365)
1919

2020
___
2121

@@ -25,4 +25,4 @@ ___
2525

2626
#### Defined in
2727

28-
[types/index.ts:366](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L366)
28+
[types/index.ts:366](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L366)

docs/catalog/interfaces/AccountModule.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The new generated token
5151

5252
#### Defined in
5353

54-
[types/index.ts:514](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L514)
54+
[types/index.ts:514](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L514)
5555

5656
___
5757

@@ -73,7 +73,7 @@ The address token signer
7373

7474
#### Defined in
7575

76-
[types/index.ts:524](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L524)
76+
[types/index.ts:524](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L524)
7777

7878
___
7979

@@ -102,7 +102,7 @@ associated datasets to subscriptions
102102

103103
#### Defined in
104104

105-
[types/index.ts:446](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L446)
105+
[types/index.ts:446](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L446)
106106

107107
___
108108

@@ -131,7 +131,7 @@ associated services to subscriptions
131131

132132
#### Defined in
133133

134-
[types/index.ts:439](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L439)
134+
[types/index.ts:439](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L439)
135135

136136
___
137137

@@ -159,7 +159,7 @@ List of assets which was bought by the address given as argument
159159

160160
#### Defined in
161161

162-
[types/index.ts:422](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L422)
162+
[types/index.ts:422](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L422)
163163

164164
___
165165

@@ -188,7 +188,7 @@ published subscriptions
188188

189189
#### Defined in
190190

191-
[types/index.ts:429](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L429)
191+
[types/index.ts:429](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L429)
192192

193193
___
194194

@@ -218,7 +218,7 @@ published subscriptions and its datasets
218218

219219
#### Defined in
220220

221-
[types/index.ts:466](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L466)
221+
[types/index.ts:466](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L466)
222222

223223
___
224224

@@ -248,7 +248,7 @@ published subscriptions and service
248248

249249
#### Defined in
250250

251-
[types/index.ts:454](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L454)
251+
[types/index.ts:454](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L454)
252252

253253
___
254254

@@ -277,7 +277,7 @@ purchased subscriptions
277277

278278
#### Defined in
279279

280-
[types/index.ts:478](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L478)
280+
[types/index.ts:478](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L478)
281281

282282
___
283283

@@ -307,7 +307,7 @@ purchased subscriptions and its datasets
307307

308308
#### Defined in
309309

310-
[types/index.ts:501](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L501)
310+
[types/index.ts:501](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L501)
311311

312312
___
313313

@@ -337,7 +337,7 @@ purchased subscriptions and services
337337

338338
#### Defined in
339339

340-
[types/index.ts:489](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L489)
340+
[types/index.ts:489](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L489)
341341

342342
___
343343

@@ -365,7 +365,7 @@ List of assets which was published by the address given
365365

366366
#### Defined in
367367

368-
[types/index.ts:416](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L416)
368+
[types/index.ts:416](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L416)
369369

370370
___
371371

@@ -394,7 +394,7 @@ true if the user owns at least one edition of the NFT
394394

395395
#### Defined in
396396

397-
[types/index.ts:532](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L532)
397+
[types/index.ts:532](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L532)
398398

399399
___
400400

@@ -425,7 +425,7 @@ true if the user owns at least one edition of the NFT
425425

426426
#### Defined in
427427

428-
[types/index.ts:542](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L542)
428+
[types/index.ts:542](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L542)
429429

430430
___
431431

@@ -456,7 +456,7 @@ true if the user holds the NFT
456456

457457
#### Defined in
458458

459-
[types/index.ts:552](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L552)
459+
[types/index.ts:552](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L552)
460460

461461
___
462462

@@ -478,4 +478,4 @@ if token is valid it will return true
478478

479479
#### Defined in
480480

481-
[types/index.ts:519](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L519)
481+
[types/index.ts:519](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L519)

docs/catalog/interfaces/AssetFile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ File title
2323

2424
#### Defined in
2525

26-
[types/index.ts:795](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L795)
26+
[types/index.ts:795](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L795)
2727

2828
___
2929

@@ -35,4 +35,4 @@ File type: json, txt, etc...
3535

3636
#### Defined in
3737

38-
[types/index.ts:793](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L793)
38+
[types/index.ts:793](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L793)

docs/catalog/interfaces/AssetPublishParams.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Files to download after buy the asset
2828

2929
#### Defined in
3030

31-
[types/index.ts:815](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L815)
31+
[types/index.ts:815](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L815)
3232

3333
___
3434

@@ -40,7 +40,7 @@ Who create the asset
4040

4141
#### Defined in
4242

43-
[types/index.ts:805](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L805)
43+
[types/index.ts:805](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L805)
4444

4545
___
4646

@@ -52,7 +52,7 @@ The category that belong the asset
5252

5353
#### Defined in
5454

55-
[types/index.ts:811](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L811)
55+
[types/index.ts:811](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L811)
5656

5757
___
5858

@@ -64,7 +64,7 @@ Description about what is the utility of the asset
6464

6565
#### Defined in
6666

67-
[types/index.ts:807](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L807)
67+
[types/index.ts:807](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L807)
6868

6969
___
7070

@@ -76,7 +76,7 @@ Name of the asset
7676

7777
#### Defined in
7878

79-
[types/index.ts:803](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L803)
79+
[types/index.ts:803](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L803)
8080

8181
___
8282

@@ -88,7 +88,7 @@ Price of the asset
8888

8989
#### Defined in
9090

91-
[types/index.ts:813](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L813)
91+
[types/index.ts:813](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L813)
9292

9393
___
9494

@@ -100,4 +100,4 @@ The type of the asset
100100

101101
#### Defined in
102102

103-
[types/index.ts:809](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L809)
103+
[types/index.ts:809](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L809)

docs/catalog/interfaces/AssetPublishProviderState.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Handle publish asset message
3030

3131
#### Defined in
3232

33-
[types/index.ts:903](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L903)
33+
[types/index.ts:903](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L903)
3434

3535
___
3636

@@ -42,7 +42,7 @@ All the parameters needed to publish an asset
4242

4343
#### Defined in
4444

45-
[types/index.ts:909](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L909)
45+
[types/index.ts:909](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L909)
4646

4747
___
4848

@@ -54,7 +54,7 @@ Handle error publish asset message
5454

5555
#### Defined in
5656

57-
[types/index.ts:901](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L901)
57+
[types/index.ts:901](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L901)
5858

5959
___
6060

@@ -81,7 +81,7 @@ Update asset parameters when some input changes
8181

8282
#### Defined in
8383

84-
[types/index.ts:920](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L920)
84+
[types/index.ts:920](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L920)
8585

8686
___
8787

@@ -93,7 +93,7 @@ If the asset is publishing
9393

9494
#### Defined in
9595

96-
[types/index.ts:907](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L907)
96+
[types/index.ts:907](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L907)
9797

9898
___
9999

@@ -105,7 +105,7 @@ If the asset was published correctly
105105

106106
#### Defined in
107107

108-
[types/index.ts:905](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L905)
108+
[types/index.ts:905](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L905)
109109

110110
___
111111

@@ -144,7 +144,7 @@ The DDO object including the asset metadata and the DID
144144

145145
#### Defined in
146146

147-
[types/index.ts:941](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L941)
147+
[types/index.ts:941](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L941)
148148

149149
___
150150

@@ -185,7 +185,7 @@ The DDO object including the asset metadata and the DID
185185

186186
#### Defined in
187187

188-
[types/index.ts:1015](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L1015)
188+
[types/index.ts:1015](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L1015)
189189

190190
___
191191

@@ -226,7 +226,7 @@ The DDO object including the asset metadata and the DID
226226

227227
#### Defined in
228228

229-
[types/index.ts:977](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L977)
229+
[types/index.ts:977](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L977)
230230

231231
___
232232

@@ -252,7 +252,7 @@ Reset all the parameters of the asset
252252

253253
#### Defined in
254254

255-
[types/index.ts:924](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L924)
255+
[types/index.ts:924](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L924)
256256

257257
___
258258

@@ -264,7 +264,7 @@ Set asset message
264264

265265
#### Defined in
266266

267-
[types/index.ts:913](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L913)
267+
[types/index.ts:913](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L913)
268268

269269
___
270270

@@ -276,7 +276,7 @@ Set parameters needed to publish an asset
276276

277277
#### Defined in
278278

279-
[types/index.ts:911](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L911)
279+
[types/index.ts:911](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L911)
280280

281281
___
282282

@@ -288,4 +288,4 @@ Set error asset message
288288

289289
#### Defined in
290290

291-
[types/index.ts:915](https://github.com/nevermined-io/components-catalog/blob/3086cb7/catalog/src/types/index.ts#L915)
291+
[types/index.ts:915](https://github.com/nevermined-io/components-catalog/blob/87b4993/catalog/src/types/index.ts#L915)

0 commit comments

Comments
 (0)