@nmshd/runtime 7.0.3 → 7.1.0-openid4vc.10

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.
Files changed (54) hide show
  1. package/dist/Runtime.d.ts.map +1 -1
  2. package/dist/Runtime.js +3 -0
  3. package/dist/Runtime.js.map +1 -1
  4. package/dist/buildInformation.js +5 -5
  5. package/dist/extensibility/ConsumptionServices.d.ts +3 -2
  6. package/dist/extensibility/ConsumptionServices.d.ts.map +1 -1
  7. package/dist/extensibility/ConsumptionServices.js +5 -2
  8. package/dist/extensibility/ConsumptionServices.js.map +1 -1
  9. package/dist/extensibility/facades/consumption/OpenId4VcFacade.d.ts +15 -0
  10. package/dist/extensibility/facades/consumption/OpenId4VcFacade.d.ts.map +1 -0
  11. package/dist/extensibility/facades/consumption/OpenId4VcFacade.js +49 -0
  12. package/dist/extensibility/facades/consumption/OpenId4VcFacade.js.map +1 -0
  13. package/dist/extensibility/facades/consumption/index.d.ts +1 -0
  14. package/dist/extensibility/facades/consumption/index.d.ts.map +1 -1
  15. package/dist/extensibility/facades/consumption/index.js +1 -0
  16. package/dist/extensibility/facades/consumption/index.js.map +1 -1
  17. package/dist/useCases/common/Schemas.d.ts +5 -0
  18. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  19. package/dist/useCases/common/Schemas.js +490 -3
  20. package/dist/useCases/common/Schemas.js.map +1 -1
  21. package/dist/useCases/consumption/attributes/DeleteSharedAttributesForRejectedOrRevokedRelationship.d.ts.map +1 -1
  22. package/dist/useCases/consumption/attributes/DeleteSharedAttributesForRejectedOrRevokedRelationship.js +1 -1
  23. package/dist/useCases/consumption/attributes/DeleteSharedAttributesForRejectedOrRevokedRelationship.js.map +1 -1
  24. package/dist/useCases/consumption/attributes/GetOwnAttributesSharedWithPeer.d.ts +8 -0
  25. package/dist/useCases/consumption/attributes/GetOwnAttributesSharedWithPeer.d.ts.map +1 -1
  26. package/dist/useCases/consumption/attributes/GetOwnAttributesSharedWithPeer.js +6 -2
  27. package/dist/useCases/consumption/attributes/GetOwnAttributesSharedWithPeer.js.map +1 -1
  28. package/dist/useCases/consumption/index.d.ts +1 -0
  29. package/dist/useCases/consumption/index.d.ts.map +1 -1
  30. package/dist/useCases/consumption/index.js +1 -0
  31. package/dist/useCases/consumption/index.js.map +1 -1
  32. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.d.ts +25 -0
  33. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.d.ts.map +1 -0
  34. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.js +46 -0
  35. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.js.map +1 -0
  36. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.d.ts +24 -0
  37. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.d.ts.map +1 -0
  38. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.js +47 -0
  39. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.js.map +1 -0
  40. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.d.ts +22 -0
  41. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.d.ts.map +1 -0
  42. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.js +59 -0
  43. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.js.map +1 -0
  44. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.d.ts +20 -0
  45. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.d.ts.map +1 -0
  46. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.js +52 -0
  47. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.js.map +1 -0
  48. package/dist/useCases/consumption/openid4vc/index.d.ts +5 -0
  49. package/dist/useCases/consumption/openid4vc/index.d.ts.map +1 -0
  50. package/dist/useCases/consumption/openid4vc/index.js +21 -0
  51. package/dist/useCases/consumption/openid4vc/index.js.map +1 -0
  52. package/dist/useCases/transport/relationships/GetAttributesForRelationship.js +1 -1
  53. package/dist/useCases/transport/relationships/GetAttributesForRelationship.js.map +1 -1
  54. package/package.json +14 -9
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetIdentityMetadataRequest = exports.DeleteIdentityMetadataRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.SucceedOwnIdentityAttributeRequest = exports.ShareOwnIdentityAttributeRequest = exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = exports.NotifyPeerAboutOwnIdentityAttributeSuccessionRequest = exports.MarkAttributeAsViewedRequest = exports.GetVersionsOfAttributeSharedWithPeerRequest = exports.GetVersionsOfAttributeRequest = exports.GetPeerAttributesRequest = exports.GetOwnIdentityAttributesRequest = exports.GetOwnAttributesSharedWithPeerRequest = exports.GetForwardingDetailsForAttributeRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.ExecuteIQLQueryRequest = exports.ExecuteIdentityAttributeQueryRequest = exports.DeleteSharedAttributesForRejectedOrRevokedRelationshipRequest = exports.DeleteAttributeAndNotifyRequest = exports.CreateOwnIdentityAttributeRequest = exports.CreateAndShareRelationshipAttributeRequest = exports.SentOutgoingRequestRequest = exports.RequireManualDecisionOfIncomingRequestRequest = exports.ReceivedIncomingRequestRequest = exports.GetOutgoingRequestsRequest = exports.GetOutgoingRequestRequest = exports.GetIncomingRequestsRequest = exports.GetIncomingRequestRequest = exports.DiscardOutgoingRequestRequest = exports.DeleteIncomingRequestRequest = exports.CreateOutgoingRequestRequest = exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest = exports.CompleteOutgoingRequestRequest = exports.CompleteIncomingRequestRequest = exports.CheckPrerequisitesOfIncomingRequestRequest = exports.RejectIncomingRequestRequest = exports.CanCreateOutgoingRequestRequest = exports.AcceptIncomingRequestRequest = exports.ChangeDefaultOwnIdentityAttributeRequest = exports.CanCreateOwnIdentityAttributeRequest = exports.LoadPeerTokenAnonymousRequest = void 0;
4
- exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UpdateDeviceRequest = exports.UpdateCurrentDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceRequest = exports.FillDeviceOnboardingTokenWithNewDeviceRequest = exports.DeleteDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.SendBackboneNotificationRequest = exports.GetAnnouncementsRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.RegenerateFileOwnershipTokenRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromReferenceRequest = exports.DownloadFileRequest = exports.UpsertSettingByKeyRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpsertIdentityMetadataRequest = void 0;
5
- exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Surname = exports.Pseudonym = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthDate = exports.Affiliation = exports.StreetAddress = exports.PostOfficeBoxAddress = exports.DeliveryBoxAddress = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenForOwnRelationshipTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.TerminateRelationshipRequest = exports.RevokeRelationshipReactivationRequest = exports.RevokeRelationshipRequest = exports.RequestRelationshipReactivationRequest = exports.RejectRelationshipReactivationRequest = exports.RejectRelationshipRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.DecomposeRelationshipRequest = exports.CreateRelationshipRequest = exports.CanCreateRelationshipRequest = exports.AcceptRelationshipReactivationRequest = exports.AcceptRelationshipRequest = void 0;
6
- exports.Sex = void 0;
4
+ exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UpdateDeviceRequest = exports.UpdateCurrentDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceRequest = exports.FillDeviceOnboardingTokenWithNewDeviceRequest = exports.DeleteDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.SendBackboneNotificationRequest = exports.GetAnnouncementsRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.RegenerateFileOwnershipTokenRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromReferenceRequest = exports.DownloadFileRequest = exports.UpsertSettingByKeyRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.ResolveCredentialOfferRequest = exports.ResolveAuthorizationRequestRequest = exports.AcceptCredentialOfferRequest = exports.AcceptAuthorizationRequestRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpsertIdentityMetadataRequest = void 0;
5
+ exports.Pseudonym = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthDate = exports.Affiliation = exports.StreetAddress = exports.PostOfficeBoxAddress = exports.DeliveryBoxAddress = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenForOwnRelationshipTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.TerminateRelationshipRequest = exports.RevokeRelationshipReactivationRequest = exports.RevokeRelationshipRequest = exports.RequestRelationshipReactivationRequest = exports.RejectRelationshipReactivationRequest = exports.RejectRelationshipRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.DecomposeRelationshipRequest = exports.CreateRelationshipRequest = exports.CanCreateRelationshipRequest = exports.AcceptRelationshipReactivationRequest = exports.AcceptRelationshipRequest = exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = void 0;
6
+ exports.VerifiableCredential = exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Surname = void 0;
7
7
  exports.LoadPeerTokenAnonymousRequest = {
8
8
  "$schema": "http://json-schema.org/draft-07/schema#",
9
9
  "$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
@@ -1172,6 +1172,9 @@ exports.CanCreateOutgoingRequestRequest = {
1172
1172
  {
1173
1173
  "$ref": "#/definitions/SurnameJSON"
1174
1174
  },
1175
+ {
1176
+ "$ref": "#/definitions/VerifiableCredentialJSON"
1177
+ },
1175
1178
  {
1176
1179
  "$ref": "#/definitions/WebsiteJSON"
1177
1180
  }
@@ -1795,6 +1798,49 @@ exports.CanCreateOutgoingRequestRequest = {
1795
1798
  ],
1796
1799
  "additionalProperties": false
1797
1800
  },
1801
+ "VerifiableCredentialJSON": {
1802
+ "type": "object",
1803
+ "properties": {
1804
+ "@type": {
1805
+ "type": "string",
1806
+ "const": "VerifiableCredential"
1807
+ },
1808
+ "@context": {
1809
+ "type": "string"
1810
+ },
1811
+ "@version": {
1812
+ "type": "string"
1813
+ },
1814
+ "value": {
1815
+ "anyOf": [
1816
+ {
1817
+ "type": "string"
1818
+ },
1819
+ {
1820
+ "type": "object"
1821
+ }
1822
+ ]
1823
+ },
1824
+ "type": {
1825
+ "type": "string"
1826
+ },
1827
+ "displayInformation": {
1828
+ "type": "array",
1829
+ "items": {
1830
+ "type": "object"
1831
+ }
1832
+ },
1833
+ "key": {
1834
+ "type": "string"
1835
+ }
1836
+ },
1837
+ "required": [
1838
+ "@type",
1839
+ "type",
1840
+ "value"
1841
+ ],
1842
+ "additionalProperties": false
1843
+ },
1798
1844
  "WebsiteJSON": {
1799
1845
  "type": "object",
1800
1846
  "properties": {
@@ -2055,6 +2101,7 @@ exports.CanCreateOutgoingRequestRequest = {
2055
2101
  "Sex",
2056
2102
  "StreetAddress",
2057
2103
  "Surname",
2104
+ "VerifiableCredential",
2058
2105
  "Website"
2059
2106
  ]
2060
2107
  },
@@ -3146,6 +3193,9 @@ exports.CompleteOutgoingRequestRequest = {
3146
3193
  {
3147
3194
  "$ref": "#/definitions/SurnameJSON"
3148
3195
  },
3196
+ {
3197
+ "$ref": "#/definitions/VerifiableCredentialJSON"
3198
+ },
3149
3199
  {
3150
3200
  "$ref": "#/definitions/WebsiteJSON"
3151
3201
  }
@@ -3769,6 +3819,49 @@ exports.CompleteOutgoingRequestRequest = {
3769
3819
  ],
3770
3820
  "additionalProperties": false
3771
3821
  },
3822
+ "VerifiableCredentialJSON": {
3823
+ "type": "object",
3824
+ "properties": {
3825
+ "@type": {
3826
+ "type": "string",
3827
+ "const": "VerifiableCredential"
3828
+ },
3829
+ "@context": {
3830
+ "type": "string"
3831
+ },
3832
+ "@version": {
3833
+ "type": "string"
3834
+ },
3835
+ "value": {
3836
+ "anyOf": [
3837
+ {
3838
+ "type": "string"
3839
+ },
3840
+ {
3841
+ "type": "object"
3842
+ }
3843
+ ]
3844
+ },
3845
+ "type": {
3846
+ "type": "string"
3847
+ },
3848
+ "displayInformation": {
3849
+ "type": "array",
3850
+ "items": {
3851
+ "type": "object"
3852
+ }
3853
+ },
3854
+ "key": {
3855
+ "type": "string"
3856
+ }
3857
+ },
3858
+ "required": [
3859
+ "@type",
3860
+ "type",
3861
+ "value"
3862
+ ],
3863
+ "additionalProperties": false
3864
+ },
3772
3865
  "WebsiteJSON": {
3773
3866
  "type": "object",
3774
3867
  "properties": {
@@ -5111,6 +5204,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5111
5204
  {
5112
5205
  "$ref": "#/definitions/SurnameJSON"
5113
5206
  },
5207
+ {
5208
+ "$ref": "#/definitions/VerifiableCredentialJSON"
5209
+ },
5114
5210
  {
5115
5211
  "$ref": "#/definitions/WebsiteJSON"
5116
5212
  }
@@ -5734,6 +5830,49 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5734
5830
  ],
5735
5831
  "additionalProperties": false
5736
5832
  },
5833
+ "VerifiableCredentialJSON": {
5834
+ "type": "object",
5835
+ "properties": {
5836
+ "@type": {
5837
+ "type": "string",
5838
+ "const": "VerifiableCredential"
5839
+ },
5840
+ "@context": {
5841
+ "type": "string"
5842
+ },
5843
+ "@version": {
5844
+ "type": "string"
5845
+ },
5846
+ "value": {
5847
+ "anyOf": [
5848
+ {
5849
+ "type": "string"
5850
+ },
5851
+ {
5852
+ "type": "object"
5853
+ }
5854
+ ]
5855
+ },
5856
+ "type": {
5857
+ "type": "string"
5858
+ },
5859
+ "displayInformation": {
5860
+ "type": "array",
5861
+ "items": {
5862
+ "type": "object"
5863
+ }
5864
+ },
5865
+ "key": {
5866
+ "type": "string"
5867
+ }
5868
+ },
5869
+ "required": [
5870
+ "@type",
5871
+ "type",
5872
+ "value"
5873
+ ],
5874
+ "additionalProperties": false
5875
+ },
5737
5876
  "WebsiteJSON": {
5738
5877
  "type": "object",
5739
5878
  "properties": {
@@ -7693,6 +7832,9 @@ exports.CreateOutgoingRequestRequest = {
7693
7832
  {
7694
7833
  "$ref": "#/definitions/SurnameJSON"
7695
7834
  },
7835
+ {
7836
+ "$ref": "#/definitions/VerifiableCredentialJSON"
7837
+ },
7696
7838
  {
7697
7839
  "$ref": "#/definitions/WebsiteJSON"
7698
7840
  }
@@ -8316,6 +8458,49 @@ exports.CreateOutgoingRequestRequest = {
8316
8458
  ],
8317
8459
  "additionalProperties": false
8318
8460
  },
8461
+ "VerifiableCredentialJSON": {
8462
+ "type": "object",
8463
+ "properties": {
8464
+ "@type": {
8465
+ "type": "string",
8466
+ "const": "VerifiableCredential"
8467
+ },
8468
+ "@context": {
8469
+ "type": "string"
8470
+ },
8471
+ "@version": {
8472
+ "type": "string"
8473
+ },
8474
+ "value": {
8475
+ "anyOf": [
8476
+ {
8477
+ "type": "string"
8478
+ },
8479
+ {
8480
+ "type": "object"
8481
+ }
8482
+ ]
8483
+ },
8484
+ "type": {
8485
+ "type": "string"
8486
+ },
8487
+ "displayInformation": {
8488
+ "type": "array",
8489
+ "items": {
8490
+ "type": "object"
8491
+ }
8492
+ },
8493
+ "key": {
8494
+ "type": "string"
8495
+ }
8496
+ },
8497
+ "required": [
8498
+ "@type",
8499
+ "type",
8500
+ "value"
8501
+ ],
8502
+ "additionalProperties": false
8503
+ },
8319
8504
  "WebsiteJSON": {
8320
8505
  "type": "object",
8321
8506
  "properties": {
@@ -8576,6 +8761,7 @@ exports.CreateOutgoingRequestRequest = {
8576
8761
  "Sex",
8577
8762
  "StreetAddress",
8578
8763
  "Surname",
8764
+ "VerifiableCredential",
8579
8765
  "Website"
8580
8766
  ]
8581
8767
  },
@@ -10670,6 +10856,9 @@ exports.ReceivedIncomingRequestRequest = {
10670
10856
  {
10671
10857
  "$ref": "#/definitions/SurnameJSON"
10672
10858
  },
10859
+ {
10860
+ "$ref": "#/definitions/VerifiableCredentialJSON"
10861
+ },
10673
10862
  {
10674
10863
  "$ref": "#/definitions/WebsiteJSON"
10675
10864
  }
@@ -11293,6 +11482,49 @@ exports.ReceivedIncomingRequestRequest = {
11293
11482
  ],
11294
11483
  "additionalProperties": false
11295
11484
  },
11485
+ "VerifiableCredentialJSON": {
11486
+ "type": "object",
11487
+ "properties": {
11488
+ "@type": {
11489
+ "type": "string",
11490
+ "const": "VerifiableCredential"
11491
+ },
11492
+ "@context": {
11493
+ "type": "string"
11494
+ },
11495
+ "@version": {
11496
+ "type": "string"
11497
+ },
11498
+ "value": {
11499
+ "anyOf": [
11500
+ {
11501
+ "type": "string"
11502
+ },
11503
+ {
11504
+ "type": "object"
11505
+ }
11506
+ ]
11507
+ },
11508
+ "type": {
11509
+ "type": "string"
11510
+ },
11511
+ "displayInformation": {
11512
+ "type": "array",
11513
+ "items": {
11514
+ "type": "object"
11515
+ }
11516
+ },
11517
+ "key": {
11518
+ "type": "string"
11519
+ }
11520
+ },
11521
+ "required": [
11522
+ "@type",
11523
+ "type",
11524
+ "value"
11525
+ ],
11526
+ "additionalProperties": false
11527
+ },
11296
11528
  "WebsiteJSON": {
11297
11529
  "type": "object",
11298
11530
  "properties": {
@@ -11553,6 +11785,7 @@ exports.ReceivedIncomingRequestRequest = {
11553
11785
  "Sex",
11554
11786
  "StreetAddress",
11555
11787
  "Surname",
11788
+ "VerifiableCredential",
11556
11789
  "Website"
11557
11790
  ]
11558
11791
  },
@@ -13066,6 +13299,7 @@ exports.ExecuteIdentityAttributeQueryRequest = {
13066
13299
  "Sex",
13067
13300
  "StreetAddress",
13068
13301
  "Surname",
13302
+ "VerifiableCredential",
13069
13303
  "Website"
13070
13304
  ]
13071
13305
  },
@@ -13169,6 +13403,7 @@ exports.ExecuteIQLQueryRequest = {
13169
13403
  "Sex",
13170
13404
  "StreetAddress",
13171
13405
  "Surname",
13406
+ "VerifiableCredential",
13172
13407
  "Website"
13173
13408
  ]
13174
13409
  },
@@ -13790,6 +14025,9 @@ exports.GetOwnAttributesSharedWithPeerRequest = {
13790
14025
  "query": {
13791
14026
  "$ref": "#/definitions/GetOwnAttributesSharedWithPeerRequestQuery"
13792
14027
  },
14028
+ "attributeForwardingDetailsQuery": {
14029
+ "$ref": "#/definitions/GetOwnAttributesSharedWithPeerRequestAttributeForwardingDetailsQuery"
14030
+ },
13793
14031
  "hideTechnical": {
13794
14032
  "type": "boolean"
13795
14033
  },
@@ -13964,6 +14202,77 @@ exports.GetOwnAttributesSharedWithPeerRequest = {
13964
14202
  }
13965
14203
  },
13966
14204
  "additionalProperties": false
14205
+ },
14206
+ "GetOwnAttributesSharedWithPeerRequestAttributeForwardingDetailsQuery": {
14207
+ "type": "object",
14208
+ "properties": {
14209
+ "sourceReference": {
14210
+ "anyOf": [
14211
+ {
14212
+ "type": "string"
14213
+ },
14214
+ {
14215
+ "type": "array",
14216
+ "items": {
14217
+ "type": "string"
14218
+ }
14219
+ }
14220
+ ]
14221
+ },
14222
+ "sharedAt": {
14223
+ "anyOf": [
14224
+ {
14225
+ "type": "string"
14226
+ },
14227
+ {
14228
+ "type": "array",
14229
+ "items": {
14230
+ "type": "string"
14231
+ }
14232
+ }
14233
+ ]
14234
+ },
14235
+ "deletionInfo": {
14236
+ "anyOf": [
14237
+ {
14238
+ "type": "string"
14239
+ },
14240
+ {
14241
+ "type": "array",
14242
+ "items": {
14243
+ "type": "string"
14244
+ }
14245
+ }
14246
+ ]
14247
+ },
14248
+ "deletionInfo.deletionStatus": {
14249
+ "anyOf": [
14250
+ {
14251
+ "type": "string"
14252
+ },
14253
+ {
14254
+ "type": "array",
14255
+ "items": {
14256
+ "type": "string"
14257
+ }
14258
+ }
14259
+ ]
14260
+ },
14261
+ "deletionInfo.deletionDate": {
14262
+ "anyOf": [
14263
+ {
14264
+ "type": "string"
14265
+ },
14266
+ {
14267
+ "type": "array",
14268
+ "items": {
14269
+ "type": "string"
14270
+ }
14271
+ }
14272
+ ]
14273
+ }
14274
+ },
14275
+ "additionalProperties": false
13967
14276
  }
13968
14277
  }
13969
14278
  };
@@ -14548,6 +14857,9 @@ exports.SucceedOwnIdentityAttributeRequest = {
14548
14857
  {
14549
14858
  "$ref": "#/definitions/SurnameJSON"
14550
14859
  },
14860
+ {
14861
+ "$ref": "#/definitions/VerifiableCredentialJSON"
14862
+ },
14551
14863
  {
14552
14864
  "$ref": "#/definitions/WebsiteJSON"
14553
14865
  }
@@ -15171,6 +15483,49 @@ exports.SucceedOwnIdentityAttributeRequest = {
15171
15483
  ],
15172
15484
  "additionalProperties": false
15173
15485
  },
15486
+ "VerifiableCredentialJSON": {
15487
+ "type": "object",
15488
+ "properties": {
15489
+ "@type": {
15490
+ "type": "string",
15491
+ "const": "VerifiableCredential"
15492
+ },
15493
+ "@context": {
15494
+ "type": "string"
15495
+ },
15496
+ "@version": {
15497
+ "type": "string"
15498
+ },
15499
+ "value": {
15500
+ "anyOf": [
15501
+ {
15502
+ "type": "string"
15503
+ },
15504
+ {
15505
+ "type": "object"
15506
+ }
15507
+ ]
15508
+ },
15509
+ "type": {
15510
+ "type": "string"
15511
+ },
15512
+ "displayInformation": {
15513
+ "type": "array",
15514
+ "items": {
15515
+ "type": "object"
15516
+ }
15517
+ },
15518
+ "key": {
15519
+ "type": "string"
15520
+ }
15521
+ },
15522
+ "required": [
15523
+ "@type",
15524
+ "type",
15525
+ "value"
15526
+ ],
15527
+ "additionalProperties": false
15528
+ },
15174
15529
  "WebsiteJSON": {
15175
15530
  "type": "object",
15176
15531
  "properties": {
@@ -15975,6 +16330,7 @@ exports.ValidateIQLQueryRequest = {
15975
16330
  "Sex",
15976
16331
  "StreetAddress",
15977
16332
  "Surname",
16333
+ "VerifiableCredential",
15978
16334
  "Website"
15979
16335
  ]
15980
16336
  },
@@ -16329,6 +16685,88 @@ exports.SentNotificationRequest = {
16329
16685
  }
16330
16686
  }
16331
16687
  };
16688
+ exports.AcceptAuthorizationRequestRequest = {
16689
+ "$schema": "http://json-schema.org/draft-07/schema#",
16690
+ "$ref": "#/definitions/AcceptAuthorizationRequestRequest",
16691
+ "definitions": {
16692
+ "AcceptAuthorizationRequestRequest": {
16693
+ "type": "object",
16694
+ "additionalProperties": false,
16695
+ "properties": {
16696
+ "authorizationRequest": {
16697
+ "type": "object"
16698
+ }
16699
+ },
16700
+ "required": [
16701
+ "authorizationRequest"
16702
+ ]
16703
+ }
16704
+ }
16705
+ };
16706
+ exports.AcceptCredentialOfferRequest = {
16707
+ "$schema": "http://json-schema.org/draft-07/schema#",
16708
+ "$ref": "#/definitions/AcceptCredentialOfferRequest",
16709
+ "definitions": {
16710
+ "AcceptCredentialOfferRequest": {
16711
+ "type": "object",
16712
+ "additionalProperties": false,
16713
+ "properties": {
16714
+ "credentialOffer": {
16715
+ "type": "object"
16716
+ },
16717
+ "pinCode": {
16718
+ "type": "string"
16719
+ },
16720
+ "credentialConfigurationIds": {
16721
+ "type": "array",
16722
+ "items": {
16723
+ "type": "string"
16724
+ }
16725
+ }
16726
+ },
16727
+ "required": [
16728
+ "credentialConfigurationIds",
16729
+ "credentialOffer"
16730
+ ]
16731
+ }
16732
+ }
16733
+ };
16734
+ exports.ResolveAuthorizationRequestRequest = {
16735
+ "$schema": "http://json-schema.org/draft-07/schema#",
16736
+ "$ref": "#/definitions/ResolveAuthorizationRequestRequest",
16737
+ "definitions": {
16738
+ "ResolveAuthorizationRequestRequest": {
16739
+ "type": "object",
16740
+ "properties": {
16741
+ "authorizationRequestUrl": {
16742
+ "type": "string"
16743
+ }
16744
+ },
16745
+ "required": [
16746
+ "authorizationRequestUrl"
16747
+ ],
16748
+ "additionalProperties": false
16749
+ }
16750
+ }
16751
+ };
16752
+ exports.ResolveCredentialOfferRequest = {
16753
+ "$schema": "http://json-schema.org/draft-07/schema#",
16754
+ "$ref": "#/definitions/ResolveCredentialOfferRequest",
16755
+ "definitions": {
16756
+ "ResolveCredentialOfferRequest": {
16757
+ "type": "object",
16758
+ "properties": {
16759
+ "credentialOfferUrl": {
16760
+ "type": "string"
16761
+ }
16762
+ },
16763
+ "required": [
16764
+ "credentialOfferUrl"
16765
+ ],
16766
+ "additionalProperties": false
16767
+ }
16768
+ }
16769
+ };
16332
16770
  exports.CreateSettingRequest = {
16333
16771
  "$schema": "http://json-schema.org/draft-07/schema#",
16334
16772
  "$ref": "#/definitions/CreateSettingRequest",
@@ -20268,4 +20706,53 @@ exports.Sex = {
20268
20706
  }
20269
20707
  }
20270
20708
  };
20709
+ exports.VerifiableCredential = {
20710
+ "$schema": "http://json-schema.org/draft-07/schema#",
20711
+ "$ref": "#/definitions/VerifiableCredential",
20712
+ "definitions": {
20713
+ "VerifiableCredential": {
20714
+ "type": "object",
20715
+ "properties": {
20716
+ "@type": {
20717
+ "type": "string",
20718
+ "const": "VerifiableCredential"
20719
+ },
20720
+ "@context": {
20721
+ "type": "string"
20722
+ },
20723
+ "@version": {
20724
+ "type": "string"
20725
+ },
20726
+ "value": {
20727
+ "anyOf": [
20728
+ {
20729
+ "type": "string"
20730
+ },
20731
+ {
20732
+ "type": "object"
20733
+ }
20734
+ ]
20735
+ },
20736
+ "type": {
20737
+ "type": "string"
20738
+ },
20739
+ "displayInformation": {
20740
+ "type": "array",
20741
+ "items": {
20742
+ "type": "object"
20743
+ }
20744
+ },
20745
+ "key": {
20746
+ "type": "string"
20747
+ }
20748
+ },
20749
+ "required": [
20750
+ "@type",
20751
+ "type",
20752
+ "value"
20753
+ ],
20754
+ "additionalProperties": false
20755
+ }
20756
+ }
20757
+ };
20271
20758
  //# sourceMappingURL=Schemas.js.map