@nmshd/runtime 4.14.1 → 5.0.0-alpha.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.
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts +5 -8
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +11 -51
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +0 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/transport/IdentityDVO.d.ts +0 -1
- package/dist/dataViews/transport/IdentityDVO.d.ts.map +1 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts +3 -27
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/events/EventProxy.d.ts.map +1 -1
- package/dist/events/EventProxy.js +11 -2
- package/dist/events/EventProxy.js.map +1 -1
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.d.ts +7 -0
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.d.ts.map +1 -0
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.js +14 -0
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.js.map +1 -0
- package/dist/events/consumption/index.d.ts +1 -1
- package/dist/events/consumption/index.d.ts.map +1 -1
- package/dist/events/consumption/index.js +1 -1
- package/dist/events/consumption/index.js.map +1 -1
- package/dist/events/transport/RelationshipDecomposedBySelfEvent.d.ts +9 -0
- package/dist/events/transport/RelationshipDecomposedBySelfEvent.d.ts.map +1 -0
- package/dist/events/transport/RelationshipDecomposedBySelfEvent.js +12 -0
- package/dist/events/transport/RelationshipDecomposedBySelfEvent.js.map +1 -0
- package/dist/events/transport/RelationshipReactivationCompletedEvent.d.ts +7 -0
- package/dist/events/transport/RelationshipReactivationCompletedEvent.d.ts.map +1 -0
- package/dist/events/transport/RelationshipReactivationCompletedEvent.js +12 -0
- package/dist/events/transport/RelationshipReactivationCompletedEvent.js.map +1 -0
- package/dist/events/transport/RelationshipReactivationRequestedEvent.d.ts +7 -0
- package/dist/events/transport/RelationshipReactivationRequestedEvent.d.ts.map +1 -0
- package/dist/events/transport/RelationshipReactivationRequestedEvent.js +12 -0
- package/dist/events/transport/RelationshipReactivationRequestedEvent.js.map +1 -0
- package/dist/events/transport/index.d.ts +3 -0
- package/dist/events/transport/index.d.ts.map +1 -1
- package/dist/events/transport/index.js +3 -0
- package/dist/events/transport/index.js.map +1 -1
- package/dist/extensibility/TransportServices.d.ts +2 -3
- package/dist/extensibility/TransportServices.d.ts.map +1 -1
- package/dist/extensibility/TransportServices.js +1 -4
- package/dist/extensibility/TransportServices.js.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +2 -7
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.js +1 -10
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.d.ts +3 -3
- package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.js +4 -4
- package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/DevicesFacade.d.ts +4 -2
- package/dist/extensibility/facades/transport/DevicesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/DevicesFacade.js +8 -2
- package/dist/extensibility/facades/transport/DevicesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipsFacade.d.ts +26 -14
- package/dist/extensibility/facades/transport/RelationshipsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipsFacade.js +49 -13
- package/dist/extensibility/facades/transport/RelationshipsFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/index.d.ts +1 -2
- package/dist/extensibility/facades/transport/index.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/index.js +1 -2
- package/dist/extensibility/facades/transport/index.js.map +1 -1
- package/dist/modules/NotificationModule.js +1 -1
- package/dist/modules/NotificationModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +6 -12
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/types/consumption/LocalRequestDTO.d.ts +1 -1
- package/dist/types/consumption/LocalRequestDTO.d.ts.map +1 -1
- package/dist/types/transport/IdentityDTO.d.ts +0 -1
- package/dist/types/transport/IdentityDTO.d.ts.map +1 -1
- package/dist/types/transport/RecipientDTO.d.ts +1 -1
- package/dist/types/transport/RecipientDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.d.ts +26 -4
- package/dist/types/transport/RelationshipDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.js +15 -2
- package/dist/types/transport/RelationshipDTO.js.map +1 -1
- package/dist/types/transport/index.d.ts +1 -2
- package/dist/types/transport/index.d.ts.map +1 -1
- package/dist/types/transport/index.js +1 -2
- package/dist/types/transport/index.js.map +1 -1
- package/dist/useCases/common/RuntimeErrors.d.ts +1 -1
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +3 -3
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +16 -13
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +723 -508
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/common/validation/ValidatableStrings.d.ts +1 -5
- package/dist/useCases/common/validation/ValidatableStrings.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js +3 -3
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js +1 -17
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/index.d.ts +1 -2
- package/dist/useCases/consumption/attributes/index.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/index.js +1 -2
- package/dist/useCases/consumption/attributes/index.js.map +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js +0 -5
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.js +0 -5
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.d.ts +2 -2
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.js +4 -9
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.js +0 -5
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts +2 -2
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.js +2 -7
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.js.map +1 -1
- package/dist/useCases/consumption/requests/DiscardOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/DiscardOutgoingRequest.js +0 -5
- package/dist/useCases/consumption/requests/DiscardOutgoingRequest.js.map +1 -1
- package/dist/useCases/transport/account/SyncDatawallet.d.ts +2 -5
- package/dist/useCases/transport/account/SyncDatawallet.d.ts.map +1 -1
- package/dist/useCases/transport/account/SyncDatawallet.js +2 -2
- package/dist/useCases/transport/account/SyncDatawallet.js.map +1 -1
- package/dist/useCases/transport/account/SyncEverything.d.ts +2 -5
- package/dist/useCases/transport/account/SyncEverything.d.ts.map +1 -1
- package/dist/useCases/transport/account/SyncEverything.js +4 -4
- package/dist/useCases/transport/account/SyncEverything.js.map +1 -1
- package/dist/useCases/transport/devices/DeviceMapper.d.ts.map +1 -1
- package/dist/useCases/transport/devices/DeviceMapper.js +2 -4
- package/dist/useCases/transport/devices/DeviceMapper.js.map +1 -1
- package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts +17 -0
- package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts.map +1 -0
- package/dist/useCases/transport/devices/SetCommunicationLanguage.js +46 -0
- package/dist/useCases/transport/devices/SetCommunicationLanguage.js.map +1 -0
- package/dist/useCases/transport/devices/index.d.ts +1 -0
- package/dist/useCases/transport/devices/index.d.ts.map +1 -1
- package/dist/useCases/transport/devices/index.js +1 -0
- package/dist/useCases/transport/devices/index.js.map +1 -1
- package/dist/useCases/transport/index.d.ts +1 -2
- package/dist/useCases/transport/index.d.ts.map +1 -1
- package/dist/useCases/transport/index.js +1 -2
- package/dist/useCases/transport/index.js.map +1 -1
- package/dist/useCases/transport/messages/GetMessages.d.ts.map +1 -1
- package/dist/useCases/transport/messages/GetMessages.js +1 -5
- package/dist/useCases/transport/messages/GetMessages.js.map +1 -1
- package/dist/useCases/transport/messages/MessageMapper.d.ts +1 -1
- package/dist/useCases/transport/messages/MessageMapper.d.ts.map +1 -1
- package/dist/useCases/transport/messages/MessageMapper.js +11 -9
- package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
- package/dist/useCases/transport/relationships/{AcceptRelationshipChange.d.ts → AcceptRelationship.d.ts} +6 -8
- package/dist/useCases/transport/relationships/AcceptRelationship.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/{RejectRelationshipChange.js → AcceptRelationship.js} +8 -12
- package/dist/useCases/transport/relationships/AcceptRelationship.js.map +1 -0
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.d.ts +18 -0
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/{RevokeRelationshipChange.js → AcceptRelationshipReactivation.js} +8 -12
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.js.map +1 -0
- package/dist/useCases/transport/relationships/CreateRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/CreateRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/CreateRelationship.js +1 -1
- package/dist/useCases/transport/relationships/CreateRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/DecomposeRelationship.d.ts +19 -0
- package/dist/useCases/transport/relationships/DecomposeRelationship.d.ts.map +1 -0
- package/dist/useCases/{consumption/attributes/GetSharedVersionsOfRepositoryAttribute.js → transport/relationships/DecomposeRelationship.js} +24 -22
- package/dist/useCases/transport/relationships/DecomposeRelationship.js.map +1 -0
- package/dist/useCases/transport/relationships/{RejectRelationshipChange.d.ts → RejectRelationship.d.ts} +6 -8
- package/dist/useCases/transport/relationships/RejectRelationship.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/{AcceptRelationshipChange.js → RejectRelationship.js} +8 -12
- package/dist/useCases/transport/relationships/RejectRelationship.js.map +1 -0
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.d.ts +18 -0
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js +58 -0
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js.map +1 -0
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts +1 -3
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.js +12 -27
- package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.d.ts +18 -0
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js +58 -0
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js.map +1 -0
- package/dist/useCases/transport/relationships/{RevokeRelationshipChange.d.ts → RevokeRelationship.d.ts} +6 -8
- package/dist/useCases/transport/relationships/RevokeRelationship.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/RevokeRelationship.js +58 -0
- package/dist/useCases/transport/relationships/RevokeRelationship.js.map +1 -0
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.d.ts +18 -0
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js +58 -0
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js.map +1 -0
- package/dist/useCases/transport/relationships/TerminateRelationship.d.ts +18 -0
- package/dist/useCases/transport/relationships/TerminateRelationship.d.ts.map +1 -0
- package/dist/useCases/transport/relationships/TerminateRelationship.js +58 -0
- package/dist/useCases/transport/relationships/TerminateRelationship.js.map +1 -0
- package/dist/useCases/transport/relationships/index.d.ts +9 -3
- package/dist/useCases/transport/relationships/index.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/index.js +9 -3
- package/dist/useCases/transport/relationships/index.js.map +1 -1
- package/package.json +5 -5
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.d.ts +0 -7
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.d.ts.map +0 -1
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js +0 -14
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationChangeCreatedAndCompletedEvent.js.map +0 -1
- package/dist/extensibility/facades/transport/IdentityFacade.d.ts +0 -8
- package/dist/extensibility/facades/transport/IdentityFacade.d.ts.map +0 -1
- package/dist/extensibility/facades/transport/IdentityFacade.js +0 -31
- package/dist/extensibility/facades/transport/IdentityFacade.js.map +0 -1
- package/dist/types/transport/RelationshipChangeDTO.d.ts +0 -31
- package/dist/types/transport/RelationshipChangeDTO.d.ts.map +0 -1
- package/dist/types/transport/RelationshipChangeDTO.js +0 -17
- package/dist/types/transport/RelationshipChangeDTO.js.map +0 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfRepositoryAttribute.d.ts +0 -24
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfRepositoryAttribute.d.ts.map +0 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfRepositoryAttribute.js.map +0 -1
- package/dist/useCases/transport/identity/CheckIdentity.d.ts +0 -27
- package/dist/useCases/transport/identity/CheckIdentity.d.ts.map +0 -1
- package/dist/useCases/transport/identity/CheckIdentity.js +0 -81
- package/dist/useCases/transport/identity/CheckIdentity.js.map +0 -1
- package/dist/useCases/transport/identity/index.d.ts +0 -2
- package/dist/useCases/transport/identity/index.d.ts.map +0 -1
- package/dist/useCases/transport/identity/index.js +0 -18
- package/dist/useCases/transport/identity/index.js.map +0 -1
- package/dist/useCases/transport/relationships/AcceptRelationshipChange.d.ts.map +0 -1
- package/dist/useCases/transport/relationships/AcceptRelationshipChange.js.map +0 -1
- package/dist/useCases/transport/relationships/RejectRelationshipChange.d.ts.map +0 -1
- package/dist/useCases/transport/relationships/RejectRelationshipChange.js.map +0 -1
- package/dist/useCases/transport/relationships/RevokeRelationshipChange.d.ts.map +0 -1
- package/dist/useCases/transport/relationships/RevokeRelationshipChange.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.GetVersionsOfAttributeRequest = exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.LoadPeerTokenRequest = exports.LoadPeerTokenViaSecretRequest = exports.LoadPeerTokenViaReferenceRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.GetQRCodeForTokenRequest = exports.CreateOwnTokenRequest = exports.
|
|
3
|
+
exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.GetVersionsOfAttributeRequest = exports.GetSharedVersionsOfAttributeRequest = exports.GetRepositoryAttributesRequest = exports.GetPeerSharedAttributesRequest = exports.GetOwnSharedAttributesRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.ExecuteIdentityAttributeQueryRequest = exports.ExecuteIQLQueryRequest = exports.DeleteThirdPartyOwnedRelationshipAttributeAndNotifyPeerRequest = exports.DeleteSharedAttributesForRejectedOrRevokedRelationshipRequest = exports.DeleteRepositoryAttributeRequest = exports.DeletePeerSharedAttributeAndNotifyOwnerRequest = exports.DeleteOwnSharedAttributeAndNotifyPeerRequest = exports.CreateRepositoryAttributeRequest = exports.CreateAndShareRelationshipAttributeRequest = exports.SentOutgoingRequestRequest = exports.RequireManualDecisionOfIncomingRequestRequest = exports.ReceivedIncomingRequestRequest = exports.GetOutgoingRequestsRequest = exports.GetOutgoingRequestRequest = exports.GetIncomingRequestsRequest = exports.GetIncomingRequestRequest = exports.DiscardOutgoingRequestRequest = exports.CreateOutgoingRequestRequest = exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest = exports.CompleteOutgoingRequestRequest = exports.CompleteIncomingRequestRequest = exports.CheckPrerequisitesOfIncomingRequestRequest = exports.RejectIncomingRequestRequest = exports.CanCreateOutgoingRequestRequest = exports.AcceptIncomingRequestRequest = exports.GetAttributeListenerRequest = exports.LoadPeerTokenAnonymousByTruncatedReferenceRequest = exports.LoadPeerTokenAnonymousByIdAndKeyRequest = void 0;
|
|
4
|
+
exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.CreateTokenQRCodeForOwnTemplateRequest = exports.CreateTokenForOwnTemplateRequest = exports.CreateQRCodeForOwnTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetOrLoadFileViaReferenceRequest = exports.GetOrLoadFileViaSecretRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.CreateTokenQRCodeForFileRequest = exports.CreateTokenForFileRequest = exports.CreateQRCodeForFileRequest = exports.UpdateDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.DownloadAttachmentRequest = exports.GetIdentityDeletionProcessRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromTruncatedReferenceRequest = exports.DownloadFileRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = void 0;
|
|
5
|
+
exports.LoadPeerTokenRequest = exports.LoadPeerTokenViaSecretRequest = exports.LoadPeerTokenViaReferenceRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.GetQRCodeForTokenRequest = exports.CreateOwnTokenRequest = 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.AcceptRelationshipReactivationRequest = exports.AcceptRelationshipRequest = exports.LoadPeerRelationshipTemplateRequest = exports.LoadPeerRelationshipTemplateViaReferenceRequest = exports.LoadPeerRelationshipTemplateViaSecretRequest = void 0;
|
|
6
6
|
exports.LoadPeerTokenAnonymousByIdAndKeyRequest = {
|
|
7
7
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
8
8
|
"$ref": "#/definitions/LoadPeerTokenAnonymousByIdAndKeyRequest",
|
|
@@ -242,10 +242,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
242
242
|
"type": "string",
|
|
243
243
|
"description": "The human-readable description of this group."
|
|
244
244
|
},
|
|
245
|
-
"mustBeAccepted": {
|
|
246
|
-
"type": "boolean",
|
|
247
|
-
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not."
|
|
248
|
-
},
|
|
249
245
|
"metadata": {
|
|
250
246
|
"type": "object",
|
|
251
247
|
"description": "This property can be used to add some arbitrary metadata to this group. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
@@ -260,11 +256,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
260
256
|
},
|
|
261
257
|
"required": [
|
|
262
258
|
"@type",
|
|
263
|
-
"items"
|
|
264
|
-
"mustBeAccepted"
|
|
259
|
+
"items"
|
|
265
260
|
],
|
|
266
261
|
"additionalProperties": false,
|
|
267
|
-
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to
|
|
262
|
+
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to visually group RequestItems on the UI and give them a common `title` or `description`."
|
|
268
263
|
},
|
|
269
264
|
"RequestItemJSONDerivations": {
|
|
270
265
|
"anyOf": [
|
|
@@ -322,11 +317,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
322
317
|
},
|
|
323
318
|
"metadata": {
|
|
324
319
|
"type": "object",
|
|
325
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
320
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
326
321
|
},
|
|
327
322
|
"mustBeAccepted": {
|
|
328
323
|
"type": "boolean",
|
|
329
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
324
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
330
325
|
},
|
|
331
326
|
"requireManualDecision": {
|
|
332
327
|
"type": "boolean",
|
|
@@ -362,11 +357,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
362
357
|
},
|
|
363
358
|
"metadata": {
|
|
364
359
|
"type": "object",
|
|
365
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
360
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
366
361
|
},
|
|
367
362
|
"mustBeAccepted": {
|
|
368
363
|
"type": "boolean",
|
|
369
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
364
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
370
365
|
},
|
|
371
366
|
"requireManualDecision": {
|
|
372
367
|
"type": "boolean",
|
|
@@ -2323,11 +2318,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2323
2318
|
},
|
|
2324
2319
|
"metadata": {
|
|
2325
2320
|
"type": "object",
|
|
2326
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2321
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2327
2322
|
},
|
|
2328
2323
|
"mustBeAccepted": {
|
|
2329
2324
|
"type": "boolean",
|
|
2330
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2325
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2331
2326
|
},
|
|
2332
2327
|
"requireManualDecision": {
|
|
2333
2328
|
"type": "boolean",
|
|
@@ -2367,11 +2362,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2367
2362
|
},
|
|
2368
2363
|
"metadata": {
|
|
2369
2364
|
"type": "object",
|
|
2370
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2365
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2371
2366
|
},
|
|
2372
2367
|
"mustBeAccepted": {
|
|
2373
2368
|
"type": "boolean",
|
|
2374
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2369
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2375
2370
|
},
|
|
2376
2371
|
"requireManualDecision": {
|
|
2377
2372
|
"type": "boolean",
|
|
@@ -2422,11 +2417,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2422
2417
|
},
|
|
2423
2418
|
"metadata": {
|
|
2424
2419
|
"type": "object",
|
|
2425
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2420
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2426
2421
|
},
|
|
2427
2422
|
"mustBeAccepted": {
|
|
2428
2423
|
"type": "boolean",
|
|
2429
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2424
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2430
2425
|
},
|
|
2431
2426
|
"requireManualDecision": {
|
|
2432
2427
|
"type": "boolean",
|
|
@@ -2710,11 +2705,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2710
2705
|
},
|
|
2711
2706
|
"metadata": {
|
|
2712
2707
|
"type": "object",
|
|
2713
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2708
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2714
2709
|
},
|
|
2715
2710
|
"mustBeAccepted": {
|
|
2716
2711
|
"type": "boolean",
|
|
2717
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2712
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2718
2713
|
},
|
|
2719
2714
|
"requireManualDecision": {
|
|
2720
2715
|
"type": "boolean",
|
|
@@ -2807,11 +2802,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2807
2802
|
},
|
|
2808
2803
|
"metadata": {
|
|
2809
2804
|
"type": "object",
|
|
2810
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2805
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2811
2806
|
},
|
|
2812
2807
|
"mustBeAccepted": {
|
|
2813
2808
|
"type": "boolean",
|
|
2814
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2809
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2815
2810
|
},
|
|
2816
2811
|
"requireManualDecision": {
|
|
2817
2812
|
"type": "boolean",
|
|
@@ -2854,11 +2849,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2854
2849
|
},
|
|
2855
2850
|
"metadata": {
|
|
2856
2851
|
"type": "object",
|
|
2857
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2852
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2858
2853
|
},
|
|
2859
2854
|
"mustBeAccepted": {
|
|
2860
2855
|
"type": "boolean",
|
|
2861
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2856
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2862
2857
|
},
|
|
2863
2858
|
"requireManualDecision": {
|
|
2864
2859
|
"type": "boolean",
|
|
@@ -2894,11 +2889,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2894
2889
|
},
|
|
2895
2890
|
"metadata": {
|
|
2896
2891
|
"type": "object",
|
|
2897
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2892
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2898
2893
|
},
|
|
2899
2894
|
"mustBeAccepted": {
|
|
2900
2895
|
"type": "boolean",
|
|
2901
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2896
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2902
2897
|
},
|
|
2903
2898
|
"requireManualDecision": {
|
|
2904
2899
|
"type": "boolean",
|
|
@@ -2938,11 +2933,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2938
2933
|
},
|
|
2939
2934
|
"metadata": {
|
|
2940
2935
|
"type": "object",
|
|
2941
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
2936
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2942
2937
|
},
|
|
2943
2938
|
"mustBeAccepted": {
|
|
2944
2939
|
"type": "boolean",
|
|
2945
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
2940
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2946
2941
|
},
|
|
2947
2942
|
"requireManualDecision": {
|
|
2948
2943
|
"type": "boolean",
|
|
@@ -2968,7 +2963,7 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2968
2963
|
},
|
|
2969
2964
|
"AddressString": {
|
|
2970
2965
|
"type": "string",
|
|
2971
|
-
"pattern": "
|
|
2966
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
2972
2967
|
}
|
|
2973
2968
|
}
|
|
2974
2969
|
};
|
|
@@ -3099,7 +3094,7 @@ exports.CompleteIncomingRequestRequest = {
|
|
|
3099
3094
|
"$ref": "#/definitions/MessageIdString"
|
|
3100
3095
|
},
|
|
3101
3096
|
{
|
|
3102
|
-
"$ref": "#/definitions/
|
|
3097
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
3103
3098
|
}
|
|
3104
3099
|
]
|
|
3105
3100
|
}
|
|
@@ -3117,9 +3112,9 @@ exports.CompleteIncomingRequestRequest = {
|
|
|
3117
3112
|
"type": "string",
|
|
3118
3113
|
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
3119
3114
|
},
|
|
3120
|
-
"
|
|
3115
|
+
"RelationshipIdString": {
|
|
3121
3116
|
"type": "string",
|
|
3122
|
-
"pattern": "
|
|
3117
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
3123
3118
|
}
|
|
3124
3119
|
}
|
|
3125
3120
|
};
|
|
@@ -5542,7 +5537,7 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5542
5537
|
"responseSourceId": {
|
|
5543
5538
|
"anyOf": [
|
|
5544
5539
|
{
|
|
5545
|
-
"$ref": "#/definitions/
|
|
5540
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
5546
5541
|
},
|
|
5547
5542
|
{
|
|
5548
5543
|
"$ref": "#/definitions/MessageIdString"
|
|
@@ -5564,9 +5559,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5564
5559
|
"type": "string",
|
|
5565
5560
|
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
5566
5561
|
},
|
|
5567
|
-
"
|
|
5562
|
+
"RelationshipIdString": {
|
|
5568
5563
|
"type": "string",
|
|
5569
|
-
"pattern": "
|
|
5564
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
5570
5565
|
},
|
|
5571
5566
|
"MessageIdString": {
|
|
5572
5567
|
"type": "string",
|
|
@@ -8035,10 +8030,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8035
8030
|
"type": "string",
|
|
8036
8031
|
"description": "The human-readable description of this group."
|
|
8037
8032
|
},
|
|
8038
|
-
"mustBeAccepted": {
|
|
8039
|
-
"type": "boolean",
|
|
8040
|
-
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not."
|
|
8041
|
-
},
|
|
8042
8033
|
"metadata": {
|
|
8043
8034
|
"type": "object",
|
|
8044
8035
|
"description": "This property can be used to add some arbitrary metadata to this group. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
@@ -8053,11 +8044,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8053
8044
|
},
|
|
8054
8045
|
"required": [
|
|
8055
8046
|
"@type",
|
|
8056
|
-
"items"
|
|
8057
|
-
"mustBeAccepted"
|
|
8047
|
+
"items"
|
|
8058
8048
|
],
|
|
8059
8049
|
"additionalProperties": false,
|
|
8060
|
-
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to
|
|
8050
|
+
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to visually group RequestItems on the UI and give them a common `title` or `description`."
|
|
8061
8051
|
},
|
|
8062
8052
|
"RequestItemJSONDerivations": {
|
|
8063
8053
|
"anyOf": [
|
|
@@ -8115,11 +8105,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8115
8105
|
},
|
|
8116
8106
|
"metadata": {
|
|
8117
8107
|
"type": "object",
|
|
8118
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
8108
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
8119
8109
|
},
|
|
8120
8110
|
"mustBeAccepted": {
|
|
8121
8111
|
"type": "boolean",
|
|
8122
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
8112
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
8123
8113
|
},
|
|
8124
8114
|
"requireManualDecision": {
|
|
8125
8115
|
"type": "boolean",
|
|
@@ -8155,11 +8145,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8155
8145
|
},
|
|
8156
8146
|
"metadata": {
|
|
8157
8147
|
"type": "object",
|
|
8158
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
8148
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
8159
8149
|
},
|
|
8160
8150
|
"mustBeAccepted": {
|
|
8161
8151
|
"type": "boolean",
|
|
8162
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
8152
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
8163
8153
|
},
|
|
8164
8154
|
"requireManualDecision": {
|
|
8165
8155
|
"type": "boolean",
|
|
@@ -10116,11 +10106,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10116
10106
|
},
|
|
10117
10107
|
"metadata": {
|
|
10118
10108
|
"type": "object",
|
|
10119
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10109
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10120
10110
|
},
|
|
10121
10111
|
"mustBeAccepted": {
|
|
10122
10112
|
"type": "boolean",
|
|
10123
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10113
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10124
10114
|
},
|
|
10125
10115
|
"requireManualDecision": {
|
|
10126
10116
|
"type": "boolean",
|
|
@@ -10160,11 +10150,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10160
10150
|
},
|
|
10161
10151
|
"metadata": {
|
|
10162
10152
|
"type": "object",
|
|
10163
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10153
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10164
10154
|
},
|
|
10165
10155
|
"mustBeAccepted": {
|
|
10166
10156
|
"type": "boolean",
|
|
10167
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10157
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10168
10158
|
},
|
|
10169
10159
|
"requireManualDecision": {
|
|
10170
10160
|
"type": "boolean",
|
|
@@ -10215,11 +10205,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10215
10205
|
},
|
|
10216
10206
|
"metadata": {
|
|
10217
10207
|
"type": "object",
|
|
10218
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10208
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10219
10209
|
},
|
|
10220
10210
|
"mustBeAccepted": {
|
|
10221
10211
|
"type": "boolean",
|
|
10222
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10212
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10223
10213
|
},
|
|
10224
10214
|
"requireManualDecision": {
|
|
10225
10215
|
"type": "boolean",
|
|
@@ -10503,11 +10493,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10503
10493
|
},
|
|
10504
10494
|
"metadata": {
|
|
10505
10495
|
"type": "object",
|
|
10506
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10496
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10507
10497
|
},
|
|
10508
10498
|
"mustBeAccepted": {
|
|
10509
10499
|
"type": "boolean",
|
|
10510
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10500
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10511
10501
|
},
|
|
10512
10502
|
"requireManualDecision": {
|
|
10513
10503
|
"type": "boolean",
|
|
@@ -10600,11 +10590,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10600
10590
|
},
|
|
10601
10591
|
"metadata": {
|
|
10602
10592
|
"type": "object",
|
|
10603
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10593
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10604
10594
|
},
|
|
10605
10595
|
"mustBeAccepted": {
|
|
10606
10596
|
"type": "boolean",
|
|
10607
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10597
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10608
10598
|
},
|
|
10609
10599
|
"requireManualDecision": {
|
|
10610
10600
|
"type": "boolean",
|
|
@@ -10647,11 +10637,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10647
10637
|
},
|
|
10648
10638
|
"metadata": {
|
|
10649
10639
|
"type": "object",
|
|
10650
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10640
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10651
10641
|
},
|
|
10652
10642
|
"mustBeAccepted": {
|
|
10653
10643
|
"type": "boolean",
|
|
10654
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10644
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10655
10645
|
},
|
|
10656
10646
|
"requireManualDecision": {
|
|
10657
10647
|
"type": "boolean",
|
|
@@ -10687,11 +10677,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10687
10677
|
},
|
|
10688
10678
|
"metadata": {
|
|
10689
10679
|
"type": "object",
|
|
10690
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10680
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10691
10681
|
},
|
|
10692
10682
|
"mustBeAccepted": {
|
|
10693
10683
|
"type": "boolean",
|
|
10694
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10684
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10695
10685
|
},
|
|
10696
10686
|
"requireManualDecision": {
|
|
10697
10687
|
"type": "boolean",
|
|
@@ -10731,11 +10721,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10731
10721
|
},
|
|
10732
10722
|
"metadata": {
|
|
10733
10723
|
"type": "object",
|
|
10734
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
10724
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
10735
10725
|
},
|
|
10736
10726
|
"mustBeAccepted": {
|
|
10737
10727
|
"type": "boolean",
|
|
10738
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
10728
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
10739
10729
|
},
|
|
10740
10730
|
"requireManualDecision": {
|
|
10741
10731
|
"type": "boolean",
|
|
@@ -10761,7 +10751,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10761
10751
|
},
|
|
10762
10752
|
"AddressString": {
|
|
10763
10753
|
"type": "string",
|
|
10764
|
-
"pattern": "
|
|
10754
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
10765
10755
|
}
|
|
10766
10756
|
}
|
|
10767
10757
|
};
|
|
@@ -11339,10 +11329,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11339
11329
|
"type": "string",
|
|
11340
11330
|
"description": "The human-readable description of this group."
|
|
11341
11331
|
},
|
|
11342
|
-
"mustBeAccepted": {
|
|
11343
|
-
"type": "boolean",
|
|
11344
|
-
"description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not."
|
|
11345
|
-
},
|
|
11346
11332
|
"metadata": {
|
|
11347
11333
|
"type": "object",
|
|
11348
11334
|
"description": "This property can be used to add some arbitrary metadata to this group. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the group content as they receive the response."
|
|
@@ -11357,11 +11343,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11357
11343
|
},
|
|
11358
11344
|
"required": [
|
|
11359
11345
|
"@type",
|
|
11360
|
-
"items"
|
|
11361
|
-
"mustBeAccepted"
|
|
11346
|
+
"items"
|
|
11362
11347
|
],
|
|
11363
11348
|
"additionalProperties": false,
|
|
11364
|
-
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to
|
|
11349
|
+
"description": "A RequestItemGroup can be used to group one or more RequestItems. This is useful if you want to visually group RequestItems on the UI and give them a common `title` or `description`."
|
|
11365
11350
|
},
|
|
11366
11351
|
"RequestItemJSONDerivations": {
|
|
11367
11352
|
"anyOf": [
|
|
@@ -11419,11 +11404,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11419
11404
|
},
|
|
11420
11405
|
"metadata": {
|
|
11421
11406
|
"type": "object",
|
|
11422
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
11407
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
11423
11408
|
},
|
|
11424
11409
|
"mustBeAccepted": {
|
|
11425
11410
|
"type": "boolean",
|
|
11426
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
11411
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11427
11412
|
},
|
|
11428
11413
|
"requireManualDecision": {
|
|
11429
11414
|
"type": "boolean",
|
|
@@ -11459,11 +11444,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11459
11444
|
},
|
|
11460
11445
|
"metadata": {
|
|
11461
11446
|
"type": "object",
|
|
11462
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
11447
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
11463
11448
|
},
|
|
11464
11449
|
"mustBeAccepted": {
|
|
11465
11450
|
"type": "boolean",
|
|
11466
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
11451
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11467
11452
|
},
|
|
11468
11453
|
"requireManualDecision": {
|
|
11469
11454
|
"type": "boolean",
|
|
@@ -13420,11 +13405,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13420
13405
|
},
|
|
13421
13406
|
"metadata": {
|
|
13422
13407
|
"type": "object",
|
|
13423
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13408
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13424
13409
|
},
|
|
13425
13410
|
"mustBeAccepted": {
|
|
13426
13411
|
"type": "boolean",
|
|
13427
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13412
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13428
13413
|
},
|
|
13429
13414
|
"requireManualDecision": {
|
|
13430
13415
|
"type": "boolean",
|
|
@@ -13464,11 +13449,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13464
13449
|
},
|
|
13465
13450
|
"metadata": {
|
|
13466
13451
|
"type": "object",
|
|
13467
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13452
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13468
13453
|
},
|
|
13469
13454
|
"mustBeAccepted": {
|
|
13470
13455
|
"type": "boolean",
|
|
13471
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13456
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13472
13457
|
},
|
|
13473
13458
|
"requireManualDecision": {
|
|
13474
13459
|
"type": "boolean",
|
|
@@ -13519,11 +13504,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13519
13504
|
},
|
|
13520
13505
|
"metadata": {
|
|
13521
13506
|
"type": "object",
|
|
13522
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13507
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13523
13508
|
},
|
|
13524
13509
|
"mustBeAccepted": {
|
|
13525
13510
|
"type": "boolean",
|
|
13526
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13511
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13527
13512
|
},
|
|
13528
13513
|
"requireManualDecision": {
|
|
13529
13514
|
"type": "boolean",
|
|
@@ -13807,11 +13792,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13807
13792
|
},
|
|
13808
13793
|
"metadata": {
|
|
13809
13794
|
"type": "object",
|
|
13810
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13795
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13811
13796
|
},
|
|
13812
13797
|
"mustBeAccepted": {
|
|
13813
13798
|
"type": "boolean",
|
|
13814
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13799
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13815
13800
|
},
|
|
13816
13801
|
"requireManualDecision": {
|
|
13817
13802
|
"type": "boolean",
|
|
@@ -13904,11 +13889,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13904
13889
|
},
|
|
13905
13890
|
"metadata": {
|
|
13906
13891
|
"type": "object",
|
|
13907
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13892
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13908
13893
|
},
|
|
13909
13894
|
"mustBeAccepted": {
|
|
13910
13895
|
"type": "boolean",
|
|
13911
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13896
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13912
13897
|
},
|
|
13913
13898
|
"requireManualDecision": {
|
|
13914
13899
|
"type": "boolean",
|
|
@@ -13951,11 +13936,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13951
13936
|
},
|
|
13952
13937
|
"metadata": {
|
|
13953
13938
|
"type": "object",
|
|
13954
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13939
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13955
13940
|
},
|
|
13956
13941
|
"mustBeAccepted": {
|
|
13957
13942
|
"type": "boolean",
|
|
13958
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13943
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13959
13944
|
},
|
|
13960
13945
|
"requireManualDecision": {
|
|
13961
13946
|
"type": "boolean",
|
|
@@ -13991,11 +13976,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13991
13976
|
},
|
|
13992
13977
|
"metadata": {
|
|
13993
13978
|
"type": "object",
|
|
13994
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
13979
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
13995
13980
|
},
|
|
13996
13981
|
"mustBeAccepted": {
|
|
13997
13982
|
"type": "boolean",
|
|
13998
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
13983
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
13999
13984
|
},
|
|
14000
13985
|
"requireManualDecision": {
|
|
14001
13986
|
"type": "boolean",
|
|
@@ -14035,11 +14020,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14035
14020
|
},
|
|
14036
14021
|
"metadata": {
|
|
14037
14022
|
"type": "object",
|
|
14038
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the
|
|
14023
|
+
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
14039
14024
|
},
|
|
14040
14025
|
"mustBeAccepted": {
|
|
14041
14026
|
"type": "boolean",
|
|
14042
|
-
"description": "If set to `true`, the recipient has to accept this
|
|
14027
|
+
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14043
14028
|
},
|
|
14044
14029
|
"requireManualDecision": {
|
|
14045
14030
|
"type": "boolean",
|
|
@@ -14837,7 +14822,7 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14837
14822
|
},
|
|
14838
14823
|
"AddressString": {
|
|
14839
14824
|
"type": "string",
|
|
14840
|
-
"pattern": "
|
|
14825
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
14841
14826
|
}
|
|
14842
14827
|
}
|
|
14843
14828
|
};
|
|
@@ -16199,15 +16184,37 @@ exports.DeleteThirdPartyOwnedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
16199
16184
|
}
|
|
16200
16185
|
}
|
|
16201
16186
|
};
|
|
16202
|
-
exports.
|
|
16187
|
+
exports.ExecuteIQLQueryRequest = {
|
|
16203
16188
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16204
|
-
"$ref": "#/definitions/
|
|
16189
|
+
"$ref": "#/definitions/ExecuteIQLQueryRequest",
|
|
16205
16190
|
"definitions": {
|
|
16206
|
-
"
|
|
16191
|
+
"ExecuteIQLQueryRequest": {
|
|
16207
16192
|
"type": "object",
|
|
16208
16193
|
"properties": {
|
|
16209
16194
|
"query": {
|
|
16210
|
-
"
|
|
16195
|
+
"type": "object",
|
|
16196
|
+
"additionalProperties": false,
|
|
16197
|
+
"properties": {
|
|
16198
|
+
"@type": {
|
|
16199
|
+
"type": "string",
|
|
16200
|
+
"const": "IQLQuery"
|
|
16201
|
+
},
|
|
16202
|
+
"queryString": {
|
|
16203
|
+
"type": "string"
|
|
16204
|
+
},
|
|
16205
|
+
"attributeCreationHints": {
|
|
16206
|
+
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
16207
|
+
},
|
|
16208
|
+
"@context": {
|
|
16209
|
+
"type": "string"
|
|
16210
|
+
},
|
|
16211
|
+
"@version": {
|
|
16212
|
+
"type": "string"
|
|
16213
|
+
}
|
|
16214
|
+
},
|
|
16215
|
+
"required": [
|
|
16216
|
+
"queryString"
|
|
16217
|
+
]
|
|
16211
16218
|
}
|
|
16212
16219
|
},
|
|
16213
16220
|
"required": [
|
|
@@ -16215,19 +16222,9 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
16215
16222
|
],
|
|
16216
16223
|
"additionalProperties": false
|
|
16217
16224
|
},
|
|
16218
|
-
"
|
|
16225
|
+
"IQLQueryCreationHintsJSON": {
|
|
16219
16226
|
"type": "object",
|
|
16220
16227
|
"properties": {
|
|
16221
|
-
"@type": {
|
|
16222
|
-
"type": "string",
|
|
16223
|
-
"const": "IdentityAttributeQuery"
|
|
16224
|
-
},
|
|
16225
|
-
"@context": {
|
|
16226
|
-
"type": "string"
|
|
16227
|
-
},
|
|
16228
|
-
"@version": {
|
|
16229
|
-
"type": "string"
|
|
16230
|
-
},
|
|
16231
16228
|
"valueType": {
|
|
16232
16229
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
16233
16230
|
},
|
|
@@ -16236,16 +16233,9 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
16236
16233
|
"items": {
|
|
16237
16234
|
"type": "string"
|
|
16238
16235
|
}
|
|
16239
|
-
},
|
|
16240
|
-
"validFrom": {
|
|
16241
|
-
"type": "string"
|
|
16242
|
-
},
|
|
16243
|
-
"validTo": {
|
|
16244
|
-
"type": "string"
|
|
16245
16236
|
}
|
|
16246
16237
|
},
|
|
16247
16238
|
"required": [
|
|
16248
|
-
"@type",
|
|
16249
16239
|
"valueType"
|
|
16250
16240
|
],
|
|
16251
16241
|
"additionalProperties": false
|
|
@@ -16314,37 +16304,15 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
16314
16304
|
}
|
|
16315
16305
|
}
|
|
16316
16306
|
};
|
|
16317
|
-
exports.
|
|
16307
|
+
exports.ExecuteIdentityAttributeQueryRequest = {
|
|
16318
16308
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16319
|
-
"$ref": "#/definitions/
|
|
16309
|
+
"$ref": "#/definitions/ExecuteIdentityAttributeQueryRequest",
|
|
16320
16310
|
"definitions": {
|
|
16321
|
-
"
|
|
16311
|
+
"ExecuteIdentityAttributeQueryRequest": {
|
|
16322
16312
|
"type": "object",
|
|
16323
16313
|
"properties": {
|
|
16324
16314
|
"query": {
|
|
16325
|
-
"
|
|
16326
|
-
"additionalProperties": false,
|
|
16327
|
-
"properties": {
|
|
16328
|
-
"@type": {
|
|
16329
|
-
"type": "string",
|
|
16330
|
-
"const": "IQLQuery"
|
|
16331
|
-
},
|
|
16332
|
-
"queryString": {
|
|
16333
|
-
"type": "string"
|
|
16334
|
-
},
|
|
16335
|
-
"attributeCreationHints": {
|
|
16336
|
-
"$ref": "#/definitions/IQLQueryCreationHintsJSON"
|
|
16337
|
-
},
|
|
16338
|
-
"@context": {
|
|
16339
|
-
"type": "string"
|
|
16340
|
-
},
|
|
16341
|
-
"@version": {
|
|
16342
|
-
"type": "string"
|
|
16343
|
-
}
|
|
16344
|
-
},
|
|
16345
|
-
"required": [
|
|
16346
|
-
"queryString"
|
|
16347
|
-
]
|
|
16315
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
16348
16316
|
}
|
|
16349
16317
|
},
|
|
16350
16318
|
"required": [
|
|
@@ -16352,9 +16320,19 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
16352
16320
|
],
|
|
16353
16321
|
"additionalProperties": false
|
|
16354
16322
|
},
|
|
16355
|
-
"
|
|
16323
|
+
"IdentityAttributeQueryJSON": {
|
|
16356
16324
|
"type": "object",
|
|
16357
16325
|
"properties": {
|
|
16326
|
+
"@type": {
|
|
16327
|
+
"type": "string",
|
|
16328
|
+
"const": "IdentityAttributeQuery"
|
|
16329
|
+
},
|
|
16330
|
+
"@context": {
|
|
16331
|
+
"type": "string"
|
|
16332
|
+
},
|
|
16333
|
+
"@version": {
|
|
16334
|
+
"type": "string"
|
|
16335
|
+
},
|
|
16358
16336
|
"valueType": {
|
|
16359
16337
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
16360
16338
|
},
|
|
@@ -16363,9 +16341,16 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
16363
16341
|
"items": {
|
|
16364
16342
|
"type": "string"
|
|
16365
16343
|
}
|
|
16344
|
+
},
|
|
16345
|
+
"validFrom": {
|
|
16346
|
+
"type": "string"
|
|
16347
|
+
},
|
|
16348
|
+
"validTo": {
|
|
16349
|
+
"type": "string"
|
|
16366
16350
|
}
|
|
16367
16351
|
},
|
|
16368
16352
|
"required": [
|
|
16353
|
+
"@type",
|
|
16369
16354
|
"valueType"
|
|
16370
16355
|
],
|
|
16371
16356
|
"additionalProperties": false
|
|
@@ -17003,7 +16988,7 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
17003
16988
|
},
|
|
17004
16989
|
"AddressString": {
|
|
17005
16990
|
"type": "string",
|
|
17006
|
-
"pattern": "
|
|
16991
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
17007
16992
|
},
|
|
17008
16993
|
"GetOwnSharedAttributeRequestQuery": {
|
|
17009
16994
|
"type": "object",
|
|
@@ -17242,7 +17227,7 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
17242
17227
|
},
|
|
17243
17228
|
"AddressString": {
|
|
17244
17229
|
"type": "string",
|
|
17245
|
-
"pattern": "
|
|
17230
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
17246
17231
|
},
|
|
17247
17232
|
"GetPeerSharedAttributesRequestQuery": {
|
|
17248
17233
|
"type": "object",
|
|
@@ -17549,43 +17534,7 @@ exports.GetSharedVersionsOfAttributeRequest = {
|
|
|
17549
17534
|
},
|
|
17550
17535
|
"AddressString": {
|
|
17551
17536
|
"type": "string",
|
|
17552
|
-
"pattern": "
|
|
17553
|
-
}
|
|
17554
|
-
}
|
|
17555
|
-
};
|
|
17556
|
-
exports.GetSharedVersionsOfRepositoryAttributeRequest = {
|
|
17557
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
17558
|
-
"$ref": "#/definitions/GetSharedVersionsOfRepositoryAttributeRequest",
|
|
17559
|
-
"definitions": {
|
|
17560
|
-
"GetSharedVersionsOfRepositoryAttributeRequest": {
|
|
17561
|
-
"type": "object",
|
|
17562
|
-
"properties": {
|
|
17563
|
-
"attributeId": {
|
|
17564
|
-
"$ref": "#/definitions/AttributeIdString"
|
|
17565
|
-
},
|
|
17566
|
-
"peers": {
|
|
17567
|
-
"type": "array",
|
|
17568
|
-
"items": {
|
|
17569
|
-
"$ref": "#/definitions/AddressString"
|
|
17570
|
-
}
|
|
17571
|
-
},
|
|
17572
|
-
"onlyLatestVersions": {
|
|
17573
|
-
"type": "boolean",
|
|
17574
|
-
"description": "default: true"
|
|
17575
|
-
}
|
|
17576
|
-
},
|
|
17577
|
-
"required": [
|
|
17578
|
-
"attributeId"
|
|
17579
|
-
],
|
|
17580
|
-
"additionalProperties": false
|
|
17581
|
-
},
|
|
17582
|
-
"AttributeIdString": {
|
|
17583
|
-
"type": "string",
|
|
17584
|
-
"pattern": "ATT[A-Za-z0-9]{17}"
|
|
17585
|
-
},
|
|
17586
|
-
"AddressString": {
|
|
17587
|
-
"type": "string",
|
|
17588
|
-
"pattern": "id1[A-Za-z0-9]{32,33}"
|
|
17537
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
17589
17538
|
}
|
|
17590
17539
|
}
|
|
17591
17540
|
};
|
|
@@ -17637,7 +17586,7 @@ exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
|
17637
17586
|
},
|
|
17638
17587
|
"AddressString": {
|
|
17639
17588
|
"type": "string",
|
|
17640
|
-
"pattern": "
|
|
17589
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
17641
17590
|
}
|
|
17642
17591
|
}
|
|
17643
17592
|
};
|
|
@@ -17703,7 +17652,7 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
17703
17652
|
},
|
|
17704
17653
|
"AddressString": {
|
|
17705
17654
|
"type": "string",
|
|
17706
|
-
"pattern": "
|
|
17655
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
17707
17656
|
},
|
|
17708
17657
|
"ISO8601DateTimeString": {
|
|
17709
17658
|
"type": "string",
|
|
@@ -20345,16 +20294,6 @@ exports.RegisterPushNotificationTokenRequest = {
|
|
|
20345
20294
|
}
|
|
20346
20295
|
}
|
|
20347
20296
|
};
|
|
20348
|
-
exports.SyncDatawalletRequest = {
|
|
20349
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20350
|
-
"$ref": "#/definitions/SyncDatawalletRequest",
|
|
20351
|
-
"definitions": {
|
|
20352
|
-
"SyncDatawalletRequest": {
|
|
20353
|
-
"type": "object",
|
|
20354
|
-
"additionalProperties": false
|
|
20355
|
-
}
|
|
20356
|
-
}
|
|
20357
|
-
};
|
|
20358
20297
|
exports.GetIdentityDeletionProcessRequest = {
|
|
20359
20298
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20360
20299
|
"$ref": "#/definitions/GetIdentityDeletionProcessRequest",
|
|
@@ -20407,16 +20346,6 @@ exports.DownloadAttachmentRequest = {
|
|
|
20407
20346
|
}
|
|
20408
20347
|
}
|
|
20409
20348
|
};
|
|
20410
|
-
exports.SyncEverythingRequest = {
|
|
20411
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20412
|
-
"$ref": "#/definitions/SyncEverythingRequest",
|
|
20413
|
-
"definitions": {
|
|
20414
|
-
"SyncEverythingRequest": {
|
|
20415
|
-
"type": "object",
|
|
20416
|
-
"additionalProperties": false
|
|
20417
|
-
}
|
|
20418
|
-
}
|
|
20419
|
-
};
|
|
20420
20349
|
exports.CreateRelationshipChallengeRequest = {
|
|
20421
20350
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20422
20351
|
"$ref": "#/definitions/CreateRelationshipChallengeRequest",
|
|
@@ -20759,6 +20688,212 @@ exports.GetDeviceOnboardingInfoRequest = {
|
|
|
20759
20688
|
}
|
|
20760
20689
|
}
|
|
20761
20690
|
};
|
|
20691
|
+
exports.SetCommunicationLanguageRequest = {
|
|
20692
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20693
|
+
"$ref": "#/definitions/SetCommunicationLanguageRequest",
|
|
20694
|
+
"definitions": {
|
|
20695
|
+
"SetCommunicationLanguageRequest": {
|
|
20696
|
+
"type": "object",
|
|
20697
|
+
"properties": {
|
|
20698
|
+
"communicationLanguage": {
|
|
20699
|
+
"$ref": "#/definitions/LanguageISO639"
|
|
20700
|
+
}
|
|
20701
|
+
},
|
|
20702
|
+
"required": [
|
|
20703
|
+
"communicationLanguage"
|
|
20704
|
+
],
|
|
20705
|
+
"additionalProperties": false
|
|
20706
|
+
},
|
|
20707
|
+
"LanguageISO639": {
|
|
20708
|
+
"type": "string",
|
|
20709
|
+
"enum": [
|
|
20710
|
+
"aa",
|
|
20711
|
+
"ab",
|
|
20712
|
+
"ae",
|
|
20713
|
+
"af",
|
|
20714
|
+
"ak",
|
|
20715
|
+
"am",
|
|
20716
|
+
"an",
|
|
20717
|
+
"ar",
|
|
20718
|
+
"as",
|
|
20719
|
+
"av",
|
|
20720
|
+
"ay",
|
|
20721
|
+
"az",
|
|
20722
|
+
"ba",
|
|
20723
|
+
"be",
|
|
20724
|
+
"bg",
|
|
20725
|
+
"bi",
|
|
20726
|
+
"bm",
|
|
20727
|
+
"bn",
|
|
20728
|
+
"bo",
|
|
20729
|
+
"br",
|
|
20730
|
+
"bs",
|
|
20731
|
+
"ca",
|
|
20732
|
+
"ce",
|
|
20733
|
+
"ch",
|
|
20734
|
+
"co",
|
|
20735
|
+
"cr",
|
|
20736
|
+
"cs",
|
|
20737
|
+
"cu",
|
|
20738
|
+
"cv",
|
|
20739
|
+
"cy",
|
|
20740
|
+
"da",
|
|
20741
|
+
"de",
|
|
20742
|
+
"dv",
|
|
20743
|
+
"dz",
|
|
20744
|
+
"ee",
|
|
20745
|
+
"el",
|
|
20746
|
+
"en",
|
|
20747
|
+
"eo",
|
|
20748
|
+
"es",
|
|
20749
|
+
"et",
|
|
20750
|
+
"eu",
|
|
20751
|
+
"fa",
|
|
20752
|
+
"ff",
|
|
20753
|
+
"fi",
|
|
20754
|
+
"fj",
|
|
20755
|
+
"fo",
|
|
20756
|
+
"fr",
|
|
20757
|
+
"fy",
|
|
20758
|
+
"ga",
|
|
20759
|
+
"gd",
|
|
20760
|
+
"gl",
|
|
20761
|
+
"gn",
|
|
20762
|
+
"gu",
|
|
20763
|
+
"gv",
|
|
20764
|
+
"ha",
|
|
20765
|
+
"he",
|
|
20766
|
+
"hi",
|
|
20767
|
+
"ho",
|
|
20768
|
+
"hr",
|
|
20769
|
+
"ht",
|
|
20770
|
+
"hu",
|
|
20771
|
+
"hy",
|
|
20772
|
+
"hz",
|
|
20773
|
+
"ia",
|
|
20774
|
+
"id",
|
|
20775
|
+
"ie",
|
|
20776
|
+
"ig",
|
|
20777
|
+
"ii",
|
|
20778
|
+
"ik",
|
|
20779
|
+
"io",
|
|
20780
|
+
"is",
|
|
20781
|
+
"it",
|
|
20782
|
+
"iu",
|
|
20783
|
+
"ja",
|
|
20784
|
+
"jv",
|
|
20785
|
+
"ka",
|
|
20786
|
+
"kg",
|
|
20787
|
+
"ki",
|
|
20788
|
+
"kj",
|
|
20789
|
+
"kk",
|
|
20790
|
+
"kl",
|
|
20791
|
+
"km",
|
|
20792
|
+
"kn",
|
|
20793
|
+
"ko",
|
|
20794
|
+
"kr",
|
|
20795
|
+
"ks",
|
|
20796
|
+
"ku",
|
|
20797
|
+
"kv",
|
|
20798
|
+
"kw",
|
|
20799
|
+
"ky",
|
|
20800
|
+
"la",
|
|
20801
|
+
"lb",
|
|
20802
|
+
"lg",
|
|
20803
|
+
"li",
|
|
20804
|
+
"ln",
|
|
20805
|
+
"lo",
|
|
20806
|
+
"lt",
|
|
20807
|
+
"lu",
|
|
20808
|
+
"lv",
|
|
20809
|
+
"mg",
|
|
20810
|
+
"mh",
|
|
20811
|
+
"mi",
|
|
20812
|
+
"mk",
|
|
20813
|
+
"ml",
|
|
20814
|
+
"mn",
|
|
20815
|
+
"mr",
|
|
20816
|
+
"ms",
|
|
20817
|
+
"mt",
|
|
20818
|
+
"my",
|
|
20819
|
+
"na",
|
|
20820
|
+
"nb",
|
|
20821
|
+
"nd",
|
|
20822
|
+
"ne",
|
|
20823
|
+
"ng",
|
|
20824
|
+
"nl",
|
|
20825
|
+
"nn",
|
|
20826
|
+
"no",
|
|
20827
|
+
"nr",
|
|
20828
|
+
"nv",
|
|
20829
|
+
"ny",
|
|
20830
|
+
"oc",
|
|
20831
|
+
"oj",
|
|
20832
|
+
"om",
|
|
20833
|
+
"or",
|
|
20834
|
+
"os",
|
|
20835
|
+
"pa",
|
|
20836
|
+
"pi",
|
|
20837
|
+
"pl",
|
|
20838
|
+
"ps",
|
|
20839
|
+
"pt",
|
|
20840
|
+
"qu",
|
|
20841
|
+
"rm",
|
|
20842
|
+
"rn",
|
|
20843
|
+
"ro",
|
|
20844
|
+
"ru",
|
|
20845
|
+
"rw",
|
|
20846
|
+
"sa",
|
|
20847
|
+
"sc",
|
|
20848
|
+
"sd",
|
|
20849
|
+
"se",
|
|
20850
|
+
"sg",
|
|
20851
|
+
"si",
|
|
20852
|
+
"sk",
|
|
20853
|
+
"sl",
|
|
20854
|
+
"sm",
|
|
20855
|
+
"sn",
|
|
20856
|
+
"so",
|
|
20857
|
+
"sq",
|
|
20858
|
+
"sr",
|
|
20859
|
+
"ss",
|
|
20860
|
+
"st",
|
|
20861
|
+
"su",
|
|
20862
|
+
"sv",
|
|
20863
|
+
"sw",
|
|
20864
|
+
"ta",
|
|
20865
|
+
"te",
|
|
20866
|
+
"tg",
|
|
20867
|
+
"th",
|
|
20868
|
+
"ti",
|
|
20869
|
+
"tk",
|
|
20870
|
+
"tl",
|
|
20871
|
+
"tn",
|
|
20872
|
+
"to",
|
|
20873
|
+
"tr",
|
|
20874
|
+
"ts",
|
|
20875
|
+
"tt",
|
|
20876
|
+
"tw",
|
|
20877
|
+
"ty",
|
|
20878
|
+
"ug",
|
|
20879
|
+
"uk",
|
|
20880
|
+
"ur",
|
|
20881
|
+
"uz",
|
|
20882
|
+
"ve",
|
|
20883
|
+
"vi",
|
|
20884
|
+
"vo",
|
|
20885
|
+
"wa",
|
|
20886
|
+
"wo",
|
|
20887
|
+
"xh",
|
|
20888
|
+
"yi",
|
|
20889
|
+
"yo",
|
|
20890
|
+
"za",
|
|
20891
|
+
"zh",
|
|
20892
|
+
"zu"
|
|
20893
|
+
]
|
|
20894
|
+
}
|
|
20895
|
+
}
|
|
20896
|
+
};
|
|
20762
20897
|
exports.UpdateDeviceRequest = {
|
|
20763
20898
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20764
20899
|
"$ref": "#/definitions/UpdateDeviceRequest",
|
|
@@ -21299,28 +21434,6 @@ exports.UploadOwnFileValidatableRequest = {
|
|
|
21299
21434
|
}
|
|
21300
21435
|
}
|
|
21301
21436
|
};
|
|
21302
|
-
exports.CheckIdentityRequest = {
|
|
21303
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21304
|
-
"$ref": "#/definitions/CheckIdentityRequest",
|
|
21305
|
-
"definitions": {
|
|
21306
|
-
"CheckIdentityRequest": {
|
|
21307
|
-
"type": "object",
|
|
21308
|
-
"properties": {
|
|
21309
|
-
"address": {
|
|
21310
|
-
"$ref": "#/definitions/AddressString"
|
|
21311
|
-
}
|
|
21312
|
-
},
|
|
21313
|
-
"required": [
|
|
21314
|
-
"address"
|
|
21315
|
-
],
|
|
21316
|
-
"additionalProperties": false
|
|
21317
|
-
},
|
|
21318
|
-
"AddressString": {
|
|
21319
|
-
"type": "string",
|
|
21320
|
-
"pattern": "id1[A-Za-z0-9]{32,33}"
|
|
21321
|
-
}
|
|
21322
|
-
}
|
|
21323
|
-
};
|
|
21324
21437
|
exports.GetAttachmentMetadataRequest = {
|
|
21325
21438
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21326
21439
|
"$ref": "#/definitions/GetAttachmentMetadataRequest",
|
|
@@ -21611,7 +21724,7 @@ exports.SendMessageRequest = {
|
|
|
21611
21724
|
},
|
|
21612
21725
|
"AddressString": {
|
|
21613
21726
|
"type": "string",
|
|
21614
|
-
"pattern": "
|
|
21727
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
21615
21728
|
},
|
|
21616
21729
|
"FileIdString": {
|
|
21617
21730
|
"type": "string",
|
|
@@ -21619,53 +21732,48 @@ exports.SendMessageRequest = {
|
|
|
21619
21732
|
}
|
|
21620
21733
|
}
|
|
21621
21734
|
};
|
|
21622
|
-
exports.
|
|
21735
|
+
exports.CreateOwnRelationshipTemplateRequest = {
|
|
21623
21736
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21624
|
-
"$ref": "#/definitions/
|
|
21737
|
+
"$ref": "#/definitions/CreateOwnRelationshipTemplateRequest",
|
|
21625
21738
|
"definitions": {
|
|
21626
|
-
"
|
|
21739
|
+
"CreateOwnRelationshipTemplateRequest": {
|
|
21627
21740
|
"type": "object",
|
|
21628
21741
|
"properties": {
|
|
21629
|
-
"
|
|
21630
|
-
"$ref": "#/definitions/
|
|
21631
|
-
},
|
|
21632
|
-
"changeId": {
|
|
21633
|
-
"$ref": "#/definitions/RelationshipChangeIdString"
|
|
21742
|
+
"expiresAt": {
|
|
21743
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21634
21744
|
},
|
|
21635
|
-
"content": {}
|
|
21745
|
+
"content": {},
|
|
21746
|
+
"maxNumberOfAllocations": {
|
|
21747
|
+
"type": "number",
|
|
21748
|
+
"minimum": 1
|
|
21749
|
+
}
|
|
21636
21750
|
},
|
|
21637
21751
|
"required": [
|
|
21638
|
-
"
|
|
21639
|
-
"changeId",
|
|
21752
|
+
"expiresAt",
|
|
21640
21753
|
"content"
|
|
21641
21754
|
],
|
|
21642
21755
|
"additionalProperties": false
|
|
21643
21756
|
},
|
|
21644
|
-
"
|
|
21645
|
-
"type": "string",
|
|
21646
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
21647
|
-
},
|
|
21648
|
-
"RelationshipChangeIdString": {
|
|
21757
|
+
"ISO8601DateTimeString": {
|
|
21649
21758
|
"type": "string",
|
|
21650
|
-
"
|
|
21759
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
21760
|
+
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
21651
21761
|
}
|
|
21652
21762
|
}
|
|
21653
21763
|
};
|
|
21654
|
-
exports.
|
|
21764
|
+
exports.CreateQRCodeForOwnTemplateRequest = {
|
|
21655
21765
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21656
|
-
"$ref": "#/definitions/
|
|
21766
|
+
"$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
|
|
21657
21767
|
"definitions": {
|
|
21658
|
-
"
|
|
21768
|
+
"CreateQRCodeForOwnTemplateRequest": {
|
|
21659
21769
|
"type": "object",
|
|
21660
21770
|
"properties": {
|
|
21661
21771
|
"templateId": {
|
|
21662
21772
|
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21663
|
-
}
|
|
21664
|
-
"content": {}
|
|
21773
|
+
}
|
|
21665
21774
|
},
|
|
21666
21775
|
"required": [
|
|
21667
|
-
"templateId"
|
|
21668
|
-
"content"
|
|
21776
|
+
"templateId"
|
|
21669
21777
|
],
|
|
21670
21778
|
"additionalProperties": false
|
|
21671
21779
|
},
|
|
@@ -21675,273 +21783,25 @@ exports.CreateRelationshipRequest = {
|
|
|
21675
21783
|
}
|
|
21676
21784
|
}
|
|
21677
21785
|
};
|
|
21678
|
-
exports.
|
|
21786
|
+
exports.CreateTokenForOwnTemplateRequest = {
|
|
21679
21787
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21680
|
-
"$ref": "#/definitions/
|
|
21788
|
+
"$ref": "#/definitions/CreateTokenForOwnTemplateRequest",
|
|
21681
21789
|
"definitions": {
|
|
21682
|
-
"
|
|
21790
|
+
"CreateTokenForOwnTemplateRequest": {
|
|
21683
21791
|
"type": "object",
|
|
21684
21792
|
"properties": {
|
|
21685
|
-
"
|
|
21686
|
-
"$ref": "#/definitions/
|
|
21793
|
+
"templateId": {
|
|
21794
|
+
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21687
21795
|
},
|
|
21688
|
-
"
|
|
21689
|
-
"
|
|
21796
|
+
"expiresAt": {
|
|
21797
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21690
21798
|
},
|
|
21691
|
-
"
|
|
21692
|
-
"type": "boolean"
|
|
21693
|
-
"description": "default: true"
|
|
21799
|
+
"ephemeral": {
|
|
21800
|
+
"type": "boolean"
|
|
21694
21801
|
}
|
|
21695
21802
|
},
|
|
21696
21803
|
"required": [
|
|
21697
|
-
"
|
|
21698
|
-
],
|
|
21699
|
-
"additionalProperties": false
|
|
21700
|
-
},
|
|
21701
|
-
"RelationshipIdString": {
|
|
21702
|
-
"type": "string",
|
|
21703
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
21704
|
-
}
|
|
21705
|
-
}
|
|
21706
|
-
};
|
|
21707
|
-
exports.GetRelationshipRequest = {
|
|
21708
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21709
|
-
"$ref": "#/definitions/GetRelationshipRequest",
|
|
21710
|
-
"definitions": {
|
|
21711
|
-
"GetRelationshipRequest": {
|
|
21712
|
-
"type": "object",
|
|
21713
|
-
"properties": {
|
|
21714
|
-
"id": {
|
|
21715
|
-
"$ref": "#/definitions/RelationshipIdString"
|
|
21716
|
-
}
|
|
21717
|
-
},
|
|
21718
|
-
"required": [
|
|
21719
|
-
"id"
|
|
21720
|
-
],
|
|
21721
|
-
"additionalProperties": false
|
|
21722
|
-
},
|
|
21723
|
-
"RelationshipIdString": {
|
|
21724
|
-
"type": "string",
|
|
21725
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
21726
|
-
}
|
|
21727
|
-
}
|
|
21728
|
-
};
|
|
21729
|
-
exports.GetRelationshipByAddressRequest = {
|
|
21730
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21731
|
-
"$ref": "#/definitions/GetRelationshipByAddressRequest",
|
|
21732
|
-
"definitions": {
|
|
21733
|
-
"GetRelationshipByAddressRequest": {
|
|
21734
|
-
"type": "object",
|
|
21735
|
-
"properties": {
|
|
21736
|
-
"address": {
|
|
21737
|
-
"$ref": "#/definitions/AddressString"
|
|
21738
|
-
}
|
|
21739
|
-
},
|
|
21740
|
-
"required": [
|
|
21741
|
-
"address"
|
|
21742
|
-
],
|
|
21743
|
-
"additionalProperties": false
|
|
21744
|
-
},
|
|
21745
|
-
"AddressString": {
|
|
21746
|
-
"type": "string",
|
|
21747
|
-
"pattern": "id1[A-Za-z0-9]{32,33}"
|
|
21748
|
-
}
|
|
21749
|
-
}
|
|
21750
|
-
};
|
|
21751
|
-
exports.GetRelationshipsRequest = {
|
|
21752
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21753
|
-
"$ref": "#/definitions/GetRelationshipsRequest",
|
|
21754
|
-
"definitions": {
|
|
21755
|
-
"GetRelationshipsRequest": {
|
|
21756
|
-
"type": "object",
|
|
21757
|
-
"properties": {
|
|
21758
|
-
"query": {
|
|
21759
|
-
"$ref": "#/definitions/GetRelationshipsQuery"
|
|
21760
|
-
}
|
|
21761
|
-
},
|
|
21762
|
-
"additionalProperties": false
|
|
21763
|
-
},
|
|
21764
|
-
"GetRelationshipsQuery": {
|
|
21765
|
-
"type": "object",
|
|
21766
|
-
"properties": {
|
|
21767
|
-
"peer": {
|
|
21768
|
-
"anyOf": [
|
|
21769
|
-
{
|
|
21770
|
-
"type": "string"
|
|
21771
|
-
},
|
|
21772
|
-
{
|
|
21773
|
-
"type": "array",
|
|
21774
|
-
"items": {
|
|
21775
|
-
"type": "string"
|
|
21776
|
-
}
|
|
21777
|
-
}
|
|
21778
|
-
]
|
|
21779
|
-
},
|
|
21780
|
-
"status": {
|
|
21781
|
-
"anyOf": [
|
|
21782
|
-
{
|
|
21783
|
-
"type": "string"
|
|
21784
|
-
},
|
|
21785
|
-
{
|
|
21786
|
-
"type": "array",
|
|
21787
|
-
"items": {
|
|
21788
|
-
"type": "string"
|
|
21789
|
-
}
|
|
21790
|
-
}
|
|
21791
|
-
]
|
|
21792
|
-
},
|
|
21793
|
-
"template.id": {
|
|
21794
|
-
"anyOf": [
|
|
21795
|
-
{
|
|
21796
|
-
"type": "string"
|
|
21797
|
-
},
|
|
21798
|
-
{
|
|
21799
|
-
"type": "array",
|
|
21800
|
-
"items": {
|
|
21801
|
-
"type": "string"
|
|
21802
|
-
}
|
|
21803
|
-
}
|
|
21804
|
-
]
|
|
21805
|
-
}
|
|
21806
|
-
},
|
|
21807
|
-
"additionalProperties": false
|
|
21808
|
-
}
|
|
21809
|
-
}
|
|
21810
|
-
};
|
|
21811
|
-
exports.RejectRelationshipChangeRequest = {
|
|
21812
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21813
|
-
"$ref": "#/definitions/RejectRelationshipChangeRequest",
|
|
21814
|
-
"definitions": {
|
|
21815
|
-
"RejectRelationshipChangeRequest": {
|
|
21816
|
-
"type": "object",
|
|
21817
|
-
"properties": {
|
|
21818
|
-
"relationshipId": {
|
|
21819
|
-
"$ref": "#/definitions/RelationshipIdString"
|
|
21820
|
-
},
|
|
21821
|
-
"changeId": {
|
|
21822
|
-
"$ref": "#/definitions/RelationshipChangeIdString"
|
|
21823
|
-
},
|
|
21824
|
-
"content": {}
|
|
21825
|
-
},
|
|
21826
|
-
"required": [
|
|
21827
|
-
"relationshipId",
|
|
21828
|
-
"changeId",
|
|
21829
|
-
"content"
|
|
21830
|
-
],
|
|
21831
|
-
"additionalProperties": false
|
|
21832
|
-
},
|
|
21833
|
-
"RelationshipIdString": {
|
|
21834
|
-
"type": "string",
|
|
21835
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
21836
|
-
},
|
|
21837
|
-
"RelationshipChangeIdString": {
|
|
21838
|
-
"type": "string",
|
|
21839
|
-
"pattern": "RCH[A-Za-z0-9]{17}"
|
|
21840
|
-
}
|
|
21841
|
-
}
|
|
21842
|
-
};
|
|
21843
|
-
exports.RevokeRelationshipChangeRequest = {
|
|
21844
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21845
|
-
"$ref": "#/definitions/RevokeRelationshipChangeRequest",
|
|
21846
|
-
"definitions": {
|
|
21847
|
-
"RevokeRelationshipChangeRequest": {
|
|
21848
|
-
"type": "object",
|
|
21849
|
-
"properties": {
|
|
21850
|
-
"relationshipId": {
|
|
21851
|
-
"$ref": "#/definitions/RelationshipIdString"
|
|
21852
|
-
},
|
|
21853
|
-
"changeId": {
|
|
21854
|
-
"$ref": "#/definitions/RelationshipChangeIdString"
|
|
21855
|
-
},
|
|
21856
|
-
"content": {}
|
|
21857
|
-
},
|
|
21858
|
-
"required": [
|
|
21859
|
-
"relationshipId",
|
|
21860
|
-
"changeId",
|
|
21861
|
-
"content"
|
|
21862
|
-
],
|
|
21863
|
-
"additionalProperties": false
|
|
21864
|
-
},
|
|
21865
|
-
"RelationshipIdString": {
|
|
21866
|
-
"type": "string",
|
|
21867
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
21868
|
-
},
|
|
21869
|
-
"RelationshipChangeIdString": {
|
|
21870
|
-
"type": "string",
|
|
21871
|
-
"pattern": "RCH[A-Za-z0-9]{17}"
|
|
21872
|
-
}
|
|
21873
|
-
}
|
|
21874
|
-
};
|
|
21875
|
-
exports.CreateOwnRelationshipTemplateRequest = {
|
|
21876
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21877
|
-
"$ref": "#/definitions/CreateOwnRelationshipTemplateRequest",
|
|
21878
|
-
"definitions": {
|
|
21879
|
-
"CreateOwnRelationshipTemplateRequest": {
|
|
21880
|
-
"type": "object",
|
|
21881
|
-
"properties": {
|
|
21882
|
-
"expiresAt": {
|
|
21883
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21884
|
-
},
|
|
21885
|
-
"content": {},
|
|
21886
|
-
"maxNumberOfAllocations": {
|
|
21887
|
-
"type": "number",
|
|
21888
|
-
"minimum": 1
|
|
21889
|
-
}
|
|
21890
|
-
},
|
|
21891
|
-
"required": [
|
|
21892
|
-
"expiresAt",
|
|
21893
|
-
"content"
|
|
21894
|
-
],
|
|
21895
|
-
"additionalProperties": false
|
|
21896
|
-
},
|
|
21897
|
-
"ISO8601DateTimeString": {
|
|
21898
|
-
"type": "string",
|
|
21899
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
21900
|
-
"pattern": "^([+-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24:?00)([.,]\\d+(?!:))?)?(\\17[0-5]\\d([.,]\\d+)?)?([zZ]|([+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
|
|
21901
|
-
}
|
|
21902
|
-
}
|
|
21903
|
-
};
|
|
21904
|
-
exports.CreateQRCodeForOwnTemplateRequest = {
|
|
21905
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21906
|
-
"$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
|
|
21907
|
-
"definitions": {
|
|
21908
|
-
"CreateQRCodeForOwnTemplateRequest": {
|
|
21909
|
-
"type": "object",
|
|
21910
|
-
"properties": {
|
|
21911
|
-
"templateId": {
|
|
21912
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21913
|
-
}
|
|
21914
|
-
},
|
|
21915
|
-
"required": [
|
|
21916
|
-
"templateId"
|
|
21917
|
-
],
|
|
21918
|
-
"additionalProperties": false
|
|
21919
|
-
},
|
|
21920
|
-
"RelationshipTemplateIdString": {
|
|
21921
|
-
"type": "string",
|
|
21922
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21923
|
-
}
|
|
21924
|
-
}
|
|
21925
|
-
};
|
|
21926
|
-
exports.CreateTokenForOwnTemplateRequest = {
|
|
21927
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21928
|
-
"$ref": "#/definitions/CreateTokenForOwnTemplateRequest",
|
|
21929
|
-
"definitions": {
|
|
21930
|
-
"CreateTokenForOwnTemplateRequest": {
|
|
21931
|
-
"type": "object",
|
|
21932
|
-
"properties": {
|
|
21933
|
-
"templateId": {
|
|
21934
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21935
|
-
},
|
|
21936
|
-
"expiresAt": {
|
|
21937
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21938
|
-
},
|
|
21939
|
-
"ephemeral": {
|
|
21940
|
-
"type": "boolean"
|
|
21941
|
-
}
|
|
21942
|
-
},
|
|
21943
|
-
"required": [
|
|
21944
|
-
"templateId"
|
|
21804
|
+
"templateId"
|
|
21945
21805
|
],
|
|
21946
21806
|
"additionalProperties": false
|
|
21947
21807
|
},
|
|
@@ -22243,6 +22103,361 @@ exports.LoadPeerRelationshipTemplateRequest = {
|
|
|
22243
22103
|
}
|
|
22244
22104
|
}
|
|
22245
22105
|
};
|
|
22106
|
+
exports.AcceptRelationshipRequest = {
|
|
22107
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22108
|
+
"$ref": "#/definitions/AcceptRelationshipRequest",
|
|
22109
|
+
"definitions": {
|
|
22110
|
+
"AcceptRelationshipRequest": {
|
|
22111
|
+
"type": "object",
|
|
22112
|
+
"properties": {
|
|
22113
|
+
"relationshipId": {
|
|
22114
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22115
|
+
}
|
|
22116
|
+
},
|
|
22117
|
+
"required": [
|
|
22118
|
+
"relationshipId"
|
|
22119
|
+
],
|
|
22120
|
+
"additionalProperties": false
|
|
22121
|
+
},
|
|
22122
|
+
"RelationshipIdString": {
|
|
22123
|
+
"type": "string",
|
|
22124
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22125
|
+
}
|
|
22126
|
+
}
|
|
22127
|
+
};
|
|
22128
|
+
exports.AcceptRelationshipReactivationRequest = {
|
|
22129
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22130
|
+
"$ref": "#/definitions/AcceptRelationshipReactivationRequest",
|
|
22131
|
+
"definitions": {
|
|
22132
|
+
"AcceptRelationshipReactivationRequest": {
|
|
22133
|
+
"type": "object",
|
|
22134
|
+
"properties": {
|
|
22135
|
+
"relationshipId": {
|
|
22136
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22137
|
+
}
|
|
22138
|
+
},
|
|
22139
|
+
"required": [
|
|
22140
|
+
"relationshipId"
|
|
22141
|
+
],
|
|
22142
|
+
"additionalProperties": false
|
|
22143
|
+
},
|
|
22144
|
+
"RelationshipIdString": {
|
|
22145
|
+
"type": "string",
|
|
22146
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22147
|
+
}
|
|
22148
|
+
}
|
|
22149
|
+
};
|
|
22150
|
+
exports.CreateRelationshipRequest = {
|
|
22151
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22152
|
+
"$ref": "#/definitions/CreateRelationshipRequest",
|
|
22153
|
+
"definitions": {
|
|
22154
|
+
"CreateRelationshipRequest": {
|
|
22155
|
+
"type": "object",
|
|
22156
|
+
"properties": {
|
|
22157
|
+
"templateId": {
|
|
22158
|
+
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
22159
|
+
},
|
|
22160
|
+
"creationContent": {}
|
|
22161
|
+
},
|
|
22162
|
+
"required": [
|
|
22163
|
+
"templateId",
|
|
22164
|
+
"creationContent"
|
|
22165
|
+
],
|
|
22166
|
+
"additionalProperties": false
|
|
22167
|
+
},
|
|
22168
|
+
"RelationshipTemplateIdString": {
|
|
22169
|
+
"type": "string",
|
|
22170
|
+
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
22171
|
+
}
|
|
22172
|
+
}
|
|
22173
|
+
};
|
|
22174
|
+
exports.DecomposeRelationshipRequest = {
|
|
22175
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22176
|
+
"$ref": "#/definitions/DecomposeRelationshipRequest",
|
|
22177
|
+
"definitions": {
|
|
22178
|
+
"DecomposeRelationshipRequest": {
|
|
22179
|
+
"type": "object",
|
|
22180
|
+
"properties": {
|
|
22181
|
+
"relationshipId": {
|
|
22182
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22183
|
+
}
|
|
22184
|
+
},
|
|
22185
|
+
"required": [
|
|
22186
|
+
"relationshipId"
|
|
22187
|
+
],
|
|
22188
|
+
"additionalProperties": false
|
|
22189
|
+
},
|
|
22190
|
+
"RelationshipIdString": {
|
|
22191
|
+
"type": "string",
|
|
22192
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22193
|
+
}
|
|
22194
|
+
}
|
|
22195
|
+
};
|
|
22196
|
+
exports.GetAttributesForRelationshipRequest = {
|
|
22197
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22198
|
+
"$ref": "#/definitions/GetAttributesForRelationshipRequest",
|
|
22199
|
+
"definitions": {
|
|
22200
|
+
"GetAttributesForRelationshipRequest": {
|
|
22201
|
+
"type": "object",
|
|
22202
|
+
"properties": {
|
|
22203
|
+
"id": {
|
|
22204
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22205
|
+
},
|
|
22206
|
+
"hideTechnical": {
|
|
22207
|
+
"type": "boolean"
|
|
22208
|
+
},
|
|
22209
|
+
"onlyLatestVersions": {
|
|
22210
|
+
"type": "boolean",
|
|
22211
|
+
"description": "default: true"
|
|
22212
|
+
}
|
|
22213
|
+
},
|
|
22214
|
+
"required": [
|
|
22215
|
+
"id"
|
|
22216
|
+
],
|
|
22217
|
+
"additionalProperties": false
|
|
22218
|
+
},
|
|
22219
|
+
"RelationshipIdString": {
|
|
22220
|
+
"type": "string",
|
|
22221
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22222
|
+
}
|
|
22223
|
+
}
|
|
22224
|
+
};
|
|
22225
|
+
exports.GetRelationshipRequest = {
|
|
22226
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22227
|
+
"$ref": "#/definitions/GetRelationshipRequest",
|
|
22228
|
+
"definitions": {
|
|
22229
|
+
"GetRelationshipRequest": {
|
|
22230
|
+
"type": "object",
|
|
22231
|
+
"properties": {
|
|
22232
|
+
"id": {
|
|
22233
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22234
|
+
}
|
|
22235
|
+
},
|
|
22236
|
+
"required": [
|
|
22237
|
+
"id"
|
|
22238
|
+
],
|
|
22239
|
+
"additionalProperties": false
|
|
22240
|
+
},
|
|
22241
|
+
"RelationshipIdString": {
|
|
22242
|
+
"type": "string",
|
|
22243
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22244
|
+
}
|
|
22245
|
+
}
|
|
22246
|
+
};
|
|
22247
|
+
exports.GetRelationshipByAddressRequest = {
|
|
22248
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22249
|
+
"$ref": "#/definitions/GetRelationshipByAddressRequest",
|
|
22250
|
+
"definitions": {
|
|
22251
|
+
"GetRelationshipByAddressRequest": {
|
|
22252
|
+
"type": "object",
|
|
22253
|
+
"properties": {
|
|
22254
|
+
"address": {
|
|
22255
|
+
"$ref": "#/definitions/AddressString"
|
|
22256
|
+
}
|
|
22257
|
+
},
|
|
22258
|
+
"required": [
|
|
22259
|
+
"address"
|
|
22260
|
+
],
|
|
22261
|
+
"additionalProperties": false
|
|
22262
|
+
},
|
|
22263
|
+
"AddressString": {
|
|
22264
|
+
"type": "string",
|
|
22265
|
+
"pattern": "did:e:[a-zA-Z0-9.-]+:dids:[0-9a-f]{22}"
|
|
22266
|
+
}
|
|
22267
|
+
}
|
|
22268
|
+
};
|
|
22269
|
+
exports.GetRelationshipsRequest = {
|
|
22270
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22271
|
+
"$ref": "#/definitions/GetRelationshipsRequest",
|
|
22272
|
+
"definitions": {
|
|
22273
|
+
"GetRelationshipsRequest": {
|
|
22274
|
+
"type": "object",
|
|
22275
|
+
"properties": {
|
|
22276
|
+
"query": {
|
|
22277
|
+
"$ref": "#/definitions/GetRelationshipsQuery"
|
|
22278
|
+
}
|
|
22279
|
+
},
|
|
22280
|
+
"additionalProperties": false
|
|
22281
|
+
},
|
|
22282
|
+
"GetRelationshipsQuery": {
|
|
22283
|
+
"type": "object",
|
|
22284
|
+
"properties": {
|
|
22285
|
+
"peer": {
|
|
22286
|
+
"anyOf": [
|
|
22287
|
+
{
|
|
22288
|
+
"type": "string"
|
|
22289
|
+
},
|
|
22290
|
+
{
|
|
22291
|
+
"type": "array",
|
|
22292
|
+
"items": {
|
|
22293
|
+
"type": "string"
|
|
22294
|
+
}
|
|
22295
|
+
}
|
|
22296
|
+
]
|
|
22297
|
+
},
|
|
22298
|
+
"status": {
|
|
22299
|
+
"anyOf": [
|
|
22300
|
+
{
|
|
22301
|
+
"type": "string"
|
|
22302
|
+
},
|
|
22303
|
+
{
|
|
22304
|
+
"type": "array",
|
|
22305
|
+
"items": {
|
|
22306
|
+
"type": "string"
|
|
22307
|
+
}
|
|
22308
|
+
}
|
|
22309
|
+
]
|
|
22310
|
+
},
|
|
22311
|
+
"template.id": {
|
|
22312
|
+
"anyOf": [
|
|
22313
|
+
{
|
|
22314
|
+
"type": "string"
|
|
22315
|
+
},
|
|
22316
|
+
{
|
|
22317
|
+
"type": "array",
|
|
22318
|
+
"items": {
|
|
22319
|
+
"type": "string"
|
|
22320
|
+
}
|
|
22321
|
+
}
|
|
22322
|
+
]
|
|
22323
|
+
}
|
|
22324
|
+
},
|
|
22325
|
+
"additionalProperties": false
|
|
22326
|
+
}
|
|
22327
|
+
}
|
|
22328
|
+
};
|
|
22329
|
+
exports.RejectRelationshipRequest = {
|
|
22330
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22331
|
+
"$ref": "#/definitions/RejectRelationshipRequest",
|
|
22332
|
+
"definitions": {
|
|
22333
|
+
"RejectRelationshipRequest": {
|
|
22334
|
+
"type": "object",
|
|
22335
|
+
"properties": {
|
|
22336
|
+
"relationshipId": {
|
|
22337
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22338
|
+
}
|
|
22339
|
+
},
|
|
22340
|
+
"required": [
|
|
22341
|
+
"relationshipId"
|
|
22342
|
+
],
|
|
22343
|
+
"additionalProperties": false
|
|
22344
|
+
},
|
|
22345
|
+
"RelationshipIdString": {
|
|
22346
|
+
"type": "string",
|
|
22347
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22348
|
+
}
|
|
22349
|
+
}
|
|
22350
|
+
};
|
|
22351
|
+
exports.RejectRelationshipReactivationRequest = {
|
|
22352
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22353
|
+
"$ref": "#/definitions/RejectRelationshipReactivationRequest",
|
|
22354
|
+
"definitions": {
|
|
22355
|
+
"RejectRelationshipReactivationRequest": {
|
|
22356
|
+
"type": "object",
|
|
22357
|
+
"properties": {
|
|
22358
|
+
"relationshipId": {
|
|
22359
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22360
|
+
}
|
|
22361
|
+
},
|
|
22362
|
+
"required": [
|
|
22363
|
+
"relationshipId"
|
|
22364
|
+
],
|
|
22365
|
+
"additionalProperties": false
|
|
22366
|
+
},
|
|
22367
|
+
"RelationshipIdString": {
|
|
22368
|
+
"type": "string",
|
|
22369
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22370
|
+
}
|
|
22371
|
+
}
|
|
22372
|
+
};
|
|
22373
|
+
exports.RequestRelationshipReactivationRequest = {
|
|
22374
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22375
|
+
"$ref": "#/definitions/RequestRelationshipReactivationRequest",
|
|
22376
|
+
"definitions": {
|
|
22377
|
+
"RequestRelationshipReactivationRequest": {
|
|
22378
|
+
"type": "object",
|
|
22379
|
+
"properties": {
|
|
22380
|
+
"relationshipId": {
|
|
22381
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22382
|
+
}
|
|
22383
|
+
},
|
|
22384
|
+
"required": [
|
|
22385
|
+
"relationshipId"
|
|
22386
|
+
],
|
|
22387
|
+
"additionalProperties": false
|
|
22388
|
+
},
|
|
22389
|
+
"RelationshipIdString": {
|
|
22390
|
+
"type": "string",
|
|
22391
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22392
|
+
}
|
|
22393
|
+
}
|
|
22394
|
+
};
|
|
22395
|
+
exports.RevokeRelationshipRequest = {
|
|
22396
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22397
|
+
"$ref": "#/definitions/RevokeRelationshipRequest",
|
|
22398
|
+
"definitions": {
|
|
22399
|
+
"RevokeRelationshipRequest": {
|
|
22400
|
+
"type": "object",
|
|
22401
|
+
"properties": {
|
|
22402
|
+
"relationshipId": {
|
|
22403
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22404
|
+
}
|
|
22405
|
+
},
|
|
22406
|
+
"required": [
|
|
22407
|
+
"relationshipId"
|
|
22408
|
+
],
|
|
22409
|
+
"additionalProperties": false
|
|
22410
|
+
},
|
|
22411
|
+
"RelationshipIdString": {
|
|
22412
|
+
"type": "string",
|
|
22413
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22414
|
+
}
|
|
22415
|
+
}
|
|
22416
|
+
};
|
|
22417
|
+
exports.RevokeRelationshipReactivationRequest = {
|
|
22418
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22419
|
+
"$ref": "#/definitions/RevokeRelationshipReactivationRequest",
|
|
22420
|
+
"definitions": {
|
|
22421
|
+
"RevokeRelationshipReactivationRequest": {
|
|
22422
|
+
"type": "object",
|
|
22423
|
+
"properties": {
|
|
22424
|
+
"relationshipId": {
|
|
22425
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22426
|
+
}
|
|
22427
|
+
},
|
|
22428
|
+
"required": [
|
|
22429
|
+
"relationshipId"
|
|
22430
|
+
],
|
|
22431
|
+
"additionalProperties": false
|
|
22432
|
+
},
|
|
22433
|
+
"RelationshipIdString": {
|
|
22434
|
+
"type": "string",
|
|
22435
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22436
|
+
}
|
|
22437
|
+
}
|
|
22438
|
+
};
|
|
22439
|
+
exports.TerminateRelationshipRequest = {
|
|
22440
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22441
|
+
"$ref": "#/definitions/TerminateRelationshipRequest",
|
|
22442
|
+
"definitions": {
|
|
22443
|
+
"TerminateRelationshipRequest": {
|
|
22444
|
+
"type": "object",
|
|
22445
|
+
"properties": {
|
|
22446
|
+
"relationshipId": {
|
|
22447
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
22448
|
+
}
|
|
22449
|
+
},
|
|
22450
|
+
"required": [
|
|
22451
|
+
"relationshipId"
|
|
22452
|
+
],
|
|
22453
|
+
"additionalProperties": false
|
|
22454
|
+
},
|
|
22455
|
+
"RelationshipIdString": {
|
|
22456
|
+
"type": "string",
|
|
22457
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
22458
|
+
}
|
|
22459
|
+
}
|
|
22460
|
+
};
|
|
22246
22461
|
exports.CreateOwnTokenRequest = {
|
|
22247
22462
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
22248
22463
|
"$ref": "#/definitions/CreateOwnTokenRequest",
|