Skip to content

Commit 9821877

Browse files
2.0.0
1 parent 572646b commit 9821877

15 files changed

+849
-451
lines changed

docs/bin/default.dot

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ N15;
3636
N16;
3737
N17;
3838
N18;
39+
N19;
3940

4041
}
4142

@@ -51,13 +52,14 @@ N18;
5152
N9[label="MultieraMetadataTask"][shape="box"];
5253
N10[label="MultieraAddressTask"][shape="box"];
5354
N11[label="MultieraOutputTask"][shape="box"];
54-
N12[label="MultieraUsedInputTask"][shape="box"];
55-
N13[label="MultieraUnusedInputTask"][shape="box"];
56-
N14[label="MultieraStakeCredentialTask"][shape="box"];
57-
N15[label="MultieraAddressCredentialRelationTask"][shape="box"];
58-
N16[label="MultieraTxCredentialRelationTask"][shape="box"];
59-
N17[label="MultieraAssetMintTask"][shape="box"];
60-
N18[label="MultieraCip25EntryTask"][shape="box"];
55+
N12[label="MultieraReferenceInputTask"][shape="box"];
56+
N13[label="MultieraUsedInputTask"][shape="box"];
57+
N14[label="MultieraUnusedInputTask"][shape="box"];
58+
N15[label="MultieraStakeCredentialTask"][shape="box"];
59+
N16[label="MultieraAddressCredentialRelationTask"][shape="box"];
60+
N17[label="MultieraTxCredentialRelationTask"][shape="box"];
61+
N18[label="MultieraAssetMintTask"][shape="box"];
62+
N19[label="MultieraCip25EntryTask"][shape="box"];
6163
N0 -> N1[label=""];
6264
N2 -> N3[label=""];
6365
N3 -> N4[label=""];
@@ -69,13 +71,14 @@ N18;
6971
N10 -> N11[label=""];
7072
N11 -> N12[label=""];
7173
N11 -> N13[label=""];
72-
N12 -> N14[label=""];
73-
N13 -> N14[label=""];
74-
N10 -> N15[label=""];
74+
N11 -> N14[label=""];
75+
N13 -> N15[label=""];
7576
N14 -> N15[label=""];
7677
N10 -> N16[label=""];
77-
N14 -> N16[label=""];
78-
N8 -> N17[label=""];
79-
N9 -> N18[label=""];
80-
N17 -> N18[label=""];
78+
N15 -> N16[label=""];
79+
N10 -> N17[label=""];
80+
N15 -> N17[label=""];
81+
N8 -> N18[label=""];
82+
N9 -> N19[label=""];
83+
N18 -> N19[label=""];
8184
}

docs/bin/default.svg

Lines changed: 79 additions & 67 deletions
Loading

docs/bin/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
"info": {
535535
"title": "carp",
536-
"version": "1.0.0",
536+
"version": "2.0.0",
537537
"description": "API for the Postgres database generated by Carp",
538538
"license": {
539539
"name": "MIT"

0 commit comments

Comments
 (0)