@cheqd/studio 3.7.0-develop.1 → 3.8.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +3 -3
- package/dist/app.js.map +1 -1
- package/dist/controllers/api/accreditation.d.ts +6 -6
- package/dist/controllers/api/accreditation.d.ts.map +1 -1
- package/dist/controllers/api/accreditation.js +20 -16
- package/dist/controllers/api/accreditation.js.map +1 -1
- package/dist/controllers/api/credential-status.d.ts +103 -16
- package/dist/controllers/api/credential-status.d.ts.map +1 -1
- package/dist/controllers/api/credential-status.js +321 -61
- package/dist/controllers/api/credential-status.js.map +1 -1
- package/dist/controllers/api/credential.d.ts +33 -8
- package/dist/controllers/api/credential.d.ts.map +1 -1
- package/dist/controllers/api/credential.js +53 -30
- package/dist/controllers/api/credential.js.map +1 -1
- package/dist/controllers/api/did.d.ts.map +1 -1
- package/dist/controllers/api/did.js +8 -0
- package/dist/controllers/api/did.js.map +1 -1
- package/dist/controllers/validator/credential-status.d.ts.map +1 -1
- package/dist/controllers/validator/credential-status.js +19 -5
- package/dist/controllers/validator/credential-status.js.map +1 -1
- package/dist/controllers/validator/service-create-request.d.ts.map +1 -1
- package/dist/controllers/validator/service-create-request.js +16 -0
- package/dist/controllers/validator/service-create-request.js.map +1 -1
- package/dist/controllers/validator/service.d.ts.map +1 -1
- package/dist/controllers/validator/service.js +16 -0
- package/dist/controllers/validator/service.js.map +1 -1
- package/dist/database/entities/api.key.entity.js +1 -1
- package/dist/database/entities/payment.entity.d.ts.map +1 -1
- package/dist/database/entities/payment.entity.js +4 -1
- package/dist/database/entities/payment.entity.js.map +1 -1
- package/dist/database/entities/resource.entity.js.map +1 -1
- package/dist/database/entities/subscription.entity.js.map +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.d.ts +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.d.ts.map +1 -1
- package/dist/database/migrations/1750427001486-studio-migrations.js +0 -2
- package/dist/database/migrations/1750427001486-studio-migrations.js.map +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.d.ts +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.d.ts.map +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.js +1 -1
- package/dist/database/migrations/custom/1748331341024-Cleanup.js.map +1 -1
- package/dist/database/scripts/add-migration-to-types.js +6 -5
- package/dist/database/scripts/add-migration-to-types.js.map +1 -1
- package/dist/middleware/auth/auth-gaurd.js +1 -1
- package/dist/middleware/auth/auth-gaurd.js.map +1 -1
- package/dist/services/identity/abstract.d.ts +11 -8
- package/dist/services/identity/abstract.d.ts.map +1 -1
- package/dist/services/identity/abstract.js +15 -6
- package/dist/services/identity/abstract.js.map +1 -1
- package/dist/services/identity/agent.d.ts +10 -7
- package/dist/services/identity/agent.d.ts.map +1 -1
- package/dist/services/identity/agent.js +370 -139
- package/dist/services/identity/agent.js.map +1 -1
- package/dist/services/identity/default.d.ts +1 -1
- package/dist/services/identity/default.d.ts.map +1 -1
- package/dist/services/identity/default.js +2 -2
- package/dist/services/identity/default.js.map +1 -1
- package/dist/services/identity/index.d.ts +11 -8
- package/dist/services/identity/index.d.ts.map +1 -1
- package/dist/services/identity/index.js.map +1 -1
- package/dist/services/identity/local.d.ts +9 -6
- package/dist/services/identity/local.d.ts.map +1 -1
- package/dist/services/identity/local.js +18 -10
- package/dist/services/identity/local.js.map +1 -1
- package/dist/services/identity/postgres.d.ts +9 -6
- package/dist/services/identity/postgres.d.ts.map +1 -1
- package/dist/services/identity/postgres.js +24 -10
- package/dist/services/identity/postgres.js.map +1 -1
- package/dist/services/track/operation-subscriber.d.ts.map +1 -1
- package/dist/services/track/operation-subscriber.js +18 -16
- package/dist/services/track/operation-subscriber.js.map +1 -1
- package/dist/services/w3c-credential.d.ts +2 -2
- package/dist/services/w3c-credential.d.ts.map +1 -1
- package/dist/services/w3c-credential.js +2 -1
- package/dist/services/w3c-credential.js.map +1 -1
- package/dist/static/swagger-api.json +289 -43
- package/dist/types/accreditation.d.ts +11 -14
- package/dist/types/accreditation.d.ts.map +1 -1
- package/dist/types/accreditation.js +6 -0
- package/dist/types/accreditation.js.map +1 -1
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/constants.js +1 -0
- package/dist/types/constants.js.map +1 -1
- package/dist/types/credential-status.d.ts +40 -8
- package/dist/types/credential-status.d.ts.map +1 -1
- package/dist/types/credential-status.js +11 -0
- package/dist/types/credential-status.js.map +1 -1
- package/dist/types/credential.d.ts +7 -10
- package/dist/types/credential.d.ts.map +1 -1
- package/dist/types/credential.js.map +1 -1
- package/dist/types/swagger-api-types.d.ts +62 -12
- package/dist/types/swagger-api-types.d.ts.map +1 -1
- package/dist/types/swagger-api-types.js +62 -12
- package/dist/types/swagger-api-types.js.map +1 -1
- package/dist/types/validation.d.ts +4 -0
- package/dist/types/validation.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -137,7 +137,8 @@
|
|
|
137
137
|
"type": "object",
|
|
138
138
|
"required": [
|
|
139
139
|
"statusPurpose",
|
|
140
|
-
"statusListName"
|
|
140
|
+
"statusListName",
|
|
141
|
+
"statusListType"
|
|
141
142
|
],
|
|
142
143
|
"properties": {
|
|
143
144
|
"statusPurpose": {
|
|
@@ -150,6 +151,13 @@
|
|
|
150
151
|
"statusListName": {
|
|
151
152
|
"type": "string"
|
|
152
153
|
},
|
|
154
|
+
"statusListType": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"enum": [
|
|
157
|
+
"StatusList2021",
|
|
158
|
+
"BitstringStatusList"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
153
161
|
"statusListIndex": {
|
|
154
162
|
"type": "number"
|
|
155
163
|
},
|
|
@@ -169,7 +177,8 @@
|
|
|
169
177
|
},
|
|
170
178
|
"example": {
|
|
171
179
|
"statusPurpose": "revocation",
|
|
172
|
-
"statusListName": "employee-credentials"
|
|
180
|
+
"statusListName": "employee-credentials",
|
|
181
|
+
"statusListType": "StatusList2021"
|
|
173
182
|
}
|
|
174
183
|
},
|
|
175
184
|
"termsOfUse": {
|
|
@@ -253,7 +262,8 @@
|
|
|
253
262
|
"credentialStatus": {
|
|
254
263
|
"statusPurpose": "revocation",
|
|
255
264
|
"statusListName": "employee-credentials",
|
|
256
|
-
"statusListIndex": 10
|
|
265
|
+
"statusListIndex": 10,
|
|
266
|
+
"statusListType": "StatusList2021"
|
|
257
267
|
}
|
|
258
268
|
}
|
|
259
269
|
},
|
|
@@ -330,7 +340,8 @@
|
|
|
330
340
|
"type": {
|
|
331
341
|
"type": "string",
|
|
332
342
|
"enum": [
|
|
333
|
-
"StatusList2021Entry"
|
|
343
|
+
"StatusList2021Entry",
|
|
344
|
+
"BitstringStatusListEntry"
|
|
334
345
|
]
|
|
335
346
|
}
|
|
336
347
|
}
|
|
@@ -848,7 +859,7 @@
|
|
|
848
859
|
"type": "string"
|
|
849
860
|
},
|
|
850
861
|
"makeFeePayment": {
|
|
851
|
-
"description": "Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 DID-Linked Resource.",
|
|
862
|
+
"description": "Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.",
|
|
852
863
|
"type": "boolean",
|
|
853
864
|
"default": false
|
|
854
865
|
},
|
|
@@ -885,34 +896,60 @@
|
|
|
885
896
|
],
|
|
886
897
|
"properties": {
|
|
887
898
|
"did": {
|
|
888
|
-
"description": "DID of the StatusList2021 publisher.",
|
|
899
|
+
"description": "DID of the StatusList2021 or BitstringStatusList publisher.",
|
|
889
900
|
"type": "string",
|
|
890
901
|
"format": "uri"
|
|
891
902
|
},
|
|
892
903
|
"statusListName": {
|
|
893
|
-
"description": "The name of the StatusList2021 DID-Linked Resource to be created.",
|
|
904
|
+
"description": "The name of the StatusList2021 or BitstringStatusList DID-Linked Resource to be created.",
|
|
894
905
|
"type": "string"
|
|
895
906
|
},
|
|
896
907
|
"length": {
|
|
897
|
-
"description": "The length of the status list to be created. The default and minimum length is
|
|
908
|
+
"description": "The length of the status list to be created. The default and minimum length is 131072 which is 16kb.",
|
|
898
909
|
"type": "integer",
|
|
899
910
|
"minimum": 0,
|
|
900
911
|
"exclusiveMinimum": true,
|
|
901
|
-
"default":
|
|
912
|
+
"default": 131072
|
|
902
913
|
},
|
|
903
914
|
"encoding": {
|
|
904
|
-
"description": "The encoding format of the StatusList2021 DiD-Linked Resource to be created.",
|
|
915
|
+
"description": "The encoding format of the StatusList2021 or BitstringStatusList (only base64url supported) DiD-Linked Resource to be created.",
|
|
905
916
|
"type": "string",
|
|
906
917
|
"default": "base64url",
|
|
907
918
|
"enum": [
|
|
908
919
|
"base64url",
|
|
909
|
-
"base64",
|
|
910
920
|
"hex"
|
|
911
921
|
]
|
|
912
922
|
},
|
|
913
923
|
"statusListVersion": {
|
|
914
|
-
"description": "Optional field to assign a human-readable version in the StatusList2021 DID-Linked Resource.",
|
|
924
|
+
"description": "Optional field to assign a human-readable version in the StatusList2021 or BitstringStatusList DID-Linked Resource.",
|
|
915
925
|
"type": "string"
|
|
926
|
+
},
|
|
927
|
+
"statusSize": {
|
|
928
|
+
"description": "Only for BitstringStatusList: bits per credential, used to support multiple status in same list.",
|
|
929
|
+
"type": "integer",
|
|
930
|
+
"minimum": 1
|
|
931
|
+
},
|
|
932
|
+
"statusMessages": {
|
|
933
|
+
"description": "Only for BitstringStatusList (Mandatory if statusSize > 1): Message explaining each bit",
|
|
934
|
+
"type": "array",
|
|
935
|
+
"items": {
|
|
936
|
+
"type": "object",
|
|
937
|
+
"properties": {
|
|
938
|
+
"status": {
|
|
939
|
+
"type": "string",
|
|
940
|
+
"example": "0x0"
|
|
941
|
+
},
|
|
942
|
+
"message": {
|
|
943
|
+
"type": "string",
|
|
944
|
+
"example": "valid"
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
"ttl": {
|
|
950
|
+
"description": "Only for BitstringStatusList: Time to Live in Miliseconds (not expiry).",
|
|
951
|
+
"type": "integer",
|
|
952
|
+
"minimum": 1000
|
|
916
953
|
}
|
|
917
954
|
}
|
|
918
955
|
},
|
|
@@ -1015,19 +1052,19 @@
|
|
|
1015
1052
|
"type": "object",
|
|
1016
1053
|
"properties": {
|
|
1017
1054
|
"feePaymentAddress": {
|
|
1018
|
-
"description": "The cheqd/Cosmos payment address where payments to unlock the encrypted StatusList2021 DID-Linked Resource need to be sent.",
|
|
1055
|
+
"description": "The cheqd/Cosmos payment address where payments to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource need to be sent.",
|
|
1019
1056
|
"type": "string",
|
|
1020
1057
|
"example": "cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg"
|
|
1021
1058
|
},
|
|
1022
1059
|
"feePaymentAmount": {
|
|
1023
|
-
"description": "Amount in CHEQ tokens to unlock the encrypted StatusList2021 DID-Linked Resource.",
|
|
1060
|
+
"description": "Amount in CHEQ tokens to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.",
|
|
1024
1061
|
"type": "number",
|
|
1025
1062
|
"minimum": 0,
|
|
1026
1063
|
"exclusiveMinimum": true,
|
|
1027
1064
|
"default": 20
|
|
1028
1065
|
},
|
|
1029
1066
|
"feePaymentWindow": {
|
|
1030
|
-
"description": "Time window (in minutes) within which the payment to unlock the encrypted StatusList2021 DID-Linked Resource is considered valid.",
|
|
1067
|
+
"description": "Time window (in minutes) within which the payment to unlock the encrypted StatusList2021 or BitstringStatusList DID-Linked Resource is considered valid.",
|
|
1031
1068
|
"type": "number",
|
|
1032
1069
|
"minimum": 0,
|
|
1033
1070
|
"exclusiveMinimum": true,
|
|
@@ -1387,7 +1424,7 @@
|
|
|
1387
1424
|
"exclusiveMinimum": false
|
|
1388
1425
|
},
|
|
1389
1426
|
"makeFeePayment": {
|
|
1390
|
-
"description": "Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 DID-Linked Resource.",
|
|
1427
|
+
"description": "Automatically make fee payment (if required) based on payment conditions to unlock encrypted StatusList2021 or BitstringStatusList DID-Linked Resource.",
|
|
1391
1428
|
"type": "boolean",
|
|
1392
1429
|
"default": true
|
|
1393
1430
|
}
|
|
@@ -1947,6 +1984,35 @@
|
|
|
1947
1984
|
"type": "string",
|
|
1948
1985
|
"example": "https://example.com"
|
|
1949
1986
|
}
|
|
1987
|
+
},
|
|
1988
|
+
"priority": {
|
|
1989
|
+
"description": "(Optional) Priority of the service endpoint, used for distinction when multiple did-communication service endpoints are present in a single DID document.",
|
|
1990
|
+
"type": "integer",
|
|
1991
|
+
"example": 0
|
|
1992
|
+
},
|
|
1993
|
+
"recipientKeys": {
|
|
1994
|
+
"description": "(Optional) List of recipient keys used to denote the default recipients of an endpoint.",
|
|
1995
|
+
"type": "array",
|
|
1996
|
+
"items": {
|
|
1997
|
+
"type": "string",
|
|
1998
|
+
"example": "did:cheqd:mainnet:7bf81a20-633c-4cc7-bc4a-5a45801005e0#key-1"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
"routingKeys": {
|
|
2002
|
+
"description": "(Optional) List of routing keys used to used to denote the individual routing hops in between the sender and recipients.",
|
|
2003
|
+
"type": "array",
|
|
2004
|
+
"items": {
|
|
2005
|
+
"type": "string",
|
|
2006
|
+
"example": "did:cheqd:mainnet:7bf81a20-633c-4cc7-bc4a-5a45801005e0#key-2"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
"accept": {
|
|
2010
|
+
"description": "(Optional) List of media types that the service endpoint accepts.",
|
|
2011
|
+
"type": "array",
|
|
2012
|
+
"items": {
|
|
2013
|
+
"type": "string",
|
|
2014
|
+
"example": "didcomm/aip2;env=rfc587"
|
|
2015
|
+
}
|
|
1950
2016
|
}
|
|
1951
2017
|
}
|
|
1952
2018
|
},
|
|
@@ -2628,13 +2694,13 @@
|
|
|
2628
2694
|
"Trust Registry"
|
|
2629
2695
|
],
|
|
2630
2696
|
"summary": "Revoke a Verifiable Accreditation.",
|
|
2631
|
-
"description": "This endpoint revokes a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2697
|
+
"description": "This endpoint revokes a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 or BitstringStatusList resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2632
2698
|
"operationId": "accredit-revoke",
|
|
2633
2699
|
"parameters": [
|
|
2634
2700
|
{
|
|
2635
2701
|
"in": "query",
|
|
2636
2702
|
"name": "publish",
|
|
2637
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
2703
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
2638
2704
|
"required": true,
|
|
2639
2705
|
"schema": {
|
|
2640
2706
|
"type": "boolean",
|
|
@@ -2685,13 +2751,13 @@
|
|
|
2685
2751
|
"Trust Registry"
|
|
2686
2752
|
],
|
|
2687
2753
|
"summary": "Suspend a Verifiable Accreditation.",
|
|
2688
|
-
"description": "This endpoint suspends a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2754
|
+
"description": "This endpoint suspends a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 or BitstringStatusList resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2689
2755
|
"operationId": "accredit-suspend",
|
|
2690
2756
|
"parameters": [
|
|
2691
2757
|
{
|
|
2692
2758
|
"in": "query",
|
|
2693
2759
|
"name": "publish",
|
|
2694
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
2760
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
2695
2761
|
"required": true,
|
|
2696
2762
|
"schema": {
|
|
2697
2763
|
"type": "boolean",
|
|
@@ -2742,13 +2808,13 @@
|
|
|
2742
2808
|
"Trust Registry"
|
|
2743
2809
|
],
|
|
2744
2810
|
"summary": "Reinstate a Verifiable Accreditation.",
|
|
2745
|
-
"description": "This endpoint reinstates a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2811
|
+
"description": "This endpoint reinstates a given Verifiable Accreditation. As input, it can take the didUrl as a string. The StatusList2021 or BitstringStatusList resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
2746
2812
|
"operationId": "accredit-reinstate",
|
|
2747
2813
|
"parameters": [
|
|
2748
2814
|
{
|
|
2749
2815
|
"in": "query",
|
|
2750
2816
|
"name": "publish",
|
|
2751
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
2817
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
2752
2818
|
"required": true,
|
|
2753
2819
|
"schema": {
|
|
2754
2820
|
"type": "boolean",
|
|
@@ -2798,21 +2864,71 @@
|
|
|
2798
2864
|
"tags": [
|
|
2799
2865
|
"Credential Status"
|
|
2800
2866
|
],
|
|
2801
|
-
"summary": "Create an unencrypted StatusList2021 credential status list.",
|
|
2802
|
-
"description": "This endpoint creates an unencrypted StatusList2021 credential status list. The StatusList is published as a DID-Linked Resource on ledger. As input, it can can take input parameters needed to create the status list via a form, or a pre-assembled status list in JSON format. Status lists can be created as either encrypted or unencrypted
|
|
2867
|
+
"summary": "Create an unencrypted StatusList2021 or BitstringStatusList credential status list.",
|
|
2868
|
+
"description": "This endpoint creates an unencrypted StatusList2021 or BitstringStatusList credential status list. The StatusList is published as a DID-Linked Resource on ledger. As input, it can can take input parameters needed to create the status list via a form, or a pre-assembled status list in JSON format. Status lists can be created as either encrypted or unencrypted.",
|
|
2803
2869
|
"parameters": [
|
|
2804
2870
|
{
|
|
2805
2871
|
"in": "query",
|
|
2806
|
-
"name": "
|
|
2807
|
-
"description": "The
|
|
2872
|
+
"name": "listType",
|
|
2873
|
+
"description": "The type of Status List.",
|
|
2808
2874
|
"required": true,
|
|
2809
2875
|
"schema": {
|
|
2810
2876
|
"type": "string",
|
|
2811
2877
|
"enum": [
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2878
|
+
"StatusList2021",
|
|
2879
|
+
"BitstringStatusList"
|
|
2814
2880
|
]
|
|
2815
2881
|
}
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"in": "query",
|
|
2885
|
+
"name": "statusPurpose",
|
|
2886
|
+
"description": "The purpose of the status list.\n- For StatusList2021: Single value (revocation or suspension)\n- For BitstringStatusList: Can accept multiple values as array of strings\n\nOnce this is set, it cannot be changed. A new status list must be created to change the purpose.\n",
|
|
2887
|
+
"required": true,
|
|
2888
|
+
"schema": {
|
|
2889
|
+
"oneOf": [
|
|
2890
|
+
{
|
|
2891
|
+
"type": "string",
|
|
2892
|
+
"enum": [
|
|
2893
|
+
"revocation",
|
|
2894
|
+
"suspension"
|
|
2895
|
+
]
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"type": "array",
|
|
2899
|
+
"items": {
|
|
2900
|
+
"type": "string",
|
|
2901
|
+
"enum": [
|
|
2902
|
+
"revocation",
|
|
2903
|
+
"suspension",
|
|
2904
|
+
"message",
|
|
2905
|
+
"refresh"
|
|
2906
|
+
]
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
]
|
|
2910
|
+
},
|
|
2911
|
+
"examples": {
|
|
2912
|
+
"single_value": {
|
|
2913
|
+
"summary": "Single purpose (StatusList2021)",
|
|
2914
|
+
"value": "revocation"
|
|
2915
|
+
},
|
|
2916
|
+
"multiple_values_array": {
|
|
2917
|
+
"summary": "Multiple purposes as array (BitstringStatusList)",
|
|
2918
|
+
"value": [
|
|
2919
|
+
"revocation",
|
|
2920
|
+
"suspension",
|
|
2921
|
+
"message"
|
|
2922
|
+
]
|
|
2923
|
+
},
|
|
2924
|
+
"with_message": {
|
|
2925
|
+
"summary": "Including message purpose",
|
|
2926
|
+
"value": [
|
|
2927
|
+
"revocation",
|
|
2928
|
+
"message"
|
|
2929
|
+
]
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2816
2932
|
}
|
|
2817
2933
|
],
|
|
2818
2934
|
"requestBody": {
|
|
@@ -2857,20 +2973,70 @@
|
|
|
2857
2973
|
"tags": [
|
|
2858
2974
|
"Credential Status"
|
|
2859
2975
|
],
|
|
2860
|
-
"summary": "Create an encrypted StatusList2021 credential status list.",
|
|
2861
|
-
"description": "This endpoint creates an encrypted StatusList2021 credential status list. The StatusList is published as a DID-Linked Resource on ledger. As input, it can can take input parameters needed to create the status list via a form, or a pre-assembled status list in JSON format. Status lists can be created as either encrypted or unencrypted
|
|
2976
|
+
"summary": "Create an encrypted StatusList2021 or BitstringStatusList credential status list.",
|
|
2977
|
+
"description": "This endpoint creates an encrypted StatusList2021 or BitstringStatusList credential status list. The StatusList is published as a DID-Linked Resource on ledger. As input, it can can take input parameters needed to create the status list via a form, or a pre-assembled status list in JSON format. Status lists can be created as either encrypted or unencrypted.",
|
|
2862
2978
|
"parameters": [
|
|
2863
2979
|
{
|
|
2864
2980
|
"in": "query",
|
|
2865
|
-
"name": "
|
|
2866
|
-
"description": "The
|
|
2981
|
+
"name": "listType",
|
|
2982
|
+
"description": "The type of Status List.",
|
|
2867
2983
|
"required": true,
|
|
2868
2984
|
"schema": {
|
|
2869
2985
|
"type": "string",
|
|
2870
2986
|
"enum": [
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2987
|
+
"StatusList2021",
|
|
2988
|
+
"BitstringStatusList"
|
|
2989
|
+
]
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"in": "query",
|
|
2994
|
+
"name": "statusPurpose",
|
|
2995
|
+
"description": "The purpose of the status list.\n- For StatusList2021: Single value (revocation or suspension)\n- For BitstringStatusList: Can accept multiple values as array of strings\n\nOnce this is set, it cannot be changed. A new status list must be created to change the purpose.\n",
|
|
2996
|
+
"required": true,
|
|
2997
|
+
"schema": {
|
|
2998
|
+
"oneOf": [
|
|
2999
|
+
{
|
|
3000
|
+
"type": "string",
|
|
3001
|
+
"enum": [
|
|
3002
|
+
"revocation",
|
|
3003
|
+
"suspension"
|
|
3004
|
+
]
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"type": "array",
|
|
3008
|
+
"items": {
|
|
3009
|
+
"type": "string",
|
|
3010
|
+
"enum": [
|
|
3011
|
+
"revocation",
|
|
3012
|
+
"suspension",
|
|
3013
|
+
"message",
|
|
3014
|
+
"refresh"
|
|
3015
|
+
]
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
2873
3018
|
]
|
|
3019
|
+
},
|
|
3020
|
+
"examples": {
|
|
3021
|
+
"single_value": {
|
|
3022
|
+
"summary": "Single purpose (StatusList2021)",
|
|
3023
|
+
"value": "revocation"
|
|
3024
|
+
},
|
|
3025
|
+
"multiple_values_array": {
|
|
3026
|
+
"summary": "Multiple purposes as array (BitstringStatusList)",
|
|
3027
|
+
"value": [
|
|
3028
|
+
"revocation",
|
|
3029
|
+
"suspension",
|
|
3030
|
+
"message"
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
"with_message": {
|
|
3034
|
+
"summary": "Including message purpose",
|
|
3035
|
+
"value": [
|
|
3036
|
+
"revocation",
|
|
3037
|
+
"message"
|
|
3038
|
+
]
|
|
3039
|
+
}
|
|
2874
3040
|
}
|
|
2875
3041
|
}
|
|
2876
3042
|
],
|
|
@@ -2916,8 +3082,21 @@
|
|
|
2916
3082
|
"tags": [
|
|
2917
3083
|
"Credential Status"
|
|
2918
3084
|
],
|
|
2919
|
-
"summary": "Update an existing unencrypted StatusList2021 credential status list.",
|
|
3085
|
+
"summary": "Update an existing unencrypted StatusList2021 or BitstringStatusList credential status list.",
|
|
2920
3086
|
"parameters": [
|
|
3087
|
+
{
|
|
3088
|
+
"in": "query",
|
|
3089
|
+
"name": "listType",
|
|
3090
|
+
"description": "The type of Status List.",
|
|
3091
|
+
"required": true,
|
|
3092
|
+
"schema": {
|
|
3093
|
+
"type": "string",
|
|
3094
|
+
"enum": [
|
|
3095
|
+
"StatusList2021",
|
|
3096
|
+
"BitstringStatusList"
|
|
3097
|
+
]
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
2921
3100
|
{
|
|
2922
3101
|
"in": "query",
|
|
2923
3102
|
"name": "statusAction",
|
|
@@ -2975,8 +3154,21 @@
|
|
|
2975
3154
|
"tags": [
|
|
2976
3155
|
"Credential Status"
|
|
2977
3156
|
],
|
|
2978
|
-
"summary": "Update an existing encrypted StatusList2021 credential status list.",
|
|
3157
|
+
"summary": "Update an existing encrypted StatusList2021 or BitstringStatusList credential status list.",
|
|
2979
3158
|
"parameters": [
|
|
3159
|
+
{
|
|
3160
|
+
"in": "query",
|
|
3161
|
+
"name": "listType",
|
|
3162
|
+
"description": "The type of Status List.",
|
|
3163
|
+
"required": true,
|
|
3164
|
+
"schema": {
|
|
3165
|
+
"type": "string",
|
|
3166
|
+
"enum": [
|
|
3167
|
+
"StatusList2021",
|
|
3168
|
+
"BitstringStatusList"
|
|
3169
|
+
]
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
2980
3172
|
{
|
|
2981
3173
|
"in": "query",
|
|
2982
3174
|
"name": "statusAction",
|
|
@@ -3093,7 +3285,7 @@
|
|
|
3093
3285
|
"tags": [
|
|
3094
3286
|
"Credential Status"
|
|
3095
3287
|
],
|
|
3096
|
-
"summary": "Fetch StatusList2021 DID-Linked Resource based on search criteria.",
|
|
3288
|
+
"summary": "Fetch StatusList2021 or BitstringStatusList DID-Linked Resource based on search criteria.",
|
|
3097
3289
|
"parameters": [
|
|
3098
3290
|
{
|
|
3099
3291
|
"in": "query",
|
|
@@ -3104,10 +3296,24 @@
|
|
|
3104
3296
|
"type": "string"
|
|
3105
3297
|
}
|
|
3106
3298
|
},
|
|
3299
|
+
{
|
|
3300
|
+
"in": "query",
|
|
3301
|
+
"name": "listType",
|
|
3302
|
+
"description": "The type of Status List.",
|
|
3303
|
+
"required": true,
|
|
3304
|
+
"schema": {
|
|
3305
|
+
"type": "string",
|
|
3306
|
+
"enum": [
|
|
3307
|
+
"StatusList2021",
|
|
3308
|
+
"BitstringStatusList"
|
|
3309
|
+
]
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3107
3312
|
{
|
|
3108
3313
|
"in": "query",
|
|
3109
3314
|
"name": "statusPurpose",
|
|
3110
3315
|
"description": "The purpose of the status list. Can be either revocation or suspension.",
|
|
3316
|
+
"required": true,
|
|
3111
3317
|
"schema": {
|
|
3112
3318
|
"type": "string",
|
|
3113
3319
|
"enum": [
|
|
@@ -3119,7 +3325,8 @@
|
|
|
3119
3325
|
{
|
|
3120
3326
|
"in": "query",
|
|
3121
3327
|
"name": "statusListName",
|
|
3122
|
-
"description": "The name of the
|
|
3328
|
+
"description": "The name of the Status List DID-Linked Resource.",
|
|
3329
|
+
"required": true,
|
|
3123
3330
|
"schema": {
|
|
3124
3331
|
"type": "string"
|
|
3125
3332
|
}
|
|
@@ -3272,13 +3479,26 @@
|
|
|
3272
3479
|
"Credential"
|
|
3273
3480
|
],
|
|
3274
3481
|
"summary": "Revoke a Verifiable Credential.",
|
|
3275
|
-
"description": "This endpoint revokes a given Verifiable Credential. As input, it can take the VC-JWT as a string or the entire credential itself. The StatusList2021 resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
3482
|
+
"description": "This endpoint revokes a given Verifiable Credential. As input, it can take the VC-JWT as a string or the entire credential itself. The StatusList2021 or BitstringStatusList resource should already be setup in the VC and `credentialStatus` property present in the VC.",
|
|
3276
3483
|
"operationId": "revoke",
|
|
3277
3484
|
"parameters": [
|
|
3485
|
+
{
|
|
3486
|
+
"in": "query",
|
|
3487
|
+
"name": "listType",
|
|
3488
|
+
"description": "The type of Status List.",
|
|
3489
|
+
"required": true,
|
|
3490
|
+
"schema": {
|
|
3491
|
+
"type": "string",
|
|
3492
|
+
"enum": [
|
|
3493
|
+
"StatusList2021",
|
|
3494
|
+
"BitstringStatusList"
|
|
3495
|
+
]
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3278
3498
|
{
|
|
3279
3499
|
"in": "query",
|
|
3280
3500
|
"name": "publish",
|
|
3281
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
3501
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
3282
3502
|
"required": true,
|
|
3283
3503
|
"schema": {
|
|
3284
3504
|
"type": "boolean",
|
|
@@ -3332,10 +3552,23 @@
|
|
|
3332
3552
|
"description": "This endpoint suspends a given Verifiable Credential. As input, it can take the VC-JWT as a string or the entire credential itself.",
|
|
3333
3553
|
"operationId": "suspend",
|
|
3334
3554
|
"parameters": [
|
|
3555
|
+
{
|
|
3556
|
+
"in": "query",
|
|
3557
|
+
"name": "listType",
|
|
3558
|
+
"description": "The type of Status List.",
|
|
3559
|
+
"required": true,
|
|
3560
|
+
"schema": {
|
|
3561
|
+
"type": "string",
|
|
3562
|
+
"enum": [
|
|
3563
|
+
"StatusList2021",
|
|
3564
|
+
"BitstringStatusList"
|
|
3565
|
+
]
|
|
3566
|
+
}
|
|
3567
|
+
},
|
|
3335
3568
|
{
|
|
3336
3569
|
"in": "query",
|
|
3337
3570
|
"name": "publish",
|
|
3338
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
3571
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
3339
3572
|
"schema": {
|
|
3340
3573
|
"type": "boolean"
|
|
3341
3574
|
}
|
|
@@ -3384,13 +3617,26 @@
|
|
|
3384
3617
|
"Credential"
|
|
3385
3618
|
],
|
|
3386
3619
|
"summary": "Reinstate a suspended Verifiable Credential.",
|
|
3387
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
3620
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
3388
3621
|
"operationId": "reinstate",
|
|
3389
3622
|
"parameters": [
|
|
3623
|
+
{
|
|
3624
|
+
"in": "query",
|
|
3625
|
+
"name": "listType",
|
|
3626
|
+
"description": "The type of Status List.",
|
|
3627
|
+
"required": true,
|
|
3628
|
+
"schema": {
|
|
3629
|
+
"type": "string",
|
|
3630
|
+
"enum": [
|
|
3631
|
+
"StatusList2021",
|
|
3632
|
+
"BitstringStatusList"
|
|
3633
|
+
]
|
|
3634
|
+
}
|
|
3635
|
+
},
|
|
3390
3636
|
{
|
|
3391
3637
|
"in": "query",
|
|
3392
3638
|
"name": "publish",
|
|
3393
|
-
"description": "Set whether the StatusList2021 resource should be published to the ledger or not. If set to `false`, the StatusList2021 publisher should manually publish the resource.",
|
|
3639
|
+
"description": "Set whether the StatusList2021 or BitstringStatusList resource should be published to the ledger or not. If set to `false`, the StatusList2021 or BitstringStatusList publisher should manually publish the resource.",
|
|
3394
3640
|
"schema": {
|
|
3395
3641
|
"type": "boolean"
|
|
3396
3642
|
}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { VerifiableCredential } from '@veramo/core';
|
|
2
2
|
import type { CredentialRequest, PublishRequest, VerifyCredentialRequestBody } from './credential';
|
|
3
|
-
import { BulkRevocationResult, BulkSuspensionResult, BulkUnsuspensionResult, RevocationResult, SuspensionResult, UnsuspensionResult } from '@cheqd/did-provider-cheqd/build/types';
|
|
3
|
+
import { BitstringUpdateResult, BulkBitstringUpdateResult, BulkRevocationResult, BulkSuspensionResult, BulkUnsuspensionResult, RevocationResult, SuspensionResult, UnsuspensionResult } from '@cheqd/did-provider-cheqd/build/types';
|
|
4
4
|
export declare enum DIDAccreditationTypes {
|
|
5
5
|
VerifiableAuthorizationForTrustChain = "VerifiableAuthorizationForTrustChain",
|
|
6
6
|
VerifiableAccreditationToAccredit = "VerifiableAccreditationToAccredit",
|
|
7
7
|
VerifiableAccreditationToAttest = "VerifiableAccreditationToAttest"
|
|
8
8
|
}
|
|
9
|
+
export declare enum DIDAccreditationPolicyTypes {
|
|
10
|
+
Authorize = "TrustFrameworkPolicy",
|
|
11
|
+
Accredit = "AccreditationPolicy",
|
|
12
|
+
Attest = "AttestationPolicy"
|
|
13
|
+
}
|
|
9
14
|
export declare enum AccreditationRequestType {
|
|
10
15
|
authorize = "authorize",
|
|
11
16
|
accredit = "accredit",
|
|
@@ -65,20 +70,12 @@ export interface VerfifiableAccreditation extends VerifiableCredential {
|
|
|
65
70
|
accreditedFor: AccreditationSchemaType[];
|
|
66
71
|
};
|
|
67
72
|
}
|
|
68
|
-
export interface
|
|
69
|
-
symmetricKey?: string;
|
|
70
|
-
}
|
|
71
|
-
export interface SuspendAccreditationRequestBody extends DIDUrlParams {
|
|
72
|
-
symmetricKey?: string;
|
|
73
|
-
}
|
|
74
|
-
export interface UnsuspendAccreditationRequestBody extends DIDUrlParams {
|
|
73
|
+
export interface UpdateAccreditationRequestBody extends DIDUrlParams {
|
|
75
74
|
symmetricKey?: string;
|
|
76
75
|
}
|
|
77
|
-
export type RevokeAccreditationResponseBody = RevocationResult | BulkRevocationResult;
|
|
78
|
-
export type SuspendAccreditationResponseBody = SuspensionResult | BulkSuspensionResult;
|
|
79
|
-
export type UnsuspendAccreditationResponseBody = UnsuspensionResult | BulkUnsuspensionResult;
|
|
80
|
-
export type
|
|
81
|
-
export type SuspendAccreditationRequestQuery = PublishRequest;
|
|
82
|
-
export type UnsuspendAccreditationRequestQuery = PublishRequest;
|
|
76
|
+
export type RevokeAccreditationResponseBody = RevocationResult | BulkRevocationResult | BitstringUpdateResult | BulkBitstringUpdateResult;
|
|
77
|
+
export type SuspendAccreditationResponseBody = SuspensionResult | BulkSuspensionResult | BitstringUpdateResult | BulkBitstringUpdateResult;
|
|
78
|
+
export type UnsuspendAccreditationResponseBody = UnsuspensionResult | BulkUnsuspensionResult | BitstringUpdateResult | BulkBitstringUpdateResult;
|
|
79
|
+
export type UpdateAccreditationRequestQuery = PublishRequest;
|
|
83
80
|
export {};
|
|
84
81
|
//# sourceMappingURL=accreditation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accreditation.d.ts","sourceRoot":"","sources":["../../src/types/accreditation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AACnG,OAAO,EACN,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,MAAM,uCAAuC,CAAC;AAG/C,oBAAY,qBAAqB;IAChC,oCAAoC,yCAAyC;IAC7E,iCAAiC,sCAAsC;IACvE,+BAA+B,oCAAoC;CACnE;AAED,oBAAY,wBAAwB;IACnC,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,MAAM,WAAW;CACjB;AAED,MAAM,MAAM,uBAAuB,GAAG;IACrC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC3B,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAC7C,iBAAiB,EACjB,YAAY,GAAG,mBAAmB,GAAG,kBAAkB,GAAG,gBAAgB,CAC1E,GAAG;IACH,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC3C,iBAAiB,EAAE,WAAW,GAAG,UAAU,GAAG,QAAQ,CAAC;CACvD,CAAC;AAEF,MAAM,WAAW,YAAY;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,8BAA+B,SAAQ,IAAI,CAAC,2BAA2B,EAAE,UAAU,CAAC,EAAE,YAAY;IAClH,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,aAAa,EAAE,CAAC;CAC1B;AAED,KAAK,MAAM,GAAG,IAAI,CAAC,8BAA8B,EAAE,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC,GAAG;IAC3F,MAAM,EAAE,MAAM,CAAC;CACf,CAAC;AACF,KAAK,gBAAgB,GAAG,IAAI,CAAC,8BAA8B,EAAE,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC,GAAG;IACrG,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,KAAK,sBAAsB,GAAG,IAAI,CAAC,8BAA8B,EAAE,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC,GAAG;IAC3G,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,gBAAgB,GAAG,sBAAsB,CAAC;AAE5F,wBAAgB,QAAQ,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI,IAAI,MAAM,CAE3D;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI,IAAI,gBAAgB,CAE/E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI,IAAI,sBAAsB,CAIvF;AAED,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACrE,iBAAiB,EAAE;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,aAAa,EAAE,uBAAuB,EAAE,CAAC;KACzC,CAAC;CACF;AAED,MAAM,WAAW,8BAA+B,SAAQ,YAAY;IACnE,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,
|
|
1
|
+
{"version":3,"file":"accreditation.d.ts","sourceRoot":"","sources":["../../src/types/accreditation.ts"],"names":[],"mappings":"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"}
|