@nmshd/runtime 7.0.0-alpha.7 → 7.0.0-alpha.70
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/ConfigHolder.d.ts +7 -0
- package/dist/ConfigHolder.d.ts.map +1 -0
- package/dist/ConfigHolder.js +14 -0
- package/dist/ConfigHolder.js.map +1 -0
- package/dist/DatabaseSchemaUpgrader.d.ts.map +1 -1
- package/dist/DatabaseSchemaUpgrader.js +5 -84
- package/dist/DatabaseSchemaUpgrader.js.map +1 -1
- package/dist/Runtime.d.ts +1 -1
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +19 -7
- package/dist/Runtime.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts +4 -3
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +157 -215
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +1 -1
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts.map +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts +1 -0
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts.map +1 -1
- package/dist/dataViews/consumption/PeerRelationshipTemplateDVO.d.ts +1 -1
- package/dist/dataViews/consumption/PeerRelationshipTemplateDVO.d.ts.map +1 -1
- package/dist/dataViews/consumption/index.d.ts +0 -2
- package/dist/dataViews/consumption/index.d.ts.map +1 -1
- package/dist/dataViews/consumption/index.js +0 -2
- package/dist/dataViews/consumption/index.js.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +8 -9
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +9 -11
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/transport/FileDVO.d.ts +5 -1
- package/dist/dataViews/transport/FileDVO.d.ts.map +1 -1
- package/dist/dataViews/transport/MessageDVO.d.ts +1 -1
- package/dist/dataViews/transport/MessageDVO.d.ts.map +1 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts +2 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/dataViews/transport/RelationshipTemplateDVO.d.ts +1 -2
- package/dist/dataViews/transport/RelationshipTemplateDVO.d.ts.map +1 -1
- package/dist/events/EventProxy.d.ts.map +1 -1
- package/dist/events/EventProxy.js +12 -4
- package/dist/events/EventProxy.js.map +1 -1
- package/dist/events/consumption/AttributeCreatedEvent.d.ts +1 -1
- package/dist/events/consumption/AttributeCreatedEvent.d.ts.map +1 -1
- package/dist/events/consumption/AttributeDeletedEvent.d.ts +1 -1
- package/dist/events/consumption/AttributeDeletedEvent.d.ts.map +1 -1
- package/dist/events/consumption/AttributeWasViewedAtChangedEvent.d.ts +7 -0
- package/dist/events/consumption/AttributeWasViewedAtChangedEvent.d.ts.map +1 -0
- package/dist/events/consumption/AttributeWasViewedAtChangedEvent.js +12 -0
- package/dist/events/consumption/AttributeWasViewedAtChangedEvent.js.map +1 -0
- package/dist/events/consumption/IncomingRequestReceivedEvent.d.ts +1 -1
- package/dist/events/consumption/IncomingRequestReceivedEvent.d.ts.map +1 -1
- package/dist/events/consumption/IncomingRequestStatusChangedEvent.d.ts +1 -1
- package/dist/events/consumption/IncomingRequestStatusChangedEvent.d.ts.map +1 -1
- package/dist/events/consumption/MailReceivedEvent.d.ts +1 -1
- package/dist/events/consumption/MailReceivedEvent.d.ts.map +1 -1
- package/dist/events/consumption/MessageProcessedEvent.d.ts +1 -1
- package/dist/events/consumption/MessageProcessedEvent.d.ts.map +1 -1
- package/dist/events/consumption/OutgoingRequestCreatedAndCompletedEvent.d.ts +1 -1
- package/dist/events/consumption/OutgoingRequestCreatedAndCompletedEvent.d.ts.map +1 -1
- package/dist/events/consumption/OutgoingRequestCreatedEvent.d.ts +1 -1
- package/dist/events/consumption/OutgoingRequestCreatedEvent.d.ts.map +1 -1
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.d.ts +1 -1
- package/dist/events/consumption/OutgoingRequestFromRelationshipCreationCreatedAndCompletedEvent.d.ts.map +1 -1
- package/dist/events/consumption/OutgoingRequestStatusChangedEvent.d.ts +1 -1
- package/dist/events/consumption/OutgoingRequestStatusChangedEvent.d.ts.map +1 -1
- package/dist/events/consumption/OwnSharedAttributeDeletedByOwnerEvent.d.ts +1 -1
- package/dist/events/consumption/OwnSharedAttributeDeletedByOwnerEvent.d.ts.map +1 -1
- package/dist/events/consumption/PeerSharedAttributeDeletedByPeerEvent.d.ts +1 -1
- package/dist/events/consumption/PeerSharedAttributeDeletedByPeerEvent.d.ts.map +1 -1
- package/dist/events/consumption/RelationshipEvent.d.ts +1 -1
- package/dist/events/consumption/RelationshipEvent.d.ts.map +1 -1
- package/dist/events/consumption/RelationshipTemplateProcessedEvent.d.ts +1 -1
- package/dist/events/consumption/RelationshipTemplateProcessedEvent.d.ts.map +1 -1
- package/dist/events/consumption/SuccessionEventData.d.ts +1 -1
- package/dist/events/consumption/SuccessionEventData.d.ts.map +1 -1
- package/dist/events/consumption/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts +1 -1
- package/dist/events/consumption/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts.map +1 -1
- package/dist/events/consumption/index.d.ts +1 -3
- package/dist/events/consumption/index.d.ts.map +1 -1
- package/dist/events/consumption/index.js +1 -3
- package/dist/events/consumption/index.js.map +1 -1
- package/dist/events/transport/FileOwnershipClaimedEvent.d.ts +7 -0
- package/dist/events/transport/FileOwnershipClaimedEvent.d.ts.map +1 -0
- package/dist/events/transport/FileOwnershipClaimedEvent.js +12 -0
- package/dist/events/transport/FileOwnershipClaimedEvent.js.map +1 -0
- package/dist/events/transport/FileOwnershipLockedEvent.d.ts +7 -0
- package/dist/events/transport/FileOwnershipLockedEvent.d.ts.map +1 -0
- package/dist/events/transport/FileOwnershipLockedEvent.js +12 -0
- package/dist/events/transport/FileOwnershipLockedEvent.js.map +1 -0
- package/dist/events/transport/IdentityDeletionProcessStatusChangedEvent.d.ts +1 -1
- package/dist/events/transport/IdentityDeletionProcessStatusChangedEvent.d.ts.map +1 -1
- package/dist/events/transport/MessageDeliveredEvent.d.ts +1 -1
- package/dist/events/transport/MessageDeliveredEvent.d.ts.map +1 -1
- package/dist/events/transport/MessageReceivedEvent.d.ts +1 -1
- package/dist/events/transport/MessageReceivedEvent.d.ts.map +1 -1
- package/dist/events/transport/MessageSentEvent.d.ts +1 -1
- package/dist/events/transport/MessageSentEvent.d.ts.map +1 -1
- package/dist/events/transport/MessageWasReadAtChangedEvent.d.ts +1 -1
- package/dist/events/transport/MessageWasReadAtChangedEvent.d.ts.map +1 -1
- package/dist/events/transport/PeerDeletedEvent.d.ts +1 -1
- package/dist/events/transport/PeerDeletedEvent.d.ts.map +1 -1
- package/dist/events/transport/PeerDeletionCancelledEvent.d.ts +1 -1
- package/dist/events/transport/PeerDeletionCancelledEvent.d.ts.map +1 -1
- package/dist/events/transport/PeerRelationshipTemplateLoadedEvent.d.ts +1 -1
- package/dist/events/transport/PeerRelationshipTemplateLoadedEvent.d.ts.map +1 -1
- package/dist/events/transport/PeerToBeDeletedEvent.d.ts +1 -1
- package/dist/events/transport/PeerToBeDeletedEvent.d.ts.map +1 -1
- package/dist/events/transport/RelationshipChangedEvent.d.ts +1 -1
- package/dist/events/transport/RelationshipChangedEvent.d.ts.map +1 -1
- package/dist/events/transport/RelationshipReactivationCompletedEvent.d.ts +1 -1
- package/dist/events/transport/RelationshipReactivationCompletedEvent.d.ts.map +1 -1
- package/dist/events/transport/RelationshipReactivationRequestedEvent.d.ts +1 -1
- package/dist/events/transport/RelationshipReactivationRequestedEvent.d.ts.map +1 -1
- package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.d.ts +7 -0
- package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.d.ts.map +1 -0
- package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.js +12 -0
- package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.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/ConsumptionServices.d.ts +2 -3
- package/dist/extensibility/ConsumptionServices.d.ts.map +1 -1
- package/dist/extensibility/ConsumptionServices.js +1 -4
- package/dist/extensibility/ConsumptionServices.js.map +1 -1
- package/dist/extensibility/TransportServices.d.ts +4 -2
- package/dist/extensibility/TransportServices.d.ts.map +1 -1
- package/dist/extensibility/TransportServices.js +7 -1
- package/dist/extensibility/TransportServices.js.map +1 -1
- package/dist/extensibility/facades/anonymous/AnonymousTokensFacade.d.ts +5 -3
- package/dist/extensibility/facades/anonymous/AnonymousTokensFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/anonymous/AnonymousTokensFacade.js +8 -2
- package/dist/extensibility/facades/anonymous/AnonymousTokensFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +7 -7
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.js +14 -8
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/DraftsFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/DraftsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/DraftsFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/IdentityMetadataFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/IdentityMetadataFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/IdentityMetadataFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/IncomingRequestsFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/IncomingRequestsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/IncomingRequestsFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/NotificationsFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/NotificationsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/NotificationsFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/OutgoingRequestsFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/OutgoingRequestsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/OutgoingRequestsFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/SettingsFacade.d.ts +1 -1
- package/dist/extensibility/facades/consumption/SettingsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/SettingsFacade.js.map +1 -1
- package/dist/extensibility/facades/consumption/index.d.ts +0 -1
- package/dist/extensibility/facades/consumption/index.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/index.js +0 -1
- package/dist/extensibility/facades/consumption/index.js.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.d.ts +5 -5
- package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.js +5 -5
- package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/AnnouncementsFacade.d.ts +9 -0
- package/dist/extensibility/facades/transport/AnnouncementsFacade.d.ts.map +1 -0
- package/dist/extensibility/facades/{consumption/AttributeListenersFacade.js → transport/AnnouncementsFacade.js} +11 -17
- package/dist/extensibility/facades/transport/AnnouncementsFacade.js.map +1 -0
- package/dist/extensibility/facades/transport/BackboneNotificationsFacade.d.ts +8 -0
- package/dist/extensibility/facades/transport/BackboneNotificationsFacade.d.ts.map +1 -0
- package/dist/extensibility/facades/transport/BackboneNotificationsFacade.js +31 -0
- package/dist/extensibility/facades/transport/BackboneNotificationsFacade.js.map +1 -0
- package/dist/extensibility/facades/transport/ChallengesFacade.d.ts +1 -1
- package/dist/extensibility/facades/transport/ChallengesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/ChallengesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/DevicesFacade.d.ts +7 -9
- package/dist/extensibility/facades/transport/DevicesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/DevicesFacade.js +9 -15
- package/dist/extensibility/facades/transport/DevicesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/FilesFacade.d.ts +5 -7
- package/dist/extensibility/facades/transport/FilesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/FilesFacade.js +5 -11
- package/dist/extensibility/facades/transport/FilesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/IdentityDeletionProcessesFacade.d.ts +3 -7
- package/dist/extensibility/facades/transport/IdentityDeletionProcessesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/IdentityDeletionProcessesFacade.js +2 -14
- package/dist/extensibility/facades/transport/IdentityDeletionProcessesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/IdentityRecoveryKitsFacade.d.ts +1 -1
- package/dist/extensibility/facades/transport/IdentityRecoveryKitsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/IdentityRecoveryKitsFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/MessagesFacade.d.ts +1 -1
- package/dist/extensibility/facades/transport/MessagesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/MessagesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/PublicRelationshipTemplateReferencesFacade.d.ts +1 -1
- package/dist/extensibility/facades/transport/PublicRelationshipTemplateReferencesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/PublicRelationshipTemplateReferencesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts +5 -9
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js +5 -17
- package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipsFacade.d.ts +1 -1
- package/dist/extensibility/facades/transport/RelationshipsFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/RelationshipsFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/TokensFacade.d.ts +3 -5
- package/dist/extensibility/facades/transport/TokensFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/TokensFacade.js +2 -8
- package/dist/extensibility/facades/transport/TokensFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/index.d.ts +2 -0
- package/dist/extensibility/facades/transport/index.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/index.js +2 -0
- package/dist/extensibility/facades/transport/index.js.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.d.ts +1 -0
- package/dist/extensibility/modules/RuntimeModule.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.js +1 -0
- package/dist/extensibility/modules/RuntimeModule.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/DeciderModule.d.ts +2 -1
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +93 -85
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +21 -16
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +1 -20
- package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
- package/dist/modules/decide/RequestConfig.js.map +1 -1
- package/dist/modules/decide/ResponseConfig.d.ts +1 -5
- package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
- package/dist/modules/decide/ResponseConfig.js +0 -4
- package/dist/modules/decide/ResponseConfig.js.map +1 -1
- package/dist/modules/index.d.ts +0 -1
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +0 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/useCases/anonymous/tokens/CreateEmptyToken.d.ts +10 -0
- package/dist/useCases/anonymous/tokens/CreateEmptyToken.d.ts.map +1 -0
- package/dist/useCases/{consumption/attributeListeners/GetAttributeListeners.js → anonymous/tokens/CreateEmptyToken.js} +13 -14
- package/dist/useCases/anonymous/tokens/CreateEmptyToken.js.map +1 -0
- package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.d.ts +3 -3
- package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.d.ts.map +1 -1
- package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.js +1 -1
- package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.js.map +1 -1
- package/dist/useCases/anonymous/tokens/index.d.ts +1 -0
- package/dist/useCases/anonymous/tokens/index.d.ts.map +1 -1
- package/dist/useCases/anonymous/tokens/index.js +1 -0
- package/dist/useCases/anonymous/tokens/index.js.map +1 -1
- package/dist/useCases/common/PasswordProtectionMapper.d.ts +17 -0
- package/dist/useCases/common/PasswordProtectionMapper.d.ts.map +1 -0
- package/dist/useCases/common/PasswordProtectionMapper.js +57 -0
- package/dist/useCases/common/PasswordProtectionMapper.js.map +1 -0
- package/dist/useCases/common/RuntimeErrors.d.ts +7 -6
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +14 -18
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +16 -18
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +1866 -1376
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/common/index.d.ts +1 -2
- package/dist/useCases/common/index.d.ts.map +1 -1
- package/dist/useCases/common/index.js +1 -2
- package/dist/useCases/common/index.js.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts +2 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js +17 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js.map +1 -1
- package/dist/useCases/common/validation/ValidatableStrings.d.ts +12 -4
- package/dist/useCases/common/validation/ValidatableStrings.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/AttributeMapper.d.ts +1 -1
- package/dist/useCases/consumption/attributes/AttributeMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/AttributeMapper.js +2 -1
- package/dist/useCases/consumption/attributes/AttributeMapper.js.map +1 -1
- package/dist/useCases/consumption/attributes/AttributeTagCollectionMapper.d.ts +1 -1
- package/dist/useCases/consumption/attributes/AttributeTagCollectionMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +3 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +10 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/ChangeDefaultRepositoryAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/ChangeDefaultRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ChangeDefaultRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/DeletePeerSharedAttributeAndNotifyOwner.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/DeletePeerSharedAttributeAndNotifyOwner.js +2 -2
- package/dist/useCases/consumption/attributes/DeletePeerSharedAttributeAndNotifyOwner.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIQLQuery.d.ts +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIQLQuery.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIQLQuery.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIdentityAttributeQuery.d.ts +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIdentityAttributeQuery.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteIdentityAttributeQuery.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.d.ts +1 -1
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.js.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts +1 -1
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/GetAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributeTagCollection.d.ts +1 -1
- package/dist/useCases/consumption/attributes/GetAttributeTagCollection.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributeTagCollection.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts +2 -1
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.js +2 -0
- package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +2 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +2 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +2 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetSharedVersionsOfAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetVersionsOfAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/GetVersionsOfAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetVersionsOfAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/MarkAttributeAsViewed.d.ts +19 -0
- package/dist/useCases/consumption/attributes/MarkAttributeAsViewed.d.ts.map +1 -0
- package/dist/useCases/consumption/{attributeListeners/GetAttributeListener.js → attributes/MarkAttributeAsViewed.js} +18 -17
- package/dist/useCases/consumption/attributes/MarkAttributeAsViewed.js.map +1 -0
- package/dist/useCases/consumption/attributes/NotifyPeerAboutRepositoryAttributeSuccession.d.ts +1 -1
- package/dist/useCases/consumption/attributes/NotifyPeerAboutRepositoryAttributeSuccession.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/NotifyPeerAboutRepositoryAttributeSuccession.js.map +1 -1
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts +18 -0
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts.map +1 -0
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js +52 -0
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js.map +1 -0
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +1 -3
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/index.d.ts +2 -0
- package/dist/useCases/consumption/attributes/index.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/index.js +2 -0
- package/dist/useCases/consumption/attributes/index.js.map +1 -1
- package/dist/useCases/consumption/drafts/CreateDraft.d.ts +1 -1
- package/dist/useCases/consumption/drafts/CreateDraft.d.ts.map +1 -1
- package/dist/useCases/consumption/drafts/CreateDraft.js.map +1 -1
- package/dist/useCases/consumption/drafts/DraftMapper.d.ts +1 -1
- package/dist/useCases/consumption/drafts/DraftMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/drafts/GetDraft.d.ts +1 -1
- package/dist/useCases/consumption/drafts/GetDraft.d.ts.map +1 -1
- package/dist/useCases/consumption/drafts/GetDraft.js.map +1 -1
- package/dist/useCases/consumption/drafts/GetDrafts.d.ts +1 -1
- package/dist/useCases/consumption/drafts/GetDrafts.d.ts.map +1 -1
- package/dist/useCases/consumption/drafts/GetDrafts.js.map +1 -1
- package/dist/useCases/consumption/drafts/UpdateDraft.d.ts +1 -1
- package/dist/useCases/consumption/drafts/UpdateDraft.d.ts.map +1 -1
- package/dist/useCases/consumption/drafts/UpdateDraft.js.map +1 -1
- package/dist/useCases/consumption/identityMetadata/GetIdentityMetadata.d.ts +1 -1
- package/dist/useCases/consumption/identityMetadata/GetIdentityMetadata.d.ts.map +1 -1
- package/dist/useCases/consumption/identityMetadata/GetIdentityMetadata.js.map +1 -1
- package/dist/useCases/consumption/identityMetadata/IdentityMetadataMapper.d.ts +1 -1
- package/dist/useCases/consumption/identityMetadata/IdentityMetadataMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/identityMetadata/UpsertIdentityMetadata.d.ts +1 -1
- package/dist/useCases/consumption/identityMetadata/UpsertIdentityMetadata.d.ts.map +1 -1
- package/dist/useCases/consumption/identityMetadata/UpsertIdentityMetadata.js.map +1 -1
- package/dist/useCases/consumption/index.d.ts +0 -1
- package/dist/useCases/consumption/index.d.ts.map +1 -1
- package/dist/useCases/consumption/index.js +0 -1
- package/dist/useCases/consumption/index.js.map +1 -1
- package/dist/useCases/consumption/notifications/GetNotification.d.ts +1 -1
- package/dist/useCases/consumption/notifications/GetNotification.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/GetNotification.js.map +1 -1
- package/dist/useCases/consumption/notifications/GetNotifications.d.ts +1 -1
- package/dist/useCases/consumption/notifications/GetNotifications.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/GetNotifications.js.map +1 -1
- package/dist/useCases/consumption/notifications/NotificationMapper.d.ts +1 -1
- package/dist/useCases/consumption/notifications/NotificationMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/ProcessNotificationById.d.ts +1 -1
- package/dist/useCases/consumption/notifications/ProcessNotificationById.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/ProcessNotificationById.js.map +1 -1
- package/dist/useCases/consumption/notifications/ReceivedNotification.d.ts +1 -1
- package/dist/useCases/consumption/notifications/ReceivedNotification.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/ReceivedNotification.js +1 -1
- package/dist/useCases/consumption/notifications/ReceivedNotification.js.map +1 -1
- package/dist/useCases/consumption/notifications/SentNotification.d.ts +1 -1
- package/dist/useCases/consumption/notifications/SentNotification.d.ts.map +1 -1
- package/dist/useCases/consumption/notifications/SentNotification.js +1 -1
- package/dist/useCases/consumption/notifications/SentNotification.js.map +1 -1
- package/dist/useCases/consumption/requests/AcceptIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/AcceptIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/AcceptIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CanAcceptIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CanAcceptIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CanAcceptIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CanRejectIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CanRejectIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CanRejectIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CheckPrerequisitesOfIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CompleteIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CompleteOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponse.js.map +1 -1
- package/dist/useCases/consumption/requests/CreateOutgoingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/CreateOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/CreateOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts +2 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.js +4 -0
- package/dist/useCases/consumption/requests/GetIncomingRequests.js.map +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequests.d.ts +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequests.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/GetOutgoingRequests.js.map +1 -1
- package/dist/useCases/consumption/requests/ReceivedIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/ReceivedIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/ReceivedIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/RejectIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/RejectIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/RejectIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/RequestMapper.d.ts +1 -1
- package/dist/useCases/consumption/requests/RequestMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/RequestMapper.js +2 -1
- package/dist/useCases/consumption/requests/RequestMapper.js.map +1 -1
- package/dist/useCases/consumption/requests/RequestValidationResultMapper.d.ts +1 -1
- package/dist/useCases/consumption/requests/RequestValidationResultMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/RequireManualDecisionOfIncomingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/RequireManualDecisionOfIncomingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/RequireManualDecisionOfIncomingRequest.js.map +1 -1
- package/dist/useCases/consumption/requests/SentOutgoingRequest.d.ts +1 -1
- package/dist/useCases/consumption/requests/SentOutgoingRequest.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/SentOutgoingRequest.js.map +1 -1
- package/dist/useCases/consumption/settings/CreateSetting.d.ts +1 -1
- package/dist/useCases/consumption/settings/CreateSetting.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/CreateSetting.js.map +1 -1
- package/dist/useCases/consumption/settings/GetSetting.d.ts +1 -1
- package/dist/useCases/consumption/settings/GetSetting.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/GetSetting.js.map +1 -1
- package/dist/useCases/consumption/settings/GetSettingByKey.d.ts +1 -1
- package/dist/useCases/consumption/settings/GetSettingByKey.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/GetSettingByKey.js.map +1 -1
- package/dist/useCases/consumption/settings/GetSettings.d.ts +1 -1
- package/dist/useCases/consumption/settings/GetSettings.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/GetSettings.js.map +1 -1
- package/dist/useCases/consumption/settings/SettingMapper.d.ts +1 -1
- package/dist/useCases/consumption/settings/SettingMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/UpdateSetting.d.ts +1 -1
- package/dist/useCases/consumption/settings/UpdateSetting.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/UpdateSetting.js.map +1 -1
- package/dist/useCases/consumption/settings/UpsertSettingByKey.d.ts +1 -1
- package/dist/useCases/consumption/settings/UpsertSettingByKey.d.ts.map +1 -1
- package/dist/useCases/consumption/settings/UpsertSettingByKey.js.map +1 -1
- package/dist/useCases/index.d.ts +1 -1
- package/dist/useCases/index.d.ts.map +1 -1
- package/dist/useCases/index.js +1 -1
- package/dist/useCases/index.js.map +1 -1
- package/dist/useCases/transport/account/GetDeviceInfo.d.ts +1 -1
- package/dist/useCases/transport/account/GetDeviceInfo.d.ts.map +1 -1
- package/dist/useCases/transport/account/GetDeviceInfo.js.map +1 -1
- package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.d.ts → LoadItemFromReference.d.ts} +9 -9
- package/dist/useCases/transport/account/LoadItemFromReference.d.ts.map +1 -0
- package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.js → LoadItemFromReference.js} +16 -18
- package/dist/useCases/transport/account/LoadItemFromReference.js.map +1 -0
- package/dist/useCases/transport/account/SyncEverything.d.ts +3 -4
- package/dist/useCases/transport/account/SyncEverything.d.ts.map +1 -1
- package/dist/useCases/transport/account/SyncEverything.js +8 -10
- package/dist/useCases/transport/account/SyncEverything.js.map +1 -1
- package/dist/useCases/transport/account/index.d.ts +1 -1
- package/dist/useCases/transport/account/index.d.ts.map +1 -1
- package/dist/useCases/transport/account/index.js +1 -1
- package/dist/useCases/transport/account/index.js.map +1 -1
- package/dist/useCases/transport/announcements/AnnouncementMapper.d.ts +6 -0
- package/dist/useCases/transport/announcements/AnnouncementMapper.d.ts.map +1 -0
- package/dist/useCases/transport/announcements/AnnouncementMapper.js +21 -0
- package/dist/useCases/transport/announcements/AnnouncementMapper.js.map +1 -0
- package/dist/useCases/transport/announcements/GetAnnouncements.d.ts +18 -0
- package/dist/useCases/transport/announcements/GetAnnouncements.d.ts.map +1 -0
- package/dist/useCases/transport/{devices/GetDeviceOnboardingInfo.js → announcements/GetAnnouncements.js} +13 -14
- package/dist/useCases/transport/announcements/GetAnnouncements.js.map +1 -0
- package/dist/useCases/transport/announcements/index.d.ts +3 -0
- package/dist/useCases/transport/announcements/index.d.ts.map +1 -0
- package/dist/{types → useCases/transport/announcements}/index.js +2 -3
- package/dist/useCases/transport/announcements/index.js.map +1 -0
- package/dist/useCases/transport/backboneNotifications/SendBackboneNotification.d.ts +17 -0
- package/dist/useCases/transport/backboneNotifications/SendBackboneNotification.d.ts.map +1 -0
- package/dist/useCases/transport/{tokens/GetQRCodeForToken.js → backboneNotifications/SendBackboneNotification.js} +12 -17
- package/dist/useCases/transport/backboneNotifications/SendBackboneNotification.js.map +1 -0
- package/dist/useCases/transport/backboneNotifications/index.d.ts +2 -0
- package/dist/useCases/transport/backboneNotifications/index.d.ts.map +1 -0
- package/dist/useCases/{consumption/attributeListeners → transport/backboneNotifications}/index.js +1 -3
- package/dist/useCases/transport/backboneNotifications/index.js.map +1 -0
- package/dist/useCases/transport/challenges/ChallengeMapper.d.ts +1 -1
- package/dist/useCases/transport/challenges/ChallengeMapper.d.ts.map +1 -1
- package/dist/useCases/transport/challenges/CreateChallenge.d.ts +1 -1
- package/dist/useCases/transport/challenges/CreateChallenge.d.ts.map +1 -1
- package/dist/useCases/transport/challenges/CreateChallenge.js.map +1 -1
- package/dist/useCases/transport/challenges/ValidateChallenge.d.ts +1 -1
- package/dist/useCases/transport/challenges/ValidateChallenge.d.ts.map +1 -1
- package/dist/useCases/transport/challenges/ValidateChallenge.js.map +1 -1
- package/dist/useCases/transport/devices/DeviceMapper.d.ts +1 -1
- package/dist/useCases/transport/devices/DeviceMapper.d.ts.map +1 -1
- package/dist/useCases/transport/devices/DeviceMapper.js +0 -1
- package/dist/useCases/transport/devices/DeviceMapper.js.map +1 -1
- package/dist/useCases/transport/devices/FillDeviceOnboardingTokenWithNewDevice.d.ts +22 -0
- package/dist/useCases/transport/devices/FillDeviceOnboardingTokenWithNewDevice.d.ts.map +1 -0
- package/dist/useCases/transport/devices/FillDeviceOnboardingTokenWithNewDevice.js +78 -0
- package/dist/useCases/transport/devices/FillDeviceOnboardingTokenWithNewDevice.js.map +1 -0
- package/dist/useCases/transport/devices/GetDevice.d.ts +1 -1
- package/dist/useCases/transport/devices/GetDevice.d.ts.map +1 -1
- package/dist/useCases/transport/devices/GetDevice.js.map +1 -1
- package/dist/useCases/transport/devices/GetDevices.d.ts +1 -1
- package/dist/useCases/transport/devices/GetDevices.d.ts.map +1 -1
- package/dist/useCases/transport/devices/GetDevices.js.map +1 -1
- package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts +2 -2
- package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts.map +1 -1
- package/dist/useCases/transport/devices/UpdateCurrentDevice.d.ts +19 -0
- package/dist/useCases/transport/devices/UpdateCurrentDevice.d.ts.map +1 -0
- package/dist/useCases/transport/devices/{CreateDevice.js → UpdateCurrentDevice.js} +13 -13
- package/dist/useCases/transport/devices/UpdateCurrentDevice.js.map +1 -0
- package/dist/useCases/transport/devices/UpdateDevice.d.ts +1 -1
- package/dist/useCases/transport/devices/UpdateDevice.d.ts.map +1 -1
- package/dist/useCases/transport/devices/UpdateDevice.js.map +1 -1
- package/dist/useCases/transport/devices/index.d.ts +2 -3
- package/dist/useCases/transport/devices/index.d.ts.map +1 -1
- package/dist/useCases/transport/devices/index.js +2 -3
- package/dist/useCases/transport/devices/index.js.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts +9 -2
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.js +3 -3
- package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
- package/dist/useCases/transport/files/FileMapper.d.ts +1 -1
- package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
- package/dist/useCases/transport/files/FileMapper.js +23 -21
- package/dist/useCases/transport/files/FileMapper.js.map +1 -1
- package/dist/useCases/transport/files/GetFile.d.ts +1 -1
- package/dist/useCases/transport/files/GetFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/GetFile.js.map +1 -1
- package/dist/useCases/transport/files/GetFiles.d.ts +3 -1
- package/dist/useCases/transport/files/GetFiles.d.ts.map +1 -1
- package/dist/useCases/transport/files/GetFiles.js +21 -15
- package/dist/useCases/transport/files/GetFiles.js.map +1 -1
- package/dist/useCases/transport/files/GetOrLoadFile.d.ts +3 -3
- package/dist/useCases/transport/files/GetOrLoadFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/GetOrLoadFile.js +14 -15
- package/dist/useCases/transport/files/GetOrLoadFile.js.map +1 -1
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.d.ts +18 -0
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.d.ts.map +1 -0
- package/dist/useCases/transport/files/{CreateQRCodeForFile.js → RegenerateFileOwnershipToken.js} +19 -13
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.js.map +1 -0
- package/dist/useCases/transport/files/UploadOwnFile.d.ts +7 -2
- package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/UploadOwnFile.js +10 -1
- package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
- package/dist/useCases/transport/files/index.d.ts +1 -2
- package/dist/useCases/transport/files/index.d.ts.map +1 -1
- package/dist/useCases/transport/files/index.js +1 -2
- package/dist/useCases/transport/files/index.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/CancelIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/CancelIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/CancelIdentityDeletionProcess.js +2 -2
- package/dist/useCases/transport/identityDeletionProcesses/CancelIdentityDeletionProcess.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetActiveIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetActiveIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetActiveIdentityDeletionProcess.js +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetActiveIdentityDeletionProcess.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcess.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcesses.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcesses.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/GetIdentityDeletionProcesses.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.js +6 -16
- package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/InitiateIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/InitiateIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/InitiateIdentityDeletionProcess.js +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/InitiateIdentityDeletionProcess.js.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/index.d.ts +0 -2
- package/dist/useCases/transport/identityDeletionProcesses/index.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/index.js +0 -2
- package/dist/useCases/transport/identityDeletionProcesses/index.js.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +6 -3
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
- package/dist/useCases/transport/index.d.ts +2 -0
- package/dist/useCases/transport/index.d.ts.map +1 -1
- package/dist/useCases/transport/index.js +2 -0
- package/dist/useCases/transport/index.js.map +1 -1
- package/dist/useCases/transport/messages/DownloadAttachment.d.ts.map +1 -1
- package/dist/useCases/transport/messages/DownloadAttachment.js +1 -4
- package/dist/useCases/transport/messages/DownloadAttachment.js.map +1 -1
- package/dist/useCases/transport/messages/GetAttachmentMetadata.d.ts +1 -1
- package/dist/useCases/transport/messages/GetAttachmentMetadata.d.ts.map +1 -1
- package/dist/useCases/transport/messages/GetAttachmentMetadata.js +1 -4
- package/dist/useCases/transport/messages/GetAttachmentMetadata.js.map +1 -1
- package/dist/useCases/transport/messages/GetMessage.d.ts +1 -1
- package/dist/useCases/transport/messages/GetMessage.d.ts.map +1 -1
- package/dist/useCases/transport/messages/GetMessage.js +1 -4
- package/dist/useCases/transport/messages/GetMessage.js.map +1 -1
- package/dist/useCases/transport/messages/GetMessages.d.ts +2 -1
- package/dist/useCases/transport/messages/GetMessages.d.ts.map +1 -1
- package/dist/useCases/transport/messages/GetMessages.js +15 -13
- package/dist/useCases/transport/messages/GetMessages.js.map +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsRead.d.ts +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsRead.d.ts.map +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsRead.js.map +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsUnread.d.ts +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsUnread.d.ts.map +1 -1
- package/dist/useCases/transport/messages/MarkMessageAsUnread.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 +14 -25
- package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.d.ts +13 -3
- package/dist/useCases/transport/messages/SendMessage.d.ts.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.js +27 -0
- package/dist/useCases/transport/messages/SendMessage.js.map +1 -1
- package/dist/useCases/transport/publicRelationshipTemplateReferences/GetPublicRelationshipTemplateReferences.d.ts +1 -1
- package/dist/useCases/transport/publicRelationshipTemplateReferences/GetPublicRelationshipTemplateReferences.d.ts.map +1 -1
- package/dist/useCases/transport/publicRelationshipTemplateReferences/GetPublicRelationshipTemplateReferences.js.map +1 -1
- package/dist/useCases/transport/publicRelationshipTemplateReferences/PublicRelationshipTemplateReferenceMapper.d.ts +1 -1
- package/dist/useCases/transport/publicRelationshipTemplateReferences/PublicRelationshipTemplateReferenceMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts +9 -2
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts +12 -5
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +13 -12
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplate.d.ts +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts +2 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +12 -7
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts +3 -3
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js +14 -15
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +16 -18
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/index.d.ts +0 -2
- package/dist/useCases/transport/relationshipTemplates/index.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/index.js +0 -2
- package/dist/useCases/transport/relationshipTemplates/index.js.map +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationship.js +0 -3
- package/dist/useCases/transport/relationships/AcceptRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.d.ts +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.js +0 -3
- package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.js.map +1 -1
- package/dist/useCases/transport/relationships/CanCreateRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/CanCreateRelationship.js +0 -4
- package/dist/useCases/transport/relationships/CanCreateRelationship.js.map +1 -1
- 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.map +1 -1
- package/dist/useCases/transport/relationships/DecomposeRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/DecomposeRelationship.js +0 -3
- package/dist/useCases/transport/relationships/DecomposeRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/GetAttributesForRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetAttributesForRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetAttributesForRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationshipByAddress.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetRelationshipByAddress.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationshipByAddress.js.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
- package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
- package/dist/useCases/transport/relationships/RejectRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/RejectRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RejectRelationship.js +0 -3
- package/dist/useCases/transport/relationships/RejectRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.d.ts +1 -1
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js +0 -3
- package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.js +3 -8
- package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.d.ts +1 -1
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js +0 -3
- package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js.map +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationship.js +0 -3
- package/dist/useCases/transport/relationships/RevokeRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.d.ts +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js +0 -3
- package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js.map +1 -1
- package/dist/useCases/transport/relationships/TerminateRelationship.d.ts +1 -1
- package/dist/useCases/transport/relationships/TerminateRelationship.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/TerminateRelationship.js +0 -3
- package/dist/useCases/transport/relationships/TerminateRelationship.js.map +1 -1
- package/dist/useCases/transport/relationships/utility/validateCreationContentOfRelationship.js +2 -2
- package/dist/useCases/transport/relationships/utility/validateCreationContentOfRelationship.js.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts +9 -2
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js.map +1 -1
- package/dist/useCases/transport/tokens/GetToken.d.ts +1 -1
- package/dist/useCases/transport/tokens/GetToken.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/GetToken.js.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.d.ts +3 -1
- package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.js +13 -6
- package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
- package/dist/useCases/transport/tokens/LoadPeerToken.d.ts +3 -3
- package/dist/useCases/transport/tokens/LoadPeerToken.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/LoadPeerToken.js +1 -1
- package/dist/useCases/transport/tokens/LoadPeerToken.js.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.d.ts +3 -2
- package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.js +31 -20
- package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
- package/dist/useCases/transport/tokens/index.d.ts +0 -1
- package/dist/useCases/transport/tokens/index.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/index.js +0 -1
- package/dist/useCases/transport/tokens/index.js.map +1 -1
- package/package.json +20 -21
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +0 -55
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts.map +0 -1
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.js +0 -3
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.js.map +0 -1
- package/dist/dataViews/consumption/LocalAttributeListenerDVO.d.ts +0 -12
- package/dist/dataViews/consumption/LocalAttributeListenerDVO.d.ts.map +0 -1
- package/dist/dataViews/consumption/LocalAttributeListenerDVO.js +0 -3
- package/dist/dataViews/consumption/LocalAttributeListenerDVO.js.map +0 -1
- package/dist/events/consumption/AttributeListenerCreatedEvent.d.ts +0 -7
- package/dist/events/consumption/AttributeListenerCreatedEvent.d.ts.map +0 -1
- package/dist/events/consumption/AttributeListenerCreatedEvent.js +0 -12
- package/dist/events/consumption/AttributeListenerCreatedEvent.js.map +0 -1
- package/dist/events/consumption/AttributeListenerTriggeredEvent.d.ts +0 -12
- package/dist/events/consumption/AttributeListenerTriggeredEvent.d.ts.map +0 -1
- package/dist/events/consumption/AttributeListenerTriggeredEvent.js +0 -12
- package/dist/events/consumption/AttributeListenerTriggeredEvent.js.map +0 -1
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts +0 -10
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts.map +0 -1
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js +0 -15
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js.map +0 -1
- package/dist/extensibility/facades/consumption/AttributeListenersFacade.d.ts +0 -11
- package/dist/extensibility/facades/consumption/AttributeListenersFacade.d.ts.map +0 -1
- package/dist/extensibility/facades/consumption/AttributeListenersFacade.js.map +0 -1
- package/dist/modules/AttributeListenerModule.d.ts +0 -11
- package/dist/modules/AttributeListenerModule.d.ts.map +0 -1
- package/dist/modules/AttributeListenerModule.js +0 -131
- package/dist/modules/AttributeListenerModule.js.map +0 -1
- package/dist/types/RuntimeHealth.d.ts +0 -5
- package/dist/types/RuntimeHealth.d.ts.map +0 -1
- package/dist/types/RuntimeHealth.js +0 -3
- package/dist/types/RuntimeHealth.js.map +0 -1
- package/dist/types/consumption/AttributeTagCollectionDTO.d.ts +0 -9
- package/dist/types/consumption/AttributeTagCollectionDTO.d.ts.map +0 -1
- package/dist/types/consumption/AttributeTagCollectionDTO.js +0 -3
- package/dist/types/consumption/AttributeTagCollectionDTO.js.map +0 -1
- package/dist/types/consumption/DraftDTO.d.ts +0 -8
- package/dist/types/consumption/DraftDTO.d.ts.map +0 -1
- package/dist/types/consumption/DraftDTO.js +0 -3
- package/dist/types/consumption/DraftDTO.js.map +0 -1
- package/dist/types/consumption/IdentityMetadataDTO.d.ts +0 -6
- package/dist/types/consumption/IdentityMetadataDTO.d.ts.map +0 -1
- package/dist/types/consumption/IdentityMetadataDTO.js +0 -3
- package/dist/types/consumption/IdentityMetadataDTO.js.map +0 -1
- package/dist/types/consumption/LocalAttributeDTO.d.ts +0 -32
- package/dist/types/consumption/LocalAttributeDTO.d.ts.map +0 -1
- package/dist/types/consumption/LocalAttributeDTO.js +0 -13
- package/dist/types/consumption/LocalAttributeDTO.js.map +0 -1
- package/dist/types/consumption/LocalAttributeListenerDTO.d.ts +0 -7
- package/dist/types/consumption/LocalAttributeListenerDTO.d.ts.map +0 -1
- package/dist/types/consumption/LocalAttributeListenerDTO.js +0 -3
- package/dist/types/consumption/LocalAttributeListenerDTO.js.map +0 -1
- package/dist/types/consumption/LocalNotificationDTO.d.ts +0 -21
- package/dist/types/consumption/LocalNotificationDTO.d.ts.map +0 -1
- package/dist/types/consumption/LocalNotificationDTO.js +0 -11
- package/dist/types/consumption/LocalNotificationDTO.js.map +0 -1
- package/dist/types/consumption/LocalRequestDTO.d.ts +0 -34
- package/dist/types/consumption/LocalRequestDTO.d.ts.map +0 -1
- package/dist/types/consumption/LocalRequestDTO.js +0 -14
- package/dist/types/consumption/LocalRequestDTO.js.map +0 -1
- package/dist/types/consumption/RequestValidationResultDTO.d.ts +0 -7
- package/dist/types/consumption/RequestValidationResultDTO.d.ts.map +0 -1
- package/dist/types/consumption/RequestValidationResultDTO.js +0 -3
- package/dist/types/consumption/RequestValidationResultDTO.js.map +0 -1
- package/dist/types/consumption/SettingDTO.d.ts +0 -16
- package/dist/types/consumption/SettingDTO.d.ts.map +0 -1
- package/dist/types/consumption/SettingDTO.js +0 -10
- package/dist/types/consumption/SettingDTO.js.map +0 -1
- package/dist/types/consumption/index.d.ts +0 -10
- package/dist/types/consumption/index.d.ts.map +0 -1
- package/dist/types/consumption/index.js +0 -26
- package/dist/types/consumption/index.js.map +0 -1
- package/dist/types/index.d.ts +0 -4
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js.map +0 -1
- package/dist/types/transport/ChallengeDTO.d.ts +0 -10
- package/dist/types/transport/ChallengeDTO.d.ts.map +0 -1
- package/dist/types/transport/ChallengeDTO.js +0 -3
- package/dist/types/transport/ChallengeDTO.js.map +0 -1
- package/dist/types/transport/DeviceDTO.d.ts +0 -18
- package/dist/types/transport/DeviceDTO.d.ts.map +0 -1
- package/dist/types/transport/DeviceDTO.js +0 -3
- package/dist/types/transport/DeviceDTO.js.map +0 -1
- package/dist/types/transport/DeviceOnboardingInfoDTO.d.ts +0 -18
- package/dist/types/transport/DeviceOnboardingInfoDTO.d.ts.map +0 -1
- package/dist/types/transport/DeviceOnboardingInfoDTO.js +0 -3
- package/dist/types/transport/DeviceOnboardingInfoDTO.js.map +0 -1
- package/dist/types/transport/FileDTO.d.ts +0 -16
- package/dist/types/transport/FileDTO.d.ts.map +0 -1
- package/dist/types/transport/FileDTO.js +0 -3
- package/dist/types/transport/FileDTO.js.map +0 -1
- package/dist/types/transport/IdentityDTO.d.ts +0 -5
- package/dist/types/transport/IdentityDTO.d.ts.map +0 -1
- package/dist/types/transport/IdentityDTO.js +0 -3
- package/dist/types/transport/IdentityDTO.js.map +0 -1
- package/dist/types/transport/IdentityDeletionProcessDTO.d.ts +0 -21
- package/dist/types/transport/IdentityDeletionProcessDTO.d.ts.map +0 -1
- package/dist/types/transport/IdentityDeletionProcessDTO.js +0 -11
- package/dist/types/transport/IdentityDeletionProcessDTO.js.map +0 -1
- package/dist/types/transport/MessageDTO.d.ts +0 -15
- package/dist/types/transport/MessageDTO.d.ts.map +0 -1
- package/dist/types/transport/MessageDTO.js +0 -3
- package/dist/types/transport/MessageDTO.js.map +0 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts +0 -14
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts.map +0 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.js +0 -3
- package/dist/types/transport/MessageWithAttachmentsDTO.js.map +0 -1
- package/dist/types/transport/PasswordProtectionDTO.d.ts +0 -5
- package/dist/types/transport/PasswordProtectionDTO.d.ts.map +0 -1
- package/dist/types/transport/PasswordProtectionDTO.js +0 -3
- package/dist/types/transport/PasswordProtectionDTO.js.map +0 -1
- package/dist/types/transport/PublicRelationshipTemplateReferenceDTO.d.ts +0 -6
- package/dist/types/transport/PublicRelationshipTemplateReferenceDTO.d.ts.map +0 -1
- package/dist/types/transport/PublicRelationshipTemplateReferenceDTO.js +0 -3
- package/dist/types/transport/PublicRelationshipTemplateReferenceDTO.js.map +0 -1
- package/dist/types/transport/RecipientDTO.d.ts +0 -7
- package/dist/types/transport/RecipientDTO.d.ts.map +0 -1
- package/dist/types/transport/RecipientDTO.js +0 -3
- package/dist/types/transport/RecipientDTO.js.map +0 -1
- package/dist/types/transport/RelationshipDTO.d.ts +0 -53
- package/dist/types/transport/RelationshipDTO.d.ts.map +0 -1
- package/dist/types/transport/RelationshipDTO.js +0 -32
- package/dist/types/transport/RelationshipDTO.js.map +0 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts +0 -17
- package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +0 -1
- package/dist/types/transport/RelationshipTemplateDTO.js +0 -3
- package/dist/types/transport/RelationshipTemplateDTO.js.map +0 -1
- package/dist/types/transport/TokenDTO.d.ts +0 -14
- package/dist/types/transport/TokenDTO.d.ts.map +0 -1
- package/dist/types/transport/TokenDTO.js +0 -3
- package/dist/types/transport/TokenDTO.js.map +0 -1
- package/dist/types/transport/index.d.ts +0 -15
- package/dist/types/transport/index.d.ts.map +0 -1
- package/dist/types/transport/index.js +0 -31
- package/dist/types/transport/index.js.map +0 -1
- package/dist/useCases/common/Base64ForIdPrefix.d.ts +0 -6
- package/dist/useCases/common/Base64ForIdPrefix.d.ts.map +0 -1
- package/dist/useCases/common/Base64ForIdPrefix.js +0 -13
- package/dist/useCases/common/Base64ForIdPrefix.js.map +0 -1
- package/dist/useCases/common/QRCode.d.ts +0 -10
- package/dist/useCases/common/QRCode.d.ts.map +0 -1
- package/dist/useCases/common/QRCode.js +0 -55
- package/dist/useCases/common/QRCode.js.map +0 -1
- package/dist/useCases/consumption/attributeListeners/AttributeListenerMapper.d.ts +0 -7
- package/dist/useCases/consumption/attributeListeners/AttributeListenerMapper.d.ts.map +0 -1
- package/dist/useCases/consumption/attributeListeners/AttributeListenerMapper.js +0 -17
- package/dist/useCases/consumption/attributeListeners/AttributeListenerMapper.js.map +0 -1
- package/dist/useCases/consumption/attributeListeners/GetAttributeListener.d.ts +0 -17
- package/dist/useCases/consumption/attributeListeners/GetAttributeListener.d.ts.map +0 -1
- package/dist/useCases/consumption/attributeListeners/GetAttributeListener.js.map +0 -1
- package/dist/useCases/consumption/attributeListeners/GetAttributeListeners.d.ts +0 -10
- package/dist/useCases/consumption/attributeListeners/GetAttributeListeners.d.ts.map +0 -1
- package/dist/useCases/consumption/attributeListeners/GetAttributeListeners.js.map +0 -1
- package/dist/useCases/consumption/attributeListeners/index.d.ts +0 -4
- package/dist/useCases/consumption/attributeListeners/index.d.ts.map +0 -1
- package/dist/useCases/consumption/attributeListeners/index.js.map +0 -1
- package/dist/useCases/transport/account/LoadItemFromTruncatedReference.d.ts.map +0 -1
- package/dist/useCases/transport/account/LoadItemFromTruncatedReference.js.map +0 -1
- package/dist/useCases/transport/devices/CreateDevice.d.ts +0 -20
- package/dist/useCases/transport/devices/CreateDevice.d.ts.map +0 -1
- package/dist/useCases/transport/devices/CreateDevice.js.map +0 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +0 -24
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts.map +0 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js +0 -59
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js.map +0 -1
- package/dist/useCases/transport/devices/GetDeviceOnboardingInfo.d.ts +0 -18
- package/dist/useCases/transport/devices/GetDeviceOnboardingInfo.d.ts.map +0 -1
- package/dist/useCases/transport/devices/GetDeviceOnboardingInfo.js.map +0 -1
- package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts +0 -19
- package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts.map +0 -1
- package/dist/useCases/transport/files/CreateQRCodeForFile.js.map +0 -1
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts +0 -29
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts.map +0 -1
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js +0 -67
- package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js.map +0 -1
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.d.ts +0 -11
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.d.ts.map +0 -1
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.js +0 -43
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.js.map +0 -1
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.d.ts +0 -11
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.d.ts.map +0 -1
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.js +0 -43
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.js.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts +0 -19
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js +0 -54
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts +0 -29
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js +0 -79
- package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js.map +0 -1
- package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts +0 -19
- package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts.map +0 -1
- package/dist/useCases/transport/tokens/GetQRCodeForToken.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.
|
|
6
|
-
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthState = exports.BirthDate = exports.BirthYear =
|
|
3
|
+
exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.MarkAttributeAsViewedRequest = exports.GetVersionsOfAttributeRequest = exports.GetSharedVersionsOfAttributeRequest = exports.GetRepositoryAttributesRequest = exports.GetPeerSharedAttributesRequest = exports.GetOwnSharedAttributesRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.ExecuteIQLQueryRequest = exports.ExecuteIdentityAttributeQueryRequest = exports.DeleteThirdPartyRelationshipAttributeAndNotifyPeerRequest = 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.DeleteIncomingRequestRequest = exports.CreateOutgoingRequestRequest = exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest = exports.CompleteOutgoingRequestRequest = exports.CompleteIncomingRequestRequest = exports.CheckPrerequisitesOfIncomingRequestRequest = exports.RejectIncomingRequestRequest = exports.CanCreateOutgoingRequestRequest = exports.AcceptIncomingRequestRequest = exports.ChangeDefaultRepositoryAttributeRequest = exports.CanCreateRepositoryAttributeRequest = exports.LoadPeerTokenAnonymousRequest = void 0;
|
|
4
|
+
exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UpdateDeviceRequest = exports.UpdateCurrentDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceRequest = exports.FillDeviceOnboardingTokenWithNewDeviceRequest = exports.DeleteDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.SendBackboneNotificationRequest = exports.GetAnnouncementsRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.RegenerateFileOwnershipTokenRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromReferenceRequest = exports.DownloadFileRequest = exports.UpsertSettingByKeyRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpsertIdentityMetadataRequest = exports.GetIdentityMetadataRequest = exports.DeleteIdentityMetadataRequest = void 0;
|
|
5
|
+
exports.BirthMonth = exports.BirthDay = exports.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenForOwnRelationshipTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.TerminateRelationshipRequest = exports.RevokeRelationshipReactivationRequest = exports.RevokeRelationshipRequest = exports.RequestRelationshipReactivationRequest = exports.RejectRelationshipReactivationRequest = exports.RejectRelationshipRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.DecomposeRelationshipRequest = exports.CreateRelationshipRequest = exports.CanCreateRelationshipRequest = exports.AcceptRelationshipReactivationRequest = exports.AcceptRelationshipRequest = exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = void 0;
|
|
6
|
+
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthState = exports.BirthDate = exports.BirthYear = void 0;
|
|
7
7
|
exports.LoadPeerTokenAnonymousRequest = {
|
|
8
8
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
9
9
|
"$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
|
|
@@ -12,7 +12,14 @@ exports.LoadPeerTokenAnonymousRequest = {
|
|
|
12
12
|
"type": "object",
|
|
13
13
|
"properties": {
|
|
14
14
|
"reference": {
|
|
15
|
-
"
|
|
15
|
+
"anyOf": [
|
|
16
|
+
{
|
|
17
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
16
23
|
},
|
|
17
24
|
"password": {
|
|
18
25
|
"type": "string"
|
|
@@ -26,28 +33,10 @@ exports.LoadPeerTokenAnonymousRequest = {
|
|
|
26
33
|
"TokenReferenceString": {
|
|
27
34
|
"type": "string",
|
|
28
35
|
"pattern": "VE9L.{84}"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
exports.GetAttributeListenerRequest = {
|
|
33
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
34
|
-
"$ref": "#/definitions/GetAttributeListenerRequest",
|
|
35
|
-
"definitions": {
|
|
36
|
-
"GetAttributeListenerRequest": {
|
|
37
|
-
"type": "object",
|
|
38
|
-
"properties": {
|
|
39
|
-
"id": {
|
|
40
|
-
"$ref": "#/definitions/AttributeListenerIdString"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"required": [
|
|
44
|
-
"id"
|
|
45
|
-
],
|
|
46
|
-
"additionalProperties": false
|
|
47
36
|
},
|
|
48
|
-
"
|
|
37
|
+
"URLTokenReferenceString": {
|
|
49
38
|
"type": "string",
|
|
50
|
-
"pattern": "
|
|
39
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
51
40
|
}
|
|
52
41
|
}
|
|
53
42
|
};
|
|
@@ -127,6 +116,10 @@ exports.AcceptIncomingRequestRequest = {
|
|
|
127
116
|
}
|
|
128
117
|
]
|
|
129
118
|
}
|
|
119
|
+
},
|
|
120
|
+
"decidedByAutomation": {
|
|
121
|
+
"type": "boolean",
|
|
122
|
+
"const": true
|
|
130
123
|
}
|
|
131
124
|
},
|
|
132
125
|
"required": [
|
|
@@ -319,10 +312,7 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
319
312
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
320
313
|
},
|
|
321
314
|
{
|
|
322
|
-
"$ref": "#/definitions/
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
315
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
326
316
|
},
|
|
327
317
|
{
|
|
328
318
|
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
@@ -341,10 +331,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
341
331
|
"@version": {
|
|
342
332
|
"type": "string"
|
|
343
333
|
},
|
|
344
|
-
"title": {
|
|
345
|
-
"type": "string",
|
|
346
|
-
"description": "The human-readable title of this item."
|
|
347
|
-
},
|
|
348
334
|
"description": {
|
|
349
335
|
"type": "string",
|
|
350
336
|
"description": "The human-readable description of this item."
|
|
@@ -356,10 +342,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
356
342
|
"mustBeAccepted": {
|
|
357
343
|
"type": "boolean",
|
|
358
344
|
"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."
|
|
359
|
-
},
|
|
360
|
-
"requireManualDecision": {
|
|
361
|
-
"type": "boolean",
|
|
362
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
363
345
|
}
|
|
364
346
|
},
|
|
365
347
|
"required": [
|
|
@@ -381,10 +363,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
381
363
|
"@version": {
|
|
382
364
|
"type": "string"
|
|
383
365
|
},
|
|
384
|
-
"title": {
|
|
385
|
-
"type": "string",
|
|
386
|
-
"description": "The human-readable title of this item."
|
|
387
|
-
},
|
|
388
366
|
"description": {
|
|
389
367
|
"type": "string",
|
|
390
368
|
"description": "The human-readable description of this item."
|
|
@@ -397,10 +375,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
397
375
|
"type": "boolean",
|
|
398
376
|
"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."
|
|
399
377
|
},
|
|
400
|
-
"requireManualDecision": {
|
|
401
|
-
"type": "boolean",
|
|
402
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
403
|
-
},
|
|
404
378
|
"attribute": {
|
|
405
379
|
"anyOf": [
|
|
406
380
|
{
|
|
@@ -1051,7 +1025,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1051
1025
|
"type": "object",
|
|
1052
1026
|
"properties": {
|
|
1053
1027
|
"@type": {
|
|
1054
|
-
"type": "string"
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"const": "Consent"
|
|
1055
1030
|
},
|
|
1056
1031
|
"@context": {
|
|
1057
1032
|
"type": "string"
|
|
@@ -2333,10 +2308,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2333
2308
|
"@version": {
|
|
2334
2309
|
"type": "string"
|
|
2335
2310
|
},
|
|
2336
|
-
"title": {
|
|
2337
|
-
"type": "string",
|
|
2338
|
-
"description": "The human-readable title of this item."
|
|
2339
|
-
},
|
|
2340
2311
|
"description": {
|
|
2341
2312
|
"type": "string",
|
|
2342
2313
|
"description": "The human-readable description of this item."
|
|
@@ -2349,10 +2320,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2349
2320
|
"type": "boolean",
|
|
2350
2321
|
"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."
|
|
2351
2322
|
},
|
|
2352
|
-
"requireManualDecision": {
|
|
2353
|
-
"type": "boolean",
|
|
2354
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2355
|
-
},
|
|
2356
2323
|
"attributeId": {
|
|
2357
2324
|
"type": "string"
|
|
2358
2325
|
}
|
|
@@ -2377,10 +2344,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2377
2344
|
"@version": {
|
|
2378
2345
|
"type": "string"
|
|
2379
2346
|
},
|
|
2380
|
-
"title": {
|
|
2381
|
-
"type": "string",
|
|
2382
|
-
"description": "The human-readable title of this item."
|
|
2383
|
-
},
|
|
2384
2347
|
"description": {
|
|
2385
2348
|
"type": "string",
|
|
2386
2349
|
"description": "The human-readable description of this item."
|
|
@@ -2393,10 +2356,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2393
2356
|
"type": "boolean",
|
|
2394
2357
|
"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."
|
|
2395
2358
|
},
|
|
2396
|
-
"requireManualDecision": {
|
|
2397
|
-
"type": "boolean",
|
|
2398
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2399
|
-
},
|
|
2400
2359
|
"attribute": {
|
|
2401
2360
|
"anyOf": [
|
|
2402
2361
|
{
|
|
@@ -2435,10 +2394,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2435
2394
|
"@version": {
|
|
2436
2395
|
"type": "string"
|
|
2437
2396
|
},
|
|
2438
|
-
"title": {
|
|
2439
|
-
"type": "string",
|
|
2440
|
-
"description": "The human-readable title of this item."
|
|
2441
|
-
},
|
|
2442
2397
|
"description": {
|
|
2443
2398
|
"type": "string",
|
|
2444
2399
|
"description": "The human-readable description of this item."
|
|
@@ -2451,10 +2406,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2451
2406
|
"type": "boolean",
|
|
2452
2407
|
"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."
|
|
2453
2408
|
},
|
|
2454
|
-
"requireManualDecision": {
|
|
2455
|
-
"type": "boolean",
|
|
2456
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2457
|
-
},
|
|
2458
2409
|
"query": {
|
|
2459
2410
|
"anyOf": [
|
|
2460
2411
|
{
|
|
@@ -2711,10 +2662,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2711
2662
|
"@version": {
|
|
2712
2663
|
"type": "string"
|
|
2713
2664
|
},
|
|
2714
|
-
"title": {
|
|
2715
|
-
"type": "string",
|
|
2716
|
-
"description": "The human-readable title of this item."
|
|
2717
|
-
},
|
|
2718
2665
|
"description": {
|
|
2719
2666
|
"type": "string",
|
|
2720
2667
|
"description": "The human-readable description of this item."
|
|
@@ -2727,10 +2674,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2727
2674
|
"type": "boolean",
|
|
2728
2675
|
"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."
|
|
2729
2676
|
},
|
|
2730
|
-
"requireManualDecision": {
|
|
2731
|
-
"type": "boolean",
|
|
2732
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2733
|
-
},
|
|
2734
2677
|
"query": {
|
|
2735
2678
|
"anyOf": [
|
|
2736
2679
|
{
|
|
@@ -2772,22 +2715,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2772
2715
|
"type": "string"
|
|
2773
2716
|
},
|
|
2774
2717
|
"owner": {
|
|
2775
|
-
"
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
"type": "string",
|
|
2781
|
-
"const": "thirdParty"
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"type": "string",
|
|
2785
|
-
"const": "recipient"
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"type": "string",
|
|
2789
|
-
"const": ""
|
|
2790
|
-
}
|
|
2718
|
+
"type": "string",
|
|
2719
|
+
"enum": [
|
|
2720
|
+
"thirdParty",
|
|
2721
|
+
"recipient",
|
|
2722
|
+
""
|
|
2791
2723
|
]
|
|
2792
2724
|
},
|
|
2793
2725
|
"thirdParty": {
|
|
@@ -2805,14 +2737,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2805
2737
|
],
|
|
2806
2738
|
"additionalProperties": false
|
|
2807
2739
|
},
|
|
2808
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
2809
|
-
"type": "string",
|
|
2810
|
-
"enum": [
|
|
2811
|
-
"thirdParty",
|
|
2812
|
-
"recipient",
|
|
2813
|
-
""
|
|
2814
|
-
]
|
|
2815
|
-
},
|
|
2816
2740
|
"ConsentRequestItemJSON": {
|
|
2817
2741
|
"type": "object",
|
|
2818
2742
|
"properties": {
|
|
@@ -2826,10 +2750,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2826
2750
|
"@version": {
|
|
2827
2751
|
"type": "string"
|
|
2828
2752
|
},
|
|
2829
|
-
"title": {
|
|
2830
|
-
"type": "string",
|
|
2831
|
-
"description": "The human-readable title of this item."
|
|
2832
|
-
},
|
|
2833
2753
|
"description": {
|
|
2834
2754
|
"type": "string",
|
|
2835
2755
|
"description": "The human-readable description of this item."
|
|
@@ -2842,10 +2762,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2842
2762
|
"type": "boolean",
|
|
2843
2763
|
"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."
|
|
2844
2764
|
},
|
|
2845
|
-
"requireManualDecision": {
|
|
2846
|
-
"type": "boolean",
|
|
2847
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2848
|
-
},
|
|
2849
2765
|
"consent": {
|
|
2850
2766
|
"type": "string"
|
|
2851
2767
|
},
|
|
@@ -2854,6 +2770,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2854
2770
|
},
|
|
2855
2771
|
"linkDisplayText": {
|
|
2856
2772
|
"type": "string"
|
|
2773
|
+
},
|
|
2774
|
+
"requiresInteraction": {
|
|
2775
|
+
"type": "boolean"
|
|
2857
2776
|
}
|
|
2858
2777
|
},
|
|
2859
2778
|
"required": [
|
|
@@ -2876,10 +2795,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2876
2795
|
"@version": {
|
|
2877
2796
|
"type": "string"
|
|
2878
2797
|
},
|
|
2879
|
-
"title": {
|
|
2880
|
-
"type": "string",
|
|
2881
|
-
"description": "The human-readable title of this item."
|
|
2882
|
-
},
|
|
2883
2798
|
"description": {
|
|
2884
2799
|
"type": "string",
|
|
2885
2800
|
"description": "The human-readable description of this item."
|
|
@@ -2892,9 +2807,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2892
2807
|
"type": "boolean",
|
|
2893
2808
|
"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."
|
|
2894
2809
|
},
|
|
2895
|
-
"
|
|
2896
|
-
"type": "
|
|
2897
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2810
|
+
"title": {
|
|
2811
|
+
"type": "string"
|
|
2898
2812
|
}
|
|
2899
2813
|
},
|
|
2900
2814
|
"required": [
|
|
@@ -2904,12 +2818,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2904
2818
|
],
|
|
2905
2819
|
"additionalProperties": false
|
|
2906
2820
|
},
|
|
2907
|
-
"
|
|
2821
|
+
"FormFieldRequestItemJSON": {
|
|
2908
2822
|
"type": "object",
|
|
2909
2823
|
"properties": {
|
|
2910
2824
|
"@type": {
|
|
2911
2825
|
"type": "string",
|
|
2912
|
-
"const": "
|
|
2826
|
+
"const": "FormFieldRequestItem"
|
|
2913
2827
|
},
|
|
2914
2828
|
"@context": {
|
|
2915
2829
|
"type": "string"
|
|
@@ -2917,10 +2831,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2917
2831
|
"@version": {
|
|
2918
2832
|
"type": "string"
|
|
2919
2833
|
},
|
|
2920
|
-
"title": {
|
|
2921
|
-
"type": "string",
|
|
2922
|
-
"description": "The human-readable title of this item."
|
|
2923
|
-
},
|
|
2924
2834
|
"description": {
|
|
2925
2835
|
"type": "string",
|
|
2926
2836
|
"description": "The human-readable description of this item."
|
|
@@ -2933,27 +2843,52 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2933
2843
|
"type": "boolean",
|
|
2934
2844
|
"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."
|
|
2935
2845
|
},
|
|
2936
|
-
"
|
|
2937
|
-
"type": "boolean",
|
|
2938
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2939
|
-
},
|
|
2940
|
-
"freeText": {
|
|
2846
|
+
"title": {
|
|
2941
2847
|
"type": "string"
|
|
2848
|
+
},
|
|
2849
|
+
"settings": {
|
|
2850
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2942
2851
|
}
|
|
2943
2852
|
},
|
|
2944
2853
|
"required": [
|
|
2945
2854
|
"@type",
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2855
|
+
"mustBeAccepted",
|
|
2856
|
+
"settings",
|
|
2857
|
+
"title"
|
|
2948
2858
|
],
|
|
2949
2859
|
"additionalProperties": false
|
|
2950
2860
|
},
|
|
2951
|
-
"
|
|
2861
|
+
"FormFieldSettingsJSONDerivations": {
|
|
2862
|
+
"anyOf": [
|
|
2863
|
+
{
|
|
2864
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
"StringFormFieldSettingsJSON": {
|
|
2952
2887
|
"type": "object",
|
|
2953
2888
|
"properties": {
|
|
2954
2889
|
"@type": {
|
|
2955
2890
|
"type": "string",
|
|
2956
|
-
"const": "
|
|
2891
|
+
"const": "StringFormFieldSettings"
|
|
2957
2892
|
},
|
|
2958
2893
|
"@context": {
|
|
2959
2894
|
"type": "string"
|
|
@@ -2961,50 +2896,28 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2961
2896
|
"@version": {
|
|
2962
2897
|
"type": "string"
|
|
2963
2898
|
},
|
|
2964
|
-
"
|
|
2965
|
-
"type": "string",
|
|
2966
|
-
"description": "The human-readable title of this item."
|
|
2967
|
-
},
|
|
2968
|
-
"description": {
|
|
2969
|
-
"type": "string",
|
|
2970
|
-
"description": "The human-readable description of this item."
|
|
2971
|
-
},
|
|
2972
|
-
"metadata": {
|
|
2973
|
-
"type": "object",
|
|
2974
|
-
"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."
|
|
2975
|
-
},
|
|
2976
|
-
"mustBeAccepted": {
|
|
2899
|
+
"allowNewlines": {
|
|
2977
2900
|
"type": "boolean",
|
|
2978
|
-
"
|
|
2901
|
+
"const": true
|
|
2979
2902
|
},
|
|
2980
|
-
"
|
|
2981
|
-
"type": "
|
|
2982
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2903
|
+
"min": {
|
|
2904
|
+
"type": "number"
|
|
2983
2905
|
},
|
|
2984
|
-
"
|
|
2985
|
-
"
|
|
2986
|
-
{
|
|
2987
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
2991
|
-
}
|
|
2992
|
-
]
|
|
2906
|
+
"max": {
|
|
2907
|
+
"type": "number"
|
|
2993
2908
|
}
|
|
2994
2909
|
},
|
|
2995
2910
|
"required": [
|
|
2996
|
-
"@type"
|
|
2997
|
-
"mustBeAccepted",
|
|
2998
|
-
"query"
|
|
2911
|
+
"@type"
|
|
2999
2912
|
],
|
|
3000
2913
|
"additionalProperties": false
|
|
3001
2914
|
},
|
|
3002
|
-
"
|
|
2915
|
+
"IntegerFormFieldSettingsJSON": {
|
|
3003
2916
|
"type": "object",
|
|
3004
2917
|
"properties": {
|
|
3005
2918
|
"@type": {
|
|
3006
2919
|
"type": "string",
|
|
3007
|
-
"const": "
|
|
2920
|
+
"const": "IntegerFormFieldSettings"
|
|
3008
2921
|
},
|
|
3009
2922
|
"@context": {
|
|
3010
2923
|
"type": "string"
|
|
@@ -3012,120 +2925,275 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3012
2925
|
"@version": {
|
|
3013
2926
|
"type": "string"
|
|
3014
2927
|
},
|
|
3015
|
-
"
|
|
3016
|
-
"type": "string"
|
|
3017
|
-
"description": "The human-readable title of this item."
|
|
3018
|
-
},
|
|
3019
|
-
"description": {
|
|
3020
|
-
"type": "string",
|
|
3021
|
-
"description": "The human-readable description of this item."
|
|
3022
|
-
},
|
|
3023
|
-
"metadata": {
|
|
3024
|
-
"type": "object",
|
|
3025
|
-
"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."
|
|
3026
|
-
},
|
|
3027
|
-
"mustBeAccepted": {
|
|
3028
|
-
"type": "boolean",
|
|
3029
|
-
"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."
|
|
2928
|
+
"unit": {
|
|
2929
|
+
"type": "string"
|
|
3030
2930
|
},
|
|
3031
|
-
"
|
|
3032
|
-
"type": "
|
|
3033
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2931
|
+
"min": {
|
|
2932
|
+
"type": "number"
|
|
3034
2933
|
},
|
|
3035
|
-
"
|
|
3036
|
-
"type": "
|
|
2934
|
+
"max": {
|
|
2935
|
+
"type": "number"
|
|
3037
2936
|
}
|
|
3038
2937
|
},
|
|
3039
2938
|
"required": [
|
|
3040
|
-
"@type"
|
|
3041
|
-
"fileReference",
|
|
3042
|
-
"mustBeAccepted"
|
|
2939
|
+
"@type"
|
|
3043
2940
|
],
|
|
3044
2941
|
"additionalProperties": false
|
|
3045
2942
|
},
|
|
3046
|
-
"
|
|
3047
|
-
"type": "string",
|
|
3048
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
|
-
};
|
|
3052
|
-
exports.RejectIncomingRequestRequest = {
|
|
3053
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3054
|
-
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3055
|
-
"definitions": {
|
|
3056
|
-
"RejectIncomingRequestRequest": {
|
|
2943
|
+
"DoubleFormFieldSettingsJSON": {
|
|
3057
2944
|
"type": "object",
|
|
3058
|
-
"additionalProperties": false,
|
|
3059
2945
|
"properties": {
|
|
3060
|
-
"
|
|
2946
|
+
"@type": {
|
|
2947
|
+
"type": "string",
|
|
2948
|
+
"const": "DoubleFormFieldSettings"
|
|
2949
|
+
},
|
|
2950
|
+
"@context": {
|
|
3061
2951
|
"type": "string"
|
|
3062
2952
|
},
|
|
3063
|
-
"
|
|
3064
|
-
"type": "
|
|
3065
|
-
"items": {
|
|
3066
|
-
"anyOf": [
|
|
3067
|
-
{
|
|
3068
|
-
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3072
|
-
}
|
|
3073
|
-
]
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
},
|
|
3077
|
-
"required": [
|
|
3078
|
-
"items",
|
|
3079
|
-
"requestId"
|
|
3080
|
-
]
|
|
3081
|
-
},
|
|
3082
|
-
"DecideRequestItemParametersJSON": {
|
|
3083
|
-
"anyOf": [
|
|
3084
|
-
{
|
|
3085
|
-
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
2953
|
+
"@version": {
|
|
2954
|
+
"type": "string"
|
|
3086
2955
|
},
|
|
3087
|
-
{
|
|
3088
|
-
"
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
"accept": {
|
|
3096
|
-
"type": "boolean",
|
|
3097
|
-
"const": true
|
|
2956
|
+
"unit": {
|
|
2957
|
+
"type": "string"
|
|
2958
|
+
},
|
|
2959
|
+
"min": {
|
|
2960
|
+
"type": "number"
|
|
2961
|
+
},
|
|
2962
|
+
"max": {
|
|
2963
|
+
"type": "number"
|
|
3098
2964
|
}
|
|
3099
2965
|
},
|
|
3100
2966
|
"required": [
|
|
3101
|
-
"
|
|
2967
|
+
"@type"
|
|
3102
2968
|
],
|
|
3103
2969
|
"additionalProperties": false
|
|
3104
2970
|
},
|
|
3105
|
-
"
|
|
2971
|
+
"BooleanFormFieldSettingsJSON": {
|
|
3106
2972
|
"type": "object",
|
|
3107
2973
|
"properties": {
|
|
3108
|
-
"
|
|
3109
|
-
"type": "
|
|
3110
|
-
"const":
|
|
2974
|
+
"@type": {
|
|
2975
|
+
"type": "string",
|
|
2976
|
+
"const": "BooleanFormFieldSettings"
|
|
3111
2977
|
},
|
|
3112
|
-
"
|
|
2978
|
+
"@context": {
|
|
3113
2979
|
"type": "string"
|
|
3114
2980
|
},
|
|
3115
|
-
"
|
|
2981
|
+
"@version": {
|
|
3116
2982
|
"type": "string"
|
|
3117
2983
|
}
|
|
3118
2984
|
},
|
|
3119
2985
|
"required": [
|
|
3120
|
-
"
|
|
2986
|
+
"@type"
|
|
3121
2987
|
],
|
|
3122
2988
|
"additionalProperties": false
|
|
3123
2989
|
},
|
|
3124
|
-
"
|
|
2990
|
+
"DateFormFieldSettingsJSON": {
|
|
3125
2991
|
"type": "object",
|
|
3126
2992
|
"properties": {
|
|
3127
|
-
"
|
|
3128
|
-
"type": "
|
|
2993
|
+
"@type": {
|
|
2994
|
+
"type": "string",
|
|
2995
|
+
"const": "DateFormFieldSettings"
|
|
2996
|
+
},
|
|
2997
|
+
"@context": {
|
|
2998
|
+
"type": "string"
|
|
2999
|
+
},
|
|
3000
|
+
"@version": {
|
|
3001
|
+
"type": "string"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
"required": [
|
|
3005
|
+
"@type"
|
|
3006
|
+
],
|
|
3007
|
+
"additionalProperties": false
|
|
3008
|
+
},
|
|
3009
|
+
"SelectionFormFieldSettingsJSON": {
|
|
3010
|
+
"type": "object",
|
|
3011
|
+
"properties": {
|
|
3012
|
+
"@type": {
|
|
3013
|
+
"type": "string",
|
|
3014
|
+
"const": "SelectionFormFieldSettings"
|
|
3015
|
+
},
|
|
3016
|
+
"@context": {
|
|
3017
|
+
"type": "string"
|
|
3018
|
+
},
|
|
3019
|
+
"@version": {
|
|
3020
|
+
"type": "string"
|
|
3021
|
+
},
|
|
3022
|
+
"options": {
|
|
3023
|
+
"type": "array",
|
|
3024
|
+
"items": {
|
|
3025
|
+
"type": "string"
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
"allowMultipleSelection": {
|
|
3029
|
+
"type": "boolean",
|
|
3030
|
+
"const": true
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"required": [
|
|
3034
|
+
"@type",
|
|
3035
|
+
"options"
|
|
3036
|
+
],
|
|
3037
|
+
"additionalProperties": false
|
|
3038
|
+
},
|
|
3039
|
+
"RatingFormFieldSettingsJSON": {
|
|
3040
|
+
"type": "object",
|
|
3041
|
+
"properties": {
|
|
3042
|
+
"@type": {
|
|
3043
|
+
"type": "string",
|
|
3044
|
+
"const": "RatingFormFieldSettings"
|
|
3045
|
+
},
|
|
3046
|
+
"@context": {
|
|
3047
|
+
"type": "string"
|
|
3048
|
+
},
|
|
3049
|
+
"@version": {
|
|
3050
|
+
"type": "string"
|
|
3051
|
+
},
|
|
3052
|
+
"maxRating": {
|
|
3053
|
+
"type": "number",
|
|
3054
|
+
"enum": [
|
|
3055
|
+
5,
|
|
3056
|
+
6,
|
|
3057
|
+
7,
|
|
3058
|
+
8,
|
|
3059
|
+
9,
|
|
3060
|
+
10
|
|
3061
|
+
]
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
"required": [
|
|
3065
|
+
"@type",
|
|
3066
|
+
"maxRating"
|
|
3067
|
+
],
|
|
3068
|
+
"additionalProperties": false
|
|
3069
|
+
},
|
|
3070
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
3071
|
+
"type": "object",
|
|
3072
|
+
"properties": {
|
|
3073
|
+
"@type": {
|
|
3074
|
+
"type": "string",
|
|
3075
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
3076
|
+
},
|
|
3077
|
+
"@context": {
|
|
3078
|
+
"type": "string"
|
|
3079
|
+
},
|
|
3080
|
+
"@version": {
|
|
3081
|
+
"type": "string"
|
|
3082
|
+
},
|
|
3083
|
+
"description": {
|
|
3084
|
+
"type": "string",
|
|
3085
|
+
"description": "The human-readable description of this item."
|
|
3086
|
+
},
|
|
3087
|
+
"metadata": {
|
|
3088
|
+
"type": "object",
|
|
3089
|
+
"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."
|
|
3090
|
+
},
|
|
3091
|
+
"mustBeAccepted": {
|
|
3092
|
+
"type": "boolean",
|
|
3093
|
+
"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."
|
|
3094
|
+
},
|
|
3095
|
+
"fileReference": {
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
},
|
|
3098
|
+
"ownershipToken": {
|
|
3099
|
+
"type": "string"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"required": [
|
|
3103
|
+
"@type",
|
|
3104
|
+
"fileReference",
|
|
3105
|
+
"mustBeAccepted",
|
|
3106
|
+
"ownershipToken"
|
|
3107
|
+
],
|
|
3108
|
+
"additionalProperties": false
|
|
3109
|
+
},
|
|
3110
|
+
"AddressString": {
|
|
3111
|
+
"type": "string",
|
|
3112
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
};
|
|
3116
|
+
exports.RejectIncomingRequestRequest = {
|
|
3117
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3118
|
+
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3119
|
+
"definitions": {
|
|
3120
|
+
"RejectIncomingRequestRequest": {
|
|
3121
|
+
"type": "object",
|
|
3122
|
+
"additionalProperties": false,
|
|
3123
|
+
"properties": {
|
|
3124
|
+
"requestId": {
|
|
3125
|
+
"type": "string"
|
|
3126
|
+
},
|
|
3127
|
+
"items": {
|
|
3128
|
+
"type": "array",
|
|
3129
|
+
"items": {
|
|
3130
|
+
"anyOf": [
|
|
3131
|
+
{
|
|
3132
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3136
|
+
}
|
|
3137
|
+
]
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
"decidedByAutomation": {
|
|
3141
|
+
"type": "boolean",
|
|
3142
|
+
"const": true
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
|
+
"required": [
|
|
3146
|
+
"items",
|
|
3147
|
+
"requestId"
|
|
3148
|
+
]
|
|
3149
|
+
},
|
|
3150
|
+
"DecideRequestItemParametersJSON": {
|
|
3151
|
+
"anyOf": [
|
|
3152
|
+
{
|
|
3153
|
+
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3157
|
+
}
|
|
3158
|
+
]
|
|
3159
|
+
},
|
|
3160
|
+
"AcceptRequestItemParametersJSON": {
|
|
3161
|
+
"type": "object",
|
|
3162
|
+
"properties": {
|
|
3163
|
+
"accept": {
|
|
3164
|
+
"type": "boolean",
|
|
3165
|
+
"const": true
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"required": [
|
|
3169
|
+
"accept"
|
|
3170
|
+
],
|
|
3171
|
+
"additionalProperties": false
|
|
3172
|
+
},
|
|
3173
|
+
"RejectRequestItemParametersJSON": {
|
|
3174
|
+
"type": "object",
|
|
3175
|
+
"properties": {
|
|
3176
|
+
"accept": {
|
|
3177
|
+
"type": "boolean",
|
|
3178
|
+
"const": false
|
|
3179
|
+
},
|
|
3180
|
+
"code": {
|
|
3181
|
+
"type": "string"
|
|
3182
|
+
},
|
|
3183
|
+
"message": {
|
|
3184
|
+
"type": "string"
|
|
3185
|
+
}
|
|
3186
|
+
},
|
|
3187
|
+
"required": [
|
|
3188
|
+
"accept"
|
|
3189
|
+
],
|
|
3190
|
+
"additionalProperties": false
|
|
3191
|
+
},
|
|
3192
|
+
"DecideRequestItemGroupParametersJSON": {
|
|
3193
|
+
"type": "object",
|
|
3194
|
+
"properties": {
|
|
3195
|
+
"items": {
|
|
3196
|
+
"type": "array",
|
|
3129
3197
|
"items": {
|
|
3130
3198
|
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3131
3199
|
}
|
|
@@ -3331,10 +3399,10 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3331
3399
|
"$ref": "#/definitions/ReadAttributeAcceptResponseItemJSON"
|
|
3332
3400
|
},
|
|
3333
3401
|
{
|
|
3334
|
-
"$ref": "#/definitions/
|
|
3402
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3335
3403
|
},
|
|
3336
3404
|
{
|
|
3337
|
-
"$ref": "#/definitions/
|
|
3405
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
3338
3406
|
}
|
|
3339
3407
|
]
|
|
3340
3408
|
},
|
|
@@ -5301,7 +5369,8 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5301
5369
|
"type": "object",
|
|
5302
5370
|
"properties": {
|
|
5303
5371
|
"@type": {
|
|
5304
|
-
"type": "string"
|
|
5372
|
+
"type": "string",
|
|
5373
|
+
"const": "Consent"
|
|
5305
5374
|
},
|
|
5306
5375
|
"@context": {
|
|
5307
5376
|
"type": "string"
|
|
@@ -5470,12 +5539,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5470
5539
|
],
|
|
5471
5540
|
"additionalProperties": false
|
|
5472
5541
|
},
|
|
5473
|
-
"
|
|
5542
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
5474
5543
|
"type": "object",
|
|
5475
5544
|
"properties": {
|
|
5476
5545
|
"@type": {
|
|
5477
5546
|
"type": "string",
|
|
5478
|
-
"const": "
|
|
5547
|
+
"const": "FormFieldAcceptResponseItem"
|
|
5479
5548
|
},
|
|
5480
5549
|
"@context": {
|
|
5481
5550
|
"type": "string"
|
|
@@ -5487,23 +5556,39 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5487
5556
|
"type": "string",
|
|
5488
5557
|
"const": "Accepted"
|
|
5489
5558
|
},
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5559
|
+
"response": {
|
|
5560
|
+
"anyOf": [
|
|
5561
|
+
{
|
|
5562
|
+
"type": "string"
|
|
5563
|
+
},
|
|
5564
|
+
{
|
|
5565
|
+
"type": "number"
|
|
5566
|
+
},
|
|
5567
|
+
{
|
|
5568
|
+
"type": "boolean"
|
|
5569
|
+
},
|
|
5570
|
+
{
|
|
5571
|
+
"type": "array",
|
|
5572
|
+
"items": {
|
|
5573
|
+
"type": "string"
|
|
5574
|
+
}
|
|
5575
|
+
}
|
|
5576
|
+
]
|
|
5492
5577
|
}
|
|
5493
5578
|
},
|
|
5494
5579
|
"required": [
|
|
5495
5580
|
"@type",
|
|
5496
|
-
"
|
|
5581
|
+
"response",
|
|
5497
5582
|
"result"
|
|
5498
5583
|
],
|
|
5499
5584
|
"additionalProperties": false
|
|
5500
5585
|
},
|
|
5501
|
-
"
|
|
5586
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
5502
5587
|
"type": "object",
|
|
5503
5588
|
"properties": {
|
|
5504
5589
|
"@type": {
|
|
5505
5590
|
"type": "string",
|
|
5506
|
-
"const": "
|
|
5591
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
5507
5592
|
},
|
|
5508
5593
|
"@context": {
|
|
5509
5594
|
"type": "string"
|
|
@@ -5515,13 +5600,17 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5515
5600
|
"type": "string",
|
|
5516
5601
|
"const": "Accepted"
|
|
5517
5602
|
},
|
|
5518
|
-
"
|
|
5603
|
+
"attributeId": {
|
|
5519
5604
|
"type": "string"
|
|
5605
|
+
},
|
|
5606
|
+
"attribute": {
|
|
5607
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5520
5608
|
}
|
|
5521
5609
|
},
|
|
5522
5610
|
"required": [
|
|
5523
5611
|
"@type",
|
|
5524
|
-
"
|
|
5612
|
+
"attribute",
|
|
5613
|
+
"attributeId",
|
|
5525
5614
|
"result"
|
|
5526
5615
|
],
|
|
5527
5616
|
"additionalProperties": false
|
|
@@ -5754,10 +5843,10 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5754
5843
|
"$ref": "#/definitions/ReadAttributeAcceptResponseItemJSON"
|
|
5755
5844
|
},
|
|
5756
5845
|
{
|
|
5757
|
-
"$ref": "#/definitions/
|
|
5846
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5758
5847
|
},
|
|
5759
5848
|
{
|
|
5760
|
-
"$ref": "#/definitions/
|
|
5849
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
5761
5850
|
}
|
|
5762
5851
|
]
|
|
5763
5852
|
},
|
|
@@ -7724,7 +7813,8 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7724
7813
|
"type": "object",
|
|
7725
7814
|
"properties": {
|
|
7726
7815
|
"@type": {
|
|
7727
|
-
"type": "string"
|
|
7816
|
+
"type": "string",
|
|
7817
|
+
"const": "Consent"
|
|
7728
7818
|
},
|
|
7729
7819
|
"@context": {
|
|
7730
7820
|
"type": "string"
|
|
@@ -7893,12 +7983,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7893
7983
|
],
|
|
7894
7984
|
"additionalProperties": false
|
|
7895
7985
|
},
|
|
7896
|
-
"
|
|
7986
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
7897
7987
|
"type": "object",
|
|
7898
7988
|
"properties": {
|
|
7899
7989
|
"@type": {
|
|
7900
7990
|
"type": "string",
|
|
7901
|
-
"const": "
|
|
7991
|
+
"const": "FormFieldAcceptResponseItem"
|
|
7902
7992
|
},
|
|
7903
7993
|
"@context": {
|
|
7904
7994
|
"type": "string"
|
|
@@ -7910,23 +8000,39 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7910
8000
|
"type": "string",
|
|
7911
8001
|
"const": "Accepted"
|
|
7912
8002
|
},
|
|
7913
|
-
"
|
|
7914
|
-
"
|
|
8003
|
+
"response": {
|
|
8004
|
+
"anyOf": [
|
|
8005
|
+
{
|
|
8006
|
+
"type": "string"
|
|
8007
|
+
},
|
|
8008
|
+
{
|
|
8009
|
+
"type": "number"
|
|
8010
|
+
},
|
|
8011
|
+
{
|
|
8012
|
+
"type": "boolean"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"type": "array",
|
|
8016
|
+
"items": {
|
|
8017
|
+
"type": "string"
|
|
8018
|
+
}
|
|
8019
|
+
}
|
|
8020
|
+
]
|
|
7915
8021
|
}
|
|
7916
8022
|
},
|
|
7917
8023
|
"required": [
|
|
7918
8024
|
"@type",
|
|
7919
|
-
"
|
|
8025
|
+
"response",
|
|
7920
8026
|
"result"
|
|
7921
8027
|
],
|
|
7922
8028
|
"additionalProperties": false
|
|
7923
8029
|
},
|
|
7924
|
-
"
|
|
8030
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
7925
8031
|
"type": "object",
|
|
7926
8032
|
"properties": {
|
|
7927
8033
|
"@type": {
|
|
7928
8034
|
"type": "string",
|
|
7929
|
-
"const": "
|
|
8035
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
7930
8036
|
},
|
|
7931
8037
|
"@context": {
|
|
7932
8038
|
"type": "string"
|
|
@@ -7938,13 +8044,17 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7938
8044
|
"type": "string",
|
|
7939
8045
|
"const": "Accepted"
|
|
7940
8046
|
},
|
|
7941
|
-
"
|
|
8047
|
+
"attributeId": {
|
|
7942
8048
|
"type": "string"
|
|
8049
|
+
},
|
|
8050
|
+
"attribute": {
|
|
8051
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
7943
8052
|
}
|
|
7944
8053
|
},
|
|
7945
8054
|
"required": [
|
|
7946
8055
|
"@type",
|
|
7947
|
-
"
|
|
8056
|
+
"attribute",
|
|
8057
|
+
"attributeId",
|
|
7948
8058
|
"result"
|
|
7949
8059
|
],
|
|
7950
8060
|
"additionalProperties": false
|
|
@@ -8146,10 +8256,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8146
8256
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8147
8257
|
},
|
|
8148
8258
|
{
|
|
8149
|
-
"$ref": "#/definitions/
|
|
8150
|
-
},
|
|
8151
|
-
{
|
|
8152
|
-
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
8259
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8153
8260
|
},
|
|
8154
8261
|
{
|
|
8155
8262
|
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
@@ -8168,10 +8275,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8168
8275
|
"@version": {
|
|
8169
8276
|
"type": "string"
|
|
8170
8277
|
},
|
|
8171
|
-
"title": {
|
|
8172
|
-
"type": "string",
|
|
8173
|
-
"description": "The human-readable title of this item."
|
|
8174
|
-
},
|
|
8175
8278
|
"description": {
|
|
8176
8279
|
"type": "string",
|
|
8177
8280
|
"description": "The human-readable description of this item."
|
|
@@ -8183,10 +8286,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8183
8286
|
"mustBeAccepted": {
|
|
8184
8287
|
"type": "boolean",
|
|
8185
8288
|
"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."
|
|
8186
|
-
},
|
|
8187
|
-
"requireManualDecision": {
|
|
8188
|
-
"type": "boolean",
|
|
8189
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
8190
8289
|
}
|
|
8191
8290
|
},
|
|
8192
8291
|
"required": [
|
|
@@ -8208,10 +8307,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8208
8307
|
"@version": {
|
|
8209
8308
|
"type": "string"
|
|
8210
8309
|
},
|
|
8211
|
-
"title": {
|
|
8212
|
-
"type": "string",
|
|
8213
|
-
"description": "The human-readable title of this item."
|
|
8214
|
-
},
|
|
8215
8310
|
"description": {
|
|
8216
8311
|
"type": "string",
|
|
8217
8312
|
"description": "The human-readable description of this item."
|
|
@@ -8224,10 +8319,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8224
8319
|
"type": "boolean",
|
|
8225
8320
|
"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."
|
|
8226
8321
|
},
|
|
8227
|
-
"requireManualDecision": {
|
|
8228
|
-
"type": "boolean",
|
|
8229
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
8230
|
-
},
|
|
8231
8322
|
"attribute": {
|
|
8232
8323
|
"anyOf": [
|
|
8233
8324
|
{
|
|
@@ -8878,7 +8969,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8878
8969
|
"type": "object",
|
|
8879
8970
|
"properties": {
|
|
8880
8971
|
"@type": {
|
|
8881
|
-
"type": "string"
|
|
8972
|
+
"type": "string",
|
|
8973
|
+
"const": "Consent"
|
|
8882
8974
|
},
|
|
8883
8975
|
"@context": {
|
|
8884
8976
|
"type": "string"
|
|
@@ -10160,10 +10252,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10160
10252
|
"@version": {
|
|
10161
10253
|
"type": "string"
|
|
10162
10254
|
},
|
|
10163
|
-
"title": {
|
|
10164
|
-
"type": "string",
|
|
10165
|
-
"description": "The human-readable title of this item."
|
|
10166
|
-
},
|
|
10167
10255
|
"description": {
|
|
10168
10256
|
"type": "string",
|
|
10169
10257
|
"description": "The human-readable description of this item."
|
|
@@ -10176,10 +10264,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10176
10264
|
"type": "boolean",
|
|
10177
10265
|
"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."
|
|
10178
10266
|
},
|
|
10179
|
-
"requireManualDecision": {
|
|
10180
|
-
"type": "boolean",
|
|
10181
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10182
|
-
},
|
|
10183
10267
|
"attributeId": {
|
|
10184
10268
|
"type": "string"
|
|
10185
10269
|
}
|
|
@@ -10204,10 +10288,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10204
10288
|
"@version": {
|
|
10205
10289
|
"type": "string"
|
|
10206
10290
|
},
|
|
10207
|
-
"title": {
|
|
10208
|
-
"type": "string",
|
|
10209
|
-
"description": "The human-readable title of this item."
|
|
10210
|
-
},
|
|
10211
10291
|
"description": {
|
|
10212
10292
|
"type": "string",
|
|
10213
10293
|
"description": "The human-readable description of this item."
|
|
@@ -10220,10 +10300,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10220
10300
|
"type": "boolean",
|
|
10221
10301
|
"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."
|
|
10222
10302
|
},
|
|
10223
|
-
"requireManualDecision": {
|
|
10224
|
-
"type": "boolean",
|
|
10225
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10226
|
-
},
|
|
10227
10303
|
"attribute": {
|
|
10228
10304
|
"anyOf": [
|
|
10229
10305
|
{
|
|
@@ -10262,10 +10338,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10262
10338
|
"@version": {
|
|
10263
10339
|
"type": "string"
|
|
10264
10340
|
},
|
|
10265
|
-
"title": {
|
|
10266
|
-
"type": "string",
|
|
10267
|
-
"description": "The human-readable title of this item."
|
|
10268
|
-
},
|
|
10269
10341
|
"description": {
|
|
10270
10342
|
"type": "string",
|
|
10271
10343
|
"description": "The human-readable description of this item."
|
|
@@ -10278,10 +10350,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10278
10350
|
"type": "boolean",
|
|
10279
10351
|
"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."
|
|
10280
10352
|
},
|
|
10281
|
-
"requireManualDecision": {
|
|
10282
|
-
"type": "boolean",
|
|
10283
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10284
|
-
},
|
|
10285
10353
|
"query": {
|
|
10286
10354
|
"anyOf": [
|
|
10287
10355
|
{
|
|
@@ -10538,10 +10606,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10538
10606
|
"@version": {
|
|
10539
10607
|
"type": "string"
|
|
10540
10608
|
},
|
|
10541
|
-
"title": {
|
|
10542
|
-
"type": "string",
|
|
10543
|
-
"description": "The human-readable title of this item."
|
|
10544
|
-
},
|
|
10545
10609
|
"description": {
|
|
10546
10610
|
"type": "string",
|
|
10547
10611
|
"description": "The human-readable description of this item."
|
|
@@ -10554,10 +10618,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10554
10618
|
"type": "boolean",
|
|
10555
10619
|
"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."
|
|
10556
10620
|
},
|
|
10557
|
-
"requireManualDecision": {
|
|
10558
|
-
"type": "boolean",
|
|
10559
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10560
|
-
},
|
|
10561
10621
|
"query": {
|
|
10562
10622
|
"anyOf": [
|
|
10563
10623
|
{
|
|
@@ -10599,22 +10659,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10599
10659
|
"type": "string"
|
|
10600
10660
|
},
|
|
10601
10661
|
"owner": {
|
|
10602
|
-
"
|
|
10603
|
-
|
|
10604
|
-
|
|
10605
|
-
|
|
10606
|
-
|
|
10607
|
-
"type": "string",
|
|
10608
|
-
"const": "thirdParty"
|
|
10609
|
-
},
|
|
10610
|
-
{
|
|
10611
|
-
"type": "string",
|
|
10612
|
-
"const": "recipient"
|
|
10613
|
-
},
|
|
10614
|
-
{
|
|
10615
|
-
"type": "string",
|
|
10616
|
-
"const": ""
|
|
10617
|
-
}
|
|
10662
|
+
"type": "string",
|
|
10663
|
+
"enum": [
|
|
10664
|
+
"thirdParty",
|
|
10665
|
+
"recipient",
|
|
10666
|
+
""
|
|
10618
10667
|
]
|
|
10619
10668
|
},
|
|
10620
10669
|
"thirdParty": {
|
|
@@ -10632,14 +10681,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10632
10681
|
],
|
|
10633
10682
|
"additionalProperties": false
|
|
10634
10683
|
},
|
|
10635
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
10636
|
-
"type": "string",
|
|
10637
|
-
"enum": [
|
|
10638
|
-
"thirdParty",
|
|
10639
|
-
"recipient",
|
|
10640
|
-
""
|
|
10641
|
-
]
|
|
10642
|
-
},
|
|
10643
10684
|
"ConsentRequestItemJSON": {
|
|
10644
10685
|
"type": "object",
|
|
10645
10686
|
"properties": {
|
|
@@ -10653,10 +10694,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10653
10694
|
"@version": {
|
|
10654
10695
|
"type": "string"
|
|
10655
10696
|
},
|
|
10656
|
-
"title": {
|
|
10657
|
-
"type": "string",
|
|
10658
|
-
"description": "The human-readable title of this item."
|
|
10659
|
-
},
|
|
10660
10697
|
"description": {
|
|
10661
10698
|
"type": "string",
|
|
10662
10699
|
"description": "The human-readable description of this item."
|
|
@@ -10669,10 +10706,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10669
10706
|
"type": "boolean",
|
|
10670
10707
|
"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."
|
|
10671
10708
|
},
|
|
10672
|
-
"requireManualDecision": {
|
|
10673
|
-
"type": "boolean",
|
|
10674
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10675
|
-
},
|
|
10676
10709
|
"consent": {
|
|
10677
10710
|
"type": "string"
|
|
10678
10711
|
},
|
|
@@ -10681,6 +10714,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10681
10714
|
},
|
|
10682
10715
|
"linkDisplayText": {
|
|
10683
10716
|
"type": "string"
|
|
10717
|
+
},
|
|
10718
|
+
"requiresInteraction": {
|
|
10719
|
+
"type": "boolean"
|
|
10684
10720
|
}
|
|
10685
10721
|
},
|
|
10686
10722
|
"required": [
|
|
@@ -10703,10 +10739,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10703
10739
|
"@version": {
|
|
10704
10740
|
"type": "string"
|
|
10705
10741
|
},
|
|
10706
|
-
"title": {
|
|
10707
|
-
"type": "string",
|
|
10708
|
-
"description": "The human-readable title of this item."
|
|
10709
|
-
},
|
|
10710
10742
|
"description": {
|
|
10711
10743
|
"type": "string",
|
|
10712
10744
|
"description": "The human-readable description of this item."
|
|
@@ -10719,9 +10751,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10719
10751
|
"type": "boolean",
|
|
10720
10752
|
"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."
|
|
10721
10753
|
},
|
|
10722
|
-
"
|
|
10723
|
-
"type": "
|
|
10724
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10754
|
+
"title": {
|
|
10755
|
+
"type": "string"
|
|
10725
10756
|
}
|
|
10726
10757
|
},
|
|
10727
10758
|
"required": [
|
|
@@ -10731,12 +10762,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10731
10762
|
],
|
|
10732
10763
|
"additionalProperties": false
|
|
10733
10764
|
},
|
|
10734
|
-
"
|
|
10765
|
+
"FormFieldRequestItemJSON": {
|
|
10735
10766
|
"type": "object",
|
|
10736
10767
|
"properties": {
|
|
10737
10768
|
"@type": {
|
|
10738
10769
|
"type": "string",
|
|
10739
|
-
"const": "
|
|
10770
|
+
"const": "FormFieldRequestItem"
|
|
10740
10771
|
},
|
|
10741
10772
|
"@context": {
|
|
10742
10773
|
"type": "string"
|
|
@@ -10744,10 +10775,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10744
10775
|
"@version": {
|
|
10745
10776
|
"type": "string"
|
|
10746
10777
|
},
|
|
10747
|
-
"title": {
|
|
10748
|
-
"type": "string",
|
|
10749
|
-
"description": "The human-readable title of this item."
|
|
10750
|
-
},
|
|
10751
10778
|
"description": {
|
|
10752
10779
|
"type": "string",
|
|
10753
10780
|
"description": "The human-readable description of this item."
|
|
@@ -10760,27 +10787,109 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10760
10787
|
"type": "boolean",
|
|
10761
10788
|
"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."
|
|
10762
10789
|
},
|
|
10763
|
-
"
|
|
10790
|
+
"title": {
|
|
10791
|
+
"type": "string"
|
|
10792
|
+
},
|
|
10793
|
+
"settings": {
|
|
10794
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
10795
|
+
}
|
|
10796
|
+
},
|
|
10797
|
+
"required": [
|
|
10798
|
+
"@type",
|
|
10799
|
+
"mustBeAccepted",
|
|
10800
|
+
"settings",
|
|
10801
|
+
"title"
|
|
10802
|
+
],
|
|
10803
|
+
"additionalProperties": false
|
|
10804
|
+
},
|
|
10805
|
+
"FormFieldSettingsJSONDerivations": {
|
|
10806
|
+
"anyOf": [
|
|
10807
|
+
{
|
|
10808
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
10809
|
+
},
|
|
10810
|
+
{
|
|
10811
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
10812
|
+
},
|
|
10813
|
+
{
|
|
10814
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
10815
|
+
},
|
|
10816
|
+
{
|
|
10817
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
10821
|
+
},
|
|
10822
|
+
{
|
|
10823
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
10824
|
+
},
|
|
10825
|
+
{
|
|
10826
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
10827
|
+
}
|
|
10828
|
+
]
|
|
10829
|
+
},
|
|
10830
|
+
"StringFormFieldSettingsJSON": {
|
|
10831
|
+
"type": "object",
|
|
10832
|
+
"properties": {
|
|
10833
|
+
"@type": {
|
|
10834
|
+
"type": "string",
|
|
10835
|
+
"const": "StringFormFieldSettings"
|
|
10836
|
+
},
|
|
10837
|
+
"@context": {
|
|
10838
|
+
"type": "string"
|
|
10839
|
+
},
|
|
10840
|
+
"@version": {
|
|
10841
|
+
"type": "string"
|
|
10842
|
+
},
|
|
10843
|
+
"allowNewlines": {
|
|
10764
10844
|
"type": "boolean",
|
|
10765
|
-
"
|
|
10845
|
+
"const": true
|
|
10766
10846
|
},
|
|
10767
|
-
"
|
|
10847
|
+
"min": {
|
|
10848
|
+
"type": "number"
|
|
10849
|
+
},
|
|
10850
|
+
"max": {
|
|
10851
|
+
"type": "number"
|
|
10852
|
+
}
|
|
10853
|
+
},
|
|
10854
|
+
"required": [
|
|
10855
|
+
"@type"
|
|
10856
|
+
],
|
|
10857
|
+
"additionalProperties": false
|
|
10858
|
+
},
|
|
10859
|
+
"IntegerFormFieldSettingsJSON": {
|
|
10860
|
+
"type": "object",
|
|
10861
|
+
"properties": {
|
|
10862
|
+
"@type": {
|
|
10863
|
+
"type": "string",
|
|
10864
|
+
"const": "IntegerFormFieldSettings"
|
|
10865
|
+
},
|
|
10866
|
+
"@context": {
|
|
10867
|
+
"type": "string"
|
|
10868
|
+
},
|
|
10869
|
+
"@version": {
|
|
10870
|
+
"type": "string"
|
|
10871
|
+
},
|
|
10872
|
+
"unit": {
|
|
10768
10873
|
"type": "string"
|
|
10874
|
+
},
|
|
10875
|
+
"min": {
|
|
10876
|
+
"type": "number"
|
|
10877
|
+
},
|
|
10878
|
+
"max": {
|
|
10879
|
+
"type": "number"
|
|
10769
10880
|
}
|
|
10770
10881
|
},
|
|
10771
10882
|
"required": [
|
|
10772
|
-
"@type"
|
|
10773
|
-
"freeText",
|
|
10774
|
-
"mustBeAccepted"
|
|
10883
|
+
"@type"
|
|
10775
10884
|
],
|
|
10776
10885
|
"additionalProperties": false
|
|
10777
10886
|
},
|
|
10778
|
-
"
|
|
10887
|
+
"DoubleFormFieldSettingsJSON": {
|
|
10779
10888
|
"type": "object",
|
|
10780
10889
|
"properties": {
|
|
10781
10890
|
"@type": {
|
|
10782
10891
|
"type": "string",
|
|
10783
|
-
"const": "
|
|
10892
|
+
"const": "DoubleFormFieldSettings"
|
|
10784
10893
|
},
|
|
10785
10894
|
"@context": {
|
|
10786
10895
|
"type": "string"
|
|
@@ -10788,41 +10897,117 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10788
10897
|
"@version": {
|
|
10789
10898
|
"type": "string"
|
|
10790
10899
|
},
|
|
10791
|
-
"
|
|
10900
|
+
"unit": {
|
|
10901
|
+
"type": "string"
|
|
10902
|
+
},
|
|
10903
|
+
"min": {
|
|
10904
|
+
"type": "number"
|
|
10905
|
+
},
|
|
10906
|
+
"max": {
|
|
10907
|
+
"type": "number"
|
|
10908
|
+
}
|
|
10909
|
+
},
|
|
10910
|
+
"required": [
|
|
10911
|
+
"@type"
|
|
10912
|
+
],
|
|
10913
|
+
"additionalProperties": false
|
|
10914
|
+
},
|
|
10915
|
+
"BooleanFormFieldSettingsJSON": {
|
|
10916
|
+
"type": "object",
|
|
10917
|
+
"properties": {
|
|
10918
|
+
"@type": {
|
|
10792
10919
|
"type": "string",
|
|
10793
|
-
"
|
|
10920
|
+
"const": "BooleanFormFieldSettings"
|
|
10794
10921
|
},
|
|
10795
|
-
"
|
|
10922
|
+
"@context": {
|
|
10923
|
+
"type": "string"
|
|
10924
|
+
},
|
|
10925
|
+
"@version": {
|
|
10926
|
+
"type": "string"
|
|
10927
|
+
}
|
|
10928
|
+
},
|
|
10929
|
+
"required": [
|
|
10930
|
+
"@type"
|
|
10931
|
+
],
|
|
10932
|
+
"additionalProperties": false
|
|
10933
|
+
},
|
|
10934
|
+
"DateFormFieldSettingsJSON": {
|
|
10935
|
+
"type": "object",
|
|
10936
|
+
"properties": {
|
|
10937
|
+
"@type": {
|
|
10796
10938
|
"type": "string",
|
|
10797
|
-
"
|
|
10939
|
+
"const": "DateFormFieldSettings"
|
|
10798
10940
|
},
|
|
10799
|
-
"
|
|
10800
|
-
"type": "
|
|
10801
|
-
"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."
|
|
10941
|
+
"@context": {
|
|
10942
|
+
"type": "string"
|
|
10802
10943
|
},
|
|
10803
|
-
"
|
|
10804
|
-
"type": "
|
|
10805
|
-
|
|
10944
|
+
"@version": {
|
|
10945
|
+
"type": "string"
|
|
10946
|
+
}
|
|
10947
|
+
},
|
|
10948
|
+
"required": [
|
|
10949
|
+
"@type"
|
|
10950
|
+
],
|
|
10951
|
+
"additionalProperties": false
|
|
10952
|
+
},
|
|
10953
|
+
"SelectionFormFieldSettingsJSON": {
|
|
10954
|
+
"type": "object",
|
|
10955
|
+
"properties": {
|
|
10956
|
+
"@type": {
|
|
10957
|
+
"type": "string",
|
|
10958
|
+
"const": "SelectionFormFieldSettings"
|
|
10959
|
+
},
|
|
10960
|
+
"@context": {
|
|
10961
|
+
"type": "string"
|
|
10962
|
+
},
|
|
10963
|
+
"@version": {
|
|
10964
|
+
"type": "string"
|
|
10806
10965
|
},
|
|
10807
|
-
"
|
|
10966
|
+
"options": {
|
|
10967
|
+
"type": "array",
|
|
10968
|
+
"items": {
|
|
10969
|
+
"type": "string"
|
|
10970
|
+
}
|
|
10971
|
+
},
|
|
10972
|
+
"allowMultipleSelection": {
|
|
10808
10973
|
"type": "boolean",
|
|
10809
|
-
"
|
|
10974
|
+
"const": true
|
|
10975
|
+
}
|
|
10976
|
+
},
|
|
10977
|
+
"required": [
|
|
10978
|
+
"@type",
|
|
10979
|
+
"options"
|
|
10980
|
+
],
|
|
10981
|
+
"additionalProperties": false
|
|
10982
|
+
},
|
|
10983
|
+
"RatingFormFieldSettingsJSON": {
|
|
10984
|
+
"type": "object",
|
|
10985
|
+
"properties": {
|
|
10986
|
+
"@type": {
|
|
10987
|
+
"type": "string",
|
|
10988
|
+
"const": "RatingFormFieldSettings"
|
|
10810
10989
|
},
|
|
10811
|
-
"
|
|
10812
|
-
"
|
|
10813
|
-
|
|
10814
|
-
|
|
10815
|
-
|
|
10816
|
-
|
|
10817
|
-
|
|
10818
|
-
|
|
10990
|
+
"@context": {
|
|
10991
|
+
"type": "string"
|
|
10992
|
+
},
|
|
10993
|
+
"@version": {
|
|
10994
|
+
"type": "string"
|
|
10995
|
+
},
|
|
10996
|
+
"maxRating": {
|
|
10997
|
+
"type": "number",
|
|
10998
|
+
"enum": [
|
|
10999
|
+
5,
|
|
11000
|
+
6,
|
|
11001
|
+
7,
|
|
11002
|
+
8,
|
|
11003
|
+
9,
|
|
11004
|
+
10
|
|
10819
11005
|
]
|
|
10820
11006
|
}
|
|
10821
11007
|
},
|
|
10822
11008
|
"required": [
|
|
10823
11009
|
"@type",
|
|
10824
|
-
"
|
|
10825
|
-
"query"
|
|
11010
|
+
"maxRating"
|
|
10826
11011
|
],
|
|
10827
11012
|
"additionalProperties": false
|
|
10828
11013
|
},
|
|
@@ -10839,10 +11024,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10839
11024
|
"@version": {
|
|
10840
11025
|
"type": "string"
|
|
10841
11026
|
},
|
|
10842
|
-
"title": {
|
|
10843
|
-
"type": "string",
|
|
10844
|
-
"description": "The human-readable title of this item."
|
|
10845
|
-
},
|
|
10846
11027
|
"description": {
|
|
10847
11028
|
"type": "string",
|
|
10848
11029
|
"description": "The human-readable description of this item."
|
|
@@ -10855,18 +11036,18 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10855
11036
|
"type": "boolean",
|
|
10856
11037
|
"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."
|
|
10857
11038
|
},
|
|
10858
|
-
"requireManualDecision": {
|
|
10859
|
-
"type": "boolean",
|
|
10860
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
10861
|
-
},
|
|
10862
11039
|
"fileReference": {
|
|
10863
11040
|
"type": "string"
|
|
11041
|
+
},
|
|
11042
|
+
"ownershipToken": {
|
|
11043
|
+
"type": "string"
|
|
10864
11044
|
}
|
|
10865
11045
|
},
|
|
10866
11046
|
"required": [
|
|
10867
11047
|
"@type",
|
|
10868
11048
|
"fileReference",
|
|
10869
|
-
"mustBeAccepted"
|
|
11049
|
+
"mustBeAccepted",
|
|
11050
|
+
"ownershipToken"
|
|
10870
11051
|
],
|
|
10871
11052
|
"additionalProperties": false
|
|
10872
11053
|
},
|
|
@@ -11006,6 +11187,9 @@ exports.GetIncomingRequestsRequest = {
|
|
|
11006
11187
|
}
|
|
11007
11188
|
]
|
|
11008
11189
|
},
|
|
11190
|
+
"wasAutomaticallyDecided": {
|
|
11191
|
+
"type": "string"
|
|
11192
|
+
},
|
|
11009
11193
|
"content.expiresAt": {
|
|
11010
11194
|
"anyOf": [
|
|
11011
11195
|
{
|
|
@@ -11514,10 +11698,7 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11514
11698
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
11515
11699
|
},
|
|
11516
11700
|
{
|
|
11517
|
-
"$ref": "#/definitions/
|
|
11518
|
-
},
|
|
11519
|
-
{
|
|
11520
|
-
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
11701
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
11521
11702
|
},
|
|
11522
11703
|
{
|
|
11523
11704
|
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
@@ -11536,10 +11717,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11536
11717
|
"@version": {
|
|
11537
11718
|
"type": "string"
|
|
11538
11719
|
},
|
|
11539
|
-
"title": {
|
|
11540
|
-
"type": "string",
|
|
11541
|
-
"description": "The human-readable title of this item."
|
|
11542
|
-
},
|
|
11543
11720
|
"description": {
|
|
11544
11721
|
"type": "string",
|
|
11545
11722
|
"description": "The human-readable description of this item."
|
|
@@ -11551,10 +11728,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11551
11728
|
"mustBeAccepted": {
|
|
11552
11729
|
"type": "boolean",
|
|
11553
11730
|
"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."
|
|
11554
|
-
},
|
|
11555
|
-
"requireManualDecision": {
|
|
11556
|
-
"type": "boolean",
|
|
11557
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11558
11731
|
}
|
|
11559
11732
|
},
|
|
11560
11733
|
"required": [
|
|
@@ -11576,10 +11749,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11576
11749
|
"@version": {
|
|
11577
11750
|
"type": "string"
|
|
11578
11751
|
},
|
|
11579
|
-
"title": {
|
|
11580
|
-
"type": "string",
|
|
11581
|
-
"description": "The human-readable title of this item."
|
|
11582
|
-
},
|
|
11583
11752
|
"description": {
|
|
11584
11753
|
"type": "string",
|
|
11585
11754
|
"description": "The human-readable description of this item."
|
|
@@ -11592,10 +11761,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11592
11761
|
"type": "boolean",
|
|
11593
11762
|
"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."
|
|
11594
11763
|
},
|
|
11595
|
-
"requireManualDecision": {
|
|
11596
|
-
"type": "boolean",
|
|
11597
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11598
|
-
},
|
|
11599
11764
|
"attribute": {
|
|
11600
11765
|
"anyOf": [
|
|
11601
11766
|
{
|
|
@@ -12246,7 +12411,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12246
12411
|
"type": "object",
|
|
12247
12412
|
"properties": {
|
|
12248
12413
|
"@type": {
|
|
12249
|
-
"type": "string"
|
|
12414
|
+
"type": "string",
|
|
12415
|
+
"const": "Consent"
|
|
12250
12416
|
},
|
|
12251
12417
|
"@context": {
|
|
12252
12418
|
"type": "string"
|
|
@@ -13528,10 +13694,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13528
13694
|
"@version": {
|
|
13529
13695
|
"type": "string"
|
|
13530
13696
|
},
|
|
13531
|
-
"title": {
|
|
13532
|
-
"type": "string",
|
|
13533
|
-
"description": "The human-readable title of this item."
|
|
13534
|
-
},
|
|
13535
13697
|
"description": {
|
|
13536
13698
|
"type": "string",
|
|
13537
13699
|
"description": "The human-readable description of this item."
|
|
@@ -13544,10 +13706,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13544
13706
|
"type": "boolean",
|
|
13545
13707
|
"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."
|
|
13546
13708
|
},
|
|
13547
|
-
"requireManualDecision": {
|
|
13548
|
-
"type": "boolean",
|
|
13549
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13550
|
-
},
|
|
13551
13709
|
"attributeId": {
|
|
13552
13710
|
"type": "string"
|
|
13553
13711
|
}
|
|
@@ -13572,10 +13730,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13572
13730
|
"@version": {
|
|
13573
13731
|
"type": "string"
|
|
13574
13732
|
},
|
|
13575
|
-
"title": {
|
|
13576
|
-
"type": "string",
|
|
13577
|
-
"description": "The human-readable title of this item."
|
|
13578
|
-
},
|
|
13579
13733
|
"description": {
|
|
13580
13734
|
"type": "string",
|
|
13581
13735
|
"description": "The human-readable description of this item."
|
|
@@ -13588,10 +13742,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13588
13742
|
"type": "boolean",
|
|
13589
13743
|
"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."
|
|
13590
13744
|
},
|
|
13591
|
-
"requireManualDecision": {
|
|
13592
|
-
"type": "boolean",
|
|
13593
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13594
|
-
},
|
|
13595
13745
|
"attribute": {
|
|
13596
13746
|
"anyOf": [
|
|
13597
13747
|
{
|
|
@@ -13630,10 +13780,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13630
13780
|
"@version": {
|
|
13631
13781
|
"type": "string"
|
|
13632
13782
|
},
|
|
13633
|
-
"title": {
|
|
13634
|
-
"type": "string",
|
|
13635
|
-
"description": "The human-readable title of this item."
|
|
13636
|
-
},
|
|
13637
13783
|
"description": {
|
|
13638
13784
|
"type": "string",
|
|
13639
13785
|
"description": "The human-readable description of this item."
|
|
@@ -13646,10 +13792,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13646
13792
|
"type": "boolean",
|
|
13647
13793
|
"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."
|
|
13648
13794
|
},
|
|
13649
|
-
"requireManualDecision": {
|
|
13650
|
-
"type": "boolean",
|
|
13651
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13652
|
-
},
|
|
13653
13795
|
"query": {
|
|
13654
13796
|
"anyOf": [
|
|
13655
13797
|
{
|
|
@@ -13906,10 +14048,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13906
14048
|
"@version": {
|
|
13907
14049
|
"type": "string"
|
|
13908
14050
|
},
|
|
13909
|
-
"title": {
|
|
13910
|
-
"type": "string",
|
|
13911
|
-
"description": "The human-readable title of this item."
|
|
13912
|
-
},
|
|
13913
14051
|
"description": {
|
|
13914
14052
|
"type": "string",
|
|
13915
14053
|
"description": "The human-readable description of this item."
|
|
@@ -13922,10 +14060,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13922
14060
|
"type": "boolean",
|
|
13923
14061
|
"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."
|
|
13924
14062
|
},
|
|
13925
|
-
"requireManualDecision": {
|
|
13926
|
-
"type": "boolean",
|
|
13927
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
13928
|
-
},
|
|
13929
14063
|
"query": {
|
|
13930
14064
|
"anyOf": [
|
|
13931
14065
|
{
|
|
@@ -13967,22 +14101,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13967
14101
|
"type": "string"
|
|
13968
14102
|
},
|
|
13969
14103
|
"owner": {
|
|
13970
|
-
"
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
"type": "string",
|
|
13976
|
-
"const": "thirdParty"
|
|
13977
|
-
},
|
|
13978
|
-
{
|
|
13979
|
-
"type": "string",
|
|
13980
|
-
"const": "recipient"
|
|
13981
|
-
},
|
|
13982
|
-
{
|
|
13983
|
-
"type": "string",
|
|
13984
|
-
"const": ""
|
|
13985
|
-
}
|
|
14104
|
+
"type": "string",
|
|
14105
|
+
"enum": [
|
|
14106
|
+
"thirdParty",
|
|
14107
|
+
"recipient",
|
|
14108
|
+
""
|
|
13986
14109
|
]
|
|
13987
14110
|
},
|
|
13988
14111
|
"thirdParty": {
|
|
@@ -14000,14 +14123,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14000
14123
|
],
|
|
14001
14124
|
"additionalProperties": false
|
|
14002
14125
|
},
|
|
14003
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
14004
|
-
"type": "string",
|
|
14005
|
-
"enum": [
|
|
14006
|
-
"thirdParty",
|
|
14007
|
-
"recipient",
|
|
14008
|
-
""
|
|
14009
|
-
]
|
|
14010
|
-
},
|
|
14011
14126
|
"ConsentRequestItemJSON": {
|
|
14012
14127
|
"type": "object",
|
|
14013
14128
|
"properties": {
|
|
@@ -14021,10 +14136,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14021
14136
|
"@version": {
|
|
14022
14137
|
"type": "string"
|
|
14023
14138
|
},
|
|
14024
|
-
"title": {
|
|
14025
|
-
"type": "string",
|
|
14026
|
-
"description": "The human-readable title of this item."
|
|
14027
|
-
},
|
|
14028
14139
|
"description": {
|
|
14029
14140
|
"type": "string",
|
|
14030
14141
|
"description": "The human-readable description of this item."
|
|
@@ -14037,10 +14148,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14037
14148
|
"type": "boolean",
|
|
14038
14149
|
"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."
|
|
14039
14150
|
},
|
|
14040
|
-
"requireManualDecision": {
|
|
14041
|
-
"type": "boolean",
|
|
14042
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14043
|
-
},
|
|
14044
14151
|
"consent": {
|
|
14045
14152
|
"type": "string"
|
|
14046
14153
|
},
|
|
@@ -14049,6 +14156,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14049
14156
|
},
|
|
14050
14157
|
"linkDisplayText": {
|
|
14051
14158
|
"type": "string"
|
|
14159
|
+
},
|
|
14160
|
+
"requiresInteraction": {
|
|
14161
|
+
"type": "boolean"
|
|
14052
14162
|
}
|
|
14053
14163
|
},
|
|
14054
14164
|
"required": [
|
|
@@ -14071,10 +14181,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14071
14181
|
"@version": {
|
|
14072
14182
|
"type": "string"
|
|
14073
14183
|
},
|
|
14074
|
-
"title": {
|
|
14075
|
-
"type": "string",
|
|
14076
|
-
"description": "The human-readable title of this item."
|
|
14077
|
-
},
|
|
14078
14184
|
"description": {
|
|
14079
14185
|
"type": "string",
|
|
14080
14186
|
"description": "The human-readable description of this item."
|
|
@@ -14087,9 +14193,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14087
14193
|
"type": "boolean",
|
|
14088
14194
|
"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."
|
|
14089
14195
|
},
|
|
14090
|
-
"
|
|
14091
|
-
"type": "
|
|
14092
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14196
|
+
"title": {
|
|
14197
|
+
"type": "string"
|
|
14093
14198
|
}
|
|
14094
14199
|
},
|
|
14095
14200
|
"required": [
|
|
@@ -14099,12 +14204,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14099
14204
|
],
|
|
14100
14205
|
"additionalProperties": false
|
|
14101
14206
|
},
|
|
14102
|
-
"
|
|
14207
|
+
"FormFieldRequestItemJSON": {
|
|
14103
14208
|
"type": "object",
|
|
14104
14209
|
"properties": {
|
|
14105
14210
|
"@type": {
|
|
14106
14211
|
"type": "string",
|
|
14107
|
-
"const": "
|
|
14212
|
+
"const": "FormFieldRequestItem"
|
|
14108
14213
|
},
|
|
14109
14214
|
"@context": {
|
|
14110
14215
|
"type": "string"
|
|
@@ -14112,10 +14217,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14112
14217
|
"@version": {
|
|
14113
14218
|
"type": "string"
|
|
14114
14219
|
},
|
|
14115
|
-
"title": {
|
|
14116
|
-
"type": "string",
|
|
14117
|
-
"description": "The human-readable title of this item."
|
|
14118
|
-
},
|
|
14119
14220
|
"description": {
|
|
14120
14221
|
"type": "string",
|
|
14121
14222
|
"description": "The human-readable description of this item."
|
|
@@ -14128,27 +14229,109 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14128
14229
|
"type": "boolean",
|
|
14129
14230
|
"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."
|
|
14130
14231
|
},
|
|
14131
|
-
"
|
|
14232
|
+
"title": {
|
|
14233
|
+
"type": "string"
|
|
14234
|
+
},
|
|
14235
|
+
"settings": {
|
|
14236
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
14237
|
+
}
|
|
14238
|
+
},
|
|
14239
|
+
"required": [
|
|
14240
|
+
"@type",
|
|
14241
|
+
"mustBeAccepted",
|
|
14242
|
+
"settings",
|
|
14243
|
+
"title"
|
|
14244
|
+
],
|
|
14245
|
+
"additionalProperties": false
|
|
14246
|
+
},
|
|
14247
|
+
"FormFieldSettingsJSONDerivations": {
|
|
14248
|
+
"anyOf": [
|
|
14249
|
+
{
|
|
14250
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
14251
|
+
},
|
|
14252
|
+
{
|
|
14253
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
14254
|
+
},
|
|
14255
|
+
{
|
|
14256
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
14257
|
+
},
|
|
14258
|
+
{
|
|
14259
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
14260
|
+
},
|
|
14261
|
+
{
|
|
14262
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
14263
|
+
},
|
|
14264
|
+
{
|
|
14265
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
14266
|
+
},
|
|
14267
|
+
{
|
|
14268
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
14269
|
+
}
|
|
14270
|
+
]
|
|
14271
|
+
},
|
|
14272
|
+
"StringFormFieldSettingsJSON": {
|
|
14273
|
+
"type": "object",
|
|
14274
|
+
"properties": {
|
|
14275
|
+
"@type": {
|
|
14276
|
+
"type": "string",
|
|
14277
|
+
"const": "StringFormFieldSettings"
|
|
14278
|
+
},
|
|
14279
|
+
"@context": {
|
|
14280
|
+
"type": "string"
|
|
14281
|
+
},
|
|
14282
|
+
"@version": {
|
|
14283
|
+
"type": "string"
|
|
14284
|
+
},
|
|
14285
|
+
"allowNewlines": {
|
|
14132
14286
|
"type": "boolean",
|
|
14133
|
-
"
|
|
14287
|
+
"const": true
|
|
14288
|
+
},
|
|
14289
|
+
"min": {
|
|
14290
|
+
"type": "number"
|
|
14291
|
+
},
|
|
14292
|
+
"max": {
|
|
14293
|
+
"type": "number"
|
|
14294
|
+
}
|
|
14295
|
+
},
|
|
14296
|
+
"required": [
|
|
14297
|
+
"@type"
|
|
14298
|
+
],
|
|
14299
|
+
"additionalProperties": false
|
|
14300
|
+
},
|
|
14301
|
+
"IntegerFormFieldSettingsJSON": {
|
|
14302
|
+
"type": "object",
|
|
14303
|
+
"properties": {
|
|
14304
|
+
"@type": {
|
|
14305
|
+
"type": "string",
|
|
14306
|
+
"const": "IntegerFormFieldSettings"
|
|
14307
|
+
},
|
|
14308
|
+
"@context": {
|
|
14309
|
+
"type": "string"
|
|
14310
|
+
},
|
|
14311
|
+
"@version": {
|
|
14312
|
+
"type": "string"
|
|
14134
14313
|
},
|
|
14135
|
-
"
|
|
14314
|
+
"unit": {
|
|
14136
14315
|
"type": "string"
|
|
14316
|
+
},
|
|
14317
|
+
"min": {
|
|
14318
|
+
"type": "number"
|
|
14319
|
+
},
|
|
14320
|
+
"max": {
|
|
14321
|
+
"type": "number"
|
|
14137
14322
|
}
|
|
14138
14323
|
},
|
|
14139
14324
|
"required": [
|
|
14140
|
-
"@type"
|
|
14141
|
-
"freeText",
|
|
14142
|
-
"mustBeAccepted"
|
|
14325
|
+
"@type"
|
|
14143
14326
|
],
|
|
14144
14327
|
"additionalProperties": false
|
|
14145
14328
|
},
|
|
14146
|
-
"
|
|
14329
|
+
"DoubleFormFieldSettingsJSON": {
|
|
14147
14330
|
"type": "object",
|
|
14148
14331
|
"properties": {
|
|
14149
14332
|
"@type": {
|
|
14150
14333
|
"type": "string",
|
|
14151
|
-
"const": "
|
|
14334
|
+
"const": "DoubleFormFieldSettings"
|
|
14152
14335
|
},
|
|
14153
14336
|
"@context": {
|
|
14154
14337
|
"type": "string"
|
|
@@ -14156,41 +14339,117 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14156
14339
|
"@version": {
|
|
14157
14340
|
"type": "string"
|
|
14158
14341
|
},
|
|
14159
|
-
"
|
|
14342
|
+
"unit": {
|
|
14343
|
+
"type": "string"
|
|
14344
|
+
},
|
|
14345
|
+
"min": {
|
|
14346
|
+
"type": "number"
|
|
14347
|
+
},
|
|
14348
|
+
"max": {
|
|
14349
|
+
"type": "number"
|
|
14350
|
+
}
|
|
14351
|
+
},
|
|
14352
|
+
"required": [
|
|
14353
|
+
"@type"
|
|
14354
|
+
],
|
|
14355
|
+
"additionalProperties": false
|
|
14356
|
+
},
|
|
14357
|
+
"BooleanFormFieldSettingsJSON": {
|
|
14358
|
+
"type": "object",
|
|
14359
|
+
"properties": {
|
|
14360
|
+
"@type": {
|
|
14160
14361
|
"type": "string",
|
|
14161
|
-
"
|
|
14362
|
+
"const": "BooleanFormFieldSettings"
|
|
14162
14363
|
},
|
|
14163
|
-
"
|
|
14364
|
+
"@context": {
|
|
14365
|
+
"type": "string"
|
|
14366
|
+
},
|
|
14367
|
+
"@version": {
|
|
14368
|
+
"type": "string"
|
|
14369
|
+
}
|
|
14370
|
+
},
|
|
14371
|
+
"required": [
|
|
14372
|
+
"@type"
|
|
14373
|
+
],
|
|
14374
|
+
"additionalProperties": false
|
|
14375
|
+
},
|
|
14376
|
+
"DateFormFieldSettingsJSON": {
|
|
14377
|
+
"type": "object",
|
|
14378
|
+
"properties": {
|
|
14379
|
+
"@type": {
|
|
14164
14380
|
"type": "string",
|
|
14165
|
-
"
|
|
14381
|
+
"const": "DateFormFieldSettings"
|
|
14166
14382
|
},
|
|
14167
|
-
"
|
|
14168
|
-
"type": "
|
|
14169
|
-
"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."
|
|
14383
|
+
"@context": {
|
|
14384
|
+
"type": "string"
|
|
14170
14385
|
},
|
|
14171
|
-
"
|
|
14172
|
-
"type": "
|
|
14173
|
-
|
|
14386
|
+
"@version": {
|
|
14387
|
+
"type": "string"
|
|
14388
|
+
}
|
|
14389
|
+
},
|
|
14390
|
+
"required": [
|
|
14391
|
+
"@type"
|
|
14392
|
+
],
|
|
14393
|
+
"additionalProperties": false
|
|
14394
|
+
},
|
|
14395
|
+
"SelectionFormFieldSettingsJSON": {
|
|
14396
|
+
"type": "object",
|
|
14397
|
+
"properties": {
|
|
14398
|
+
"@type": {
|
|
14399
|
+
"type": "string",
|
|
14400
|
+
"const": "SelectionFormFieldSettings"
|
|
14401
|
+
},
|
|
14402
|
+
"@context": {
|
|
14403
|
+
"type": "string"
|
|
14404
|
+
},
|
|
14405
|
+
"@version": {
|
|
14406
|
+
"type": "string"
|
|
14407
|
+
},
|
|
14408
|
+
"options": {
|
|
14409
|
+
"type": "array",
|
|
14410
|
+
"items": {
|
|
14411
|
+
"type": "string"
|
|
14412
|
+
}
|
|
14174
14413
|
},
|
|
14175
|
-
"
|
|
14414
|
+
"allowMultipleSelection": {
|
|
14176
14415
|
"type": "boolean",
|
|
14177
|
-
"
|
|
14416
|
+
"const": true
|
|
14417
|
+
}
|
|
14418
|
+
},
|
|
14419
|
+
"required": [
|
|
14420
|
+
"@type",
|
|
14421
|
+
"options"
|
|
14422
|
+
],
|
|
14423
|
+
"additionalProperties": false
|
|
14424
|
+
},
|
|
14425
|
+
"RatingFormFieldSettingsJSON": {
|
|
14426
|
+
"type": "object",
|
|
14427
|
+
"properties": {
|
|
14428
|
+
"@type": {
|
|
14429
|
+
"type": "string",
|
|
14430
|
+
"const": "RatingFormFieldSettings"
|
|
14178
14431
|
},
|
|
14179
|
-
"
|
|
14180
|
-
"
|
|
14181
|
-
|
|
14182
|
-
|
|
14183
|
-
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14432
|
+
"@context": {
|
|
14433
|
+
"type": "string"
|
|
14434
|
+
},
|
|
14435
|
+
"@version": {
|
|
14436
|
+
"type": "string"
|
|
14437
|
+
},
|
|
14438
|
+
"maxRating": {
|
|
14439
|
+
"type": "number",
|
|
14440
|
+
"enum": [
|
|
14441
|
+
5,
|
|
14442
|
+
6,
|
|
14443
|
+
7,
|
|
14444
|
+
8,
|
|
14445
|
+
9,
|
|
14446
|
+
10
|
|
14187
14447
|
]
|
|
14188
14448
|
}
|
|
14189
14449
|
},
|
|
14190
14450
|
"required": [
|
|
14191
14451
|
"@type",
|
|
14192
|
-
"
|
|
14193
|
-
"query"
|
|
14452
|
+
"maxRating"
|
|
14194
14453
|
],
|
|
14195
14454
|
"additionalProperties": false
|
|
14196
14455
|
},
|
|
@@ -14207,10 +14466,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14207
14466
|
"@version": {
|
|
14208
14467
|
"type": "string"
|
|
14209
14468
|
},
|
|
14210
|
-
"title": {
|
|
14211
|
-
"type": "string",
|
|
14212
|
-
"description": "The human-readable title of this item."
|
|
14213
|
-
},
|
|
14214
14469
|
"description": {
|
|
14215
14470
|
"type": "string",
|
|
14216
14471
|
"description": "The human-readable description of this item."
|
|
@@ -14223,18 +14478,18 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14223
14478
|
"type": "boolean",
|
|
14224
14479
|
"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."
|
|
14225
14480
|
},
|
|
14226
|
-
"requireManualDecision": {
|
|
14227
|
-
"type": "boolean",
|
|
14228
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14229
|
-
},
|
|
14230
14481
|
"fileReference": {
|
|
14231
14482
|
"type": "string"
|
|
14483
|
+
},
|
|
14484
|
+
"ownershipToken": {
|
|
14485
|
+
"type": "string"
|
|
14232
14486
|
}
|
|
14233
14487
|
},
|
|
14234
14488
|
"required": [
|
|
14235
14489
|
"@type",
|
|
14236
14490
|
"fileReference",
|
|
14237
|
-
"mustBeAccepted"
|
|
14491
|
+
"mustBeAccepted",
|
|
14492
|
+
"ownershipToken"
|
|
14238
14493
|
],
|
|
14239
14494
|
"additionalProperties": false
|
|
14240
14495
|
},
|
|
@@ -14354,17 +14609,11 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14354
14609
|
"requestItemMetadata": {
|
|
14355
14610
|
"type": "object",
|
|
14356
14611
|
"properties": {
|
|
14357
|
-
"title": {
|
|
14358
|
-
"type": "string"
|
|
14359
|
-
},
|
|
14360
14612
|
"description": {
|
|
14361
14613
|
"type": "string"
|
|
14362
14614
|
},
|
|
14363
14615
|
"metadata": {
|
|
14364
14616
|
"type": "object"
|
|
14365
|
-
},
|
|
14366
|
-
"requireManualDecision": {
|
|
14367
|
-
"type": "boolean"
|
|
14368
14617
|
}
|
|
14369
14618
|
},
|
|
14370
14619
|
"additionalProperties": false
|
|
@@ -14970,7 +15219,8 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14970
15219
|
"type": "object",
|
|
14971
15220
|
"properties": {
|
|
14972
15221
|
"@type": {
|
|
14973
|
-
"type": "string"
|
|
15222
|
+
"type": "string",
|
|
15223
|
+
"const": "Consent"
|
|
14974
15224
|
},
|
|
14975
15225
|
"@context": {
|
|
14976
15226
|
"type": "string"
|
|
@@ -15588,22 +15838,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15588
15838
|
"type": "string"
|
|
15589
15839
|
},
|
|
15590
15840
|
"owner": {
|
|
15591
|
-
"
|
|
15592
|
-
|
|
15593
|
-
|
|
15594
|
-
|
|
15595
|
-
|
|
15596
|
-
"type": "string",
|
|
15597
|
-
"const": "thirdParty"
|
|
15598
|
-
},
|
|
15599
|
-
{
|
|
15600
|
-
"type": "string",
|
|
15601
|
-
"const": "recipient"
|
|
15602
|
-
},
|
|
15603
|
-
{
|
|
15604
|
-
"type": "string",
|
|
15605
|
-
"const": ""
|
|
15606
|
-
}
|
|
15841
|
+
"type": "string",
|
|
15842
|
+
"enum": [
|
|
15843
|
+
"thirdParty",
|
|
15844
|
+
"recipient",
|
|
15845
|
+
""
|
|
15607
15846
|
]
|
|
15608
15847
|
},
|
|
15609
15848
|
"thirdParty": {
|
|
@@ -15620,14 +15859,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15620
15859
|
"thirdParty"
|
|
15621
15860
|
],
|
|
15622
15861
|
"additionalProperties": false
|
|
15623
|
-
},
|
|
15624
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
15625
|
-
"type": "string",
|
|
15626
|
-
"enum": [
|
|
15627
|
-
"thirdParty",
|
|
15628
|
-
"recipient",
|
|
15629
|
-
""
|
|
15630
|
-
]
|
|
15631
15862
|
}
|
|
15632
15863
|
}
|
|
15633
15864
|
};
|
|
@@ -15717,6 +15948,19 @@ exports.GetAttributesRequest = {
|
|
|
15717
15948
|
"isDefault": {
|
|
15718
15949
|
"type": "string"
|
|
15719
15950
|
},
|
|
15951
|
+
"wasViewedAt": {
|
|
15952
|
+
"anyOf": [
|
|
15953
|
+
{
|
|
15954
|
+
"type": "string"
|
|
15955
|
+
},
|
|
15956
|
+
{
|
|
15957
|
+
"type": "array",
|
|
15958
|
+
"items": {
|
|
15959
|
+
"type": "string"
|
|
15960
|
+
}
|
|
15961
|
+
}
|
|
15962
|
+
]
|
|
15963
|
+
},
|
|
15720
15964
|
"content.@type": {
|
|
15721
15965
|
"anyOf": [
|
|
15722
15966
|
{
|
|
@@ -15956,6 +16200,19 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
15956
16200
|
"createdAt": {
|
|
15957
16201
|
"type": "string"
|
|
15958
16202
|
},
|
|
16203
|
+
"wasViewedAt": {
|
|
16204
|
+
"anyOf": [
|
|
16205
|
+
{
|
|
16206
|
+
"type": "string"
|
|
16207
|
+
},
|
|
16208
|
+
{
|
|
16209
|
+
"type": "array",
|
|
16210
|
+
"items": {
|
|
16211
|
+
"type": "string"
|
|
16212
|
+
}
|
|
16213
|
+
}
|
|
16214
|
+
]
|
|
16215
|
+
},
|
|
15959
16216
|
"content.@type": {
|
|
15960
16217
|
"anyOf": [
|
|
15961
16218
|
{
|
|
@@ -16169,6 +16426,19 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16169
16426
|
"createdAt": {
|
|
16170
16427
|
"type": "string"
|
|
16171
16428
|
},
|
|
16429
|
+
"wasViewedAt": {
|
|
16430
|
+
"anyOf": [
|
|
16431
|
+
{
|
|
16432
|
+
"type": "string"
|
|
16433
|
+
},
|
|
16434
|
+
{
|
|
16435
|
+
"type": "array",
|
|
16436
|
+
"items": {
|
|
16437
|
+
"type": "string"
|
|
16438
|
+
}
|
|
16439
|
+
}
|
|
16440
|
+
]
|
|
16441
|
+
},
|
|
16172
16442
|
"content.@type": {
|
|
16173
16443
|
"anyOf": [
|
|
16174
16444
|
{
|
|
@@ -16359,6 +16629,19 @@ exports.GetRepositoryAttributesRequest = {
|
|
|
16359
16629
|
"isDefault": {
|
|
16360
16630
|
"type": "string"
|
|
16361
16631
|
},
|
|
16632
|
+
"wasViewedAt": {
|
|
16633
|
+
"anyOf": [
|
|
16634
|
+
{
|
|
16635
|
+
"type": "string"
|
|
16636
|
+
},
|
|
16637
|
+
{
|
|
16638
|
+
"type": "array",
|
|
16639
|
+
"items": {
|
|
16640
|
+
"type": "string"
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16362
16645
|
"content.tags": {
|
|
16363
16646
|
"anyOf": [
|
|
16364
16647
|
{
|
|
@@ -16448,6 +16731,28 @@ exports.GetVersionsOfAttributeRequest = {
|
|
|
16448
16731
|
}
|
|
16449
16732
|
}
|
|
16450
16733
|
};
|
|
16734
|
+
exports.MarkAttributeAsViewedRequest = {
|
|
16735
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16736
|
+
"$ref": "#/definitions/MarkAttributeAsViewedRequest",
|
|
16737
|
+
"definitions": {
|
|
16738
|
+
"MarkAttributeAsViewedRequest": {
|
|
16739
|
+
"type": "object",
|
|
16740
|
+
"properties": {
|
|
16741
|
+
"attributeId": {
|
|
16742
|
+
"$ref": "#/definitions/AttributeIdString"
|
|
16743
|
+
}
|
|
16744
|
+
},
|
|
16745
|
+
"required": [
|
|
16746
|
+
"attributeId"
|
|
16747
|
+
],
|
|
16748
|
+
"additionalProperties": false
|
|
16749
|
+
},
|
|
16750
|
+
"AttributeIdString": {
|
|
16751
|
+
"type": "string",
|
|
16752
|
+
"pattern": "ATT[A-Za-z0-9]{17}"
|
|
16753
|
+
}
|
|
16754
|
+
}
|
|
16755
|
+
};
|
|
16451
16756
|
exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
16452
16757
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16453
16758
|
"$ref": "#/definitions/NotifyPeerAboutRepositoryAttributeSuccessionRequest",
|
|
@@ -16478,6 +16783,28 @@ exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
|
16478
16783
|
}
|
|
16479
16784
|
}
|
|
16480
16785
|
};
|
|
16786
|
+
exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = {
|
|
16787
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16788
|
+
"$ref": "#/definitions/SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest",
|
|
16789
|
+
"definitions": {
|
|
16790
|
+
"SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest": {
|
|
16791
|
+
"type": "object",
|
|
16792
|
+
"properties": {
|
|
16793
|
+
"relationshipId": {
|
|
16794
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
16795
|
+
}
|
|
16796
|
+
},
|
|
16797
|
+
"required": [
|
|
16798
|
+
"relationshipId"
|
|
16799
|
+
],
|
|
16800
|
+
"additionalProperties": false
|
|
16801
|
+
},
|
|
16802
|
+
"RelationshipIdString": {
|
|
16803
|
+
"type": "string",
|
|
16804
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
16805
|
+
}
|
|
16806
|
+
}
|
|
16807
|
+
};
|
|
16481
16808
|
exports.ShareRepositoryAttributeRequest = {
|
|
16482
16809
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16483
16810
|
"$ref": "#/definitions/ShareRepositoryAttributeRequest",
|
|
@@ -16512,17 +16839,11 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
16512
16839
|
"requestItemMetadata": {
|
|
16513
16840
|
"type": "object",
|
|
16514
16841
|
"properties": {
|
|
16515
|
-
"title": {
|
|
16516
|
-
"type": "string"
|
|
16517
|
-
},
|
|
16518
16842
|
"description": {
|
|
16519
16843
|
"type": "string"
|
|
16520
16844
|
},
|
|
16521
16845
|
"metadata": {
|
|
16522
16846
|
"type": "object"
|
|
16523
|
-
},
|
|
16524
|
-
"requireManualDecision": {
|
|
16525
|
-
"type": "boolean"
|
|
16526
16847
|
}
|
|
16527
16848
|
},
|
|
16528
16849
|
"additionalProperties": false
|
|
@@ -17176,7 +17497,8 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17176
17497
|
"type": "object",
|
|
17177
17498
|
"properties": {
|
|
17178
17499
|
"@type": {
|
|
17179
|
-
"type": "string"
|
|
17500
|
+
"type": "string",
|
|
17501
|
+
"const": "Consent"
|
|
17180
17502
|
},
|
|
17181
17503
|
"@context": {
|
|
17182
17504
|
"type": "string"
|
|
@@ -19213,11 +19535,11 @@ exports.DownloadFileRequest = {
|
|
|
19213
19535
|
}
|
|
19214
19536
|
}
|
|
19215
19537
|
};
|
|
19216
|
-
exports.
|
|
19538
|
+
exports.LoadItemFromReferenceRequest = {
|
|
19217
19539
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19218
|
-
"$ref": "#/definitions/
|
|
19540
|
+
"$ref": "#/definitions/LoadItemFromReferenceRequest",
|
|
19219
19541
|
"definitions": {
|
|
19220
|
-
"
|
|
19542
|
+
"LoadItemFromReferenceRequest": {
|
|
19221
19543
|
"type": "object",
|
|
19222
19544
|
"properties": {
|
|
19223
19545
|
"reference": {
|
|
@@ -19230,6 +19552,15 @@ exports.LoadItemFromTruncatedReferenceRequest = {
|
|
|
19230
19552
|
},
|
|
19231
19553
|
{
|
|
19232
19554
|
"$ref": "#/definitions/RelationshipTemplateReferenceString"
|
|
19555
|
+
},
|
|
19556
|
+
{
|
|
19557
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
19558
|
+
},
|
|
19559
|
+
{
|
|
19560
|
+
"$ref": "#/definitions/URLFileReferenceString"
|
|
19561
|
+
},
|
|
19562
|
+
{
|
|
19563
|
+
"$ref": "#/definitions/URLRelationshipTemplateReferenceString"
|
|
19233
19564
|
}
|
|
19234
19565
|
]
|
|
19235
19566
|
},
|
|
@@ -19253,6 +19584,18 @@ exports.LoadItemFromTruncatedReferenceRequest = {
|
|
|
19253
19584
|
"RelationshipTemplateReferenceString": {
|
|
19254
19585
|
"type": "string",
|
|
19255
19586
|
"pattern": "UkxU.{84}"
|
|
19587
|
+
},
|
|
19588
|
+
"URLTokenReferenceString": {
|
|
19589
|
+
"type": "string",
|
|
19590
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
19591
|
+
},
|
|
19592
|
+
"URLFileReferenceString": {
|
|
19593
|
+
"type": "string",
|
|
19594
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/FIL[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
19595
|
+
},
|
|
19596
|
+
"URLRelationshipTemplateReferenceString": {
|
|
19597
|
+
"type": "string",
|
|
19598
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/RLT[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
19256
19599
|
}
|
|
19257
19600
|
}
|
|
19258
19601
|
};
|
|
@@ -19289,355 +19632,494 @@ exports.RegisterPushNotificationTokenRequest = {
|
|
|
19289
19632
|
}
|
|
19290
19633
|
}
|
|
19291
19634
|
};
|
|
19292
|
-
exports.
|
|
19635
|
+
exports.CreateTokenForFileRequest = {
|
|
19293
19636
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19294
|
-
"$ref": "#/definitions/
|
|
19637
|
+
"$ref": "#/definitions/CreateTokenForFileRequest",
|
|
19295
19638
|
"definitions": {
|
|
19296
|
-
"
|
|
19639
|
+
"CreateTokenForFileRequest": {
|
|
19297
19640
|
"type": "object",
|
|
19298
19641
|
"properties": {
|
|
19299
|
-
"
|
|
19300
|
-
"$ref": "#/definitions/
|
|
19642
|
+
"fileId": {
|
|
19643
|
+
"$ref": "#/definitions/FileIdString"
|
|
19644
|
+
},
|
|
19645
|
+
"expiresAt": {
|
|
19646
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19647
|
+
},
|
|
19648
|
+
"ephemeral": {
|
|
19649
|
+
"type": "boolean"
|
|
19650
|
+
},
|
|
19651
|
+
"forIdentity": {
|
|
19652
|
+
"$ref": "#/definitions/AddressString"
|
|
19653
|
+
},
|
|
19654
|
+
"passwordProtection": {
|
|
19655
|
+
"type": "object",
|
|
19656
|
+
"properties": {
|
|
19657
|
+
"password": {
|
|
19658
|
+
"type": "string",
|
|
19659
|
+
"minLength": 1
|
|
19660
|
+
},
|
|
19661
|
+
"passwordIsPin": {
|
|
19662
|
+
"type": "boolean",
|
|
19663
|
+
"const": true
|
|
19664
|
+
},
|
|
19665
|
+
"passwordLocationIndicator": {}
|
|
19666
|
+
},
|
|
19667
|
+
"required": [
|
|
19668
|
+
"password"
|
|
19669
|
+
],
|
|
19670
|
+
"additionalProperties": false
|
|
19301
19671
|
}
|
|
19302
19672
|
},
|
|
19303
19673
|
"required": [
|
|
19304
|
-
"
|
|
19674
|
+
"fileId"
|
|
19305
19675
|
],
|
|
19306
19676
|
"additionalProperties": false
|
|
19307
19677
|
},
|
|
19308
|
-
"
|
|
19678
|
+
"FileIdString": {
|
|
19309
19679
|
"type": "string",
|
|
19310
|
-
"pattern": "
|
|
19680
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19681
|
+
},
|
|
19682
|
+
"ISO8601DateTimeString": {
|
|
19683
|
+
"type": "string",
|
|
19684
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
19685
|
+
"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)?)?)?)?$"
|
|
19686
|
+
},
|
|
19687
|
+
"AddressString": {
|
|
19688
|
+
"type": "string",
|
|
19689
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
19311
19690
|
}
|
|
19312
19691
|
}
|
|
19313
19692
|
};
|
|
19314
|
-
exports.
|
|
19693
|
+
exports.DeleteFileRequest = {
|
|
19315
19694
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19316
|
-
"$ref": "#/definitions/
|
|
19695
|
+
"$ref": "#/definitions/DeleteFileRequest",
|
|
19317
19696
|
"definitions": {
|
|
19318
|
-
"
|
|
19697
|
+
"DeleteFileRequest": {
|
|
19319
19698
|
"type": "object",
|
|
19320
19699
|
"properties": {
|
|
19321
|
-
"
|
|
19322
|
-
"
|
|
19700
|
+
"fileId": {
|
|
19701
|
+
"$ref": "#/definitions/FileIdString"
|
|
19323
19702
|
}
|
|
19324
19703
|
},
|
|
19704
|
+
"required": [
|
|
19705
|
+
"fileId"
|
|
19706
|
+
],
|
|
19325
19707
|
"additionalProperties": false
|
|
19708
|
+
},
|
|
19709
|
+
"FileIdString": {
|
|
19710
|
+
"type": "string",
|
|
19711
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19326
19712
|
}
|
|
19327
19713
|
}
|
|
19328
19714
|
};
|
|
19329
|
-
exports.
|
|
19715
|
+
exports.GetFileRequest = {
|
|
19330
19716
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19331
|
-
"$ref": "#/definitions/
|
|
19717
|
+
"$ref": "#/definitions/GetFileRequest",
|
|
19332
19718
|
"definitions": {
|
|
19333
|
-
"
|
|
19719
|
+
"GetFileRequest": {
|
|
19334
19720
|
"type": "object",
|
|
19335
19721
|
"properties": {
|
|
19336
19722
|
"id": {
|
|
19337
|
-
"$ref": "#/definitions/MessageIdString"
|
|
19338
|
-
},
|
|
19339
|
-
"attachmentId": {
|
|
19340
19723
|
"$ref": "#/definitions/FileIdString"
|
|
19341
19724
|
}
|
|
19342
19725
|
},
|
|
19343
19726
|
"required": [
|
|
19344
|
-
"id"
|
|
19345
|
-
"attachmentId"
|
|
19727
|
+
"id"
|
|
19346
19728
|
],
|
|
19347
19729
|
"additionalProperties": false
|
|
19348
19730
|
},
|
|
19349
|
-
"MessageIdString": {
|
|
19350
|
-
"type": "string",
|
|
19351
|
-
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
19352
|
-
},
|
|
19353
19731
|
"FileIdString": {
|
|
19354
19732
|
"type": "string",
|
|
19355
19733
|
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19356
19734
|
}
|
|
19357
19735
|
}
|
|
19358
19736
|
};
|
|
19359
|
-
exports.
|
|
19737
|
+
exports.GetFilesRequest = {
|
|
19360
19738
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19361
|
-
"$ref": "#/definitions/
|
|
19739
|
+
"$ref": "#/definitions/GetFilesRequest",
|
|
19362
19740
|
"definitions": {
|
|
19363
|
-
"
|
|
19741
|
+
"GetFilesRequest": {
|
|
19364
19742
|
"type": "object",
|
|
19365
19743
|
"properties": {
|
|
19366
|
-
"
|
|
19367
|
-
"
|
|
19368
|
-
"const": "Relationship"
|
|
19744
|
+
"query": {
|
|
19745
|
+
"$ref": "#/definitions/GetFilesQuery"
|
|
19369
19746
|
},
|
|
19370
|
-
"
|
|
19371
|
-
"$ref": "#/definitions/
|
|
19747
|
+
"ownerRestriction": {
|
|
19748
|
+
"$ref": "#/definitions/OwnerRestriction"
|
|
19372
19749
|
}
|
|
19373
19750
|
},
|
|
19374
|
-
"required": [
|
|
19375
|
-
"challengeType",
|
|
19376
|
-
"relationship"
|
|
19377
|
-
],
|
|
19378
19751
|
"additionalProperties": false
|
|
19379
19752
|
},
|
|
19380
|
-
"
|
|
19381
|
-
"type": "string",
|
|
19382
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
19383
|
-
}
|
|
19384
|
-
}
|
|
19385
|
-
};
|
|
19386
|
-
exports.isCreateRelationshipChallengeRequest = {
|
|
19387
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19388
|
-
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
19389
|
-
"definitions": {
|
|
19390
|
-
"isCreateRelationshipChallengeRequest": {
|
|
19391
|
-
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
19392
|
-
"type": "object",
|
|
19393
|
-
"properties": {
|
|
19394
|
-
"namedArgs": {
|
|
19395
|
-
"type": "object",
|
|
19396
|
-
"properties": {
|
|
19397
|
-
"value": {}
|
|
19398
|
-
},
|
|
19399
|
-
"required": [
|
|
19400
|
-
"value"
|
|
19401
|
-
],
|
|
19402
|
-
"additionalProperties": false
|
|
19403
|
-
}
|
|
19404
|
-
}
|
|
19405
|
-
}
|
|
19406
|
-
}
|
|
19407
|
-
};
|
|
19408
|
-
exports.CreateIdentityChallengeRequest = {
|
|
19409
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19410
|
-
"$ref": "#/definitions/CreateIdentityChallengeRequest",
|
|
19411
|
-
"definitions": {
|
|
19412
|
-
"CreateIdentityChallengeRequest": {
|
|
19753
|
+
"GetFilesQuery": {
|
|
19413
19754
|
"type": "object",
|
|
19414
19755
|
"properties": {
|
|
19415
|
-
"
|
|
19416
|
-
"
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
|
|
19427
|
-
|
|
19428
|
-
|
|
19429
|
-
|
|
19430
|
-
|
|
19431
|
-
|
|
19432
|
-
|
|
19433
|
-
|
|
19434
|
-
|
|
19435
|
-
|
|
19436
|
-
|
|
19437
|
-
|
|
19438
|
-
|
|
19439
|
-
|
|
19440
|
-
|
|
19441
|
-
|
|
19442
|
-
|
|
19443
|
-
|
|
19444
|
-
|
|
19445
|
-
|
|
19446
|
-
|
|
19447
|
-
|
|
19448
|
-
|
|
19449
|
-
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
|
|
19453
|
-
|
|
19454
|
-
|
|
19455
|
-
|
|
19456
|
-
|
|
19457
|
-
|
|
19458
|
-
|
|
19756
|
+
"createdAt": {
|
|
19757
|
+
"anyOf": [
|
|
19758
|
+
{
|
|
19759
|
+
"type": "string"
|
|
19760
|
+
},
|
|
19761
|
+
{
|
|
19762
|
+
"type": "array",
|
|
19763
|
+
"items": {
|
|
19764
|
+
"type": "string"
|
|
19765
|
+
}
|
|
19766
|
+
}
|
|
19767
|
+
]
|
|
19768
|
+
},
|
|
19769
|
+
"createdBy": {
|
|
19770
|
+
"anyOf": [
|
|
19771
|
+
{
|
|
19772
|
+
"type": "string"
|
|
19773
|
+
},
|
|
19774
|
+
{
|
|
19775
|
+
"type": "array",
|
|
19776
|
+
"items": {
|
|
19777
|
+
"type": "string"
|
|
19778
|
+
}
|
|
19779
|
+
}
|
|
19780
|
+
]
|
|
19781
|
+
},
|
|
19782
|
+
"createdByDevice": {
|
|
19783
|
+
"anyOf": [
|
|
19784
|
+
{
|
|
19785
|
+
"type": "string"
|
|
19786
|
+
},
|
|
19787
|
+
{
|
|
19788
|
+
"type": "array",
|
|
19789
|
+
"items": {
|
|
19790
|
+
"type": "string"
|
|
19791
|
+
}
|
|
19792
|
+
}
|
|
19793
|
+
]
|
|
19794
|
+
},
|
|
19795
|
+
"description": {
|
|
19796
|
+
"anyOf": [
|
|
19797
|
+
{
|
|
19798
|
+
"type": "string"
|
|
19799
|
+
},
|
|
19800
|
+
{
|
|
19801
|
+
"type": "array",
|
|
19802
|
+
"items": {
|
|
19803
|
+
"type": "string"
|
|
19804
|
+
}
|
|
19805
|
+
}
|
|
19806
|
+
]
|
|
19807
|
+
},
|
|
19808
|
+
"expiresAt": {
|
|
19809
|
+
"anyOf": [
|
|
19810
|
+
{
|
|
19811
|
+
"type": "string"
|
|
19812
|
+
},
|
|
19813
|
+
{
|
|
19814
|
+
"type": "array",
|
|
19815
|
+
"items": {
|
|
19816
|
+
"type": "string"
|
|
19817
|
+
}
|
|
19818
|
+
}
|
|
19819
|
+
]
|
|
19820
|
+
},
|
|
19821
|
+
"filename": {
|
|
19822
|
+
"anyOf": [
|
|
19823
|
+
{
|
|
19824
|
+
"type": "string"
|
|
19825
|
+
},
|
|
19826
|
+
{
|
|
19827
|
+
"type": "array",
|
|
19828
|
+
"items": {
|
|
19829
|
+
"type": "string"
|
|
19830
|
+
}
|
|
19831
|
+
}
|
|
19832
|
+
]
|
|
19833
|
+
},
|
|
19834
|
+
"filesize": {
|
|
19835
|
+
"anyOf": [
|
|
19836
|
+
{
|
|
19837
|
+
"type": "string"
|
|
19838
|
+
},
|
|
19839
|
+
{
|
|
19840
|
+
"type": "array",
|
|
19841
|
+
"items": {
|
|
19842
|
+
"type": "string"
|
|
19843
|
+
}
|
|
19844
|
+
}
|
|
19845
|
+
]
|
|
19846
|
+
},
|
|
19847
|
+
"mimetype": {
|
|
19848
|
+
"anyOf": [
|
|
19849
|
+
{
|
|
19850
|
+
"type": "string"
|
|
19851
|
+
},
|
|
19852
|
+
{
|
|
19853
|
+
"type": "array",
|
|
19854
|
+
"items": {
|
|
19855
|
+
"type": "string"
|
|
19856
|
+
}
|
|
19857
|
+
}
|
|
19858
|
+
]
|
|
19859
|
+
},
|
|
19860
|
+
"title": {
|
|
19861
|
+
"anyOf": [
|
|
19862
|
+
{
|
|
19863
|
+
"type": "string"
|
|
19864
|
+
},
|
|
19865
|
+
{
|
|
19866
|
+
"type": "array",
|
|
19867
|
+
"items": {
|
|
19868
|
+
"type": "string"
|
|
19869
|
+
}
|
|
19870
|
+
}
|
|
19871
|
+
]
|
|
19872
|
+
},
|
|
19873
|
+
"isOwn": {
|
|
19874
|
+
"anyOf": [
|
|
19875
|
+
{
|
|
19876
|
+
"type": "string"
|
|
19877
|
+
},
|
|
19878
|
+
{
|
|
19879
|
+
"type": "array",
|
|
19880
|
+
"items": {
|
|
19881
|
+
"type": "string"
|
|
19882
|
+
}
|
|
19883
|
+
}
|
|
19884
|
+
]
|
|
19885
|
+
},
|
|
19886
|
+
"tags": {
|
|
19887
|
+
"anyOf": [
|
|
19888
|
+
{
|
|
19889
|
+
"type": "string"
|
|
19890
|
+
},
|
|
19891
|
+
{
|
|
19892
|
+
"type": "array",
|
|
19893
|
+
"items": {
|
|
19894
|
+
"type": "string"
|
|
19895
|
+
}
|
|
19896
|
+
}
|
|
19897
|
+
]
|
|
19898
|
+
},
|
|
19899
|
+
"ownershipToken": {
|
|
19900
|
+
"anyOf": [
|
|
19901
|
+
{
|
|
19902
|
+
"type": "string"
|
|
19903
|
+
},
|
|
19904
|
+
{
|
|
19905
|
+
"type": "array",
|
|
19906
|
+
"items": {
|
|
19907
|
+
"type": "string"
|
|
19908
|
+
}
|
|
19909
|
+
}
|
|
19910
|
+
]
|
|
19911
|
+
},
|
|
19912
|
+
"ownershipIsLocked": {
|
|
19913
|
+
"type": "string"
|
|
19459
19914
|
}
|
|
19460
19915
|
},
|
|
19461
|
-
"required": [
|
|
19462
|
-
"challengeType"
|
|
19463
|
-
],
|
|
19464
19916
|
"additionalProperties": false
|
|
19917
|
+
},
|
|
19918
|
+
"OwnerRestriction": {
|
|
19919
|
+
"type": "string",
|
|
19920
|
+
"enum": [
|
|
19921
|
+
"o",
|
|
19922
|
+
"p"
|
|
19923
|
+
]
|
|
19465
19924
|
}
|
|
19466
19925
|
}
|
|
19467
19926
|
};
|
|
19468
|
-
exports.
|
|
19469
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19470
|
-
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
19471
|
-
"definitions": {
|
|
19472
|
-
"isCreateDeviceChallengeRequest": {
|
|
19473
|
-
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
19474
|
-
"type": "object",
|
|
19475
|
-
"properties": {
|
|
19476
|
-
"namedArgs": {
|
|
19477
|
-
"type": "object",
|
|
19478
|
-
"properties": {
|
|
19479
|
-
"value": {}
|
|
19480
|
-
},
|
|
19481
|
-
"required": [
|
|
19482
|
-
"value"
|
|
19483
|
-
],
|
|
19484
|
-
"additionalProperties": false
|
|
19485
|
-
}
|
|
19486
|
-
}
|
|
19487
|
-
}
|
|
19488
|
-
}
|
|
19489
|
-
};
|
|
19490
|
-
exports.CreateChallengeRequest = {
|
|
19927
|
+
exports.GetOrLoadFileRequest = {
|
|
19491
19928
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19492
|
-
"$ref": "#/definitions/
|
|
19929
|
+
"$ref": "#/definitions/GetOrLoadFileRequest",
|
|
19493
19930
|
"definitions": {
|
|
19494
|
-
"
|
|
19495
|
-
"anyOf": [
|
|
19496
|
-
{
|
|
19497
|
-
"$ref": "#/definitions/CreateRelationshipChallengeRequest"
|
|
19498
|
-
},
|
|
19499
|
-
{
|
|
19500
|
-
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
19501
|
-
},
|
|
19502
|
-
{
|
|
19503
|
-
"$ref": "#/definitions/CreateDeviceChallengeRequest"
|
|
19504
|
-
}
|
|
19505
|
-
]
|
|
19506
|
-
},
|
|
19507
|
-
"CreateRelationshipChallengeRequest": {
|
|
19931
|
+
"GetOrLoadFileRequest": {
|
|
19508
19932
|
"type": "object",
|
|
19509
19933
|
"properties": {
|
|
19510
|
-
"
|
|
19511
|
-
"
|
|
19512
|
-
|
|
19934
|
+
"reference": {
|
|
19935
|
+
"anyOf": [
|
|
19936
|
+
{
|
|
19937
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
19938
|
+
},
|
|
19939
|
+
{
|
|
19940
|
+
"$ref": "#/definitions/FileReferenceString"
|
|
19941
|
+
},
|
|
19942
|
+
{
|
|
19943
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
19944
|
+
},
|
|
19945
|
+
{
|
|
19946
|
+
"$ref": "#/definitions/URLFileReferenceString"
|
|
19947
|
+
}
|
|
19948
|
+
]
|
|
19513
19949
|
},
|
|
19514
|
-
"
|
|
19515
|
-
"
|
|
19950
|
+
"password": {
|
|
19951
|
+
"type": "string"
|
|
19516
19952
|
}
|
|
19517
19953
|
},
|
|
19518
19954
|
"required": [
|
|
19519
|
-
"
|
|
19520
|
-
"relationship"
|
|
19955
|
+
"reference"
|
|
19521
19956
|
],
|
|
19522
|
-
"additionalProperties": false
|
|
19957
|
+
"additionalProperties": false,
|
|
19958
|
+
"errorMessage": "token / file reference invalid"
|
|
19523
19959
|
},
|
|
19524
|
-
"
|
|
19960
|
+
"TokenReferenceString": {
|
|
19525
19961
|
"type": "string",
|
|
19526
|
-
"pattern": "
|
|
19527
|
-
},
|
|
19528
|
-
"CreateIdentityChallengeRequest": {
|
|
19529
|
-
"type": "object",
|
|
19530
|
-
"properties": {
|
|
19531
|
-
"challengeType": {
|
|
19532
|
-
"type": "string",
|
|
19533
|
-
"const": "Identity"
|
|
19534
|
-
}
|
|
19535
|
-
},
|
|
19536
|
-
"required": [
|
|
19537
|
-
"challengeType"
|
|
19538
|
-
],
|
|
19539
|
-
"additionalProperties": false
|
|
19962
|
+
"pattern": "VE9L.{84}"
|
|
19540
19963
|
},
|
|
19541
|
-
"
|
|
19542
|
-
"type": "
|
|
19543
|
-
"
|
|
19544
|
-
|
|
19545
|
-
|
|
19546
|
-
|
|
19547
|
-
|
|
19548
|
-
|
|
19549
|
-
|
|
19550
|
-
|
|
19551
|
-
]
|
|
19552
|
-
"additionalProperties": false
|
|
19964
|
+
"FileReferenceString": {
|
|
19965
|
+
"type": "string",
|
|
19966
|
+
"pattern": "RklM.{84}"
|
|
19967
|
+
},
|
|
19968
|
+
"URLTokenReferenceString": {
|
|
19969
|
+
"type": "string",
|
|
19970
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
19971
|
+
},
|
|
19972
|
+
"URLFileReferenceString": {
|
|
19973
|
+
"type": "string",
|
|
19974
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/FIL[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
19553
19975
|
}
|
|
19554
19976
|
}
|
|
19555
19977
|
};
|
|
19556
|
-
exports.
|
|
19978
|
+
exports.RegenerateFileOwnershipTokenRequest = {
|
|
19557
19979
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19558
|
-
"$ref": "#/definitions/
|
|
19980
|
+
"$ref": "#/definitions/RegenerateFileOwnershipTokenRequest",
|
|
19559
19981
|
"definitions": {
|
|
19560
|
-
"
|
|
19982
|
+
"RegenerateFileOwnershipTokenRequest": {
|
|
19561
19983
|
"type": "object",
|
|
19562
19984
|
"properties": {
|
|
19563
|
-
"
|
|
19564
|
-
"
|
|
19565
|
-
},
|
|
19566
|
-
"signature": {
|
|
19567
|
-
"type": "string"
|
|
19985
|
+
"id": {
|
|
19986
|
+
"$ref": "#/definitions/FileIdString"
|
|
19568
19987
|
}
|
|
19569
19988
|
},
|
|
19570
19989
|
"required": [
|
|
19571
|
-
"
|
|
19572
|
-
"signature"
|
|
19990
|
+
"id"
|
|
19573
19991
|
],
|
|
19574
19992
|
"additionalProperties": false
|
|
19993
|
+
},
|
|
19994
|
+
"FileIdString": {
|
|
19995
|
+
"type": "string",
|
|
19996
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19575
19997
|
}
|
|
19576
19998
|
}
|
|
19577
19999
|
};
|
|
19578
|
-
exports.
|
|
20000
|
+
exports.UploadOwnFileRequest = {
|
|
19579
20001
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19580
|
-
"$ref": "#/definitions/
|
|
20002
|
+
"$ref": "#/definitions/UploadOwnFileRequest",
|
|
19581
20003
|
"definitions": {
|
|
19582
|
-
"
|
|
20004
|
+
"UploadOwnFileRequest": {
|
|
19583
20005
|
"type": "object",
|
|
19584
20006
|
"properties": {
|
|
19585
|
-
"
|
|
20007
|
+
"content": {
|
|
20008
|
+
"type": "object",
|
|
20009
|
+
"properties": {
|
|
20010
|
+
"BYTES_PER_ELEMENT": {
|
|
20011
|
+
"type": "number"
|
|
20012
|
+
},
|
|
20013
|
+
"buffer": {
|
|
20014
|
+
"type": "object",
|
|
20015
|
+
"properties": {
|
|
20016
|
+
"byteLength": {
|
|
20017
|
+
"type": "number"
|
|
20018
|
+
}
|
|
20019
|
+
},
|
|
20020
|
+
"required": [
|
|
20021
|
+
"byteLength"
|
|
20022
|
+
],
|
|
20023
|
+
"additionalProperties": false
|
|
20024
|
+
},
|
|
20025
|
+
"byteLength": {
|
|
20026
|
+
"type": "number"
|
|
20027
|
+
},
|
|
20028
|
+
"byteOffset": {
|
|
20029
|
+
"type": "number"
|
|
20030
|
+
},
|
|
20031
|
+
"length": {
|
|
20032
|
+
"type": "number"
|
|
20033
|
+
}
|
|
20034
|
+
},
|
|
20035
|
+
"required": [
|
|
20036
|
+
"BYTES_PER_ELEMENT",
|
|
20037
|
+
"buffer",
|
|
20038
|
+
"byteLength",
|
|
20039
|
+
"byteOffset",
|
|
20040
|
+
"length"
|
|
20041
|
+
],
|
|
20042
|
+
"additionalProperties": {
|
|
20043
|
+
"type": "number"
|
|
20044
|
+
}
|
|
20045
|
+
},
|
|
20046
|
+
"filename": {
|
|
20047
|
+
"type": "string"
|
|
20048
|
+
},
|
|
20049
|
+
"mimetype": {
|
|
20050
|
+
"type": "string"
|
|
20051
|
+
},
|
|
20052
|
+
"expiresAt": {
|
|
20053
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20054
|
+
},
|
|
20055
|
+
"title": {
|
|
19586
20056
|
"type": "string"
|
|
19587
20057
|
},
|
|
19588
20058
|
"description": {
|
|
19589
20059
|
"type": "string"
|
|
19590
20060
|
},
|
|
19591
|
-
"
|
|
19592
|
-
"type": "
|
|
20061
|
+
"tags": {
|
|
20062
|
+
"type": "array",
|
|
20063
|
+
"items": {
|
|
20064
|
+
"type": "string"
|
|
20065
|
+
},
|
|
20066
|
+
"uniqueItems": true
|
|
19593
20067
|
}
|
|
19594
20068
|
},
|
|
20069
|
+
"required": [
|
|
20070
|
+
"content",
|
|
20071
|
+
"filename",
|
|
20072
|
+
"mimetype"
|
|
20073
|
+
],
|
|
19595
20074
|
"additionalProperties": false
|
|
20075
|
+
},
|
|
20076
|
+
"ISO8601DateTimeString": {
|
|
20077
|
+
"type": "string",
|
|
20078
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
20079
|
+
"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)?)?)?)?$"
|
|
19596
20080
|
}
|
|
19597
20081
|
}
|
|
19598
20082
|
};
|
|
19599
|
-
exports.
|
|
20083
|
+
exports.UploadOwnFileValidatableRequest = {
|
|
19600
20084
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19601
|
-
"$ref": "#/definitions/
|
|
20085
|
+
"$ref": "#/definitions/UploadOwnFileValidatableRequest",
|
|
19602
20086
|
"definitions": {
|
|
19603
|
-
"
|
|
20087
|
+
"UploadOwnFileValidatableRequest": {
|
|
19604
20088
|
"type": "object",
|
|
19605
20089
|
"properties": {
|
|
19606
|
-
"
|
|
19607
|
-
"
|
|
20090
|
+
"filename": {
|
|
20091
|
+
"type": "string"
|
|
20092
|
+
},
|
|
20093
|
+
"mimetype": {
|
|
20094
|
+
"type": "string"
|
|
19608
20095
|
},
|
|
19609
20096
|
"expiresAt": {
|
|
19610
20097
|
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19611
20098
|
},
|
|
19612
|
-
"
|
|
20099
|
+
"title": {
|
|
19613
20100
|
"type": "string"
|
|
19614
20101
|
},
|
|
19615
|
-
"
|
|
19616
|
-
"type": "
|
|
19617
|
-
|
|
19618
|
-
|
|
19619
|
-
|
|
19620
|
-
|
|
19621
|
-
"
|
|
19622
|
-
"type": "boolean",
|
|
19623
|
-
"const": true
|
|
19624
|
-
}
|
|
20102
|
+
"description": {
|
|
20103
|
+
"type": "string"
|
|
20104
|
+
},
|
|
20105
|
+
"tags": {
|
|
20106
|
+
"type": "array",
|
|
20107
|
+
"items": {
|
|
20108
|
+
"type": "string"
|
|
19625
20109
|
},
|
|
19626
|
-
"
|
|
19627
|
-
|
|
19628
|
-
|
|
19629
|
-
"
|
|
20110
|
+
"uniqueItems": true
|
|
20111
|
+
},
|
|
20112
|
+
"content": {
|
|
20113
|
+
"type": "object"
|
|
19630
20114
|
}
|
|
19631
20115
|
},
|
|
19632
20116
|
"required": [
|
|
19633
|
-
"
|
|
20117
|
+
"content",
|
|
20118
|
+
"filename",
|
|
20119
|
+
"mimetype"
|
|
19634
20120
|
],
|
|
19635
20121
|
"additionalProperties": false
|
|
19636
20122
|
},
|
|
19637
|
-
"DeviceIdString": {
|
|
19638
|
-
"type": "string",
|
|
19639
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19640
|
-
},
|
|
19641
20123
|
"ISO8601DateTimeString": {
|
|
19642
20124
|
"type": "string",
|
|
19643
20125
|
"errorMessage": "must match ISO8601 datetime format",
|
|
@@ -19645,15 +20127,15 @@ exports.CreateDeviceOnboardingTokenRequest = {
|
|
|
19645
20127
|
}
|
|
19646
20128
|
}
|
|
19647
20129
|
};
|
|
19648
|
-
exports.
|
|
20130
|
+
exports.GetIdentityDeletionProcessRequest = {
|
|
19649
20131
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19650
|
-
"$ref": "#/definitions/
|
|
20132
|
+
"$ref": "#/definitions/GetIdentityDeletionProcessRequest",
|
|
19651
20133
|
"definitions": {
|
|
19652
|
-
"
|
|
20134
|
+
"GetIdentityDeletionProcessRequest": {
|
|
19653
20135
|
"type": "object",
|
|
19654
20136
|
"properties": {
|
|
19655
20137
|
"id": {
|
|
19656
|
-
"$ref": "#/definitions/
|
|
20138
|
+
"$ref": "#/definitions/IdentityDeletionProcessIdString"
|
|
19657
20139
|
}
|
|
19658
20140
|
},
|
|
19659
20141
|
"required": [
|
|
@@ -19661,72 +20143,70 @@ exports.DeleteDeviceRequest = {
|
|
|
19661
20143
|
],
|
|
19662
20144
|
"additionalProperties": false
|
|
19663
20145
|
},
|
|
19664
|
-
"
|
|
20146
|
+
"IdentityDeletionProcessIdString": {
|
|
19665
20147
|
"type": "string",
|
|
19666
|
-
"pattern": "
|
|
20148
|
+
"pattern": "IDP[A-Za-z0-9]{17}"
|
|
19667
20149
|
}
|
|
19668
20150
|
}
|
|
19669
20151
|
};
|
|
19670
|
-
exports.
|
|
20152
|
+
exports.InitiateIdentityDeletionProcessRequest = {
|
|
19671
20153
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19672
|
-
"$ref": "#/definitions/
|
|
20154
|
+
"$ref": "#/definitions/InitiateIdentityDeletionProcessRequest",
|
|
19673
20155
|
"definitions": {
|
|
19674
|
-
"
|
|
20156
|
+
"InitiateIdentityDeletionProcessRequest": {
|
|
19675
20157
|
"type": "object",
|
|
19676
20158
|
"properties": {
|
|
19677
|
-
"
|
|
19678
|
-
"
|
|
20159
|
+
"lengthOfGracePeriodInDays": {
|
|
20160
|
+
"type": "number"
|
|
19679
20161
|
}
|
|
19680
20162
|
},
|
|
19681
|
-
"required": [
|
|
19682
|
-
"id"
|
|
19683
|
-
],
|
|
19684
20163
|
"additionalProperties": false
|
|
19685
|
-
},
|
|
19686
|
-
"DeviceIdString": {
|
|
19687
|
-
"type": "string",
|
|
19688
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19689
20164
|
}
|
|
19690
20165
|
}
|
|
19691
20166
|
};
|
|
19692
|
-
exports.
|
|
20167
|
+
exports.DownloadAttachmentRequest = {
|
|
19693
20168
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19694
|
-
"$ref": "#/definitions/
|
|
20169
|
+
"$ref": "#/definitions/DownloadAttachmentRequest",
|
|
19695
20170
|
"definitions": {
|
|
19696
|
-
"
|
|
20171
|
+
"DownloadAttachmentRequest": {
|
|
19697
20172
|
"type": "object",
|
|
19698
20173
|
"properties": {
|
|
19699
20174
|
"id": {
|
|
19700
|
-
"$ref": "#/definitions/
|
|
20175
|
+
"$ref": "#/definitions/MessageIdString"
|
|
19701
20176
|
},
|
|
19702
|
-
"
|
|
19703
|
-
"
|
|
20177
|
+
"attachmentId": {
|
|
20178
|
+
"$ref": "#/definitions/FileIdString"
|
|
19704
20179
|
}
|
|
19705
20180
|
},
|
|
19706
20181
|
"required": [
|
|
19707
|
-
"id"
|
|
20182
|
+
"id",
|
|
20183
|
+
"attachmentId"
|
|
19708
20184
|
],
|
|
19709
20185
|
"additionalProperties": false
|
|
19710
20186
|
},
|
|
19711
|
-
"
|
|
20187
|
+
"MessageIdString": {
|
|
19712
20188
|
"type": "string",
|
|
19713
|
-
"pattern": "[A-Za-z0-9]{
|
|
20189
|
+
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
20190
|
+
},
|
|
20191
|
+
"FileIdString": {
|
|
20192
|
+
"type": "string",
|
|
20193
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19714
20194
|
}
|
|
19715
20195
|
}
|
|
19716
20196
|
};
|
|
19717
|
-
exports.
|
|
20197
|
+
exports.GetAnnouncementsRequest = {
|
|
19718
20198
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19719
|
-
"$ref": "#/definitions/
|
|
20199
|
+
"$ref": "#/definitions/GetAnnouncementsRequest",
|
|
19720
20200
|
"definitions": {
|
|
19721
|
-
"
|
|
20201
|
+
"GetAnnouncementsRequest": {
|
|
19722
20202
|
"type": "object",
|
|
19723
20203
|
"properties": {
|
|
19724
|
-
"
|
|
20204
|
+
"language": {
|
|
19725
20205
|
"$ref": "#/definitions/LanguageISO639"
|
|
19726
20206
|
}
|
|
19727
20207
|
},
|
|
19728
20208
|
"required": [
|
|
19729
|
-
"
|
|
20209
|
+
"language"
|
|
19730
20210
|
],
|
|
19731
20211
|
"additionalProperties": false
|
|
19732
20212
|
},
|
|
@@ -19920,547 +20400,583 @@ exports.SetCommunicationLanguageRequest = {
|
|
|
19920
20400
|
}
|
|
19921
20401
|
}
|
|
19922
20402
|
};
|
|
19923
|
-
exports.
|
|
19924
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19925
|
-
"$ref": "#/definitions/UpdateDeviceRequest",
|
|
19926
|
-
"definitions": {
|
|
19927
|
-
"UpdateDeviceRequest": {
|
|
19928
|
-
"type": "object",
|
|
19929
|
-
"properties": {
|
|
19930
|
-
"id": {
|
|
19931
|
-
"$ref": "#/definitions/DeviceIdString"
|
|
19932
|
-
},
|
|
19933
|
-
"name": {
|
|
19934
|
-
"type": "string"
|
|
19935
|
-
},
|
|
19936
|
-
"description": {
|
|
19937
|
-
"type": "string"
|
|
19938
|
-
}
|
|
19939
|
-
},
|
|
19940
|
-
"required": [
|
|
19941
|
-
"id"
|
|
19942
|
-
],
|
|
19943
|
-
"additionalProperties": false
|
|
19944
|
-
},
|
|
19945
|
-
"DeviceIdString": {
|
|
19946
|
-
"type": "string",
|
|
19947
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19948
|
-
}
|
|
19949
|
-
}
|
|
19950
|
-
};
|
|
19951
|
-
exports.CreateQRCodeForFileRequest = {
|
|
19952
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19953
|
-
"$ref": "#/definitions/CreateQRCodeForFileRequest",
|
|
19954
|
-
"definitions": {
|
|
19955
|
-
"CreateQRCodeForFileRequest": {
|
|
19956
|
-
"type": "object",
|
|
19957
|
-
"properties": {
|
|
19958
|
-
"fileId": {
|
|
19959
|
-
"$ref": "#/definitions/FileIdString"
|
|
19960
|
-
}
|
|
19961
|
-
},
|
|
19962
|
-
"required": [
|
|
19963
|
-
"fileId"
|
|
19964
|
-
],
|
|
19965
|
-
"additionalProperties": false
|
|
19966
|
-
},
|
|
19967
|
-
"FileIdString": {
|
|
19968
|
-
"type": "string",
|
|
19969
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19970
|
-
}
|
|
19971
|
-
}
|
|
19972
|
-
};
|
|
19973
|
-
exports.CreateTokenForFileRequest = {
|
|
20403
|
+
exports.SendBackboneNotificationRequest = {
|
|
19974
20404
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19975
|
-
"$ref": "#/definitions/
|
|
20405
|
+
"$ref": "#/definitions/SendBackboneNotificationRequest",
|
|
19976
20406
|
"definitions": {
|
|
19977
|
-
"
|
|
20407
|
+
"SendBackboneNotificationRequest": {
|
|
19978
20408
|
"type": "object",
|
|
19979
20409
|
"properties": {
|
|
19980
|
-
"
|
|
19981
|
-
"
|
|
19982
|
-
|
|
19983
|
-
|
|
19984
|
-
|
|
19985
|
-
},
|
|
19986
|
-
"ephemeral": {
|
|
19987
|
-
"type": "boolean"
|
|
19988
|
-
},
|
|
19989
|
-
"forIdentity": {
|
|
19990
|
-
"$ref": "#/definitions/AddressString"
|
|
20410
|
+
"recipients": {
|
|
20411
|
+
"type": "array",
|
|
20412
|
+
"items": {
|
|
20413
|
+
"$ref": "#/definitions/AddressString"
|
|
20414
|
+
}
|
|
19991
20415
|
},
|
|
19992
|
-
"
|
|
19993
|
-
"type": "
|
|
19994
|
-
"properties": {
|
|
19995
|
-
"password": {
|
|
19996
|
-
"type": "string",
|
|
19997
|
-
"minLength": 1
|
|
19998
|
-
},
|
|
19999
|
-
"passwordIsPin": {
|
|
20000
|
-
"type": "boolean",
|
|
20001
|
-
"const": true
|
|
20002
|
-
}
|
|
20003
|
-
},
|
|
20004
|
-
"required": [
|
|
20005
|
-
"password"
|
|
20006
|
-
],
|
|
20007
|
-
"additionalProperties": false
|
|
20416
|
+
"code": {
|
|
20417
|
+
"type": "string"
|
|
20008
20418
|
}
|
|
20009
20419
|
},
|
|
20010
20420
|
"required": [
|
|
20011
|
-
"
|
|
20421
|
+
"recipients",
|
|
20422
|
+
"code"
|
|
20012
20423
|
],
|
|
20013
20424
|
"additionalProperties": false
|
|
20014
20425
|
},
|
|
20015
|
-
"FileIdString": {
|
|
20016
|
-
"type": "string",
|
|
20017
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20018
|
-
},
|
|
20019
|
-
"ISO8601DateTimeString": {
|
|
20020
|
-
"type": "string",
|
|
20021
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
20022
|
-
"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)?)?)?)?$"
|
|
20023
|
-
},
|
|
20024
20426
|
"AddressString": {
|
|
20025
20427
|
"type": "string",
|
|
20026
20428
|
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
20027
20429
|
}
|
|
20028
20430
|
}
|
|
20029
20431
|
};
|
|
20030
|
-
exports.
|
|
20432
|
+
exports.CreateRelationshipChallengeRequest = {
|
|
20031
20433
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20032
|
-
"$ref": "#/definitions/
|
|
20434
|
+
"$ref": "#/definitions/CreateRelationshipChallengeRequest",
|
|
20033
20435
|
"definitions": {
|
|
20034
|
-
"
|
|
20436
|
+
"CreateRelationshipChallengeRequest": {
|
|
20035
20437
|
"type": "object",
|
|
20036
20438
|
"properties": {
|
|
20037
|
-
"
|
|
20038
|
-
"
|
|
20039
|
-
|
|
20040
|
-
"expiresAt": {
|
|
20041
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20042
|
-
},
|
|
20043
|
-
"forIdentity": {
|
|
20044
|
-
"$ref": "#/definitions/AddressString"
|
|
20439
|
+
"challengeType": {
|
|
20440
|
+
"type": "string",
|
|
20441
|
+
"const": "Relationship"
|
|
20045
20442
|
},
|
|
20046
|
-
"
|
|
20047
|
-
"
|
|
20048
|
-
"properties": {
|
|
20049
|
-
"password": {
|
|
20050
|
-
"type": "string",
|
|
20051
|
-
"minLength": 1
|
|
20052
|
-
},
|
|
20053
|
-
"passwordIsPin": {
|
|
20054
|
-
"type": "boolean",
|
|
20055
|
-
"const": true
|
|
20056
|
-
}
|
|
20057
|
-
},
|
|
20058
|
-
"required": [
|
|
20059
|
-
"password"
|
|
20060
|
-
],
|
|
20061
|
-
"additionalProperties": false
|
|
20443
|
+
"relationship": {
|
|
20444
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
20062
20445
|
}
|
|
20063
20446
|
},
|
|
20064
20447
|
"required": [
|
|
20065
|
-
"
|
|
20448
|
+
"challengeType",
|
|
20449
|
+
"relationship"
|
|
20066
20450
|
],
|
|
20067
20451
|
"additionalProperties": false
|
|
20068
20452
|
},
|
|
20069
|
-
"
|
|
20070
|
-
"type": "string",
|
|
20071
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20072
|
-
},
|
|
20073
|
-
"ISO8601DateTimeString": {
|
|
20074
|
-
"type": "string",
|
|
20075
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
20076
|
-
"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)?)?)?)?$"
|
|
20077
|
-
},
|
|
20078
|
-
"AddressString": {
|
|
20453
|
+
"RelationshipIdString": {
|
|
20079
20454
|
"type": "string",
|
|
20080
|
-
"pattern": "
|
|
20455
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
20081
20456
|
}
|
|
20082
20457
|
}
|
|
20083
20458
|
};
|
|
20084
|
-
exports.
|
|
20459
|
+
exports.isCreateRelationshipChallengeRequest = {
|
|
20085
20460
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20086
|
-
"$ref": "#/definitions/
|
|
20461
|
+
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
20087
20462
|
"definitions": {
|
|
20088
|
-
"
|
|
20463
|
+
"isCreateRelationshipChallengeRequest": {
|
|
20464
|
+
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
20089
20465
|
"type": "object",
|
|
20090
20466
|
"properties": {
|
|
20091
|
-
"
|
|
20092
|
-
"
|
|
20467
|
+
"namedArgs": {
|
|
20468
|
+
"type": "object",
|
|
20469
|
+
"properties": {
|
|
20470
|
+
"value": {}
|
|
20471
|
+
},
|
|
20472
|
+
"required": [
|
|
20473
|
+
"value"
|
|
20474
|
+
],
|
|
20475
|
+
"additionalProperties": false
|
|
20093
20476
|
}
|
|
20094
|
-
}
|
|
20095
|
-
"required": [
|
|
20096
|
-
"fileId"
|
|
20097
|
-
],
|
|
20098
|
-
"additionalProperties": false
|
|
20099
|
-
},
|
|
20100
|
-
"FileIdString": {
|
|
20101
|
-
"type": "string",
|
|
20102
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20477
|
+
}
|
|
20103
20478
|
}
|
|
20104
20479
|
}
|
|
20105
20480
|
};
|
|
20106
|
-
exports.
|
|
20481
|
+
exports.CreateIdentityChallengeRequest = {
|
|
20107
20482
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20108
|
-
"$ref": "#/definitions/
|
|
20483
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest",
|
|
20109
20484
|
"definitions": {
|
|
20110
|
-
"
|
|
20485
|
+
"CreateIdentityChallengeRequest": {
|
|
20111
20486
|
"type": "object",
|
|
20112
20487
|
"properties": {
|
|
20113
|
-
"
|
|
20114
|
-
"
|
|
20488
|
+
"challengeType": {
|
|
20489
|
+
"type": "string",
|
|
20490
|
+
"const": "Identity"
|
|
20115
20491
|
}
|
|
20116
20492
|
},
|
|
20117
20493
|
"required": [
|
|
20118
|
-
"
|
|
20494
|
+
"challengeType"
|
|
20119
20495
|
],
|
|
20120
20496
|
"additionalProperties": false
|
|
20121
|
-
},
|
|
20122
|
-
"FileIdString": {
|
|
20123
|
-
"type": "string",
|
|
20124
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20125
20497
|
}
|
|
20126
20498
|
}
|
|
20127
20499
|
};
|
|
20128
|
-
exports.
|
|
20500
|
+
exports.isCreateIdentityChallengeRequest = {
|
|
20129
20501
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20130
|
-
"$ref": "#/definitions/
|
|
20502
|
+
"$ref": "#/definitions/isCreateIdentityChallengeRequest",
|
|
20131
20503
|
"definitions": {
|
|
20132
|
-
"
|
|
20504
|
+
"isCreateIdentityChallengeRequest": {
|
|
20505
|
+
"$comment": "(value: any) => value is CreateIdentityChallengeRequest",
|
|
20133
20506
|
"type": "object",
|
|
20134
20507
|
"properties": {
|
|
20135
|
-
"
|
|
20136
|
-
"
|
|
20137
|
-
|
|
20138
|
-
|
|
20139
|
-
|
|
20508
|
+
"namedArgs": {
|
|
20509
|
+
"type": "object",
|
|
20510
|
+
"properties": {
|
|
20511
|
+
"value": {}
|
|
20512
|
+
},
|
|
20513
|
+
"required": [
|
|
20514
|
+
"value"
|
|
20515
|
+
],
|
|
20516
|
+
"additionalProperties": false
|
|
20140
20517
|
}
|
|
20141
|
-
}
|
|
20142
|
-
|
|
20143
|
-
|
|
20144
|
-
|
|
20145
|
-
|
|
20146
|
-
|
|
20147
|
-
|
|
20148
|
-
|
|
20149
|
-
|
|
20150
|
-
|
|
20151
|
-
|
|
20152
|
-
|
|
20153
|
-
|
|
20154
|
-
|
|
20155
|
-
|
|
20156
|
-
|
|
20157
|
-
|
|
20158
|
-
|
|
20159
|
-
|
|
20160
|
-
|
|
20161
|
-
|
|
20162
|
-
|
|
20163
|
-
|
|
20164
|
-
|
|
20165
|
-
|
|
20166
|
-
|
|
20167
|
-
|
|
20168
|
-
|
|
20169
|
-
|
|
20170
|
-
|
|
20171
|
-
|
|
20172
|
-
|
|
20173
|
-
|
|
20174
|
-
"
|
|
20175
|
-
{
|
|
20176
|
-
|
|
20177
|
-
|
|
20178
|
-
|
|
20179
|
-
|
|
20180
|
-
|
|
20181
|
-
|
|
20182
|
-
|
|
20183
|
-
|
|
20184
|
-
|
|
20185
|
-
|
|
20186
|
-
|
|
20187
|
-
|
|
20188
|
-
|
|
20189
|
-
|
|
20190
|
-
|
|
20191
|
-
|
|
20192
|
-
|
|
20193
|
-
|
|
20194
|
-
"type": "string"
|
|
20195
|
-
}
|
|
20196
|
-
}
|
|
20197
|
-
]
|
|
20198
|
-
},
|
|
20199
|
-
"expiresAt": {
|
|
20200
|
-
"anyOf": [
|
|
20201
|
-
{
|
|
20202
|
-
"type": "string"
|
|
20203
|
-
},
|
|
20204
|
-
{
|
|
20205
|
-
"type": "array",
|
|
20206
|
-
"items": {
|
|
20207
|
-
"type": "string"
|
|
20208
|
-
}
|
|
20209
|
-
}
|
|
20210
|
-
]
|
|
20211
|
-
},
|
|
20212
|
-
"filename": {
|
|
20213
|
-
"anyOf": [
|
|
20214
|
-
{
|
|
20215
|
-
"type": "string"
|
|
20216
|
-
},
|
|
20217
|
-
{
|
|
20218
|
-
"type": "array",
|
|
20219
|
-
"items": {
|
|
20220
|
-
"type": "string"
|
|
20221
|
-
}
|
|
20222
|
-
}
|
|
20223
|
-
]
|
|
20224
|
-
},
|
|
20225
|
-
"filesize": {
|
|
20226
|
-
"anyOf": [
|
|
20227
|
-
{
|
|
20228
|
-
"type": "string"
|
|
20229
|
-
},
|
|
20230
|
-
{
|
|
20231
|
-
"type": "array",
|
|
20232
|
-
"items": {
|
|
20233
|
-
"type": "string"
|
|
20234
|
-
}
|
|
20235
|
-
}
|
|
20236
|
-
]
|
|
20237
|
-
},
|
|
20238
|
-
"mimetype": {
|
|
20239
|
-
"anyOf": [
|
|
20240
|
-
{
|
|
20241
|
-
"type": "string"
|
|
20242
|
-
},
|
|
20243
|
-
{
|
|
20244
|
-
"type": "array",
|
|
20245
|
-
"items": {
|
|
20246
|
-
"type": "string"
|
|
20247
|
-
}
|
|
20248
|
-
}
|
|
20249
|
-
]
|
|
20518
|
+
}
|
|
20519
|
+
}
|
|
20520
|
+
}
|
|
20521
|
+
};
|
|
20522
|
+
exports.CreateDeviceChallengeRequest = {
|
|
20523
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20524
|
+
"$ref": "#/definitions/CreateDeviceChallengeRequest",
|
|
20525
|
+
"definitions": {
|
|
20526
|
+
"CreateDeviceChallengeRequest": {
|
|
20527
|
+
"type": "object",
|
|
20528
|
+
"properties": {
|
|
20529
|
+
"challengeType": {
|
|
20530
|
+
"type": "string",
|
|
20531
|
+
"const": "Device"
|
|
20532
|
+
}
|
|
20533
|
+
},
|
|
20534
|
+
"required": [
|
|
20535
|
+
"challengeType"
|
|
20536
|
+
],
|
|
20537
|
+
"additionalProperties": false
|
|
20538
|
+
}
|
|
20539
|
+
}
|
|
20540
|
+
};
|
|
20541
|
+
exports.isCreateDeviceChallengeRequest = {
|
|
20542
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20543
|
+
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
20544
|
+
"definitions": {
|
|
20545
|
+
"isCreateDeviceChallengeRequest": {
|
|
20546
|
+
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
20547
|
+
"type": "object",
|
|
20548
|
+
"properties": {
|
|
20549
|
+
"namedArgs": {
|
|
20550
|
+
"type": "object",
|
|
20551
|
+
"properties": {
|
|
20552
|
+
"value": {}
|
|
20553
|
+
},
|
|
20554
|
+
"required": [
|
|
20555
|
+
"value"
|
|
20556
|
+
],
|
|
20557
|
+
"additionalProperties": false
|
|
20558
|
+
}
|
|
20559
|
+
}
|
|
20560
|
+
}
|
|
20561
|
+
}
|
|
20562
|
+
};
|
|
20563
|
+
exports.CreateChallengeRequest = {
|
|
20564
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20565
|
+
"$ref": "#/definitions/CreateChallengeRequest",
|
|
20566
|
+
"definitions": {
|
|
20567
|
+
"CreateChallengeRequest": {
|
|
20568
|
+
"anyOf": [
|
|
20569
|
+
{
|
|
20570
|
+
"$ref": "#/definitions/CreateRelationshipChallengeRequest"
|
|
20250
20571
|
},
|
|
20251
|
-
|
|
20252
|
-
"
|
|
20253
|
-
{
|
|
20254
|
-
"type": "string"
|
|
20255
|
-
},
|
|
20256
|
-
{
|
|
20257
|
-
"type": "array",
|
|
20258
|
-
"items": {
|
|
20259
|
-
"type": "string"
|
|
20260
|
-
}
|
|
20261
|
-
}
|
|
20262
|
-
]
|
|
20572
|
+
{
|
|
20573
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
20263
20574
|
},
|
|
20264
|
-
|
|
20265
|
-
"
|
|
20266
|
-
|
|
20267
|
-
|
|
20268
|
-
|
|
20269
|
-
|
|
20270
|
-
|
|
20271
|
-
|
|
20272
|
-
|
|
20273
|
-
|
|
20274
|
-
|
|
20275
|
-
]
|
|
20575
|
+
{
|
|
20576
|
+
"$ref": "#/definitions/CreateDeviceChallengeRequest"
|
|
20577
|
+
}
|
|
20578
|
+
]
|
|
20579
|
+
},
|
|
20580
|
+
"CreateRelationshipChallengeRequest": {
|
|
20581
|
+
"type": "object",
|
|
20582
|
+
"properties": {
|
|
20583
|
+
"challengeType": {
|
|
20584
|
+
"type": "string",
|
|
20585
|
+
"const": "Relationship"
|
|
20276
20586
|
},
|
|
20277
|
-
"
|
|
20278
|
-
"
|
|
20279
|
-
{
|
|
20280
|
-
"type": "string"
|
|
20281
|
-
},
|
|
20282
|
-
{
|
|
20283
|
-
"type": "array",
|
|
20284
|
-
"items": {
|
|
20285
|
-
"type": "string"
|
|
20286
|
-
}
|
|
20287
|
-
}
|
|
20288
|
-
]
|
|
20587
|
+
"relationship": {
|
|
20588
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
20289
20589
|
}
|
|
20290
20590
|
},
|
|
20591
|
+
"required": [
|
|
20592
|
+
"challengeType",
|
|
20593
|
+
"relationship"
|
|
20594
|
+
],
|
|
20291
20595
|
"additionalProperties": false
|
|
20292
20596
|
},
|
|
20293
|
-
"
|
|
20597
|
+
"RelationshipIdString": {
|
|
20294
20598
|
"type": "string",
|
|
20295
|
-
"
|
|
20296
|
-
|
|
20297
|
-
|
|
20298
|
-
|
|
20599
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
20600
|
+
},
|
|
20601
|
+
"CreateIdentityChallengeRequest": {
|
|
20602
|
+
"type": "object",
|
|
20603
|
+
"properties": {
|
|
20604
|
+
"challengeType": {
|
|
20605
|
+
"type": "string",
|
|
20606
|
+
"const": "Identity"
|
|
20607
|
+
}
|
|
20608
|
+
},
|
|
20609
|
+
"required": [
|
|
20610
|
+
"challengeType"
|
|
20611
|
+
],
|
|
20612
|
+
"additionalProperties": false
|
|
20613
|
+
},
|
|
20614
|
+
"CreateDeviceChallengeRequest": {
|
|
20615
|
+
"type": "object",
|
|
20616
|
+
"properties": {
|
|
20617
|
+
"challengeType": {
|
|
20618
|
+
"type": "string",
|
|
20619
|
+
"const": "Device"
|
|
20620
|
+
}
|
|
20621
|
+
},
|
|
20622
|
+
"required": [
|
|
20623
|
+
"challengeType"
|
|
20624
|
+
],
|
|
20625
|
+
"additionalProperties": false
|
|
20299
20626
|
}
|
|
20300
20627
|
}
|
|
20301
20628
|
};
|
|
20302
|
-
exports.
|
|
20629
|
+
exports.ValidateChallengeRequest = {
|
|
20303
20630
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20304
|
-
"$ref": "#/definitions/
|
|
20631
|
+
"$ref": "#/definitions/ValidateChallengeRequest",
|
|
20305
20632
|
"definitions": {
|
|
20306
|
-
"
|
|
20633
|
+
"ValidateChallengeRequest": {
|
|
20307
20634
|
"type": "object",
|
|
20308
20635
|
"properties": {
|
|
20309
|
-
"
|
|
20310
|
-
"
|
|
20311
|
-
{
|
|
20312
|
-
"$ref": "#/definitions/TokenReferenceString"
|
|
20313
|
-
},
|
|
20314
|
-
{
|
|
20315
|
-
"$ref": "#/definitions/FileReferenceString"
|
|
20316
|
-
}
|
|
20317
|
-
]
|
|
20636
|
+
"challengeString": {
|
|
20637
|
+
"type": "string"
|
|
20318
20638
|
},
|
|
20319
|
-
"
|
|
20639
|
+
"signature": {
|
|
20320
20640
|
"type": "string"
|
|
20321
20641
|
}
|
|
20322
20642
|
},
|
|
20323
20643
|
"required": [
|
|
20324
|
-
"
|
|
20644
|
+
"challengeString",
|
|
20645
|
+
"signature"
|
|
20325
20646
|
],
|
|
20326
|
-
"additionalProperties": false
|
|
20327
|
-
|
|
20328
|
-
|
|
20329
|
-
|
|
20330
|
-
|
|
20331
|
-
|
|
20647
|
+
"additionalProperties": false
|
|
20648
|
+
}
|
|
20649
|
+
}
|
|
20650
|
+
};
|
|
20651
|
+
exports.DeleteDeviceRequest = {
|
|
20652
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20653
|
+
"$ref": "#/definitions/DeleteDeviceRequest",
|
|
20654
|
+
"definitions": {
|
|
20655
|
+
"DeleteDeviceRequest": {
|
|
20656
|
+
"type": "object",
|
|
20657
|
+
"properties": {
|
|
20658
|
+
"id": {
|
|
20659
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20660
|
+
}
|
|
20661
|
+
},
|
|
20662
|
+
"required": [
|
|
20663
|
+
"id"
|
|
20664
|
+
],
|
|
20665
|
+
"additionalProperties": false
|
|
20332
20666
|
},
|
|
20333
|
-
"
|
|
20667
|
+
"DeviceIdString": {
|
|
20334
20668
|
"type": "string",
|
|
20335
|
-
"pattern": "
|
|
20669
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20336
20670
|
}
|
|
20337
20671
|
}
|
|
20338
20672
|
};
|
|
20339
|
-
exports.
|
|
20673
|
+
exports.FillDeviceOnboardingTokenWithNewDeviceRequest = {
|
|
20340
20674
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20341
|
-
"$ref": "#/definitions/
|
|
20675
|
+
"$ref": "#/definitions/FillDeviceOnboardingTokenWithNewDeviceRequest",
|
|
20342
20676
|
"definitions": {
|
|
20343
|
-
"
|
|
20677
|
+
"FillDeviceOnboardingTokenWithNewDeviceRequest": {
|
|
20344
20678
|
"type": "object",
|
|
20345
20679
|
"properties": {
|
|
20346
|
-
"
|
|
20347
|
-
"
|
|
20348
|
-
|
|
20349
|
-
|
|
20350
|
-
"type": "number"
|
|
20351
|
-
},
|
|
20352
|
-
"buffer": {
|
|
20353
|
-
"type": "object",
|
|
20354
|
-
"properties": {
|
|
20355
|
-
"byteLength": {
|
|
20356
|
-
"type": "number"
|
|
20357
|
-
}
|
|
20358
|
-
},
|
|
20359
|
-
"required": [
|
|
20360
|
-
"byteLength"
|
|
20361
|
-
],
|
|
20362
|
-
"additionalProperties": false
|
|
20363
|
-
},
|
|
20364
|
-
"byteLength": {
|
|
20365
|
-
"type": "number"
|
|
20366
|
-
},
|
|
20367
|
-
"byteOffset": {
|
|
20368
|
-
"type": "number"
|
|
20680
|
+
"reference": {
|
|
20681
|
+
"anyOf": [
|
|
20682
|
+
{
|
|
20683
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
20369
20684
|
},
|
|
20370
|
-
|
|
20371
|
-
"
|
|
20685
|
+
{
|
|
20686
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
20372
20687
|
}
|
|
20373
|
-
|
|
20374
|
-
"required": [
|
|
20375
|
-
"BYTES_PER_ELEMENT",
|
|
20376
|
-
"buffer",
|
|
20377
|
-
"byteLength",
|
|
20378
|
-
"byteOffset",
|
|
20379
|
-
"length"
|
|
20380
|
-
],
|
|
20381
|
-
"additionalProperties": {
|
|
20382
|
-
"type": "number"
|
|
20383
|
-
}
|
|
20384
|
-
},
|
|
20385
|
-
"filename": {
|
|
20386
|
-
"type": "string"
|
|
20387
|
-
},
|
|
20388
|
-
"mimetype": {
|
|
20389
|
-
"type": "string"
|
|
20390
|
-
},
|
|
20391
|
-
"expiresAt": {
|
|
20392
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20393
|
-
},
|
|
20394
|
-
"title": {
|
|
20395
|
-
"type": "string"
|
|
20688
|
+
]
|
|
20396
20689
|
},
|
|
20397
|
-
"
|
|
20690
|
+
"profileName": {
|
|
20398
20691
|
"type": "string"
|
|
20399
20692
|
},
|
|
20400
|
-
"
|
|
20401
|
-
"type": "
|
|
20402
|
-
|
|
20403
|
-
|
|
20404
|
-
|
|
20693
|
+
"isAdmin": {
|
|
20694
|
+
"type": "boolean"
|
|
20695
|
+
}
|
|
20696
|
+
},
|
|
20697
|
+
"required": [
|
|
20698
|
+
"reference"
|
|
20699
|
+
],
|
|
20700
|
+
"additionalProperties": false
|
|
20701
|
+
},
|
|
20702
|
+
"TokenReferenceString": {
|
|
20703
|
+
"type": "string",
|
|
20704
|
+
"pattern": "VE9L.{84}"
|
|
20705
|
+
},
|
|
20706
|
+
"URLTokenReferenceString": {
|
|
20707
|
+
"type": "string",
|
|
20708
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
20709
|
+
}
|
|
20710
|
+
}
|
|
20711
|
+
};
|
|
20712
|
+
exports.GetDeviceRequest = {
|
|
20713
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20714
|
+
"$ref": "#/definitions/GetDeviceRequest",
|
|
20715
|
+
"definitions": {
|
|
20716
|
+
"GetDeviceRequest": {
|
|
20717
|
+
"type": "object",
|
|
20718
|
+
"properties": {
|
|
20719
|
+
"id": {
|
|
20720
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20405
20721
|
}
|
|
20406
20722
|
},
|
|
20407
20723
|
"required": [
|
|
20408
|
-
"
|
|
20409
|
-
"filename",
|
|
20410
|
-
"mimetype"
|
|
20724
|
+
"id"
|
|
20411
20725
|
],
|
|
20412
20726
|
"additionalProperties": false
|
|
20413
20727
|
},
|
|
20414
|
-
"
|
|
20728
|
+
"DeviceIdString": {
|
|
20415
20729
|
"type": "string",
|
|
20416
|
-
"
|
|
20417
|
-
"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)?)?)?)?$"
|
|
20730
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20418
20731
|
}
|
|
20419
20732
|
}
|
|
20420
20733
|
};
|
|
20421
|
-
exports.
|
|
20734
|
+
exports.SetCommunicationLanguageRequest = {
|
|
20422
20735
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20423
|
-
"$ref": "#/definitions/
|
|
20736
|
+
"$ref": "#/definitions/SetCommunicationLanguageRequest",
|
|
20424
20737
|
"definitions": {
|
|
20425
|
-
"
|
|
20738
|
+
"SetCommunicationLanguageRequest": {
|
|
20426
20739
|
"type": "object",
|
|
20427
20740
|
"properties": {
|
|
20428
|
-
"
|
|
20741
|
+
"communicationLanguage": {
|
|
20742
|
+
"type": "string",
|
|
20743
|
+
"enum": [
|
|
20744
|
+
"aa",
|
|
20745
|
+
"ab",
|
|
20746
|
+
"ae",
|
|
20747
|
+
"af",
|
|
20748
|
+
"ak",
|
|
20749
|
+
"am",
|
|
20750
|
+
"an",
|
|
20751
|
+
"ar",
|
|
20752
|
+
"as",
|
|
20753
|
+
"av",
|
|
20754
|
+
"ay",
|
|
20755
|
+
"az",
|
|
20756
|
+
"ba",
|
|
20757
|
+
"be",
|
|
20758
|
+
"bg",
|
|
20759
|
+
"bi",
|
|
20760
|
+
"bm",
|
|
20761
|
+
"bn",
|
|
20762
|
+
"bo",
|
|
20763
|
+
"br",
|
|
20764
|
+
"bs",
|
|
20765
|
+
"ca",
|
|
20766
|
+
"ce",
|
|
20767
|
+
"ch",
|
|
20768
|
+
"co",
|
|
20769
|
+
"cr",
|
|
20770
|
+
"cs",
|
|
20771
|
+
"cu",
|
|
20772
|
+
"cv",
|
|
20773
|
+
"cy",
|
|
20774
|
+
"da",
|
|
20775
|
+
"de",
|
|
20776
|
+
"dv",
|
|
20777
|
+
"dz",
|
|
20778
|
+
"ee",
|
|
20779
|
+
"el",
|
|
20780
|
+
"en",
|
|
20781
|
+
"eo",
|
|
20782
|
+
"es",
|
|
20783
|
+
"et",
|
|
20784
|
+
"eu",
|
|
20785
|
+
"fa",
|
|
20786
|
+
"ff",
|
|
20787
|
+
"fi",
|
|
20788
|
+
"fj",
|
|
20789
|
+
"fo",
|
|
20790
|
+
"fr",
|
|
20791
|
+
"fy",
|
|
20792
|
+
"ga",
|
|
20793
|
+
"gd",
|
|
20794
|
+
"gl",
|
|
20795
|
+
"gn",
|
|
20796
|
+
"gu",
|
|
20797
|
+
"gv",
|
|
20798
|
+
"ha",
|
|
20799
|
+
"he",
|
|
20800
|
+
"hi",
|
|
20801
|
+
"ho",
|
|
20802
|
+
"hr",
|
|
20803
|
+
"ht",
|
|
20804
|
+
"hu",
|
|
20805
|
+
"hy",
|
|
20806
|
+
"hz",
|
|
20807
|
+
"ia",
|
|
20808
|
+
"id",
|
|
20809
|
+
"ie",
|
|
20810
|
+
"ig",
|
|
20811
|
+
"ii",
|
|
20812
|
+
"ik",
|
|
20813
|
+
"io",
|
|
20814
|
+
"is",
|
|
20815
|
+
"it",
|
|
20816
|
+
"iu",
|
|
20817
|
+
"ja",
|
|
20818
|
+
"jv",
|
|
20819
|
+
"ka",
|
|
20820
|
+
"kg",
|
|
20821
|
+
"ki",
|
|
20822
|
+
"kj",
|
|
20823
|
+
"kk",
|
|
20824
|
+
"kl",
|
|
20825
|
+
"km",
|
|
20826
|
+
"kn",
|
|
20827
|
+
"ko",
|
|
20828
|
+
"kr",
|
|
20829
|
+
"ks",
|
|
20830
|
+
"ku",
|
|
20831
|
+
"kv",
|
|
20832
|
+
"kw",
|
|
20833
|
+
"ky",
|
|
20834
|
+
"la",
|
|
20835
|
+
"lb",
|
|
20836
|
+
"lg",
|
|
20837
|
+
"li",
|
|
20838
|
+
"ln",
|
|
20839
|
+
"lo",
|
|
20840
|
+
"lt",
|
|
20841
|
+
"lu",
|
|
20842
|
+
"lv",
|
|
20843
|
+
"mg",
|
|
20844
|
+
"mh",
|
|
20845
|
+
"mi",
|
|
20846
|
+
"mk",
|
|
20847
|
+
"ml",
|
|
20848
|
+
"mn",
|
|
20849
|
+
"mr",
|
|
20850
|
+
"ms",
|
|
20851
|
+
"mt",
|
|
20852
|
+
"my",
|
|
20853
|
+
"na",
|
|
20854
|
+
"nb",
|
|
20855
|
+
"nd",
|
|
20856
|
+
"ne",
|
|
20857
|
+
"ng",
|
|
20858
|
+
"nl",
|
|
20859
|
+
"nn",
|
|
20860
|
+
"no",
|
|
20861
|
+
"nr",
|
|
20862
|
+
"nv",
|
|
20863
|
+
"ny",
|
|
20864
|
+
"oc",
|
|
20865
|
+
"oj",
|
|
20866
|
+
"om",
|
|
20867
|
+
"or",
|
|
20868
|
+
"os",
|
|
20869
|
+
"pa",
|
|
20870
|
+
"pi",
|
|
20871
|
+
"pl",
|
|
20872
|
+
"ps",
|
|
20873
|
+
"pt",
|
|
20874
|
+
"qu",
|
|
20875
|
+
"rm",
|
|
20876
|
+
"rn",
|
|
20877
|
+
"ro",
|
|
20878
|
+
"ru",
|
|
20879
|
+
"rw",
|
|
20880
|
+
"sa",
|
|
20881
|
+
"sc",
|
|
20882
|
+
"sd",
|
|
20883
|
+
"se",
|
|
20884
|
+
"sg",
|
|
20885
|
+
"si",
|
|
20886
|
+
"sk",
|
|
20887
|
+
"sl",
|
|
20888
|
+
"sm",
|
|
20889
|
+
"sn",
|
|
20890
|
+
"so",
|
|
20891
|
+
"sq",
|
|
20892
|
+
"sr",
|
|
20893
|
+
"ss",
|
|
20894
|
+
"st",
|
|
20895
|
+
"su",
|
|
20896
|
+
"sv",
|
|
20897
|
+
"sw",
|
|
20898
|
+
"ta",
|
|
20899
|
+
"te",
|
|
20900
|
+
"tg",
|
|
20901
|
+
"th",
|
|
20902
|
+
"ti",
|
|
20903
|
+
"tk",
|
|
20904
|
+
"tl",
|
|
20905
|
+
"tn",
|
|
20906
|
+
"to",
|
|
20907
|
+
"tr",
|
|
20908
|
+
"ts",
|
|
20909
|
+
"tt",
|
|
20910
|
+
"tw",
|
|
20911
|
+
"ty",
|
|
20912
|
+
"ug",
|
|
20913
|
+
"uk",
|
|
20914
|
+
"ur",
|
|
20915
|
+
"uz",
|
|
20916
|
+
"ve",
|
|
20917
|
+
"vi",
|
|
20918
|
+
"vo",
|
|
20919
|
+
"wa",
|
|
20920
|
+
"wo",
|
|
20921
|
+
"xh",
|
|
20922
|
+
"yi",
|
|
20923
|
+
"yo",
|
|
20924
|
+
"za",
|
|
20925
|
+
"zh",
|
|
20926
|
+
"zu"
|
|
20927
|
+
]
|
|
20928
|
+
}
|
|
20929
|
+
},
|
|
20930
|
+
"required": [
|
|
20931
|
+
"communicationLanguage"
|
|
20932
|
+
],
|
|
20933
|
+
"additionalProperties": false
|
|
20934
|
+
}
|
|
20935
|
+
}
|
|
20936
|
+
};
|
|
20937
|
+
exports.UpdateCurrentDeviceRequest = {
|
|
20938
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20939
|
+
"$ref": "#/definitions/UpdateCurrentDeviceRequest",
|
|
20940
|
+
"definitions": {
|
|
20941
|
+
"UpdateCurrentDeviceRequest": {
|
|
20942
|
+
"type": "object",
|
|
20943
|
+
"properties": {
|
|
20944
|
+
"name": {
|
|
20429
20945
|
"type": "string"
|
|
20430
20946
|
},
|
|
20431
|
-
"
|
|
20947
|
+
"description": {
|
|
20432
20948
|
"type": "string"
|
|
20949
|
+
}
|
|
20950
|
+
},
|
|
20951
|
+
"additionalProperties": false
|
|
20952
|
+
}
|
|
20953
|
+
}
|
|
20954
|
+
};
|
|
20955
|
+
exports.UpdateDeviceRequest = {
|
|
20956
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20957
|
+
"$ref": "#/definitions/UpdateDeviceRequest",
|
|
20958
|
+
"definitions": {
|
|
20959
|
+
"UpdateDeviceRequest": {
|
|
20960
|
+
"type": "object",
|
|
20961
|
+
"properties": {
|
|
20962
|
+
"id": {
|
|
20963
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20433
20964
|
},
|
|
20434
|
-
"
|
|
20435
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20436
|
-
},
|
|
20437
|
-
"title": {
|
|
20965
|
+
"name": {
|
|
20438
20966
|
"type": "string"
|
|
20439
20967
|
},
|
|
20440
20968
|
"description": {
|
|
20441
20969
|
"type": "string"
|
|
20442
|
-
},
|
|
20443
|
-
"tags": {
|
|
20444
|
-
"type": "array",
|
|
20445
|
-
"items": {
|
|
20446
|
-
"type": "string"
|
|
20447
|
-
}
|
|
20448
|
-
},
|
|
20449
|
-
"content": {
|
|
20450
|
-
"type": "object"
|
|
20451
20970
|
}
|
|
20452
20971
|
},
|
|
20453
20972
|
"required": [
|
|
20454
|
-
"
|
|
20455
|
-
"filename",
|
|
20456
|
-
"mimetype"
|
|
20973
|
+
"id"
|
|
20457
20974
|
],
|
|
20458
20975
|
"additionalProperties": false
|
|
20459
20976
|
},
|
|
20460
|
-
"
|
|
20977
|
+
"DeviceIdString": {
|
|
20461
20978
|
"type": "string",
|
|
20462
|
-
"
|
|
20463
|
-
"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)?)?)?)?$"
|
|
20979
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20464
20980
|
}
|
|
20465
20981
|
}
|
|
20466
20982
|
};
|
|
@@ -20568,6 +21084,9 @@ exports.GetMessagesRequest = {
|
|
|
20568
21084
|
"GetMessagesQuery": {
|
|
20569
21085
|
"type": "object",
|
|
20570
21086
|
"properties": {
|
|
21087
|
+
"isOwn": {
|
|
21088
|
+
"type": "string"
|
|
21089
|
+
},
|
|
20571
21090
|
"createdBy": {
|
|
20572
21091
|
"anyOf": [
|
|
20573
21092
|
{
|
|
@@ -20766,27 +21285,29 @@ exports.SendMessageRequest = {
|
|
|
20766
21285
|
"definitions": {
|
|
20767
21286
|
"SendMessageRequest": {
|
|
20768
21287
|
"type": "object",
|
|
21288
|
+
"additionalProperties": false,
|
|
20769
21289
|
"properties": {
|
|
20770
21290
|
"recipients": {
|
|
20771
21291
|
"type": "array",
|
|
20772
21292
|
"items": {
|
|
20773
21293
|
"$ref": "#/definitions/AddressString"
|
|
20774
21294
|
},
|
|
20775
|
-
"minItems": 1
|
|
21295
|
+
"minItems": 1,
|
|
21296
|
+
"uniqueItems": true
|
|
20776
21297
|
},
|
|
20777
21298
|
"content": {},
|
|
20778
21299
|
"attachments": {
|
|
20779
21300
|
"type": "array",
|
|
20780
21301
|
"items": {
|
|
20781
21302
|
"$ref": "#/definitions/FileIdString"
|
|
20782
|
-
}
|
|
21303
|
+
},
|
|
21304
|
+
"uniqueItems": true
|
|
20783
21305
|
}
|
|
20784
21306
|
},
|
|
20785
21307
|
"required": [
|
|
20786
|
-
"
|
|
20787
|
-
"
|
|
20788
|
-
]
|
|
20789
|
-
"additionalProperties": false
|
|
21308
|
+
"content",
|
|
21309
|
+
"recipients"
|
|
21310
|
+
]
|
|
20790
21311
|
},
|
|
20791
21312
|
"AddressString": {
|
|
20792
21313
|
"type": "string",
|
|
@@ -21204,7 +21725,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21204
21725
|
"passwordIsPin": {
|
|
21205
21726
|
"type": "boolean",
|
|
21206
21727
|
"const": true
|
|
21207
|
-
}
|
|
21728
|
+
},
|
|
21729
|
+
"passwordLocationIndicator": {}
|
|
21208
21730
|
},
|
|
21209
21731
|
"required": [
|
|
21210
21732
|
"password"
|
|
@@ -21229,33 +21751,11 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21229
21751
|
}
|
|
21230
21752
|
}
|
|
21231
21753
|
};
|
|
21232
|
-
exports.
|
|
21233
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21234
|
-
"$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
|
|
21235
|
-
"definitions": {
|
|
21236
|
-
"CreateQRCodeForOwnTemplateRequest": {
|
|
21237
|
-
"type": "object",
|
|
21238
|
-
"properties": {
|
|
21239
|
-
"templateId": {
|
|
21240
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21241
|
-
}
|
|
21242
|
-
},
|
|
21243
|
-
"required": [
|
|
21244
|
-
"templateId"
|
|
21245
|
-
],
|
|
21246
|
-
"additionalProperties": false
|
|
21247
|
-
},
|
|
21248
|
-
"RelationshipTemplateIdString": {
|
|
21249
|
-
"type": "string",
|
|
21250
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21251
|
-
}
|
|
21252
|
-
}
|
|
21253
|
-
};
|
|
21254
|
-
exports.CreateTokenForOwnTemplateRequest = {
|
|
21754
|
+
exports.CreateTokenForOwnRelationshipTemplateRequest = {
|
|
21255
21755
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21256
|
-
"$ref": "#/definitions/
|
|
21756
|
+
"$ref": "#/definitions/CreateTokenForOwnRelationshipTemplateRequest",
|
|
21257
21757
|
"definitions": {
|
|
21258
|
-
"
|
|
21758
|
+
"CreateTokenForOwnRelationshipTemplateRequest": {
|
|
21259
21759
|
"type": "object",
|
|
21260
21760
|
"properties": {
|
|
21261
21761
|
"templateId": {
|
|
@@ -21280,61 +21780,8 @@ exports.CreateTokenForOwnTemplateRequest = {
|
|
|
21280
21780
|
"passwordIsPin": {
|
|
21281
21781
|
"type": "boolean",
|
|
21282
21782
|
"const": true
|
|
21283
|
-
}
|
|
21284
|
-
},
|
|
21285
|
-
"required": [
|
|
21286
|
-
"password"
|
|
21287
|
-
],
|
|
21288
|
-
"additionalProperties": false
|
|
21289
|
-
}
|
|
21290
|
-
},
|
|
21291
|
-
"required": [
|
|
21292
|
-
"templateId"
|
|
21293
|
-
],
|
|
21294
|
-
"additionalProperties": false
|
|
21295
|
-
},
|
|
21296
|
-
"RelationshipTemplateIdString": {
|
|
21297
|
-
"type": "string",
|
|
21298
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21299
|
-
},
|
|
21300
|
-
"ISO8601DateTimeString": {
|
|
21301
|
-
"type": "string",
|
|
21302
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
21303
|
-
"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)?)?)?)?$"
|
|
21304
|
-
},
|
|
21305
|
-
"AddressString": {
|
|
21306
|
-
"type": "string",
|
|
21307
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
21308
|
-
}
|
|
21309
|
-
}
|
|
21310
|
-
};
|
|
21311
|
-
exports.CreateTokenQRCodeForOwnTemplateRequest = {
|
|
21312
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21313
|
-
"$ref": "#/definitions/CreateTokenQRCodeForOwnTemplateRequest",
|
|
21314
|
-
"definitions": {
|
|
21315
|
-
"CreateTokenQRCodeForOwnTemplateRequest": {
|
|
21316
|
-
"type": "object",
|
|
21317
|
-
"properties": {
|
|
21318
|
-
"templateId": {
|
|
21319
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21320
|
-
},
|
|
21321
|
-
"expiresAt": {
|
|
21322
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21323
|
-
},
|
|
21324
|
-
"forIdentity": {
|
|
21325
|
-
"$ref": "#/definitions/AddressString"
|
|
21326
|
-
},
|
|
21327
|
-
"passwordProtection": {
|
|
21328
|
-
"type": "object",
|
|
21329
|
-
"properties": {
|
|
21330
|
-
"password": {
|
|
21331
|
-
"type": "string",
|
|
21332
|
-
"minLength": 1
|
|
21333
21783
|
},
|
|
21334
|
-
"
|
|
21335
|
-
"type": "boolean",
|
|
21336
|
-
"const": true
|
|
21337
|
-
}
|
|
21784
|
+
"passwordLocationIndicator": {}
|
|
21338
21785
|
},
|
|
21339
21786
|
"required": [
|
|
21340
21787
|
"password"
|
|
@@ -21542,6 +21989,19 @@ exports.GetRelationshipTemplatesRequest = {
|
|
|
21542
21989
|
"true",
|
|
21543
21990
|
"!"
|
|
21544
21991
|
]
|
|
21992
|
+
},
|
|
21993
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
21994
|
+
"anyOf": [
|
|
21995
|
+
{
|
|
21996
|
+
"type": "string"
|
|
21997
|
+
},
|
|
21998
|
+
{
|
|
21999
|
+
"type": "array",
|
|
22000
|
+
"items": {
|
|
22001
|
+
"type": "string"
|
|
22002
|
+
}
|
|
22003
|
+
}
|
|
22004
|
+
]
|
|
21545
22005
|
}
|
|
21546
22006
|
},
|
|
21547
22007
|
"additionalProperties": false
|
|
@@ -21569,6 +22029,12 @@ exports.LoadPeerRelationshipTemplateRequest = {
|
|
|
21569
22029
|
},
|
|
21570
22030
|
{
|
|
21571
22031
|
"$ref": "#/definitions/RelationshipTemplateReferenceString"
|
|
22032
|
+
},
|
|
22033
|
+
{
|
|
22034
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
22035
|
+
},
|
|
22036
|
+
{
|
|
22037
|
+
"$ref": "#/definitions/URLRelationshipTemplateReferenceString"
|
|
21572
22038
|
}
|
|
21573
22039
|
]
|
|
21574
22040
|
},
|
|
@@ -21589,6 +22055,14 @@ exports.LoadPeerRelationshipTemplateRequest = {
|
|
|
21589
22055
|
"RelationshipTemplateReferenceString": {
|
|
21590
22056
|
"type": "string",
|
|
21591
22057
|
"pattern": "UkxU.{84}"
|
|
22058
|
+
},
|
|
22059
|
+
"URLTokenReferenceString": {
|
|
22060
|
+
"type": "string",
|
|
22061
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
22062
|
+
},
|
|
22063
|
+
"URLRelationshipTemplateReferenceString": {
|
|
22064
|
+
"type": "string",
|
|
22065
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/RLT[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
21592
22066
|
}
|
|
21593
22067
|
}
|
|
21594
22068
|
};
|
|
@@ -21619,7 +22093,8 @@ exports.CreateOwnTokenRequest = {
|
|
|
21619
22093
|
"passwordIsPin": {
|
|
21620
22094
|
"type": "boolean",
|
|
21621
22095
|
"const": true
|
|
21622
|
-
}
|
|
22096
|
+
},
|
|
22097
|
+
"passwordLocationIndicator": {}
|
|
21623
22098
|
},
|
|
21624
22099
|
"required": [
|
|
21625
22100
|
"password"
|
|
@@ -21667,28 +22142,6 @@ exports.DeleteTokenRequest = {
|
|
|
21667
22142
|
}
|
|
21668
22143
|
}
|
|
21669
22144
|
};
|
|
21670
|
-
exports.GetQRCodeForTokenRequest = {
|
|
21671
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21672
|
-
"$ref": "#/definitions/GetQRCodeForTokenRequest",
|
|
21673
|
-
"definitions": {
|
|
21674
|
-
"GetQRCodeForTokenRequest": {
|
|
21675
|
-
"type": "object",
|
|
21676
|
-
"properties": {
|
|
21677
|
-
"id": {
|
|
21678
|
-
"$ref": "#/definitions/TokenIdString"
|
|
21679
|
-
}
|
|
21680
|
-
},
|
|
21681
|
-
"required": [
|
|
21682
|
-
"id"
|
|
21683
|
-
],
|
|
21684
|
-
"additionalProperties": false
|
|
21685
|
-
},
|
|
21686
|
-
"TokenIdString": {
|
|
21687
|
-
"type": "string",
|
|
21688
|
-
"pattern": "TOK[A-Za-z0-9]{17}"
|
|
21689
|
-
}
|
|
21690
|
-
}
|
|
21691
|
-
};
|
|
21692
22145
|
exports.GetTokenRequest = {
|
|
21693
22146
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21694
22147
|
"$ref": "#/definitions/GetTokenRequest",
|
|
@@ -21730,6 +22183,19 @@ exports.GetTokensRequest = {
|
|
|
21730
22183
|
"GetTokensQuery": {
|
|
21731
22184
|
"type": "object",
|
|
21732
22185
|
"properties": {
|
|
22186
|
+
"isOwn": {
|
|
22187
|
+
"anyOf": [
|
|
22188
|
+
{
|
|
22189
|
+
"type": "string"
|
|
22190
|
+
},
|
|
22191
|
+
{
|
|
22192
|
+
"type": "array",
|
|
22193
|
+
"items": {
|
|
22194
|
+
"type": "string"
|
|
22195
|
+
}
|
|
22196
|
+
}
|
|
22197
|
+
]
|
|
22198
|
+
},
|
|
21733
22199
|
"createdAt": {
|
|
21734
22200
|
"anyOf": [
|
|
21735
22201
|
{
|
|
@@ -21821,6 +22287,19 @@ exports.GetTokensRequest = {
|
|
|
21821
22287
|
"true",
|
|
21822
22288
|
"!"
|
|
21823
22289
|
]
|
|
22290
|
+
},
|
|
22291
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22292
|
+
"anyOf": [
|
|
22293
|
+
{
|
|
22294
|
+
"type": "string"
|
|
22295
|
+
},
|
|
22296
|
+
{
|
|
22297
|
+
"type": "array",
|
|
22298
|
+
"items": {
|
|
22299
|
+
"type": "string"
|
|
22300
|
+
}
|
|
22301
|
+
}
|
|
22302
|
+
]
|
|
21824
22303
|
}
|
|
21825
22304
|
},
|
|
21826
22305
|
"additionalProperties": false
|
|
@@ -21842,7 +22321,14 @@ exports.LoadPeerTokenRequest = {
|
|
|
21842
22321
|
"type": "object",
|
|
21843
22322
|
"properties": {
|
|
21844
22323
|
"reference": {
|
|
21845
|
-
"
|
|
22324
|
+
"anyOf": [
|
|
22325
|
+
{
|
|
22326
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
22327
|
+
},
|
|
22328
|
+
{
|
|
22329
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
22330
|
+
}
|
|
22331
|
+
]
|
|
21846
22332
|
},
|
|
21847
22333
|
"ephemeral": {
|
|
21848
22334
|
"type": "boolean"
|
|
@@ -21861,6 +22347,10 @@ exports.LoadPeerTokenRequest = {
|
|
|
21861
22347
|
"TokenReferenceString": {
|
|
21862
22348
|
"type": "string",
|
|
21863
22349
|
"pattern": "VE9L.{84}"
|
|
22350
|
+
},
|
|
22351
|
+
"URLTokenReferenceString": {
|
|
22352
|
+
"type": "string",
|
|
22353
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
21864
22354
|
}
|
|
21865
22355
|
}
|
|
21866
22356
|
};
|