@nmshd/runtime 7.1.0-openid4vc.9 → 7.1.0

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 (45) hide show
  1. package/dist/Runtime.d.ts.map +1 -1
  2. package/dist/Runtime.js +0 -3
  3. package/dist/Runtime.js.map +1 -1
  4. package/dist/buildInformation.js +5 -5
  5. package/dist/extensibility/ConsumptionServices.d.ts +2 -3
  6. package/dist/extensibility/ConsumptionServices.d.ts.map +1 -1
  7. package/dist/extensibility/ConsumptionServices.js +2 -5
  8. package/dist/extensibility/ConsumptionServices.js.map +1 -1
  9. package/dist/extensibility/facades/consumption/index.d.ts +0 -1
  10. package/dist/extensibility/facades/consumption/index.d.ts.map +1 -1
  11. package/dist/extensibility/facades/consumption/index.js +0 -1
  12. package/dist/extensibility/facades/consumption/index.js.map +1 -1
  13. package/dist/useCases/common/Schemas.d.ts +1 -5
  14. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  15. package/dist/useCases/common/Schemas.js +243 -416
  16. package/dist/useCases/common/Schemas.js.map +1 -1
  17. package/dist/useCases/consumption/index.d.ts +0 -1
  18. package/dist/useCases/consumption/index.d.ts.map +1 -1
  19. package/dist/useCases/consumption/index.js +0 -1
  20. package/dist/useCases/consumption/index.js.map +1 -1
  21. package/package.json +8 -13
  22. package/dist/extensibility/facades/consumption/OpenId4VcFacade.d.ts +0 -15
  23. package/dist/extensibility/facades/consumption/OpenId4VcFacade.d.ts.map +0 -1
  24. package/dist/extensibility/facades/consumption/OpenId4VcFacade.js +0 -49
  25. package/dist/extensibility/facades/consumption/OpenId4VcFacade.js.map +0 -1
  26. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.d.ts +0 -25
  27. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.d.ts.map +0 -1
  28. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.js +0 -46
  29. package/dist/useCases/consumption/openid4vc/AcceptAuthorizationRequest.js.map +0 -1
  30. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.d.ts +0 -24
  31. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.d.ts.map +0 -1
  32. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.js +0 -47
  33. package/dist/useCases/consumption/openid4vc/AcceptCredentialOffer.js.map +0 -1
  34. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.d.ts +0 -22
  35. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.d.ts.map +0 -1
  36. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.js +0 -54
  37. package/dist/useCases/consumption/openid4vc/ResolveAuthorizationRequest.js.map +0 -1
  38. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.d.ts +0 -20
  39. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.d.ts.map +0 -1
  40. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.js +0 -52
  41. package/dist/useCases/consumption/openid4vc/ResolveCredentialOffer.js.map +0 -1
  42. package/dist/useCases/consumption/openid4vc/index.d.ts +0 -5
  43. package/dist/useCases/consumption/openid4vc/index.d.ts.map +0 -1
  44. package/dist/useCases/consumption/openid4vc/index.js +0 -21
  45. package/dist/useCases/consumption/openid4vc/index.js.map +0 -1
@@ -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.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;
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.JobTitle = exports.Citizenship = exports.Surname = exports.Pseudonym = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BankAccount = 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 = exports.Nationality = void 0;
7
7
  exports.LoadPeerTokenAnonymousRequest = {
8
8
  "$schema": "http://json-schema.org/draft-07/schema#",
9
9
  "$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
@@ -1106,6 +1106,9 @@ exports.CanCreateOutgoingRequestRequest = {
1106
1106
  {
1107
1107
  "$ref": "#/definitions/AffiliationJSON"
1108
1108
  },
1109
+ {
1110
+ "$ref": "#/definitions/BankAccountJSON"
1111
+ },
1109
1112
  {
1110
1113
  "$ref": "#/definitions/BirthDateJSON"
1111
1114
  },
@@ -1172,9 +1175,6 @@ exports.CanCreateOutgoingRequestRequest = {
1172
1175
  {
1173
1176
  "$ref": "#/definitions/SurnameJSON"
1174
1177
  },
1175
- {
1176
- "$ref": "#/definitions/VerifiableCredentialJSON"
1177
- },
1178
1178
  {
1179
1179
  "$ref": "#/definitions/WebsiteJSON"
1180
1180
  }
@@ -1209,6 +1209,36 @@ exports.CanCreateOutgoingRequestRequest = {
1209
1209
  ],
1210
1210
  "additionalProperties": false
1211
1211
  },
1212
+ "BankAccountJSON": {
1213
+ "type": "object",
1214
+ "properties": {
1215
+ "@type": {
1216
+ "type": "string",
1217
+ "const": "BankAccount"
1218
+ },
1219
+ "@context": {
1220
+ "type": "string"
1221
+ },
1222
+ "@version": {
1223
+ "type": "string"
1224
+ },
1225
+ "accountHolder": {
1226
+ "type": "string"
1227
+ },
1228
+ "iban": {
1229
+ "type": "string"
1230
+ },
1231
+ "bic": {
1232
+ "type": "string"
1233
+ }
1234
+ },
1235
+ "required": [
1236
+ "@type",
1237
+ "accountHolder",
1238
+ "iban"
1239
+ ],
1240
+ "additionalProperties": false
1241
+ },
1212
1242
  "BirthDateJSON": {
1213
1243
  "type": "object",
1214
1244
  "properties": {
@@ -1798,49 +1828,6 @@ exports.CanCreateOutgoingRequestRequest = {
1798
1828
  ],
1799
1829
  "additionalProperties": false
1800
1830
  },
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
- },
1844
1831
  "WebsiteJSON": {
1845
1832
  "type": "object",
1846
1833
  "properties": {
@@ -2079,6 +2066,7 @@ exports.CanCreateOutgoingRequestRequest = {
2079
2066
  "type": "string",
2080
2067
  "enum": [
2081
2068
  "Affiliation",
2069
+ "BankAccount",
2082
2070
  "BirthDate",
2083
2071
  "BirthName",
2084
2072
  "BirthPlace",
@@ -2101,7 +2089,6 @@ exports.CanCreateOutgoingRequestRequest = {
2101
2089
  "Sex",
2102
2090
  "StreetAddress",
2103
2091
  "Surname",
2104
- "VerifiableCredential",
2105
2092
  "Website"
2106
2093
  ]
2107
2094
  },
@@ -3127,6 +3114,9 @@ exports.CompleteOutgoingRequestRequest = {
3127
3114
  {
3128
3115
  "$ref": "#/definitions/AffiliationJSON"
3129
3116
  },
3117
+ {
3118
+ "$ref": "#/definitions/BankAccountJSON"
3119
+ },
3130
3120
  {
3131
3121
  "$ref": "#/definitions/BirthDateJSON"
3132
3122
  },
@@ -3193,9 +3183,6 @@ exports.CompleteOutgoingRequestRequest = {
3193
3183
  {
3194
3184
  "$ref": "#/definitions/SurnameJSON"
3195
3185
  },
3196
- {
3197
- "$ref": "#/definitions/VerifiableCredentialJSON"
3198
- },
3199
3186
  {
3200
3187
  "$ref": "#/definitions/WebsiteJSON"
3201
3188
  }
@@ -3230,6 +3217,36 @@ exports.CompleteOutgoingRequestRequest = {
3230
3217
  ],
3231
3218
  "additionalProperties": false
3232
3219
  },
3220
+ "BankAccountJSON": {
3221
+ "type": "object",
3222
+ "properties": {
3223
+ "@type": {
3224
+ "type": "string",
3225
+ "const": "BankAccount"
3226
+ },
3227
+ "@context": {
3228
+ "type": "string"
3229
+ },
3230
+ "@version": {
3231
+ "type": "string"
3232
+ },
3233
+ "accountHolder": {
3234
+ "type": "string"
3235
+ },
3236
+ "iban": {
3237
+ "type": "string"
3238
+ },
3239
+ "bic": {
3240
+ "type": "string"
3241
+ }
3242
+ },
3243
+ "required": [
3244
+ "@type",
3245
+ "accountHolder",
3246
+ "iban"
3247
+ ],
3248
+ "additionalProperties": false
3249
+ },
3233
3250
  "BirthDateJSON": {
3234
3251
  "type": "object",
3235
3252
  "properties": {
@@ -3819,49 +3836,6 @@ exports.CompleteOutgoingRequestRequest = {
3819
3836
  ],
3820
3837
  "additionalProperties": false
3821
3838
  },
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
- },
3865
3839
  "WebsiteJSON": {
3866
3840
  "type": "object",
3867
3841
  "properties": {
@@ -5138,6 +5112,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5138
5112
  {
5139
5113
  "$ref": "#/definitions/AffiliationJSON"
5140
5114
  },
5115
+ {
5116
+ "$ref": "#/definitions/BankAccountJSON"
5117
+ },
5141
5118
  {
5142
5119
  "$ref": "#/definitions/BirthDateJSON"
5143
5120
  },
@@ -5204,9 +5181,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5204
5181
  {
5205
5182
  "$ref": "#/definitions/SurnameJSON"
5206
5183
  },
5207
- {
5208
- "$ref": "#/definitions/VerifiableCredentialJSON"
5209
- },
5210
5184
  {
5211
5185
  "$ref": "#/definitions/WebsiteJSON"
5212
5186
  }
@@ -5241,6 +5215,36 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5241
5215
  ],
5242
5216
  "additionalProperties": false
5243
5217
  },
5218
+ "BankAccountJSON": {
5219
+ "type": "object",
5220
+ "properties": {
5221
+ "@type": {
5222
+ "type": "string",
5223
+ "const": "BankAccount"
5224
+ },
5225
+ "@context": {
5226
+ "type": "string"
5227
+ },
5228
+ "@version": {
5229
+ "type": "string"
5230
+ },
5231
+ "accountHolder": {
5232
+ "type": "string"
5233
+ },
5234
+ "iban": {
5235
+ "type": "string"
5236
+ },
5237
+ "bic": {
5238
+ "type": "string"
5239
+ }
5240
+ },
5241
+ "required": [
5242
+ "@type",
5243
+ "accountHolder",
5244
+ "iban"
5245
+ ],
5246
+ "additionalProperties": false
5247
+ },
5244
5248
  "BirthDateJSON": {
5245
5249
  "type": "object",
5246
5250
  "properties": {
@@ -5830,49 +5834,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5830
5834
  ],
5831
5835
  "additionalProperties": false
5832
5836
  },
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
- },
5876
5837
  "WebsiteJSON": {
5877
5838
  "type": "object",
5878
5839
  "properties": {
@@ -7766,6 +7727,9 @@ exports.CreateOutgoingRequestRequest = {
7766
7727
  {
7767
7728
  "$ref": "#/definitions/AffiliationJSON"
7768
7729
  },
7730
+ {
7731
+ "$ref": "#/definitions/BankAccountJSON"
7732
+ },
7769
7733
  {
7770
7734
  "$ref": "#/definitions/BirthDateJSON"
7771
7735
  },
@@ -7832,9 +7796,6 @@ exports.CreateOutgoingRequestRequest = {
7832
7796
  {
7833
7797
  "$ref": "#/definitions/SurnameJSON"
7834
7798
  },
7835
- {
7836
- "$ref": "#/definitions/VerifiableCredentialJSON"
7837
- },
7838
7799
  {
7839
7800
  "$ref": "#/definitions/WebsiteJSON"
7840
7801
  }
@@ -7869,6 +7830,36 @@ exports.CreateOutgoingRequestRequest = {
7869
7830
  ],
7870
7831
  "additionalProperties": false
7871
7832
  },
7833
+ "BankAccountJSON": {
7834
+ "type": "object",
7835
+ "properties": {
7836
+ "@type": {
7837
+ "type": "string",
7838
+ "const": "BankAccount"
7839
+ },
7840
+ "@context": {
7841
+ "type": "string"
7842
+ },
7843
+ "@version": {
7844
+ "type": "string"
7845
+ },
7846
+ "accountHolder": {
7847
+ "type": "string"
7848
+ },
7849
+ "iban": {
7850
+ "type": "string"
7851
+ },
7852
+ "bic": {
7853
+ "type": "string"
7854
+ }
7855
+ },
7856
+ "required": [
7857
+ "@type",
7858
+ "accountHolder",
7859
+ "iban"
7860
+ ],
7861
+ "additionalProperties": false
7862
+ },
7872
7863
  "BirthDateJSON": {
7873
7864
  "type": "object",
7874
7865
  "properties": {
@@ -8458,49 +8449,6 @@ exports.CreateOutgoingRequestRequest = {
8458
8449
  ],
8459
8450
  "additionalProperties": false
8460
8451
  },
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
- },
8504
8452
  "WebsiteJSON": {
8505
8453
  "type": "object",
8506
8454
  "properties": {
@@ -8739,6 +8687,7 @@ exports.CreateOutgoingRequestRequest = {
8739
8687
  "type": "string",
8740
8688
  "enum": [
8741
8689
  "Affiliation",
8690
+ "BankAccount",
8742
8691
  "BirthDate",
8743
8692
  "BirthName",
8744
8693
  "BirthPlace",
@@ -8761,7 +8710,6 @@ exports.CreateOutgoingRequestRequest = {
8761
8710
  "Sex",
8762
8711
  "StreetAddress",
8763
8712
  "Surname",
8764
- "VerifiableCredential",
8765
8713
  "Website"
8766
8714
  ]
8767
8715
  },
@@ -10790,6 +10738,9 @@ exports.ReceivedIncomingRequestRequest = {
10790
10738
  {
10791
10739
  "$ref": "#/definitions/AffiliationJSON"
10792
10740
  },
10741
+ {
10742
+ "$ref": "#/definitions/BankAccountJSON"
10743
+ },
10793
10744
  {
10794
10745
  "$ref": "#/definitions/BirthDateJSON"
10795
10746
  },
@@ -10856,9 +10807,6 @@ exports.ReceivedIncomingRequestRequest = {
10856
10807
  {
10857
10808
  "$ref": "#/definitions/SurnameJSON"
10858
10809
  },
10859
- {
10860
- "$ref": "#/definitions/VerifiableCredentialJSON"
10861
- },
10862
10810
  {
10863
10811
  "$ref": "#/definitions/WebsiteJSON"
10864
10812
  }
@@ -10893,6 +10841,36 @@ exports.ReceivedIncomingRequestRequest = {
10893
10841
  ],
10894
10842
  "additionalProperties": false
10895
10843
  },
10844
+ "BankAccountJSON": {
10845
+ "type": "object",
10846
+ "properties": {
10847
+ "@type": {
10848
+ "type": "string",
10849
+ "const": "BankAccount"
10850
+ },
10851
+ "@context": {
10852
+ "type": "string"
10853
+ },
10854
+ "@version": {
10855
+ "type": "string"
10856
+ },
10857
+ "accountHolder": {
10858
+ "type": "string"
10859
+ },
10860
+ "iban": {
10861
+ "type": "string"
10862
+ },
10863
+ "bic": {
10864
+ "type": "string"
10865
+ }
10866
+ },
10867
+ "required": [
10868
+ "@type",
10869
+ "accountHolder",
10870
+ "iban"
10871
+ ],
10872
+ "additionalProperties": false
10873
+ },
10896
10874
  "BirthDateJSON": {
10897
10875
  "type": "object",
10898
10876
  "properties": {
@@ -11482,49 +11460,6 @@ exports.ReceivedIncomingRequestRequest = {
11482
11460
  ],
11483
11461
  "additionalProperties": false
11484
11462
  },
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
- },
11528
11463
  "WebsiteJSON": {
11529
11464
  "type": "object",
11530
11465
  "properties": {
@@ -11763,6 +11698,7 @@ exports.ReceivedIncomingRequestRequest = {
11763
11698
  "type": "string",
11764
11699
  "enum": [
11765
11700
  "Affiliation",
11701
+ "BankAccount",
11766
11702
  "BirthDate",
11767
11703
  "BirthName",
11768
11704
  "BirthPlace",
@@ -11785,7 +11721,6 @@ exports.ReceivedIncomingRequestRequest = {
11785
11721
  "Sex",
11786
11722
  "StreetAddress",
11787
11723
  "Surname",
11788
- "VerifiableCredential",
11789
11724
  "Website"
11790
11725
  ]
11791
11726
  },
@@ -13277,6 +13212,7 @@ exports.ExecuteIdentityAttributeQueryRequest = {
13277
13212
  "type": "string",
13278
13213
  "enum": [
13279
13214
  "Affiliation",
13215
+ "BankAccount",
13280
13216
  "BirthDate",
13281
13217
  "BirthName",
13282
13218
  "BirthPlace",
@@ -13299,7 +13235,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
13299
13235
  "Sex",
13300
13236
  "StreetAddress",
13301
13237
  "Surname",
13302
- "VerifiableCredential",
13303
13238
  "Website"
13304
13239
  ]
13305
13240
  },
@@ -13381,6 +13316,7 @@ exports.ExecuteIQLQueryRequest = {
13381
13316
  "type": "string",
13382
13317
  "enum": [
13383
13318
  "Affiliation",
13319
+ "BankAccount",
13384
13320
  "BirthDate",
13385
13321
  "BirthName",
13386
13322
  "BirthPlace",
@@ -13403,7 +13339,6 @@ exports.ExecuteIQLQueryRequest = {
13403
13339
  "Sex",
13404
13340
  "StreetAddress",
13405
13341
  "Surname",
13406
- "VerifiableCredential",
13407
13342
  "Website"
13408
13343
  ]
13409
13344
  },
@@ -14791,6 +14726,9 @@ exports.SucceedOwnIdentityAttributeRequest = {
14791
14726
  {
14792
14727
  "$ref": "#/definitions/AffiliationJSON"
14793
14728
  },
14729
+ {
14730
+ "$ref": "#/definitions/BankAccountJSON"
14731
+ },
14794
14732
  {
14795
14733
  "$ref": "#/definitions/BirthDateJSON"
14796
14734
  },
@@ -14857,9 +14795,6 @@ exports.SucceedOwnIdentityAttributeRequest = {
14857
14795
  {
14858
14796
  "$ref": "#/definitions/SurnameJSON"
14859
14797
  },
14860
- {
14861
- "$ref": "#/definitions/VerifiableCredentialJSON"
14862
- },
14863
14798
  {
14864
14799
  "$ref": "#/definitions/WebsiteJSON"
14865
14800
  }
@@ -14894,6 +14829,36 @@ exports.SucceedOwnIdentityAttributeRequest = {
14894
14829
  ],
14895
14830
  "additionalProperties": false
14896
14831
  },
14832
+ "BankAccountJSON": {
14833
+ "type": "object",
14834
+ "properties": {
14835
+ "@type": {
14836
+ "type": "string",
14837
+ "const": "BankAccount"
14838
+ },
14839
+ "@context": {
14840
+ "type": "string"
14841
+ },
14842
+ "@version": {
14843
+ "type": "string"
14844
+ },
14845
+ "accountHolder": {
14846
+ "type": "string"
14847
+ },
14848
+ "iban": {
14849
+ "type": "string"
14850
+ },
14851
+ "bic": {
14852
+ "type": "string"
14853
+ }
14854
+ },
14855
+ "required": [
14856
+ "@type",
14857
+ "accountHolder",
14858
+ "iban"
14859
+ ],
14860
+ "additionalProperties": false
14861
+ },
14897
14862
  "BirthDateJSON": {
14898
14863
  "type": "object",
14899
14864
  "properties": {
@@ -15483,49 +15448,6 @@ exports.SucceedOwnIdentityAttributeRequest = {
15483
15448
  ],
15484
15449
  "additionalProperties": false
15485
15450
  },
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
- },
15529
15451
  "WebsiteJSON": {
15530
15452
  "type": "object",
15531
15453
  "properties": {
@@ -16308,6 +16230,7 @@ exports.ValidateIQLQueryRequest = {
16308
16230
  "type": "string",
16309
16231
  "enum": [
16310
16232
  "Affiliation",
16233
+ "BankAccount",
16311
16234
  "BirthDate",
16312
16235
  "BirthName",
16313
16236
  "BirthPlace",
@@ -16330,7 +16253,6 @@ exports.ValidateIQLQueryRequest = {
16330
16253
  "Sex",
16331
16254
  "StreetAddress",
16332
16255
  "Surname",
16333
- "VerifiableCredential",
16334
16256
  "Website"
16335
16257
  ]
16336
16258
  },
@@ -16685,88 +16607,6 @@ exports.SentNotificationRequest = {
16685
16607
  }
16686
16608
  }
16687
16609
  };
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
- };
16770
16610
  exports.CreateSettingRequest = {
16771
16611
  "$schema": "http://json-schema.org/draft-07/schema#",
16772
16612
  "$ref": "#/definitions/CreateSettingRequest",
@@ -20297,6 +20137,42 @@ exports.BirthPlace = {
20297
20137
  }
20298
20138
  }
20299
20139
  };
20140
+ exports.BankAccount = {
20141
+ "$schema": "http://json-schema.org/draft-07/schema#",
20142
+ "$ref": "#/definitions/BankAccount",
20143
+ "definitions": {
20144
+ "BankAccount": {
20145
+ "type": "object",
20146
+ "properties": {
20147
+ "@type": {
20148
+ "type": "string",
20149
+ "const": "BankAccount"
20150
+ },
20151
+ "@context": {
20152
+ "type": "string"
20153
+ },
20154
+ "@version": {
20155
+ "type": "string"
20156
+ },
20157
+ "accountHolder": {
20158
+ "type": "string"
20159
+ },
20160
+ "iban": {
20161
+ "type": "string"
20162
+ },
20163
+ "bic": {
20164
+ "type": "string"
20165
+ }
20166
+ },
20167
+ "required": [
20168
+ "@type",
20169
+ "accountHolder",
20170
+ "iban"
20171
+ ],
20172
+ "additionalProperties": false
20173
+ }
20174
+ }
20175
+ };
20300
20176
  exports.DisplayName = {
20301
20177
  "$schema": "http://json-schema.org/draft-07/schema#",
20302
20178
  "$ref": "#/definitions/DisplayName",
@@ -20706,53 +20582,4 @@ exports.Sex = {
20706
20582
  }
20707
20583
  }
20708
20584
  };
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
- };
20758
20585
  //# sourceMappingURL=Schemas.js.map