humanos 1.0.6 → 1.0.8
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/index.d.mts +435 -321
- package/dist/index.d.ts +435 -321
- package/dist/index.js +15 -18
- package/dist/index.mjs +15 -18
- package/generated/.openapi-generator/FILES +9 -6
- package/generated/api/actions-api.ts +1 -1
- package/generated/api/activity-api.ts +1 -1
- package/generated/api/approval-api.ts +1 -1
- package/generated/api/credentials-api.ts +16 -16
- package/generated/api/didapi.ts +1 -1
- package/generated/api/requests-api.ts +5 -1
- package/generated/api/user-api.ts +1 -1
- package/generated/api/webhooks-api.ts +1 -1
- package/generated/api.ts +1 -1
- package/generated/base.ts +1 -1
- package/generated/common.ts +1 -1
- package/generated/configuration.ts +1 -1
- package/generated/index.ts +1 -1
- package/generated/models/action-dto.ts +1 -1
- package/generated/models/action-entity.ts +1 -1
- package/generated/models/action-list-entity.ts +1 -1
- package/generated/models/action-query.ts +1 -1
- package/generated/models/action-version-detail-entity.ts +1 -1
- package/generated/models/action-version-list-entity.ts +1 -1
- package/generated/models/action-version-summary-entity.ts +1 -1
- package/generated/models/activities-entity.ts +1 -1
- package/generated/models/activity-entity.ts +1 -1
- package/generated/models/activity-query.ts +1 -1
- package/generated/models/consent.ts +1 -1
- package/generated/models/contact-entity.ts +1 -1
- package/generated/models/create-presentation-dto.ts +2 -2
- package/generated/models/create-subject-dto.ts +1 -1
- package/generated/models/create-subject-entity.ts +4 -7
- package/generated/models/credential-dto-data.ts +1 -1
- package/generated/models/credential-dto.ts +1 -1
- package/generated/models/credential-entity.ts +3 -3
- package/generated/models/credential-event-decision.ts +1 -1
- package/generated/models/credential-event-user.ts +1 -1
- package/generated/models/credential-event.ts +1 -1
- package/generated/models/credential-placement-dto.ts +1 -1
- package/generated/models/{w3-cverifiable-credential-proofs-inner.ts → credential-proof.ts} +21 -9
- package/generated/models/credential-status.ts +1 -1
- package/generated/models/credentials-detail404-response.ts +1 -1
- package/generated/models/credentials-evidence404-response.ts +1 -1
- package/generated/models/credentials-issue-vp400-response.ts +1 -1
- package/generated/models/credentials-issue-vp403-response.ts +1 -1
- package/generated/models/credentials-issue-vp404-response.ts +1 -1
- package/generated/models/credentials-revoke400-response.ts +1 -1
- package/generated/models/credentials-revoke409-response.ts +1 -1
- package/generated/models/delivery-action-type.ts +1 -1
- package/generated/models/did-document-entity.ts +1 -1
- package/generated/models/evidence.ts +1 -1
- package/generated/models/generate-credential-entity.ts +1 -1
- package/generated/models/generate-request-dto.ts +1 -1
- package/generated/models/generate-request-entity.ts +1 -1
- package/generated/models/generate-request-iframe-cookie-dto.ts +36 -0
- package/generated/models/generate-request-iframe-dto.ts +10 -1
- package/generated/models/generate-request-user-dto.ts +1 -1
- package/generated/models/generate-subject-entity.ts +1 -1
- package/generated/models/group-entity.ts +1 -1
- package/generated/models/groups-entity.ts +1 -1
- package/generated/models/identity-dto.ts +1 -1
- package/generated/models/identity-event-decision.ts +1 -1
- package/generated/models/identity-event-user.ts +1 -1
- package/generated/models/identity-event.ts +1 -1
- package/generated/models/identity-webhook-issue-date.ts +1 -1
- package/generated/models/identity-webhook.ts +1 -1
- package/generated/models/index.ts +9 -6
- package/generated/models/{w3-cverifiable-credential-credential-subject-mandate-action.ts → mandate-action.ts} +6 -6
- package/generated/models/{w3-cverifiable-credential-credential-subject-mandate-context.ts → mandate-context.ts} +4 -4
- package/generated/models/{w3-cverifiable-credential-credential-subject-mandate-grantor.ts → mandate-grantor.ts} +3 -3
- package/generated/models/mandate.ts +65 -0
- package/generated/models/organization-data-entity.ts +1 -1
- package/generated/models/otp-error.ts +1 -1
- package/generated/models/otp-failed-event-otp.ts +1 -1
- package/generated/models/otp-failed-event.ts +1 -1
- package/generated/models/partial-subject-entity.ts +1 -1
- package/generated/models/{presentation-response-entity.ts → presentation-entity.ts} +7 -7
- package/generated/models/receipt-entity.ts +1 -1
- package/generated/models/request-credential-entity.ts +1 -1
- package/generated/models/request-detail-entity.ts +1 -1
- package/generated/models/request-detail-subject-entity.ts +1 -1
- package/generated/models/request-entity.ts +1 -1
- package/generated/models/request-query.ts +1 -1
- package/generated/models/request-subject-entity.ts +1 -1
- package/generated/models/requests-create400-response.ts +1 -1
- package/generated/models/requests-create402-response.ts +42 -0
- package/generated/models/requests-create409-response.ts +42 -0
- package/generated/models/requests-detail404-response.ts +1 -1
- package/generated/models/requests-entity.ts +1 -1
- package/generated/models/requests-resend-otp403-response.ts +1 -1
- package/generated/models/resource-entity.ts +1 -1
- package/generated/models/resource-minimal-entity.ts +1 -1
- package/generated/models/resource-query.ts +1 -1
- package/generated/models/resources-entity.ts +1 -1
- package/generated/models/revoke-credential-dto.ts +1 -1
- package/generated/models/revoke-credential-entity.ts +1 -10
- package/generated/models/subject-issuer-entity.ts +1 -1
- package/generated/models/subject-query.ts +1 -1
- package/generated/models/success-entity.ts +1 -1
- package/generated/models/test-event.ts +1 -1
- package/generated/models/user-create400-response.ts +1 -1
- package/generated/models/user-detail400-response.ts +1 -1
- package/generated/models/user-detail404-response.ts +1 -1
- package/generated/models/verification-method-entity.ts +1 -1
- package/generated/models/verify-allow-response-entity.ts +1 -1
- package/generated/models/verify-deny-response-entity.ts +1 -1
- package/generated/models/verify-evaluation-entity.ts +1 -1
- package/generated/models/verify-presentation-dto.ts +3 -3
- package/generated/models/w3-cverifiable-credential-credential-subject.ts +4 -4
- package/generated/models/w3-cverifiable-credential.ts +6 -6
- package/generated/models/webhook-call-event.ts +1 -1
- package/package.json +1 -1
- package/generated/models/w3-cverifiable-credential-credential-subject-mandate.ts +0 -65
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import axios__default, { AxiosInstance, RawAxiosRequestConfig, AxiosPromise, Int
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Humanos API
|
|
6
|
-
* Humanos
|
|
6
|
+
* Humanos API
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -95,7 +95,7 @@ declare class Configuration {
|
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Humanos API
|
|
98
|
-
* Humanos
|
|
98
|
+
* Humanos API
|
|
99
99
|
*
|
|
100
100
|
* The version of the OpenAPI document: 1.0
|
|
101
101
|
*
|
|
@@ -128,7 +128,7 @@ declare class BaseAPI {
|
|
|
128
128
|
|
|
129
129
|
/**
|
|
130
130
|
* Humanos API
|
|
131
|
-
* Humanos
|
|
131
|
+
* Humanos API
|
|
132
132
|
*
|
|
133
133
|
* The version of the OpenAPI document: 1.0
|
|
134
134
|
*
|
|
@@ -159,7 +159,7 @@ interface ActionDto {
|
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
161
|
* Humanos API
|
|
162
|
-
* Humanos
|
|
162
|
+
* Humanos API
|
|
163
163
|
*
|
|
164
164
|
* The version of the OpenAPI document: 1.0
|
|
165
165
|
*
|
|
@@ -202,7 +202,7 @@ interface ActionVersionSummaryEntity {
|
|
|
202
202
|
|
|
203
203
|
/**
|
|
204
204
|
* Humanos API
|
|
205
|
-
* Humanos
|
|
205
|
+
* Humanos API
|
|
206
206
|
*
|
|
207
207
|
* The version of the OpenAPI document: 1.0
|
|
208
208
|
*
|
|
@@ -252,7 +252,7 @@ interface ActionEntity {
|
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* Humanos API
|
|
255
|
-
* Humanos
|
|
255
|
+
* Humanos API
|
|
256
256
|
*
|
|
257
257
|
* The version of the OpenAPI document: 1.0
|
|
258
258
|
*
|
|
@@ -284,7 +284,7 @@ interface ActionListEntity {
|
|
|
284
284
|
|
|
285
285
|
/**
|
|
286
286
|
* Humanos API
|
|
287
|
-
* Humanos
|
|
287
|
+
* Humanos API
|
|
288
288
|
*
|
|
289
289
|
* The version of the OpenAPI document: 1.0
|
|
290
290
|
*
|
|
@@ -327,7 +327,7 @@ interface ActionQuery {
|
|
|
327
327
|
|
|
328
328
|
/**
|
|
329
329
|
* Humanos API
|
|
330
|
-
* Humanos
|
|
330
|
+
* Humanos API
|
|
331
331
|
*
|
|
332
332
|
* The version of the OpenAPI document: 1.0
|
|
333
333
|
*
|
|
@@ -394,7 +394,7 @@ interface ActionVersionDetailEntity {
|
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
396
|
* Humanos API
|
|
397
|
-
* Humanos
|
|
397
|
+
* Humanos API
|
|
398
398
|
*
|
|
399
399
|
* The version of the OpenAPI document: 1.0
|
|
400
400
|
*
|
|
@@ -426,7 +426,7 @@ interface ActionVersionListEntity {
|
|
|
426
426
|
|
|
427
427
|
/**
|
|
428
428
|
* Humanos API
|
|
429
|
-
* Humanos
|
|
429
|
+
* Humanos API
|
|
430
430
|
*
|
|
431
431
|
* The version of the OpenAPI document: 1.0
|
|
432
432
|
*
|
|
@@ -508,7 +508,7 @@ type ActivityEntityTypeEnum = typeof ActivityEntityTypeEnum[keyof typeof Activit
|
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
510
|
* Humanos API
|
|
511
|
-
* Humanos
|
|
511
|
+
* Humanos API
|
|
512
512
|
*
|
|
513
513
|
* The version of the OpenAPI document: 1.0
|
|
514
514
|
*
|
|
@@ -540,7 +540,7 @@ interface ActivitiesEntity {
|
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* Humanos API
|
|
543
|
-
* Humanos
|
|
543
|
+
* Humanos API
|
|
544
544
|
*
|
|
545
545
|
* The version of the OpenAPI document: 1.0
|
|
546
546
|
*
|
|
@@ -628,7 +628,7 @@ type ActivityQueryTypeEnum = typeof ActivityQueryTypeEnum[keyof typeof ActivityQ
|
|
|
628
628
|
|
|
629
629
|
/**
|
|
630
630
|
* Humanos API
|
|
631
|
-
* Humanos
|
|
631
|
+
* Humanos API
|
|
632
632
|
*
|
|
633
633
|
* The version of the OpenAPI document: 1.0
|
|
634
634
|
*
|
|
@@ -659,7 +659,7 @@ interface CONSENT {
|
|
|
659
659
|
|
|
660
660
|
/**
|
|
661
661
|
* Humanos API
|
|
662
|
-
* Humanos
|
|
662
|
+
* Humanos API
|
|
663
663
|
*
|
|
664
664
|
* The version of the OpenAPI document: 1.0
|
|
665
665
|
*
|
|
@@ -690,7 +690,7 @@ interface ContactEntity {
|
|
|
690
690
|
|
|
691
691
|
/**
|
|
692
692
|
* Humanos API
|
|
693
|
-
* Humanos
|
|
693
|
+
* Humanos API
|
|
694
694
|
*
|
|
695
695
|
* The version of the OpenAPI document: 1.0
|
|
696
696
|
*
|
|
@@ -706,7 +706,7 @@ interface ContactEntity {
|
|
|
706
706
|
*/
|
|
707
707
|
interface CreatePresentationDto {
|
|
708
708
|
/**
|
|
709
|
-
*
|
|
709
|
+
* Domain or subdomain of the intended verifier (e.g. \"organization.com\"). When provided, the VP is bound to this audience via proof.domain and a challenge nonce.
|
|
710
710
|
* @type {string}
|
|
711
711
|
* @memberof CreatePresentationDto
|
|
712
712
|
*/
|
|
@@ -715,7 +715,7 @@ interface CreatePresentationDto {
|
|
|
715
715
|
|
|
716
716
|
/**
|
|
717
717
|
* Humanos API
|
|
718
|
-
* Humanos
|
|
718
|
+
* Humanos API
|
|
719
719
|
*
|
|
720
720
|
* The version of the OpenAPI document: 1.0
|
|
721
721
|
*
|
|
@@ -842,7 +842,7 @@ interface IdentityDto {
|
|
|
842
842
|
|
|
843
843
|
/**
|
|
844
844
|
* Humanos API
|
|
845
|
-
* Humanos
|
|
845
|
+
* Humanos API
|
|
846
846
|
*
|
|
847
847
|
* The version of the OpenAPI document: 1.0
|
|
848
848
|
*
|
|
@@ -886,7 +886,7 @@ interface CreateSubjectDto {
|
|
|
886
886
|
|
|
887
887
|
/**
|
|
888
888
|
* Humanos API
|
|
889
|
-
* Humanos
|
|
889
|
+
* Humanos API
|
|
890
890
|
*
|
|
891
891
|
* The version of the OpenAPI document: 1.0
|
|
892
892
|
*
|
|
@@ -923,7 +923,7 @@ interface PartialSubjectEntity {
|
|
|
923
923
|
|
|
924
924
|
/**
|
|
925
925
|
* Humanos API
|
|
926
|
-
* Humanos
|
|
926
|
+
* Humanos API
|
|
927
927
|
*
|
|
928
928
|
* The version of the OpenAPI document: 1.0
|
|
929
929
|
*
|
|
@@ -940,7 +940,7 @@ interface PartialSubjectEntity {
|
|
|
940
940
|
*/
|
|
941
941
|
interface CreateSubjectEntity {
|
|
942
942
|
/**
|
|
943
|
-
* HTTP status code indicating the result of the operation for this specific subject: -
|
|
943
|
+
* HTTP status code indicating the result of the operation for this specific subject: - 201: Success — subject created or updated (the message distinguishes: \"Subject created\" vs updated) - 400: Invalid body payload. Information will be at the message field - 409: Duplicate contact within the request body - 410: Contact maps to a subject with inconsistent references (the same subject appears through more than one contact in this request) - 500: Unexpected processing error
|
|
944
944
|
* @type {number}
|
|
945
945
|
* @memberof CreateSubjectEntity
|
|
946
946
|
*/
|
|
@@ -959,20 +959,17 @@ interface CreateSubjectEntity {
|
|
|
959
959
|
'user': PartialSubjectEntity;
|
|
960
960
|
}
|
|
961
961
|
declare const CreateSubjectEntityStatusEnum: {
|
|
962
|
-
readonly NUMBER_200: 200;
|
|
963
962
|
readonly NUMBER_201: 201;
|
|
964
963
|
readonly NUMBER_400: 400;
|
|
965
|
-
readonly NUMBER_402: 402;
|
|
966
|
-
readonly NUMBER_407: 407;
|
|
967
|
-
readonly NUMBER_408: 408;
|
|
968
964
|
readonly NUMBER_409: 409;
|
|
969
965
|
readonly NUMBER_410: 410;
|
|
966
|
+
readonly NUMBER_500: 500;
|
|
970
967
|
};
|
|
971
968
|
type CreateSubjectEntityStatusEnum = typeof CreateSubjectEntityStatusEnum[keyof typeof CreateSubjectEntityStatusEnum];
|
|
972
969
|
|
|
973
970
|
/**
|
|
974
971
|
* Humanos API
|
|
975
|
-
* Humanos
|
|
972
|
+
* Humanos API
|
|
976
973
|
*
|
|
977
974
|
* The version of the OpenAPI document: 1.0
|
|
978
975
|
*
|
|
@@ -991,7 +988,7 @@ type CredentialDtoData = CONSENT | string;
|
|
|
991
988
|
|
|
992
989
|
/**
|
|
993
990
|
* Humanos API
|
|
994
|
-
* Humanos
|
|
991
|
+
* Humanos API
|
|
995
992
|
*
|
|
996
993
|
* The version of the OpenAPI document: 1.0
|
|
997
994
|
*
|
|
@@ -1068,7 +1065,7 @@ type CredentialPlacementDtoTypeEnum = typeof CredentialPlacementDtoTypeEnum[keyo
|
|
|
1068
1065
|
|
|
1069
1066
|
/**
|
|
1070
1067
|
* Humanos API
|
|
1071
|
-
* Humanos
|
|
1068
|
+
* Humanos API
|
|
1072
1069
|
*
|
|
1073
1070
|
* The version of the OpenAPI document: 1.0
|
|
1074
1071
|
*
|
|
@@ -1155,7 +1152,7 @@ type CredentialDtoTypeEnum = typeof CredentialDtoTypeEnum[keyof typeof Credentia
|
|
|
1155
1152
|
|
|
1156
1153
|
/**
|
|
1157
1154
|
* Humanos API
|
|
1158
|
-
* Humanos
|
|
1155
|
+
* Humanos API
|
|
1159
1156
|
*
|
|
1160
1157
|
* The version of the OpenAPI document: 1.0
|
|
1161
1158
|
*
|
|
@@ -1219,11 +1216,11 @@ interface CredentialEntity {
|
|
|
1219
1216
|
*/
|
|
1220
1217
|
'w3cCredential': object;
|
|
1221
1218
|
/**
|
|
1222
|
-
* Whether each grantor accepted or rejected the credential and information about the grantor contact. The `id` field carries the
|
|
1219
|
+
* Whether each grantor accepted or rejected the credential and information about the grantor contact. The `id` field carries the grantor\'s DID. Always an array (empty when there are no decisions yet).
|
|
1223
1220
|
* @type {Array<Array<any>>}
|
|
1224
1221
|
* @memberof CredentialEntity
|
|
1225
1222
|
*/
|
|
1226
|
-
'decisions'
|
|
1223
|
+
'decisions': Array<Array<any>>;
|
|
1227
1224
|
}
|
|
1228
1225
|
declare const CredentialEntityStatusEnum: {
|
|
1229
1226
|
readonly Draft: "DRAFT";
|
|
@@ -1237,7 +1234,7 @@ type CredentialEntityStatusEnum = typeof CredentialEntityStatusEnum[keyof typeof
|
|
|
1237
1234
|
|
|
1238
1235
|
/**
|
|
1239
1236
|
* Humanos API
|
|
1240
|
-
* Humanos
|
|
1237
|
+
* Humanos API
|
|
1241
1238
|
*
|
|
1242
1239
|
* The version of the OpenAPI document: 1.0
|
|
1243
1240
|
*
|
|
@@ -1259,7 +1256,7 @@ type DeliveryActionType = typeof DeliveryActionType[keyof typeof DeliveryActionT
|
|
|
1259
1256
|
|
|
1260
1257
|
/**
|
|
1261
1258
|
* Humanos API
|
|
1262
|
-
* Humanos
|
|
1259
|
+
* Humanos API
|
|
1263
1260
|
*
|
|
1264
1261
|
* The version of the OpenAPI document: 1.0
|
|
1265
1262
|
*
|
|
@@ -1291,7 +1288,7 @@ interface CredentialEventDecision {
|
|
|
1291
1288
|
|
|
1292
1289
|
/**
|
|
1293
1290
|
* Humanos API
|
|
1294
|
-
* Humanos
|
|
1291
|
+
* Humanos API
|
|
1295
1292
|
*
|
|
1296
1293
|
* The version of the OpenAPI document: 1.0
|
|
1297
1294
|
*
|
|
@@ -1328,7 +1325,7 @@ interface CredentialEventUser {
|
|
|
1328
1325
|
|
|
1329
1326
|
/**
|
|
1330
1327
|
* Humanos API
|
|
1331
|
-
* Humanos
|
|
1328
|
+
* Humanos API
|
|
1332
1329
|
*
|
|
1333
1330
|
* The version of the OpenAPI document: 1.0
|
|
1334
1331
|
*
|
|
@@ -1401,7 +1398,75 @@ type CredentialEventEventTypeEnum = typeof CredentialEventEventTypeEnum[keyof ty
|
|
|
1401
1398
|
|
|
1402
1399
|
/**
|
|
1403
1400
|
* Humanos API
|
|
1404
|
-
* Humanos
|
|
1401
|
+
* Humanos API
|
|
1402
|
+
*
|
|
1403
|
+
* The version of the OpenAPI document: 1.0
|
|
1404
|
+
*
|
|
1405
|
+
*
|
|
1406
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1407
|
+
* https://openapi-generator.tech
|
|
1408
|
+
* Do not edit the class manually.
|
|
1409
|
+
*/
|
|
1410
|
+
/**
|
|
1411
|
+
*
|
|
1412
|
+
* @export
|
|
1413
|
+
* @interface CredentialProof
|
|
1414
|
+
*/
|
|
1415
|
+
interface CredentialProof {
|
|
1416
|
+
[key: string]: any;
|
|
1417
|
+
/**
|
|
1418
|
+
*
|
|
1419
|
+
* @type {string}
|
|
1420
|
+
* @memberof CredentialProof
|
|
1421
|
+
*/
|
|
1422
|
+
'action': string;
|
|
1423
|
+
/**
|
|
1424
|
+
*
|
|
1425
|
+
* @type {string}
|
|
1426
|
+
* @memberof CredentialProof
|
|
1427
|
+
*/
|
|
1428
|
+
'actionProof': string;
|
|
1429
|
+
/**
|
|
1430
|
+
*
|
|
1431
|
+
* @type {string}
|
|
1432
|
+
* @memberof CredentialProof
|
|
1433
|
+
*/
|
|
1434
|
+
'type': string;
|
|
1435
|
+
/**
|
|
1436
|
+
*
|
|
1437
|
+
* @type {string}
|
|
1438
|
+
* @memberof CredentialProof
|
|
1439
|
+
*/
|
|
1440
|
+
'cryptosuite': string;
|
|
1441
|
+
/**
|
|
1442
|
+
*
|
|
1443
|
+
* @type {string}
|
|
1444
|
+
* @memberof CredentialProof
|
|
1445
|
+
*/
|
|
1446
|
+
'verificationMethod': string;
|
|
1447
|
+
/**
|
|
1448
|
+
*
|
|
1449
|
+
* @type {string}
|
|
1450
|
+
* @memberof CredentialProof
|
|
1451
|
+
*/
|
|
1452
|
+
'created': string;
|
|
1453
|
+
/**
|
|
1454
|
+
*
|
|
1455
|
+
* @type {string}
|
|
1456
|
+
* @memberof CredentialProof
|
|
1457
|
+
*/
|
|
1458
|
+
'proofPurpose': string;
|
|
1459
|
+
/**
|
|
1460
|
+
*
|
|
1461
|
+
* @type {string}
|
|
1462
|
+
* @memberof CredentialProof
|
|
1463
|
+
*/
|
|
1464
|
+
'proofValue': string;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Humanos API
|
|
1469
|
+
* Humanos API
|
|
1405
1470
|
*
|
|
1406
1471
|
* The version of the OpenAPI document: 1.0
|
|
1407
1472
|
*
|
|
@@ -1427,7 +1492,7 @@ type CredentialStatus = typeof CredentialStatus[keyof typeof CredentialStatus];
|
|
|
1427
1492
|
|
|
1428
1493
|
/**
|
|
1429
1494
|
* Humanos API
|
|
1430
|
-
* Humanos
|
|
1495
|
+
* Humanos API
|
|
1431
1496
|
*
|
|
1432
1497
|
* The version of the OpenAPI document: 1.0
|
|
1433
1498
|
*
|
|
@@ -1464,7 +1529,7 @@ interface CredentialsDetail404Response {
|
|
|
1464
1529
|
|
|
1465
1530
|
/**
|
|
1466
1531
|
* Humanos API
|
|
1467
|
-
* Humanos
|
|
1532
|
+
* Humanos API
|
|
1468
1533
|
*
|
|
1469
1534
|
* The version of the OpenAPI document: 1.0
|
|
1470
1535
|
*
|
|
@@ -1501,7 +1566,7 @@ interface CredentialsEvidence404Response {
|
|
|
1501
1566
|
|
|
1502
1567
|
/**
|
|
1503
1568
|
* Humanos API
|
|
1504
|
-
* Humanos
|
|
1569
|
+
* Humanos API
|
|
1505
1570
|
*
|
|
1506
1571
|
* The version of the OpenAPI document: 1.0
|
|
1507
1572
|
*
|
|
@@ -1538,7 +1603,7 @@ interface CredentialsIssueVP400Response {
|
|
|
1538
1603
|
|
|
1539
1604
|
/**
|
|
1540
1605
|
* Humanos API
|
|
1541
|
-
* Humanos
|
|
1606
|
+
* Humanos API
|
|
1542
1607
|
*
|
|
1543
1608
|
* The version of the OpenAPI document: 1.0
|
|
1544
1609
|
*
|
|
@@ -1575,7 +1640,7 @@ interface CredentialsIssueVP403Response {
|
|
|
1575
1640
|
|
|
1576
1641
|
/**
|
|
1577
1642
|
* Humanos API
|
|
1578
|
-
* Humanos
|
|
1643
|
+
* Humanos API
|
|
1579
1644
|
*
|
|
1580
1645
|
* The version of the OpenAPI document: 1.0
|
|
1581
1646
|
*
|
|
@@ -1612,7 +1677,7 @@ interface CredentialsIssueVP404Response {
|
|
|
1612
1677
|
|
|
1613
1678
|
/**
|
|
1614
1679
|
* Humanos API
|
|
1615
|
-
* Humanos
|
|
1680
|
+
* Humanos API
|
|
1616
1681
|
*
|
|
1617
1682
|
* The version of the OpenAPI document: 1.0
|
|
1618
1683
|
*
|
|
@@ -1649,7 +1714,7 @@ interface CredentialsRevoke400Response {
|
|
|
1649
1714
|
|
|
1650
1715
|
/**
|
|
1651
1716
|
* Humanos API
|
|
1652
|
-
* Humanos
|
|
1717
|
+
* Humanos API
|
|
1653
1718
|
*
|
|
1654
1719
|
* The version of the OpenAPI document: 1.0
|
|
1655
1720
|
*
|
|
@@ -1686,7 +1751,7 @@ interface CredentialsRevoke409Response {
|
|
|
1686
1751
|
|
|
1687
1752
|
/**
|
|
1688
1753
|
* Humanos API
|
|
1689
|
-
* Humanos
|
|
1754
|
+
* Humanos API
|
|
1690
1755
|
*
|
|
1691
1756
|
* The version of the OpenAPI document: 1.0
|
|
1692
1757
|
*
|
|
@@ -1729,7 +1794,7 @@ interface VerificationMethodEntity {
|
|
|
1729
1794
|
|
|
1730
1795
|
/**
|
|
1731
1796
|
* Humanos API
|
|
1732
|
-
* Humanos
|
|
1797
|
+
* Humanos API
|
|
1733
1798
|
*
|
|
1734
1799
|
* The version of the OpenAPI document: 1.0
|
|
1735
1800
|
*
|
|
@@ -1785,7 +1850,7 @@ interface DidDocumentEntity {
|
|
|
1785
1850
|
|
|
1786
1851
|
/**
|
|
1787
1852
|
* Humanos API
|
|
1788
|
-
* Humanos
|
|
1853
|
+
* Humanos API
|
|
1789
1854
|
*
|
|
1790
1855
|
* The version of the OpenAPI document: 1.0
|
|
1791
1856
|
*
|
|
@@ -1823,7 +1888,7 @@ interface Evidence {
|
|
|
1823
1888
|
|
|
1824
1889
|
/**
|
|
1825
1890
|
* Humanos API
|
|
1826
|
-
* Humanos
|
|
1891
|
+
* Humanos API
|
|
1827
1892
|
*
|
|
1828
1893
|
* The version of the OpenAPI document: 1.0
|
|
1829
1894
|
*
|
|
@@ -1860,7 +1925,7 @@ interface GenerateCredentialEntity {
|
|
|
1860
1925
|
|
|
1861
1926
|
/**
|
|
1862
1927
|
* Humanos API
|
|
1863
|
-
* Humanos
|
|
1928
|
+
* Humanos API
|
|
1864
1929
|
*
|
|
1865
1930
|
* The version of the OpenAPI document: 1.0
|
|
1866
1931
|
*
|
|
@@ -1869,6 +1934,38 @@ interface GenerateCredentialEntity {
|
|
|
1869
1934
|
* https://openapi-generator.tech
|
|
1870
1935
|
* Do not edit the class manually.
|
|
1871
1936
|
*/
|
|
1937
|
+
/**
|
|
1938
|
+
*
|
|
1939
|
+
* @export
|
|
1940
|
+
* @interface GenerateRequestIFrameCookieDto
|
|
1941
|
+
*/
|
|
1942
|
+
interface GenerateRequestIFrameCookieDto {
|
|
1943
|
+
/**
|
|
1944
|
+
* Opt into a trusted browser session for this request (HUM-6): when true, a valid session cookie lets the subject skip the OTP on future approvals. Default false.
|
|
1945
|
+
* @type {boolean}
|
|
1946
|
+
* @memberof GenerateRequestIFrameCookieDto
|
|
1947
|
+
*/
|
|
1948
|
+
'allow'?: boolean;
|
|
1949
|
+
/**
|
|
1950
|
+
* Trusted-session lifespan in seconds. Used ONLY when `allow` is true (ignored otherwise — no error). Clamped to [3600 (1h), 86400 (24h)]; default 3600.
|
|
1951
|
+
* @type {number}
|
|
1952
|
+
* @memberof GenerateRequestIFrameCookieDto
|
|
1953
|
+
*/
|
|
1954
|
+
'duration'?: number;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
/**
|
|
1958
|
+
* Humanos API
|
|
1959
|
+
* Humanos API
|
|
1960
|
+
*
|
|
1961
|
+
* The version of the OpenAPI document: 1.0
|
|
1962
|
+
*
|
|
1963
|
+
*
|
|
1964
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1965
|
+
* https://openapi-generator.tech
|
|
1966
|
+
* Do not edit the class manually.
|
|
1967
|
+
*/
|
|
1968
|
+
|
|
1872
1969
|
/**
|
|
1873
1970
|
*
|
|
1874
1971
|
* @export
|
|
@@ -1881,11 +1978,17 @@ interface GenerateRequestIFrameDto {
|
|
|
1881
1978
|
* @memberof GenerateRequestIFrameDto
|
|
1882
1979
|
*/
|
|
1883
1980
|
'pubKey': string;
|
|
1981
|
+
/**
|
|
1982
|
+
* Trusted browser session config — skip the OTP for high-frequency approvals (HUM-6).
|
|
1983
|
+
* @type {GenerateRequestIFrameCookieDto}
|
|
1984
|
+
* @memberof GenerateRequestIFrameDto
|
|
1985
|
+
*/
|
|
1986
|
+
'cookie'?: GenerateRequestIFrameCookieDto;
|
|
1884
1987
|
}
|
|
1885
1988
|
|
|
1886
1989
|
/**
|
|
1887
1990
|
* Humanos API
|
|
1888
|
-
* Humanos
|
|
1991
|
+
* Humanos API
|
|
1889
1992
|
*
|
|
1890
1993
|
* The version of the OpenAPI document: 1.0
|
|
1891
1994
|
*
|
|
@@ -1941,7 +2044,7 @@ type GenerateRequestUserDtoLanguageEnum = typeof GenerateRequestUserDtoLanguageE
|
|
|
1941
2044
|
|
|
1942
2045
|
/**
|
|
1943
2046
|
* Humanos API
|
|
1944
|
-
* Humanos
|
|
2047
|
+
* Humanos API
|
|
1945
2048
|
*
|
|
1946
2049
|
* The version of the OpenAPI document: 1.0
|
|
1947
2050
|
*
|
|
@@ -2022,7 +2125,7 @@ type GenerateRequestDtoSecurityLevelEnum = typeof GenerateRequestDtoSecurityLeve
|
|
|
2022
2125
|
|
|
2023
2126
|
/**
|
|
2024
2127
|
* Humanos API
|
|
2025
|
-
* Humanos
|
|
2128
|
+
* Humanos API
|
|
2026
2129
|
*
|
|
2027
2130
|
* The version of the OpenAPI document: 1.0
|
|
2028
2131
|
*
|
|
@@ -2065,7 +2168,7 @@ interface GenerateSubjectEntity {
|
|
|
2065
2168
|
|
|
2066
2169
|
/**
|
|
2067
2170
|
* Humanos API
|
|
2068
|
-
* Humanos
|
|
2171
|
+
* Humanos API
|
|
2069
2172
|
*
|
|
2070
2173
|
* The version of the OpenAPI document: 1.0
|
|
2071
2174
|
*
|
|
@@ -2103,7 +2206,7 @@ interface GenerateRequestEntity {
|
|
|
2103
2206
|
|
|
2104
2207
|
/**
|
|
2105
2208
|
* Humanos API
|
|
2106
|
-
* Humanos
|
|
2209
|
+
* Humanos API
|
|
2107
2210
|
*
|
|
2108
2211
|
* The version of the OpenAPI document: 1.0
|
|
2109
2212
|
*
|
|
@@ -2160,7 +2263,7 @@ type ResourceMinimalEntityTypeEnum = typeof ResourceMinimalEntityTypeEnum[keyof
|
|
|
2160
2263
|
|
|
2161
2264
|
/**
|
|
2162
2265
|
* Humanos API
|
|
2163
|
-
* Humanos
|
|
2266
|
+
* Humanos API
|
|
2164
2267
|
*
|
|
2165
2268
|
* The version of the OpenAPI document: 1.0
|
|
2166
2269
|
*
|
|
@@ -2216,7 +2319,7 @@ interface GroupEntity {
|
|
|
2216
2319
|
|
|
2217
2320
|
/**
|
|
2218
2321
|
* Humanos API
|
|
2219
|
-
* Humanos
|
|
2322
|
+
* Humanos API
|
|
2220
2323
|
*
|
|
2221
2324
|
* The version of the OpenAPI document: 1.0
|
|
2222
2325
|
*
|
|
@@ -2248,7 +2351,7 @@ interface GroupsEntity {
|
|
|
2248
2351
|
|
|
2249
2352
|
/**
|
|
2250
2353
|
* Humanos API
|
|
2251
|
-
* Humanos
|
|
2354
|
+
* Humanos API
|
|
2252
2355
|
*
|
|
2253
2356
|
* The version of the OpenAPI document: 1.0
|
|
2254
2357
|
*
|
|
@@ -2285,7 +2388,7 @@ interface IdentityEventDecision {
|
|
|
2285
2388
|
|
|
2286
2389
|
/**
|
|
2287
2390
|
* Humanos API
|
|
2288
|
-
* Humanos
|
|
2391
|
+
* Humanos API
|
|
2289
2392
|
*
|
|
2290
2393
|
* The version of the OpenAPI document: 1.0
|
|
2291
2394
|
*
|
|
@@ -2322,7 +2425,7 @@ interface IdentityEventUser {
|
|
|
2322
2425
|
|
|
2323
2426
|
/**
|
|
2324
2427
|
* Humanos API
|
|
2325
|
-
* Humanos
|
|
2428
|
+
* Humanos API
|
|
2326
2429
|
*
|
|
2327
2430
|
* The version of the OpenAPI document: 1.0
|
|
2328
2431
|
*
|
|
@@ -2341,7 +2444,7 @@ interface IdentityWebhookIssueDate {
|
|
|
2341
2444
|
|
|
2342
2445
|
/**
|
|
2343
2446
|
* Humanos API
|
|
2344
|
-
* Humanos
|
|
2447
|
+
* Humanos API
|
|
2345
2448
|
*
|
|
2346
2449
|
* The version of the OpenAPI document: 1.0
|
|
2347
2450
|
*
|
|
@@ -2451,7 +2554,7 @@ interface IdentityWebhook {
|
|
|
2451
2554
|
|
|
2452
2555
|
/**
|
|
2453
2556
|
* Humanos API
|
|
2454
|
-
* Humanos
|
|
2557
|
+
* Humanos API
|
|
2455
2558
|
*
|
|
2456
2559
|
* The version of the OpenAPI document: 1.0
|
|
2457
2560
|
*
|
|
@@ -2524,7 +2627,143 @@ type IdentityEventEventTypeEnum = typeof IdentityEventEventTypeEnum[keyof typeof
|
|
|
2524
2627
|
|
|
2525
2628
|
/**
|
|
2526
2629
|
* Humanos API
|
|
2527
|
-
* Humanos
|
|
2630
|
+
* Humanos API
|
|
2631
|
+
*
|
|
2632
|
+
* The version of the OpenAPI document: 1.0
|
|
2633
|
+
*
|
|
2634
|
+
*
|
|
2635
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2636
|
+
* https://openapi-generator.tech
|
|
2637
|
+
* Do not edit the class manually.
|
|
2638
|
+
*/
|
|
2639
|
+
/**
|
|
2640
|
+
*
|
|
2641
|
+
* @export
|
|
2642
|
+
* @interface MandateAction
|
|
2643
|
+
*/
|
|
2644
|
+
interface MandateAction {
|
|
2645
|
+
[key: string]: any;
|
|
2646
|
+
/**
|
|
2647
|
+
*
|
|
2648
|
+
* @type {string}
|
|
2649
|
+
* @memberof MandateAction
|
|
2650
|
+
*/
|
|
2651
|
+
'id': string;
|
|
2652
|
+
/**
|
|
2653
|
+
*
|
|
2654
|
+
* @type {string}
|
|
2655
|
+
* @memberof MandateAction
|
|
2656
|
+
*/
|
|
2657
|
+
'digestSRI': string;
|
|
2658
|
+
/**
|
|
2659
|
+
*
|
|
2660
|
+
* @type {string}
|
|
2661
|
+
* @memberof MandateAction
|
|
2662
|
+
*/
|
|
2663
|
+
'location': string;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
/**
|
|
2667
|
+
* Humanos API
|
|
2668
|
+
* Humanos API
|
|
2669
|
+
*
|
|
2670
|
+
* The version of the OpenAPI document: 1.0
|
|
2671
|
+
*
|
|
2672
|
+
*
|
|
2673
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2674
|
+
* https://openapi-generator.tech
|
|
2675
|
+
* Do not edit the class manually.
|
|
2676
|
+
*/
|
|
2677
|
+
/**
|
|
2678
|
+
*
|
|
2679
|
+
* @export
|
|
2680
|
+
* @interface MandateContext
|
|
2681
|
+
*/
|
|
2682
|
+
interface MandateContext {
|
|
2683
|
+
[key: string]: any;
|
|
2684
|
+
/**
|
|
2685
|
+
*
|
|
2686
|
+
* @type {Array<string>}
|
|
2687
|
+
* @memberof MandateContext
|
|
2688
|
+
*/
|
|
2689
|
+
'authorizedDIDs': Array<string>;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
/**
|
|
2693
|
+
* Humanos API
|
|
2694
|
+
* Humanos API
|
|
2695
|
+
*
|
|
2696
|
+
* The version of the OpenAPI document: 1.0
|
|
2697
|
+
*
|
|
2698
|
+
*
|
|
2699
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2700
|
+
* https://openapi-generator.tech
|
|
2701
|
+
* Do not edit the class manually.
|
|
2702
|
+
*/
|
|
2703
|
+
/**
|
|
2704
|
+
*
|
|
2705
|
+
* @export
|
|
2706
|
+
* @interface MandateGrantor
|
|
2707
|
+
*/
|
|
2708
|
+
interface MandateGrantor {
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
/**
|
|
2712
|
+
* Humanos API
|
|
2713
|
+
* Humanos API
|
|
2714
|
+
*
|
|
2715
|
+
* The version of the OpenAPI document: 1.0
|
|
2716
|
+
*
|
|
2717
|
+
*
|
|
2718
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2719
|
+
* https://openapi-generator.tech
|
|
2720
|
+
* Do not edit the class manually.
|
|
2721
|
+
*/
|
|
2722
|
+
|
|
2723
|
+
/**
|
|
2724
|
+
*
|
|
2725
|
+
* @export
|
|
2726
|
+
* @interface Mandate
|
|
2727
|
+
*/
|
|
2728
|
+
interface Mandate {
|
|
2729
|
+
[key: string]: any;
|
|
2730
|
+
/**
|
|
2731
|
+
*
|
|
2732
|
+
* @type {MandateGrantor}
|
|
2733
|
+
* @memberof Mandate
|
|
2734
|
+
*/
|
|
2735
|
+
'grantor': MandateGrantor;
|
|
2736
|
+
/**
|
|
2737
|
+
*
|
|
2738
|
+
* @type {string}
|
|
2739
|
+
* @memberof Mandate
|
|
2740
|
+
*/
|
|
2741
|
+
'scope': string;
|
|
2742
|
+
/**
|
|
2743
|
+
*
|
|
2744
|
+
* @type {MandateContext}
|
|
2745
|
+
* @memberof Mandate
|
|
2746
|
+
*/
|
|
2747
|
+
'context': MandateContext;
|
|
2748
|
+
/**
|
|
2749
|
+
*
|
|
2750
|
+
* @type {MandateAction}
|
|
2751
|
+
* @memberof Mandate
|
|
2752
|
+
*/
|
|
2753
|
+
'action'?: MandateAction;
|
|
2754
|
+
/**
|
|
2755
|
+
*
|
|
2756
|
+
* @type {{ [key: string]: any; }}
|
|
2757
|
+
* @memberof Mandate
|
|
2758
|
+
*/
|
|
2759
|
+
'userParams'?: {
|
|
2760
|
+
[key: string]: any;
|
|
2761
|
+
};
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
/**
|
|
2765
|
+
* Humanos API
|
|
2766
|
+
* Humanos API
|
|
2528
2767
|
*
|
|
2529
2768
|
* The version of the OpenAPI document: 1.0
|
|
2530
2769
|
*
|
|
@@ -2549,7 +2788,7 @@ interface OrganizationDataEntity {
|
|
|
2549
2788
|
|
|
2550
2789
|
/**
|
|
2551
2790
|
* Humanos API
|
|
2552
|
-
* Humanos
|
|
2791
|
+
* Humanos API
|
|
2553
2792
|
*
|
|
2554
2793
|
* The version of the OpenAPI document: 1.0
|
|
2555
2794
|
*
|
|
@@ -2580,7 +2819,7 @@ interface OtpError {
|
|
|
2580
2819
|
|
|
2581
2820
|
/**
|
|
2582
2821
|
* Humanos API
|
|
2583
|
-
* Humanos
|
|
2822
|
+
* Humanos API
|
|
2584
2823
|
*
|
|
2585
2824
|
* The version of the OpenAPI document: 1.0
|
|
2586
2825
|
*
|
|
@@ -2612,7 +2851,7 @@ interface OtpFailedEventOtp {
|
|
|
2612
2851
|
|
|
2613
2852
|
/**
|
|
2614
2853
|
* Humanos API
|
|
2615
|
-
* Humanos
|
|
2854
|
+
* Humanos API
|
|
2616
2855
|
*
|
|
2617
2856
|
* The version of the OpenAPI document: 1.0
|
|
2618
2857
|
*
|
|
@@ -2679,7 +2918,7 @@ type OtpFailedEventEventTypeEnum = typeof OtpFailedEventEventTypeEnum[keyof type
|
|
|
2679
2918
|
|
|
2680
2919
|
/**
|
|
2681
2920
|
* Humanos API
|
|
2682
|
-
* Humanos
|
|
2921
|
+
* Humanos API
|
|
2683
2922
|
*
|
|
2684
2923
|
* The version of the OpenAPI document: 1.0
|
|
2685
2924
|
*
|
|
@@ -2710,7 +2949,7 @@ interface ReceiptEntity {
|
|
|
2710
2949
|
|
|
2711
2950
|
/**
|
|
2712
2951
|
* Humanos API
|
|
2713
|
-
* Humanos
|
|
2952
|
+
* Humanos API
|
|
2714
2953
|
*
|
|
2715
2954
|
* The version of the OpenAPI document: 1.0
|
|
2716
2955
|
*
|
|
@@ -2723,32 +2962,32 @@ interface ReceiptEntity {
|
|
|
2723
2962
|
/**
|
|
2724
2963
|
*
|
|
2725
2964
|
* @export
|
|
2726
|
-
* @interface
|
|
2965
|
+
* @interface PresentationEntity
|
|
2727
2966
|
*/
|
|
2728
|
-
interface
|
|
2967
|
+
interface PresentationEntity {
|
|
2729
2968
|
/**
|
|
2730
|
-
* Signed W3C Verifiable Presentation (@context, type, holder, verifiableCredential, proof)
|
|
2969
|
+
* Signed W3C Verifiable Presentation (@context, type, holder, verifiableCredential, proof), exactly as returned by POST /credential/vp/:vcId — do not re-serialize or modify it. Provide this or `presentationEncoded` (at least one is required; `presentationEncoded` overrides and is recommended, since a base64 string avoids JSON formatting changes that can break the signature).
|
|
2731
2970
|
* @type {object}
|
|
2732
|
-
* @memberof
|
|
2971
|
+
* @memberof PresentationEntity
|
|
2733
2972
|
*/
|
|
2734
2973
|
'presentation': object;
|
|
2735
2974
|
/**
|
|
2736
2975
|
* Base64-encoded JSON of the signed Verifiable Presentation above. Pass it back to POST /credential/verify as `presentationEncoded` (recommended) to avoid signature failures caused by JSON re-serialization in some HTTP clients.
|
|
2737
2976
|
* @type {string}
|
|
2738
|
-
* @memberof
|
|
2977
|
+
* @memberof PresentationEntity
|
|
2739
2978
|
*/
|
|
2740
2979
|
'presentationEncoded': string;
|
|
2741
2980
|
/**
|
|
2742
2981
|
* VP_CREATED receipt issued for this presentation
|
|
2743
2982
|
* @type {ReceiptEntity}
|
|
2744
|
-
* @memberof
|
|
2983
|
+
* @memberof PresentationEntity
|
|
2745
2984
|
*/
|
|
2746
2985
|
'receipt': ReceiptEntity;
|
|
2747
2986
|
}
|
|
2748
2987
|
|
|
2749
2988
|
/**
|
|
2750
2989
|
* Humanos API
|
|
2751
|
-
* Humanos
|
|
2990
|
+
* Humanos API
|
|
2752
2991
|
*
|
|
2753
2992
|
* The version of the OpenAPI document: 1.0
|
|
2754
2993
|
*
|
|
@@ -2812,7 +3051,7 @@ type RequestCredentialEntityStatusEnum = typeof RequestCredentialEntityStatusEnu
|
|
|
2812
3051
|
|
|
2813
3052
|
/**
|
|
2814
3053
|
* Humanos API
|
|
2815
|
-
* Humanos
|
|
3054
|
+
* Humanos API
|
|
2816
3055
|
*
|
|
2817
3056
|
* The version of the OpenAPI document: 1.0
|
|
2818
3057
|
*
|
|
@@ -2892,7 +3131,7 @@ type RequestDetailSubjectEntityIdentityStatusEnum = typeof RequestDetailSubjectE
|
|
|
2892
3131
|
|
|
2893
3132
|
/**
|
|
2894
3133
|
* Humanos API
|
|
2895
|
-
* Humanos
|
|
3134
|
+
* Humanos API
|
|
2896
3135
|
*
|
|
2897
3136
|
* The version of the OpenAPI document: 1.0
|
|
2898
3137
|
*
|
|
@@ -2979,7 +3218,7 @@ type RequestDetailEntitySecurityLevelEnum = typeof RequestDetailEntitySecurityLe
|
|
|
2979
3218
|
|
|
2980
3219
|
/**
|
|
2981
3220
|
* Humanos API
|
|
2982
|
-
* Humanos
|
|
3221
|
+
* Humanos API
|
|
2983
3222
|
*
|
|
2984
3223
|
* The version of the OpenAPI document: 1.0
|
|
2985
3224
|
*
|
|
@@ -3040,7 +3279,7 @@ type RequestSubjectEntityIdentityStatusEnum = typeof RequestSubjectEntityIdentit
|
|
|
3040
3279
|
|
|
3041
3280
|
/**
|
|
3042
3281
|
* Humanos API
|
|
3043
|
-
* Humanos
|
|
3282
|
+
* Humanos API
|
|
3044
3283
|
*
|
|
3045
3284
|
* The version of the OpenAPI document: 1.0
|
|
3046
3285
|
*
|
|
@@ -3127,7 +3366,7 @@ type RequestEntitySecurityLevelEnum = typeof RequestEntitySecurityLevelEnum[keyo
|
|
|
3127
3366
|
|
|
3128
3367
|
/**
|
|
3129
3368
|
* Humanos API
|
|
3130
|
-
* Humanos
|
|
3369
|
+
* Humanos API
|
|
3131
3370
|
*
|
|
3132
3371
|
* The version of the OpenAPI document: 1.0
|
|
3133
3372
|
*
|
|
@@ -3201,7 +3440,7 @@ type RequestQuerySecurityLevelEnum = typeof RequestQuerySecurityLevelEnum[keyof
|
|
|
3201
3440
|
|
|
3202
3441
|
/**
|
|
3203
3442
|
* Humanos API
|
|
3204
|
-
* Humanos
|
|
3443
|
+
* Humanos API
|
|
3205
3444
|
*
|
|
3206
3445
|
* The version of the OpenAPI document: 1.0
|
|
3207
3446
|
*
|
|
@@ -3238,7 +3477,81 @@ interface RequestsCreate400Response {
|
|
|
3238
3477
|
|
|
3239
3478
|
/**
|
|
3240
3479
|
* Humanos API
|
|
3241
|
-
* Humanos
|
|
3480
|
+
* Humanos API
|
|
3481
|
+
*
|
|
3482
|
+
* The version of the OpenAPI document: 1.0
|
|
3483
|
+
*
|
|
3484
|
+
*
|
|
3485
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3486
|
+
* https://openapi-generator.tech
|
|
3487
|
+
* Do not edit the class manually.
|
|
3488
|
+
*/
|
|
3489
|
+
/**
|
|
3490
|
+
*
|
|
3491
|
+
* @export
|
|
3492
|
+
* @interface RequestsCreate402Response
|
|
3493
|
+
*/
|
|
3494
|
+
interface RequestsCreate402Response {
|
|
3495
|
+
/**
|
|
3496
|
+
*
|
|
3497
|
+
* @type {number}
|
|
3498
|
+
* @memberof RequestsCreate402Response
|
|
3499
|
+
*/
|
|
3500
|
+
'statusCode'?: number;
|
|
3501
|
+
/**
|
|
3502
|
+
*
|
|
3503
|
+
* @type {string}
|
|
3504
|
+
* @memberof RequestsCreate402Response
|
|
3505
|
+
*/
|
|
3506
|
+
'message'?: string;
|
|
3507
|
+
/**
|
|
3508
|
+
*
|
|
3509
|
+
* @type {string}
|
|
3510
|
+
* @memberof RequestsCreate402Response
|
|
3511
|
+
*/
|
|
3512
|
+
'error'?: string;
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
/**
|
|
3516
|
+
* Humanos API
|
|
3517
|
+
* Humanos API
|
|
3518
|
+
*
|
|
3519
|
+
* The version of the OpenAPI document: 1.0
|
|
3520
|
+
*
|
|
3521
|
+
*
|
|
3522
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3523
|
+
* https://openapi-generator.tech
|
|
3524
|
+
* Do not edit the class manually.
|
|
3525
|
+
*/
|
|
3526
|
+
/**
|
|
3527
|
+
*
|
|
3528
|
+
* @export
|
|
3529
|
+
* @interface RequestsCreate409Response
|
|
3530
|
+
*/
|
|
3531
|
+
interface RequestsCreate409Response {
|
|
3532
|
+
/**
|
|
3533
|
+
*
|
|
3534
|
+
* @type {number}
|
|
3535
|
+
* @memberof RequestsCreate409Response
|
|
3536
|
+
*/
|
|
3537
|
+
'statusCode'?: number;
|
|
3538
|
+
/**
|
|
3539
|
+
*
|
|
3540
|
+
* @type {string}
|
|
3541
|
+
* @memberof RequestsCreate409Response
|
|
3542
|
+
*/
|
|
3543
|
+
'message'?: string;
|
|
3544
|
+
/**
|
|
3545
|
+
*
|
|
3546
|
+
* @type {string}
|
|
3547
|
+
* @memberof RequestsCreate409Response
|
|
3548
|
+
*/
|
|
3549
|
+
'error'?: string;
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3552
|
+
/**
|
|
3553
|
+
* Humanos API
|
|
3554
|
+
* Humanos API
|
|
3242
3555
|
*
|
|
3243
3556
|
* The version of the OpenAPI document: 1.0
|
|
3244
3557
|
*
|
|
@@ -3275,7 +3588,7 @@ interface RequestsDetail404Response {
|
|
|
3275
3588
|
|
|
3276
3589
|
/**
|
|
3277
3590
|
* Humanos API
|
|
3278
|
-
* Humanos
|
|
3591
|
+
* Humanos API
|
|
3279
3592
|
*
|
|
3280
3593
|
* The version of the OpenAPI document: 1.0
|
|
3281
3594
|
*
|
|
@@ -3307,7 +3620,7 @@ interface RequestsEntity {
|
|
|
3307
3620
|
|
|
3308
3621
|
/**
|
|
3309
3622
|
* Humanos API
|
|
3310
|
-
* Humanos
|
|
3623
|
+
* Humanos API
|
|
3311
3624
|
*
|
|
3312
3625
|
* The version of the OpenAPI document: 1.0
|
|
3313
3626
|
*
|
|
@@ -3344,7 +3657,7 @@ interface RequestsResendOtp403Response {
|
|
|
3344
3657
|
|
|
3345
3658
|
/**
|
|
3346
3659
|
* Humanos API
|
|
3347
|
-
* Humanos
|
|
3660
|
+
* Humanos API
|
|
3348
3661
|
*
|
|
3349
3662
|
* The version of the OpenAPI document: 1.0
|
|
3350
3663
|
*
|
|
@@ -3437,7 +3750,7 @@ type ResourceEntityTypeEnum = typeof ResourceEntityTypeEnum[keyof typeof Resourc
|
|
|
3437
3750
|
|
|
3438
3751
|
/**
|
|
3439
3752
|
* Humanos API
|
|
3440
|
-
* Humanos
|
|
3753
|
+
* Humanos API
|
|
3441
3754
|
*
|
|
3442
3755
|
* The version of the OpenAPI document: 1.0
|
|
3443
3756
|
*
|
|
@@ -3500,7 +3813,7 @@ type ResourceQueryTypesEnum = typeof ResourceQueryTypesEnum[keyof typeof Resourc
|
|
|
3500
3813
|
|
|
3501
3814
|
/**
|
|
3502
3815
|
* Humanos API
|
|
3503
|
-
* Humanos
|
|
3816
|
+
* Humanos API
|
|
3504
3817
|
*
|
|
3505
3818
|
* The version of the OpenAPI document: 1.0
|
|
3506
3819
|
*
|
|
@@ -3532,7 +3845,7 @@ interface ResourcesEntity {
|
|
|
3532
3845
|
|
|
3533
3846
|
/**
|
|
3534
3847
|
* Humanos API
|
|
3535
|
-
* Humanos
|
|
3848
|
+
* Humanos API
|
|
3536
3849
|
*
|
|
3537
3850
|
* The version of the OpenAPI document: 1.0
|
|
3538
3851
|
*
|
|
@@ -3557,7 +3870,7 @@ interface RevokeCredentialDto {
|
|
|
3557
3870
|
|
|
3558
3871
|
/**
|
|
3559
3872
|
* Humanos API
|
|
3560
|
-
* Humanos
|
|
3873
|
+
* Humanos API
|
|
3561
3874
|
*
|
|
3562
3875
|
* The version of the OpenAPI document: 1.0
|
|
3563
3876
|
*
|
|
@@ -3566,7 +3879,6 @@ interface RevokeCredentialDto {
|
|
|
3566
3879
|
* https://openapi-generator.tech
|
|
3567
3880
|
* Do not edit the class manually.
|
|
3568
3881
|
*/
|
|
3569
|
-
|
|
3570
3882
|
/**
|
|
3571
3883
|
*
|
|
3572
3884
|
* @export
|
|
@@ -3591,12 +3903,6 @@ interface RevokeCredentialEntity {
|
|
|
3591
3903
|
* @memberof RevokeCredentialEntity
|
|
3592
3904
|
*/
|
|
3593
3905
|
'revokedAt': string;
|
|
3594
|
-
/**
|
|
3595
|
-
* MANDATE_REVOKED receipt issued for this revocation
|
|
3596
|
-
* @type {ReceiptEntity}
|
|
3597
|
-
* @memberof RevokeCredentialEntity
|
|
3598
|
-
*/
|
|
3599
|
-
'receipt': ReceiptEntity;
|
|
3600
3906
|
}
|
|
3601
3907
|
declare const RevokeCredentialEntityStatusEnum: {
|
|
3602
3908
|
readonly Draft: "DRAFT";
|
|
@@ -3610,7 +3916,7 @@ type RevokeCredentialEntityStatusEnum = typeof RevokeCredentialEntityStatusEnum[
|
|
|
3610
3916
|
|
|
3611
3917
|
/**
|
|
3612
3918
|
* Humanos API
|
|
3613
|
-
* Humanos
|
|
3919
|
+
* Humanos API
|
|
3614
3920
|
*
|
|
3615
3921
|
* The version of the OpenAPI document: 1.0
|
|
3616
3922
|
*
|
|
@@ -3666,7 +3972,7 @@ type SubjectIssuerEntityIdentityStatusEnum = typeof SubjectIssuerEntityIdentityS
|
|
|
3666
3972
|
|
|
3667
3973
|
/**
|
|
3668
3974
|
* Humanos API
|
|
3669
|
-
* Humanos
|
|
3975
|
+
* Humanos API
|
|
3670
3976
|
*
|
|
3671
3977
|
* The version of the OpenAPI document: 1.0
|
|
3672
3978
|
*
|
|
@@ -3703,7 +4009,7 @@ interface SubjectQuery {
|
|
|
3703
4009
|
|
|
3704
4010
|
/**
|
|
3705
4011
|
* Humanos API
|
|
3706
|
-
* Humanos
|
|
4012
|
+
* Humanos API
|
|
3707
4013
|
*
|
|
3708
4014
|
* The version of the OpenAPI document: 1.0
|
|
3709
4015
|
*
|
|
@@ -3728,7 +4034,7 @@ interface SuccessEntity {
|
|
|
3728
4034
|
|
|
3729
4035
|
/**
|
|
3730
4036
|
* Humanos API
|
|
3731
|
-
* Humanos
|
|
4037
|
+
* Humanos API
|
|
3732
4038
|
*
|
|
3733
4039
|
* The version of the OpenAPI document: 1.0
|
|
3734
4040
|
*
|
|
@@ -3795,7 +4101,7 @@ type TestEventEventTypeEnum = typeof TestEventEventTypeEnum[keyof typeof TestEve
|
|
|
3795
4101
|
|
|
3796
4102
|
/**
|
|
3797
4103
|
* Humanos API
|
|
3798
|
-
* Humanos
|
|
4104
|
+
* Humanos API
|
|
3799
4105
|
*
|
|
3800
4106
|
* The version of the OpenAPI document: 1.0
|
|
3801
4107
|
*
|
|
@@ -3832,7 +4138,7 @@ interface UserCreate400Response {
|
|
|
3832
4138
|
|
|
3833
4139
|
/**
|
|
3834
4140
|
* Humanos API
|
|
3835
|
-
* Humanos
|
|
4141
|
+
* Humanos API
|
|
3836
4142
|
*
|
|
3837
4143
|
* The version of the OpenAPI document: 1.0
|
|
3838
4144
|
*
|
|
@@ -3869,7 +4175,7 @@ interface UserDetail400Response {
|
|
|
3869
4175
|
|
|
3870
4176
|
/**
|
|
3871
4177
|
* Humanos API
|
|
3872
|
-
* Humanos
|
|
4178
|
+
* Humanos API
|
|
3873
4179
|
*
|
|
3874
4180
|
* The version of the OpenAPI document: 1.0
|
|
3875
4181
|
*
|
|
@@ -3906,7 +4212,7 @@ interface UserDetail404Response {
|
|
|
3906
4212
|
|
|
3907
4213
|
/**
|
|
3908
4214
|
* Humanos API
|
|
3909
|
-
* Humanos
|
|
4215
|
+
* Humanos API
|
|
3910
4216
|
*
|
|
3911
4217
|
* The version of the OpenAPI document: 1.0
|
|
3912
4218
|
*
|
|
@@ -3949,7 +4255,7 @@ type VerifyEvaluationEntityResultEnum = typeof VerifyEvaluationEntityResultEnum[
|
|
|
3949
4255
|
|
|
3950
4256
|
/**
|
|
3951
4257
|
* Humanos API
|
|
3952
|
-
* Humanos
|
|
4258
|
+
* Humanos API
|
|
3953
4259
|
*
|
|
3954
4260
|
* The version of the OpenAPI document: 1.0
|
|
3955
4261
|
*
|
|
@@ -3997,7 +4303,7 @@ type VerifyAllowResponseEntityDecisionEnum = typeof VerifyAllowResponseEntityDec
|
|
|
3997
4303
|
|
|
3998
4304
|
/**
|
|
3999
4305
|
* Humanos API
|
|
4000
|
-
* Humanos
|
|
4306
|
+
* Humanos API
|
|
4001
4307
|
*
|
|
4002
4308
|
* The version of the OpenAPI document: 1.0
|
|
4003
4309
|
*
|
|
@@ -4063,7 +4369,7 @@ type VerifyDenyResponseEntityDecisionEnum = typeof VerifyDenyResponseEntityDecis
|
|
|
4063
4369
|
|
|
4064
4370
|
/**
|
|
4065
4371
|
* Humanos API
|
|
4066
|
-
* Humanos
|
|
4372
|
+
* Humanos API
|
|
4067
4373
|
*
|
|
4068
4374
|
* The version of the OpenAPI document: 1.0
|
|
4069
4375
|
*
|
|
@@ -4083,9 +4389,9 @@ interface VerifyPresentationDto {
|
|
|
4083
4389
|
* @type {object}
|
|
4084
4390
|
* @memberof VerifyPresentationDto
|
|
4085
4391
|
*/
|
|
4086
|
-
'presentation'
|
|
4392
|
+
'presentation'?: object;
|
|
4087
4393
|
/**
|
|
4088
|
-
* Base64-encoded JSON of the signed Verifiable Presentation
|
|
4394
|
+
* Base64-encoded JSON of the signed Verifiable Presentation above. Pass it back to POST /credential/verify as `presentationEncoded` (recommended) to avoid signature failures caused by JSON re-serialization in some HTTP clients.
|
|
4089
4395
|
* @type {string}
|
|
4090
4396
|
* @memberof VerifyPresentationDto
|
|
4091
4397
|
*/
|
|
@@ -4100,143 +4406,7 @@ interface VerifyPresentationDto {
|
|
|
4100
4406
|
|
|
4101
4407
|
/**
|
|
4102
4408
|
* Humanos API
|
|
4103
|
-
* Humanos App Backend API
|
|
4104
|
-
*
|
|
4105
|
-
* The version of the OpenAPI document: 1.0
|
|
4106
|
-
*
|
|
4107
|
-
*
|
|
4108
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4109
|
-
* https://openapi-generator.tech
|
|
4110
|
-
* Do not edit the class manually.
|
|
4111
|
-
*/
|
|
4112
|
-
/**
|
|
4113
|
-
*
|
|
4114
|
-
* @export
|
|
4115
|
-
* @interface W3CVerifiableCredentialCredentialSubjectMandateAction
|
|
4116
|
-
*/
|
|
4117
|
-
interface W3CVerifiableCredentialCredentialSubjectMandateAction {
|
|
4118
|
-
[key: string]: any;
|
|
4119
|
-
/**
|
|
4120
|
-
*
|
|
4121
|
-
* @type {string}
|
|
4122
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandateAction
|
|
4123
|
-
*/
|
|
4124
|
-
'id': string;
|
|
4125
|
-
/**
|
|
4126
|
-
*
|
|
4127
|
-
* @type {string}
|
|
4128
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandateAction
|
|
4129
|
-
*/
|
|
4130
|
-
'digestSRI': string;
|
|
4131
|
-
/**
|
|
4132
|
-
*
|
|
4133
|
-
* @type {string}
|
|
4134
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandateAction
|
|
4135
|
-
*/
|
|
4136
|
-
'location': string;
|
|
4137
|
-
}
|
|
4138
|
-
|
|
4139
|
-
/**
|
|
4140
|
-
* Humanos API
|
|
4141
|
-
* Humanos App Backend API
|
|
4142
|
-
*
|
|
4143
|
-
* The version of the OpenAPI document: 1.0
|
|
4144
|
-
*
|
|
4145
|
-
*
|
|
4146
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4147
|
-
* https://openapi-generator.tech
|
|
4148
|
-
* Do not edit the class manually.
|
|
4149
|
-
*/
|
|
4150
|
-
/**
|
|
4151
|
-
*
|
|
4152
|
-
* @export
|
|
4153
|
-
* @interface W3CVerifiableCredentialCredentialSubjectMandateContext
|
|
4154
|
-
*/
|
|
4155
|
-
interface W3CVerifiableCredentialCredentialSubjectMandateContext {
|
|
4156
|
-
[key: string]: any;
|
|
4157
|
-
/**
|
|
4158
|
-
*
|
|
4159
|
-
* @type {Array<string>}
|
|
4160
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandateContext
|
|
4161
|
-
*/
|
|
4162
|
-
'authorizedDIDs': Array<string>;
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
|
-
/**
|
|
4166
|
-
* Humanos API
|
|
4167
|
-
* Humanos App Backend API
|
|
4168
|
-
*
|
|
4169
|
-
* The version of the OpenAPI document: 1.0
|
|
4170
|
-
*
|
|
4171
|
-
*
|
|
4172
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4173
|
-
* https://openapi-generator.tech
|
|
4174
|
-
* Do not edit the class manually.
|
|
4175
|
-
*/
|
|
4176
|
-
/**
|
|
4177
|
-
*
|
|
4178
|
-
* @export
|
|
4179
|
-
* @interface W3CVerifiableCredentialCredentialSubjectMandateGrantor
|
|
4180
|
-
*/
|
|
4181
|
-
interface W3CVerifiableCredentialCredentialSubjectMandateGrantor {
|
|
4182
|
-
}
|
|
4183
|
-
|
|
4184
|
-
/**
|
|
4185
4409
|
* Humanos API
|
|
4186
|
-
* Humanos App Backend API
|
|
4187
|
-
*
|
|
4188
|
-
* The version of the OpenAPI document: 1.0
|
|
4189
|
-
*
|
|
4190
|
-
*
|
|
4191
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4192
|
-
* https://openapi-generator.tech
|
|
4193
|
-
* Do not edit the class manually.
|
|
4194
|
-
*/
|
|
4195
|
-
|
|
4196
|
-
/**
|
|
4197
|
-
*
|
|
4198
|
-
* @export
|
|
4199
|
-
* @interface W3CVerifiableCredentialCredentialSubjectMandate
|
|
4200
|
-
*/
|
|
4201
|
-
interface W3CVerifiableCredentialCredentialSubjectMandate {
|
|
4202
|
-
[key: string]: any;
|
|
4203
|
-
/**
|
|
4204
|
-
*
|
|
4205
|
-
* @type {W3CVerifiableCredentialCredentialSubjectMandateGrantor}
|
|
4206
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandate
|
|
4207
|
-
*/
|
|
4208
|
-
'grantor': W3CVerifiableCredentialCredentialSubjectMandateGrantor;
|
|
4209
|
-
/**
|
|
4210
|
-
*
|
|
4211
|
-
* @type {string}
|
|
4212
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandate
|
|
4213
|
-
*/
|
|
4214
|
-
'scope': string;
|
|
4215
|
-
/**
|
|
4216
|
-
*
|
|
4217
|
-
* @type {W3CVerifiableCredentialCredentialSubjectMandateContext}
|
|
4218
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandate
|
|
4219
|
-
*/
|
|
4220
|
-
'context': W3CVerifiableCredentialCredentialSubjectMandateContext;
|
|
4221
|
-
/**
|
|
4222
|
-
*
|
|
4223
|
-
* @type {W3CVerifiableCredentialCredentialSubjectMandateAction}
|
|
4224
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandate
|
|
4225
|
-
*/
|
|
4226
|
-
'action'?: W3CVerifiableCredentialCredentialSubjectMandateAction;
|
|
4227
|
-
/**
|
|
4228
|
-
*
|
|
4229
|
-
* @type {{ [key: string]: any; }}
|
|
4230
|
-
* @memberof W3CVerifiableCredentialCredentialSubjectMandate
|
|
4231
|
-
*/
|
|
4232
|
-
'userParams'?: {
|
|
4233
|
-
[key: string]: any;
|
|
4234
|
-
};
|
|
4235
|
-
}
|
|
4236
|
-
|
|
4237
|
-
/**
|
|
4238
|
-
* Humanos API
|
|
4239
|
-
* Humanos App Backend API
|
|
4240
4410
|
*
|
|
4241
4411
|
* The version of the OpenAPI document: 1.0
|
|
4242
4412
|
*
|
|
@@ -4261,71 +4431,15 @@ interface W3CVerifiableCredentialCredentialSubject {
|
|
|
4261
4431
|
'id': string;
|
|
4262
4432
|
/**
|
|
4263
4433
|
*
|
|
4264
|
-
* @type {
|
|
4434
|
+
* @type {Mandate}
|
|
4265
4435
|
* @memberof W3CVerifiableCredentialCredentialSubject
|
|
4266
4436
|
*/
|
|
4267
|
-
'mandate':
|
|
4437
|
+
'mandate': Mandate;
|
|
4268
4438
|
}
|
|
4269
4439
|
|
|
4270
4440
|
/**
|
|
4271
4441
|
* Humanos API
|
|
4272
|
-
* Humanos App Backend API
|
|
4273
|
-
*
|
|
4274
|
-
* The version of the OpenAPI document: 1.0
|
|
4275
|
-
*
|
|
4276
|
-
*
|
|
4277
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4278
|
-
* https://openapi-generator.tech
|
|
4279
|
-
* Do not edit the class manually.
|
|
4280
|
-
*/
|
|
4281
|
-
/**
|
|
4282
|
-
*
|
|
4283
|
-
* @export
|
|
4284
|
-
* @interface W3CVerifiableCredentialProofsInner
|
|
4285
|
-
*/
|
|
4286
|
-
interface W3CVerifiableCredentialProofsInner {
|
|
4287
|
-
[key: string]: any;
|
|
4288
|
-
/**
|
|
4289
|
-
*
|
|
4290
|
-
* @type {string}
|
|
4291
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4292
|
-
*/
|
|
4293
|
-
'type': string;
|
|
4294
|
-
/**
|
|
4295
|
-
*
|
|
4296
|
-
* @type {string}
|
|
4297
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4298
|
-
*/
|
|
4299
|
-
'cryptosuite': string;
|
|
4300
|
-
/**
|
|
4301
|
-
*
|
|
4302
|
-
* @type {string}
|
|
4303
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4304
|
-
*/
|
|
4305
|
-
'verificationMethod': string;
|
|
4306
|
-
/**
|
|
4307
|
-
*
|
|
4308
|
-
* @type {string}
|
|
4309
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4310
|
-
*/
|
|
4311
|
-
'created': string;
|
|
4312
|
-
/**
|
|
4313
|
-
*
|
|
4314
|
-
* @type {string}
|
|
4315
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4316
|
-
*/
|
|
4317
|
-
'proofPurpose': string;
|
|
4318
|
-
/**
|
|
4319
|
-
*
|
|
4320
|
-
* @type {string}
|
|
4321
|
-
* @memberof W3CVerifiableCredentialProofsInner
|
|
4322
|
-
*/
|
|
4323
|
-
'proofValue': string;
|
|
4324
|
-
}
|
|
4325
|
-
|
|
4326
|
-
/**
|
|
4327
4442
|
* Humanos API
|
|
4328
|
-
* Humanos App Backend API
|
|
4329
4443
|
*
|
|
4330
4444
|
* The version of the OpenAPI document: 1.0
|
|
4331
4445
|
*
|
|
@@ -4392,15 +4506,15 @@ interface W3CVerifiableCredential {
|
|
|
4392
4506
|
'evidences': Array<Evidence>;
|
|
4393
4507
|
/**
|
|
4394
4508
|
*
|
|
4395
|
-
* @type {Array<
|
|
4509
|
+
* @type {Array<CredentialProof>}
|
|
4396
4510
|
* @memberof W3CVerifiableCredential
|
|
4397
4511
|
*/
|
|
4398
|
-
'proofs'
|
|
4512
|
+
'proofs'?: Array<CredentialProof>;
|
|
4399
4513
|
}
|
|
4400
4514
|
|
|
4401
4515
|
/**
|
|
4402
4516
|
* Humanos API
|
|
4403
|
-
* Humanos
|
|
4517
|
+
* Humanos API
|
|
4404
4518
|
*
|
|
4405
4519
|
* The version of the OpenAPI document: 1.0
|
|
4406
4520
|
*
|
|
@@ -4856,7 +4970,7 @@ declare const CredentialsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
4856
4970
|
/**
|
|
4857
4971
|
* Build and sign a W3C Verifiable Presentation for a stored credential. The API key must belong to the credential owner.
|
|
4858
4972
|
* @summary Issue VP
|
|
4859
|
-
* @param {string} vcId
|
|
4973
|
+
* @param {string} vcId URN of the credential to present.
|
|
4860
4974
|
* @param {CreatePresentationDto} createPresentationDto
|
|
4861
4975
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
4862
4976
|
* @param {*} [options] Override http request option.
|
|
@@ -4864,7 +4978,7 @@ declare const CredentialsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
4864
4978
|
*/
|
|
4865
4979
|
issueVP: (vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4866
4980
|
/**
|
|
4867
|
-
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason,
|
|
4981
|
+
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason, Appends a REVOKE proof to the credential, and emits a MANDATE_REVOKED activity event. Subsequent /vp and /verify calls for this credential are denied with reason credential_revoked.
|
|
4868
4982
|
* @summary Revoke Credential
|
|
4869
4983
|
* @param {string} credentialId URN of the credential to revoke
|
|
4870
4984
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -4874,7 +4988,7 @@ declare const CredentialsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
4874
4988
|
*/
|
|
4875
4989
|
revoke: (credentialId: string, aPIVersion?: string, revokeCredentialDto?: RevokeCredentialDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4876
4990
|
/**
|
|
4877
|
-
* Evaluate a VP against runtime context. On allow, returns
|
|
4991
|
+
* Evaluate a VP against runtime context. On allow, returns 201 with the signed receipt. On deny, returns 403 with the reason, evaluations, and receipt in the error body. If the mandate has no constraint schema, only signatures, verifier access, and validity are checked. Supply the presentation exactly as returned by POST /credential/vp/:vcId — do not re-serialize or modify it. Pass it as either `presentation` (the signed VP object) or `presentationEncoded` (its base64 string); at least one is required (400 otherwise), and if both are sent `presentationEncoded` wins. `presentationEncoded` is the recommended field: being an opaque string it is immune to JSON re-serialization / formatting changes (e.g. some HTTP clients reformatting date strings) that would otherwise break the signature.
|
|
4878
4992
|
* @summary Verify VP
|
|
4879
4993
|
* @param {VerifyPresentationDto} verifyPresentationDto
|
|
4880
4994
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -4909,15 +5023,15 @@ declare const CredentialsApiFp: (configuration?: Configuration) => {
|
|
|
4909
5023
|
/**
|
|
4910
5024
|
* Build and sign a W3C Verifiable Presentation for a stored credential. The API key must belong to the credential owner.
|
|
4911
5025
|
* @summary Issue VP
|
|
4912
|
-
* @param {string} vcId
|
|
5026
|
+
* @param {string} vcId URN of the credential to present.
|
|
4913
5027
|
* @param {CreatePresentationDto} createPresentationDto
|
|
4914
5028
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
4915
5029
|
* @param {*} [options] Override http request option.
|
|
4916
5030
|
* @throws {RequiredError}
|
|
4917
5031
|
*/
|
|
4918
|
-
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
5032
|
+
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PresentationEntity>>;
|
|
4919
5033
|
/**
|
|
4920
|
-
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason,
|
|
5034
|
+
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason, Appends a REVOKE proof to the credential, and emits a MANDATE_REVOKED activity event. Subsequent /vp and /verify calls for this credential are denied with reason credential_revoked.
|
|
4921
5035
|
* @summary Revoke Credential
|
|
4922
5036
|
* @param {string} credentialId URN of the credential to revoke
|
|
4923
5037
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -4927,7 +5041,7 @@ declare const CredentialsApiFp: (configuration?: Configuration) => {
|
|
|
4927
5041
|
*/
|
|
4928
5042
|
revoke(credentialId: string, aPIVersion?: string, revokeCredentialDto?: RevokeCredentialDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RevokeCredentialEntity>>;
|
|
4929
5043
|
/**
|
|
4930
|
-
* Evaluate a VP against runtime context. On allow, returns
|
|
5044
|
+
* Evaluate a VP against runtime context. On allow, returns 201 with the signed receipt. On deny, returns 403 with the reason, evaluations, and receipt in the error body. If the mandate has no constraint schema, only signatures, verifier access, and validity are checked. Supply the presentation exactly as returned by POST /credential/vp/:vcId — do not re-serialize or modify it. Pass it as either `presentation` (the signed VP object) or `presentationEncoded` (its base64 string); at least one is required (400 otherwise), and if both are sent `presentationEncoded` wins. `presentationEncoded` is the recommended field: being an opaque string it is immune to JSON re-serialization / formatting changes (e.g. some HTTP clients reformatting date strings) that would otherwise break the signature.
|
|
4931
5045
|
* @summary Verify VP
|
|
4932
5046
|
* @param {VerifyPresentationDto} verifyPresentationDto
|
|
4933
5047
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -4962,15 +5076,15 @@ declare const CredentialsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
4962
5076
|
/**
|
|
4963
5077
|
* Build and sign a W3C Verifiable Presentation for a stored credential. The API key must belong to the credential owner.
|
|
4964
5078
|
* @summary Issue VP
|
|
4965
|
-
* @param {string} vcId
|
|
5079
|
+
* @param {string} vcId URN of the credential to present.
|
|
4966
5080
|
* @param {CreatePresentationDto} createPresentationDto
|
|
4967
5081
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
4968
5082
|
* @param {*} [options] Override http request option.
|
|
4969
5083
|
* @throws {RequiredError}
|
|
4970
5084
|
*/
|
|
4971
|
-
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
5085
|
+
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): AxiosPromise<PresentationEntity>;
|
|
4972
5086
|
/**
|
|
4973
|
-
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason,
|
|
5087
|
+
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason, Appends a REVOKE proof to the credential, and emits a MANDATE_REVOKED activity event. Subsequent /vp and /verify calls for this credential are denied with reason credential_revoked.
|
|
4974
5088
|
* @summary Revoke Credential
|
|
4975
5089
|
* @param {string} credentialId URN of the credential to revoke
|
|
4976
5090
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -4980,7 +5094,7 @@ declare const CredentialsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
4980
5094
|
*/
|
|
4981
5095
|
revoke(credentialId: string, aPIVersion?: string, revokeCredentialDto?: RevokeCredentialDto, options?: RawAxiosRequestConfig): AxiosPromise<RevokeCredentialEntity>;
|
|
4982
5096
|
/**
|
|
4983
|
-
* Evaluate a VP against runtime context. On allow, returns
|
|
5097
|
+
* Evaluate a VP against runtime context. On allow, returns 201 with the signed receipt. On deny, returns 403 with the reason, evaluations, and receipt in the error body. If the mandate has no constraint schema, only signatures, verifier access, and validity are checked. Supply the presentation exactly as returned by POST /credential/vp/:vcId — do not re-serialize or modify it. Pass it as either `presentation` (the signed VP object) or `presentationEncoded` (its base64 string); at least one is required (400 otherwise), and if both are sent `presentationEncoded` wins. `presentationEncoded` is the recommended field: being an opaque string it is immune to JSON re-serialization / formatting changes (e.g. some HTTP clients reformatting date strings) that would otherwise break the signature.
|
|
4984
5098
|
* @summary Verify VP
|
|
4985
5099
|
* @param {VerifyPresentationDto} verifyPresentationDto
|
|
4986
5100
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -5019,16 +5133,16 @@ declare class CredentialsApi extends BaseAPI {
|
|
|
5019
5133
|
/**
|
|
5020
5134
|
* Build and sign a W3C Verifiable Presentation for a stored credential. The API key must belong to the credential owner.
|
|
5021
5135
|
* @summary Issue VP
|
|
5022
|
-
* @param {string} vcId
|
|
5136
|
+
* @param {string} vcId URN of the credential to present.
|
|
5023
5137
|
* @param {CreatePresentationDto} createPresentationDto
|
|
5024
5138
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
5025
5139
|
* @param {*} [options] Override http request option.
|
|
5026
5140
|
* @throws {RequiredError}
|
|
5027
5141
|
* @memberof CredentialsApi
|
|
5028
5142
|
*/
|
|
5029
|
-
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<
|
|
5143
|
+
issueVP(vcId: string, createPresentationDto: CreatePresentationDto, aPIVersion?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PresentationEntity, any, {}>>;
|
|
5030
5144
|
/**
|
|
5031
|
-
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason,
|
|
5145
|
+
* Permanently revoke an active credential. Flips status to REVOKED, records revokedAt and revocationReason, Appends a REVOKE proof to the credential, and emits a MANDATE_REVOKED activity event. Subsequent /vp and /verify calls for this credential are denied with reason credential_revoked.
|
|
5032
5146
|
* @summary Revoke Credential
|
|
5033
5147
|
* @param {string} credentialId URN of the credential to revoke
|
|
5034
5148
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -5039,7 +5153,7 @@ declare class CredentialsApi extends BaseAPI {
|
|
|
5039
5153
|
*/
|
|
5040
5154
|
revoke(credentialId: string, aPIVersion?: string, revokeCredentialDto?: RevokeCredentialDto, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<RevokeCredentialEntity, any, {}>>;
|
|
5041
5155
|
/**
|
|
5042
|
-
* Evaluate a VP against runtime context. On allow, returns
|
|
5156
|
+
* Evaluate a VP against runtime context. On allow, returns 201 with the signed receipt. On deny, returns 403 with the reason, evaluations, and receipt in the error body. If the mandate has no constraint schema, only signatures, verifier access, and validity are checked. Supply the presentation exactly as returned by POST /credential/vp/:vcId — do not re-serialize or modify it. Pass it as either `presentation` (the signed VP object) or `presentationEncoded` (its base64 string); at least one is required (400 otherwise), and if both are sent `presentationEncoded` wins. `presentationEncoded` is the recommended field: being an opaque string it is immune to JSON re-serialization / formatting changes (e.g. some HTTP clients reformatting date strings) that would otherwise break the signature.
|
|
5043
5157
|
* @summary Verify VP
|
|
5044
5158
|
* @param {VerifyPresentationDto} verifyPresentationDto
|
|
5045
5159
|
* @param {string} [aPIVersion] Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today\'s date.
|
|
@@ -5673,7 +5787,7 @@ declare class WebhooksApi extends BaseAPI {
|
|
|
5673
5787
|
}
|
|
5674
5788
|
|
|
5675
5789
|
/** The API version this SDK release is pinned to (YYYY-MM-DD). */
|
|
5676
|
-
declare const API_VERSION = "2026-
|
|
5790
|
+
declare const API_VERSION = "2026-07-07";
|
|
5677
5791
|
/** Identifies this SDK's language in request headers. */
|
|
5678
5792
|
declare const SDK_LANGUAGE = "typescript";
|
|
5679
5793
|
interface HumanosClientConfig {
|
|
@@ -5815,4 +5929,4 @@ declare function processWebhook<T = unknown>(rawBody: string, headers: WebhookHe
|
|
|
5815
5929
|
*/
|
|
5816
5930
|
declare function createWebhookHandler<T = unknown>(config: WebhookConfig, handler: (payload: T) => void | Promise<void>): (req: any, res: any) => Promise<void>;
|
|
5817
5931
|
|
|
5818
|
-
export { API_VERSION, type ActionDto, type ActionEntity, type ActionListEntity, type ActionQuery, type ActionVersionDetailEntity, type ActionVersionListEntity, type ActionVersionSummaryEntity, ActionsApi, ActionsApiAxiosParamCreator, ActionsApiFactory, ActionsApiFp, type ActivitiesEntity, ActivityApi, ActivityApiAxiosParamCreator, ActivityApiFactory, ActivityApiFp, type ActivityEntity, ActivityEntityTypeEnum, type ActivityQuery, ActivityQueryTypeEnum, ApprovalApi, ApprovalApiAxiosParamCreator, ApprovalApiFactory, ApprovalApiFp, type CONSENT, Configuration, type ConfigurationParameters, type ContactEntity, type CreatePresentationDto, type CreateSubjectDto, type CreateSubjectEntity, CreateSubjectEntityStatusEnum, type CredentialDto, type CredentialDtoData, CredentialDtoTypeEnum, type CredentialEntity, CredentialEntityStatusEnum, type CredentialEvent, type CredentialEventDecision, CredentialEventEventTypeEnum, type CredentialEventUser, type CredentialPlacementDto, CredentialPlacementDtoTypeEnum, CredentialStatus, CredentialsApi, CredentialsApiAxiosParamCreator, CredentialsApiFactory, CredentialsApiFp, type CredentialsDetail404Response, type CredentialsEvidence404Response, type CredentialsIssueVP400Response, type CredentialsIssueVP403Response, type CredentialsIssueVP404Response, type CredentialsRevoke400Response, type CredentialsRevoke409Response, DIDApi, DIDApiAxiosParamCreator, DIDApiFactory, DIDApiFp, DeliveryActionType, type DidDocumentEntity, type EncryptedPayload, type Evidence, type GenerateCredentialEntity, type GenerateRequestDto, GenerateRequestDtoSecurityLevelEnum, type GenerateRequestEntity, type GenerateRequestIFrameDto, type GenerateRequestUserDto, GenerateRequestUserDtoLanguageEnum, type GenerateSubjectEntity, type GroupEntity, type GroupsEntity, HumanosClient, type HumanosClientConfig, type IdentityDto, type IdentityEvent, type IdentityEventDecision, IdentityEventEventTypeEnum, type IdentityEventUser, type IdentityWebhook, type IdentityWebhookIssueDate, ListSecurityLevelEnum, ListTypeEnum, ListTypesEnum, type OrganizationDataEntity, type OtpError, type OtpFailedEvent, OtpFailedEventEventTypeEnum, type OtpFailedEventOtp, type PartialSubjectEntity, type
|
|
5932
|
+
export { API_VERSION, type ActionDto, type ActionEntity, type ActionListEntity, type ActionQuery, type ActionVersionDetailEntity, type ActionVersionListEntity, type ActionVersionSummaryEntity, ActionsApi, ActionsApiAxiosParamCreator, ActionsApiFactory, ActionsApiFp, type ActivitiesEntity, ActivityApi, ActivityApiAxiosParamCreator, ActivityApiFactory, ActivityApiFp, type ActivityEntity, ActivityEntityTypeEnum, type ActivityQuery, ActivityQueryTypeEnum, ApprovalApi, ApprovalApiAxiosParamCreator, ApprovalApiFactory, ApprovalApiFp, type CONSENT, Configuration, type ConfigurationParameters, type ContactEntity, type CreatePresentationDto, type CreateSubjectDto, type CreateSubjectEntity, CreateSubjectEntityStatusEnum, type CredentialDto, type CredentialDtoData, CredentialDtoTypeEnum, type CredentialEntity, CredentialEntityStatusEnum, type CredentialEvent, type CredentialEventDecision, CredentialEventEventTypeEnum, type CredentialEventUser, type CredentialPlacementDto, CredentialPlacementDtoTypeEnum, type CredentialProof, CredentialStatus, CredentialsApi, CredentialsApiAxiosParamCreator, CredentialsApiFactory, CredentialsApiFp, type CredentialsDetail404Response, type CredentialsEvidence404Response, type CredentialsIssueVP400Response, type CredentialsIssueVP403Response, type CredentialsIssueVP404Response, type CredentialsRevoke400Response, type CredentialsRevoke409Response, DIDApi, DIDApiAxiosParamCreator, DIDApiFactory, DIDApiFp, DeliveryActionType, type DidDocumentEntity, type EncryptedPayload, type Evidence, type GenerateCredentialEntity, type GenerateRequestDto, GenerateRequestDtoSecurityLevelEnum, type GenerateRequestEntity, type GenerateRequestIFrameCookieDto, type GenerateRequestIFrameDto, type GenerateRequestUserDto, GenerateRequestUserDtoLanguageEnum, type GenerateSubjectEntity, type GroupEntity, type GroupsEntity, HumanosClient, type HumanosClientConfig, type IdentityDto, type IdentityEvent, type IdentityEventDecision, IdentityEventEventTypeEnum, type IdentityEventUser, type IdentityWebhook, type IdentityWebhookIssueDate, ListSecurityLevelEnum, ListTypeEnum, ListTypesEnum, type Mandate, type MandateAction, type MandateContext, type MandateGrantor, type OrganizationDataEntity, type OtpError, type OtpFailedEvent, OtpFailedEventEventTypeEnum, type OtpFailedEventOtp, type PartialSubjectEntity, type PresentationEntity, type ReceiptEntity, type RequestCredentialEntity, RequestCredentialEntityStatusEnum, type RequestDetailEntity, RequestDetailEntitySecurityLevelEnum, type RequestDetailSubjectEntity, RequestDetailSubjectEntityIdentityStatusEnum, type RequestEntity, RequestEntitySecurityLevelEnum, type RequestQuery, RequestQuerySecurityLevelEnum, type RequestSubjectEntity, RequestSubjectEntityIdentityStatusEnum, RequestsApi, RequestsApiAxiosParamCreator, RequestsApiFactory, RequestsApiFp, type RequestsCreate400Response, type RequestsCreate402Response, type RequestsCreate409Response, type RequestsDetail404Response, type RequestsEntity, type RequestsResendOtp403Response, type ResourceEntity, ResourceEntityTypeEnum, type ResourceMinimalEntity, ResourceMinimalEntityTypeEnum, type ResourceQuery, ResourceQueryTypesEnum, type ResourcesEntity, type RevokeCredentialDto, type RevokeCredentialEntity, RevokeCredentialEntityStatusEnum, SDK_LANGUAGE, type SubjectIssuerEntity, SubjectIssuerEntityIdentityStatusEnum, type SubjectQuery, type SuccessEntity, type TestEvent, TestEventEventTypeEnum, UserApi, UserApiAxiosParamCreator, UserApiFactory, UserApiFp, type UserCreate400Response, type UserDetail400Response, type UserDetail404Response, type VerificationMethodEntity, type VerifyAllowResponseEntity, VerifyAllowResponseEntityDecisionEnum, type VerifyDenyResponseEntity, VerifyDenyResponseEntityDecisionEnum, type VerifyEvaluationEntity, VerifyEvaluationEntityResultEnum, type VerifyPresentationDto, type W3CVerifiableCredential, type W3CVerifiableCredentialCredentialSubject, type WebhookCallEvent, type WebhookConfig, type WebhookHeaders, WebhooksApi, WebhooksApiAxiosParamCreator, WebhooksApiFactory, WebhooksApiFp, WorkflowsTypesEnum, applySignatureInterceptor, createHumanosClient, createSignatureInterceptor, createWebhookHandler, decryptWebhookPayload, generateSignature, processWebhook, verifyWebhookSignature };
|