@nmshd/runtime 7.0.0-alpha.6 → 7.0.0-alpha.61
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/README.md +2 -2
- 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 +3 -3
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +33 -24
- 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 +156 -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 +9 -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 +4 -1
- package/dist/dataViews/transport/FileDVO.d.ts.map +1 -1
- package/dist/dataViews/transport/MessageDVO.d.ts +3 -3
- 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/MessageDeliveredEvent.js +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 +16 -3
- package/dist/extensibility/facades/transport/DevicesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/DevicesFacade.js +22 -1
- 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 +1 -1
- package/dist/extensibility/facades/transport/IdentityDeletionProcessesFacade.d.ts.map +1 -1
- 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 +2 -3
- package/dist/extensibility/modules/RuntimeModule.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModule.js +2 -4
- package/dist/extensibility/modules/RuntimeModule.js.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts +0 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts.map +1 -1
- package/dist/extensibility/modules/RuntimeModuleRegistry.js +0 -3
- package/dist/extensibility/modules/RuntimeModuleRegistry.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 -4
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +18 -16
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +16 -15
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +1946 -1329
- 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/{tokens/GetQRCodeForToken.js → announcements/GetAnnouncements.js} +13 -17
- 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/backboneNotifications/SendBackboneNotification.js +46 -0
- 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/CreateDevice.d.ts +1 -1
- package/dist/useCases/transport/devices/CreateDevice.d.ts.map +1 -1
- package/dist/useCases/transport/devices/CreateDevice.js.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +12 -2
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js +2 -2
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.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/GetDeviceOnboardingInfo.d.ts +1 -1
- package/dist/useCases/transport/devices/GetDeviceOnboardingInfo.d.ts.map +1 -1
- package/dist/useCases/transport/devices/GetDeviceOnboardingInfo.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/{files/CreateQRCodeForFile.js → devices/UpdateCurrentDevice.js} +17 -17
- 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 -0
- package/dist/useCases/transport/devices/index.d.ts.map +1 -1
- package/dist/useCases/transport/devices/index.js +2 -0
- 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 +22 -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/{relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js → files/RegenerateFileOwnershipToken.js} +22 -19
- 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/ApproveIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/ApproveIdentityDeletionProcess.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.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.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 +11 -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.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.d.ts +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.d.ts.map +1 -1
- package/dist/useCases/transport/identityDeletionProcesses/RejectIdentityDeletionProcess.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 +6 -1
- 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 +1 -4
- 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 +17 -18
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +0 -54
- 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/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/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts +0 -19
- package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
- 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.
|
|
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 = exports.BirthMonth = exports.BirthDay = void 0;
|
|
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.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UpdateDeviceRequest = exports.UpdateCurrentDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.FillDeviceOnboardingTokenWithNewDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = 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.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 = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = 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 = exports.BirthMonth = exports.BirthDay = exports.BirthCountry = 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"
|
|
@@ -1064,6 +1039,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1064
1039
|
},
|
|
1065
1040
|
"link": {
|
|
1066
1041
|
"type": "string"
|
|
1042
|
+
},
|
|
1043
|
+
"linkDisplayText": {
|
|
1044
|
+
"type": "string"
|
|
1067
1045
|
}
|
|
1068
1046
|
},
|
|
1069
1047
|
"required": [
|
|
@@ -2330,10 +2308,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2330
2308
|
"@version": {
|
|
2331
2309
|
"type": "string"
|
|
2332
2310
|
},
|
|
2333
|
-
"title": {
|
|
2334
|
-
"type": "string",
|
|
2335
|
-
"description": "The human-readable title of this item."
|
|
2336
|
-
},
|
|
2337
2311
|
"description": {
|
|
2338
2312
|
"type": "string",
|
|
2339
2313
|
"description": "The human-readable description of this item."
|
|
@@ -2346,10 +2320,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2346
2320
|
"type": "boolean",
|
|
2347
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."
|
|
2348
2322
|
},
|
|
2349
|
-
"requireManualDecision": {
|
|
2350
|
-
"type": "boolean",
|
|
2351
|
-
"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."
|
|
2352
|
-
},
|
|
2353
2323
|
"attributeId": {
|
|
2354
2324
|
"type": "string"
|
|
2355
2325
|
}
|
|
@@ -2374,10 +2344,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2374
2344
|
"@version": {
|
|
2375
2345
|
"type": "string"
|
|
2376
2346
|
},
|
|
2377
|
-
"title": {
|
|
2378
|
-
"type": "string",
|
|
2379
|
-
"description": "The human-readable title of this item."
|
|
2380
|
-
},
|
|
2381
2347
|
"description": {
|
|
2382
2348
|
"type": "string",
|
|
2383
2349
|
"description": "The human-readable description of this item."
|
|
@@ -2390,10 +2356,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2390
2356
|
"type": "boolean",
|
|
2391
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."
|
|
2392
2358
|
},
|
|
2393
|
-
"requireManualDecision": {
|
|
2394
|
-
"type": "boolean",
|
|
2395
|
-
"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."
|
|
2396
|
-
},
|
|
2397
2359
|
"attribute": {
|
|
2398
2360
|
"anyOf": [
|
|
2399
2361
|
{
|
|
@@ -2432,10 +2394,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2432
2394
|
"@version": {
|
|
2433
2395
|
"type": "string"
|
|
2434
2396
|
},
|
|
2435
|
-
"title": {
|
|
2436
|
-
"type": "string",
|
|
2437
|
-
"description": "The human-readable title of this item."
|
|
2438
|
-
},
|
|
2439
2397
|
"description": {
|
|
2440
2398
|
"type": "string",
|
|
2441
2399
|
"description": "The human-readable description of this item."
|
|
@@ -2448,10 +2406,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2448
2406
|
"type": "boolean",
|
|
2449
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."
|
|
2450
2408
|
},
|
|
2451
|
-
"requireManualDecision": {
|
|
2452
|
-
"type": "boolean",
|
|
2453
|
-
"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."
|
|
2454
|
-
},
|
|
2455
2409
|
"query": {
|
|
2456
2410
|
"anyOf": [
|
|
2457
2411
|
{
|
|
@@ -2708,10 +2662,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2708
2662
|
"@version": {
|
|
2709
2663
|
"type": "string"
|
|
2710
2664
|
},
|
|
2711
|
-
"title": {
|
|
2712
|
-
"type": "string",
|
|
2713
|
-
"description": "The human-readable title of this item."
|
|
2714
|
-
},
|
|
2715
2665
|
"description": {
|
|
2716
2666
|
"type": "string",
|
|
2717
2667
|
"description": "The human-readable description of this item."
|
|
@@ -2724,10 +2674,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2724
2674
|
"type": "boolean",
|
|
2725
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."
|
|
2726
2676
|
},
|
|
2727
|
-
"requireManualDecision": {
|
|
2728
|
-
"type": "boolean",
|
|
2729
|
-
"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."
|
|
2730
|
-
},
|
|
2731
2677
|
"query": {
|
|
2732
2678
|
"anyOf": [
|
|
2733
2679
|
{
|
|
@@ -2769,22 +2715,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2769
2715
|
"type": "string"
|
|
2770
2716
|
},
|
|
2771
2717
|
"owner": {
|
|
2772
|
-
"
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
"type": "string",
|
|
2778
|
-
"const": "thirdParty"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"type": "string",
|
|
2782
|
-
"const": "recipient"
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"type": "string",
|
|
2786
|
-
"const": ""
|
|
2787
|
-
}
|
|
2718
|
+
"type": "string",
|
|
2719
|
+
"enum": [
|
|
2720
|
+
"thirdParty",
|
|
2721
|
+
"recipient",
|
|
2722
|
+
""
|
|
2788
2723
|
]
|
|
2789
2724
|
},
|
|
2790
2725
|
"thirdParty": {
|
|
@@ -2802,14 +2737,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2802
2737
|
],
|
|
2803
2738
|
"additionalProperties": false
|
|
2804
2739
|
},
|
|
2805
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
2806
|
-
"type": "string",
|
|
2807
|
-
"enum": [
|
|
2808
|
-
"thirdParty",
|
|
2809
|
-
"recipient",
|
|
2810
|
-
""
|
|
2811
|
-
]
|
|
2812
|
-
},
|
|
2813
2740
|
"ConsentRequestItemJSON": {
|
|
2814
2741
|
"type": "object",
|
|
2815
2742
|
"properties": {
|
|
@@ -2823,10 +2750,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2823
2750
|
"@version": {
|
|
2824
2751
|
"type": "string"
|
|
2825
2752
|
},
|
|
2826
|
-
"title": {
|
|
2827
|
-
"type": "string",
|
|
2828
|
-
"description": "The human-readable title of this item."
|
|
2829
|
-
},
|
|
2830
2753
|
"description": {
|
|
2831
2754
|
"type": "string",
|
|
2832
2755
|
"description": "The human-readable description of this item."
|
|
@@ -2839,15 +2762,17 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2839
2762
|
"type": "boolean",
|
|
2840
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."
|
|
2841
2764
|
},
|
|
2842
|
-
"requireManualDecision": {
|
|
2843
|
-
"type": "boolean",
|
|
2844
|
-
"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."
|
|
2845
|
-
},
|
|
2846
2765
|
"consent": {
|
|
2847
2766
|
"type": "string"
|
|
2848
2767
|
},
|
|
2849
2768
|
"link": {
|
|
2850
2769
|
"type": "string"
|
|
2770
|
+
},
|
|
2771
|
+
"linkDisplayText": {
|
|
2772
|
+
"type": "string"
|
|
2773
|
+
},
|
|
2774
|
+
"requiresInteraction": {
|
|
2775
|
+
"type": "boolean"
|
|
2851
2776
|
}
|
|
2852
2777
|
},
|
|
2853
2778
|
"required": [
|
|
@@ -2870,10 +2795,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2870
2795
|
"@version": {
|
|
2871
2796
|
"type": "string"
|
|
2872
2797
|
},
|
|
2873
|
-
"title": {
|
|
2874
|
-
"type": "string",
|
|
2875
|
-
"description": "The human-readable title of this item."
|
|
2876
|
-
},
|
|
2877
2798
|
"description": {
|
|
2878
2799
|
"type": "string",
|
|
2879
2800
|
"description": "The human-readable description of this item."
|
|
@@ -2886,9 +2807,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2886
2807
|
"type": "boolean",
|
|
2887
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."
|
|
2888
2809
|
},
|
|
2889
|
-
"
|
|
2890
|
-
"type": "
|
|
2891
|
-
"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"
|
|
2892
2812
|
}
|
|
2893
2813
|
},
|
|
2894
2814
|
"required": [
|
|
@@ -2898,12 +2818,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2898
2818
|
],
|
|
2899
2819
|
"additionalProperties": false
|
|
2900
2820
|
},
|
|
2901
|
-
"
|
|
2821
|
+
"FormFieldRequestItemJSON": {
|
|
2902
2822
|
"type": "object",
|
|
2903
2823
|
"properties": {
|
|
2904
2824
|
"@type": {
|
|
2905
2825
|
"type": "string",
|
|
2906
|
-
"const": "
|
|
2826
|
+
"const": "FormFieldRequestItem"
|
|
2907
2827
|
},
|
|
2908
2828
|
"@context": {
|
|
2909
2829
|
"type": "string"
|
|
@@ -2911,10 +2831,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2911
2831
|
"@version": {
|
|
2912
2832
|
"type": "string"
|
|
2913
2833
|
},
|
|
2914
|
-
"title": {
|
|
2915
|
-
"type": "string",
|
|
2916
|
-
"description": "The human-readable title of this item."
|
|
2917
|
-
},
|
|
2918
2834
|
"description": {
|
|
2919
2835
|
"type": "string",
|
|
2920
2836
|
"description": "The human-readable description of this item."
|
|
@@ -2927,27 +2843,52 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2927
2843
|
"type": "boolean",
|
|
2928
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."
|
|
2929
2845
|
},
|
|
2930
|
-
"
|
|
2931
|
-
"type": "boolean",
|
|
2932
|
-
"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."
|
|
2933
|
-
},
|
|
2934
|
-
"freeText": {
|
|
2846
|
+
"title": {
|
|
2935
2847
|
"type": "string"
|
|
2848
|
+
},
|
|
2849
|
+
"settings": {
|
|
2850
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2936
2851
|
}
|
|
2937
2852
|
},
|
|
2938
2853
|
"required": [
|
|
2939
2854
|
"@type",
|
|
2940
|
-
"
|
|
2941
|
-
"
|
|
2855
|
+
"mustBeAccepted",
|
|
2856
|
+
"settings",
|
|
2857
|
+
"title"
|
|
2942
2858
|
],
|
|
2943
2859
|
"additionalProperties": false
|
|
2944
2860
|
},
|
|
2945
|
-
"
|
|
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": {
|
|
2946
2887
|
"type": "object",
|
|
2947
2888
|
"properties": {
|
|
2948
2889
|
"@type": {
|
|
2949
2890
|
"type": "string",
|
|
2950
|
-
"const": "
|
|
2891
|
+
"const": "StringFormFieldSettings"
|
|
2951
2892
|
},
|
|
2952
2893
|
"@context": {
|
|
2953
2894
|
"type": "string"
|
|
@@ -2955,50 +2896,28 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2955
2896
|
"@version": {
|
|
2956
2897
|
"type": "string"
|
|
2957
2898
|
},
|
|
2958
|
-
"
|
|
2959
|
-
"type": "string",
|
|
2960
|
-
"description": "The human-readable title of this item."
|
|
2961
|
-
},
|
|
2962
|
-
"description": {
|
|
2963
|
-
"type": "string",
|
|
2964
|
-
"description": "The human-readable description of this item."
|
|
2965
|
-
},
|
|
2966
|
-
"metadata": {
|
|
2967
|
-
"type": "object",
|
|
2968
|
-
"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."
|
|
2969
|
-
},
|
|
2970
|
-
"mustBeAccepted": {
|
|
2899
|
+
"allowNewlines": {
|
|
2971
2900
|
"type": "boolean",
|
|
2972
|
-
"
|
|
2901
|
+
"const": true
|
|
2973
2902
|
},
|
|
2974
|
-
"
|
|
2975
|
-
"type": "
|
|
2976
|
-
"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"
|
|
2977
2905
|
},
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
{
|
|
2981
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
2985
|
-
}
|
|
2986
|
-
]
|
|
2906
|
+
"max": {
|
|
2907
|
+
"type": "number"
|
|
2987
2908
|
}
|
|
2988
2909
|
},
|
|
2989
2910
|
"required": [
|
|
2990
|
-
"@type"
|
|
2991
|
-
"mustBeAccepted",
|
|
2992
|
-
"query"
|
|
2911
|
+
"@type"
|
|
2993
2912
|
],
|
|
2994
2913
|
"additionalProperties": false
|
|
2995
2914
|
},
|
|
2996
|
-
"
|
|
2915
|
+
"IntegerFormFieldSettingsJSON": {
|
|
2997
2916
|
"type": "object",
|
|
2998
2917
|
"properties": {
|
|
2999
2918
|
"@type": {
|
|
3000
2919
|
"type": "string",
|
|
3001
|
-
"const": "
|
|
2920
|
+
"const": "IntegerFormFieldSettings"
|
|
3002
2921
|
},
|
|
3003
2922
|
"@context": {
|
|
3004
2923
|
"type": "string"
|
|
@@ -3006,112 +2925,267 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3006
2925
|
"@version": {
|
|
3007
2926
|
"type": "string"
|
|
3008
2927
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"type": "string"
|
|
3011
|
-
"description": "The human-readable title of this item."
|
|
3012
|
-
},
|
|
3013
|
-
"description": {
|
|
3014
|
-
"type": "string",
|
|
3015
|
-
"description": "The human-readable description of this item."
|
|
3016
|
-
},
|
|
3017
|
-
"metadata": {
|
|
3018
|
-
"type": "object",
|
|
3019
|
-
"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."
|
|
3020
|
-
},
|
|
3021
|
-
"mustBeAccepted": {
|
|
3022
|
-
"type": "boolean",
|
|
3023
|
-
"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"
|
|
3024
2930
|
},
|
|
3025
|
-
"
|
|
3026
|
-
"type": "
|
|
3027
|
-
"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"
|
|
3028
2933
|
},
|
|
3029
|
-
"
|
|
3030
|
-
"type": "
|
|
2934
|
+
"max": {
|
|
2935
|
+
"type": "number"
|
|
3031
2936
|
}
|
|
3032
2937
|
},
|
|
3033
2938
|
"required": [
|
|
3034
|
-
"@type"
|
|
3035
|
-
"fileReference",
|
|
3036
|
-
"mustBeAccepted"
|
|
2939
|
+
"@type"
|
|
3037
2940
|
],
|
|
3038
2941
|
"additionalProperties": false
|
|
3039
2942
|
},
|
|
3040
|
-
"
|
|
3041
|
-
"type": "string",
|
|
3042
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3043
|
-
}
|
|
3044
|
-
}
|
|
3045
|
-
};
|
|
3046
|
-
exports.RejectIncomingRequestRequest = {
|
|
3047
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3048
|
-
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3049
|
-
"definitions": {
|
|
3050
|
-
"RejectIncomingRequestRequest": {
|
|
2943
|
+
"DoubleFormFieldSettingsJSON": {
|
|
3051
2944
|
"type": "object",
|
|
3052
|
-
"additionalProperties": false,
|
|
3053
2945
|
"properties": {
|
|
3054
|
-
"
|
|
2946
|
+
"@type": {
|
|
2947
|
+
"type": "string",
|
|
2948
|
+
"const": "DoubleFormFieldSettings"
|
|
2949
|
+
},
|
|
2950
|
+
"@context": {
|
|
3055
2951
|
"type": "string"
|
|
3056
2952
|
},
|
|
3057
|
-
"
|
|
3058
|
-
"type": "
|
|
3059
|
-
"items": {
|
|
3060
|
-
"anyOf": [
|
|
3061
|
-
{
|
|
3062
|
-
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3066
|
-
}
|
|
3067
|
-
]
|
|
3068
|
-
}
|
|
3069
|
-
}
|
|
3070
|
-
},
|
|
3071
|
-
"required": [
|
|
3072
|
-
"items",
|
|
3073
|
-
"requestId"
|
|
3074
|
-
]
|
|
3075
|
-
},
|
|
3076
|
-
"DecideRequestItemParametersJSON": {
|
|
3077
|
-
"anyOf": [
|
|
3078
|
-
{
|
|
3079
|
-
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
2953
|
+
"@version": {
|
|
2954
|
+
"type": "string"
|
|
3080
2955
|
},
|
|
3081
|
-
{
|
|
3082
|
-
"
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
"accept": {
|
|
3090
|
-
"type": "boolean",
|
|
3091
|
-
"const": true
|
|
2956
|
+
"unit": {
|
|
2957
|
+
"type": "string"
|
|
2958
|
+
},
|
|
2959
|
+
"min": {
|
|
2960
|
+
"type": "number"
|
|
2961
|
+
},
|
|
2962
|
+
"max": {
|
|
2963
|
+
"type": "number"
|
|
3092
2964
|
}
|
|
3093
2965
|
},
|
|
3094
2966
|
"required": [
|
|
3095
|
-
"
|
|
2967
|
+
"@type"
|
|
3096
2968
|
],
|
|
3097
2969
|
"additionalProperties": false
|
|
3098
2970
|
},
|
|
3099
|
-
"
|
|
2971
|
+
"BooleanFormFieldSettingsJSON": {
|
|
3100
2972
|
"type": "object",
|
|
3101
2973
|
"properties": {
|
|
3102
|
-
"
|
|
3103
|
-
"type": "
|
|
3104
|
-
"const":
|
|
2974
|
+
"@type": {
|
|
2975
|
+
"type": "string",
|
|
2976
|
+
"const": "BooleanFormFieldSettings"
|
|
3105
2977
|
},
|
|
3106
|
-
"
|
|
2978
|
+
"@context": {
|
|
3107
2979
|
"type": "string"
|
|
3108
2980
|
},
|
|
3109
|
-
"
|
|
2981
|
+
"@version": {
|
|
3110
2982
|
"type": "string"
|
|
3111
2983
|
}
|
|
3112
2984
|
},
|
|
3113
2985
|
"required": [
|
|
3114
|
-
"
|
|
2986
|
+
"@type"
|
|
2987
|
+
],
|
|
2988
|
+
"additionalProperties": false
|
|
2989
|
+
},
|
|
2990
|
+
"DateFormFieldSettingsJSON": {
|
|
2991
|
+
"type": "object",
|
|
2992
|
+
"properties": {
|
|
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"
|
|
3115
3189
|
],
|
|
3116
3190
|
"additionalProperties": false
|
|
3117
3191
|
},
|
|
@@ -3325,10 +3399,10 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3325
3399
|
"$ref": "#/definitions/ReadAttributeAcceptResponseItemJSON"
|
|
3326
3400
|
},
|
|
3327
3401
|
{
|
|
3328
|
-
"$ref": "#/definitions/
|
|
3402
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3329
3403
|
},
|
|
3330
3404
|
{
|
|
3331
|
-
"$ref": "#/definitions/
|
|
3405
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
3332
3406
|
}
|
|
3333
3407
|
]
|
|
3334
3408
|
},
|
|
@@ -5295,7 +5369,8 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5295
5369
|
"type": "object",
|
|
5296
5370
|
"properties": {
|
|
5297
5371
|
"@type": {
|
|
5298
|
-
"type": "string"
|
|
5372
|
+
"type": "string",
|
|
5373
|
+
"const": "Consent"
|
|
5299
5374
|
},
|
|
5300
5375
|
"@context": {
|
|
5301
5376
|
"type": "string"
|
|
@@ -5308,6 +5383,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5308
5383
|
},
|
|
5309
5384
|
"link": {
|
|
5310
5385
|
"type": "string"
|
|
5386
|
+
},
|
|
5387
|
+
"linkDisplayText": {
|
|
5388
|
+
"type": "string"
|
|
5311
5389
|
}
|
|
5312
5390
|
},
|
|
5313
5391
|
"required": [
|
|
@@ -5461,12 +5539,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5461
5539
|
],
|
|
5462
5540
|
"additionalProperties": false
|
|
5463
5541
|
},
|
|
5464
|
-
"
|
|
5542
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
5465
5543
|
"type": "object",
|
|
5466
5544
|
"properties": {
|
|
5467
5545
|
"@type": {
|
|
5468
5546
|
"type": "string",
|
|
5469
|
-
"const": "
|
|
5547
|
+
"const": "FormFieldAcceptResponseItem"
|
|
5470
5548
|
},
|
|
5471
5549
|
"@context": {
|
|
5472
5550
|
"type": "string"
|
|
@@ -5478,23 +5556,39 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5478
5556
|
"type": "string",
|
|
5479
5557
|
"const": "Accepted"
|
|
5480
5558
|
},
|
|
5481
|
-
"
|
|
5482
|
-
"
|
|
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
|
+
]
|
|
5483
5577
|
}
|
|
5484
5578
|
},
|
|
5485
5579
|
"required": [
|
|
5486
5580
|
"@type",
|
|
5487
|
-
"
|
|
5581
|
+
"response",
|
|
5488
5582
|
"result"
|
|
5489
5583
|
],
|
|
5490
5584
|
"additionalProperties": false
|
|
5491
5585
|
},
|
|
5492
|
-
"
|
|
5586
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
5493
5587
|
"type": "object",
|
|
5494
5588
|
"properties": {
|
|
5495
5589
|
"@type": {
|
|
5496
5590
|
"type": "string",
|
|
5497
|
-
"const": "
|
|
5591
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
5498
5592
|
},
|
|
5499
5593
|
"@context": {
|
|
5500
5594
|
"type": "string"
|
|
@@ -5506,13 +5600,17 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5506
5600
|
"type": "string",
|
|
5507
5601
|
"const": "Accepted"
|
|
5508
5602
|
},
|
|
5509
|
-
"
|
|
5603
|
+
"attributeId": {
|
|
5510
5604
|
"type": "string"
|
|
5605
|
+
},
|
|
5606
|
+
"attribute": {
|
|
5607
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5511
5608
|
}
|
|
5512
5609
|
},
|
|
5513
5610
|
"required": [
|
|
5514
5611
|
"@type",
|
|
5515
|
-
"
|
|
5612
|
+
"attribute",
|
|
5613
|
+
"attributeId",
|
|
5516
5614
|
"result"
|
|
5517
5615
|
],
|
|
5518
5616
|
"additionalProperties": false
|
|
@@ -5745,10 +5843,10 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5745
5843
|
"$ref": "#/definitions/ReadAttributeAcceptResponseItemJSON"
|
|
5746
5844
|
},
|
|
5747
5845
|
{
|
|
5748
|
-
"$ref": "#/definitions/
|
|
5846
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5749
5847
|
},
|
|
5750
5848
|
{
|
|
5751
|
-
"$ref": "#/definitions/
|
|
5849
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
5752
5850
|
}
|
|
5753
5851
|
]
|
|
5754
5852
|
},
|
|
@@ -7715,7 +7813,8 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7715
7813
|
"type": "object",
|
|
7716
7814
|
"properties": {
|
|
7717
7815
|
"@type": {
|
|
7718
|
-
"type": "string"
|
|
7816
|
+
"type": "string",
|
|
7817
|
+
"const": "Consent"
|
|
7719
7818
|
},
|
|
7720
7819
|
"@context": {
|
|
7721
7820
|
"type": "string"
|
|
@@ -7728,6 +7827,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7728
7827
|
},
|
|
7729
7828
|
"link": {
|
|
7730
7829
|
"type": "string"
|
|
7830
|
+
},
|
|
7831
|
+
"linkDisplayText": {
|
|
7832
|
+
"type": "string"
|
|
7731
7833
|
}
|
|
7732
7834
|
},
|
|
7733
7835
|
"required": [
|
|
@@ -7881,12 +7983,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7881
7983
|
],
|
|
7882
7984
|
"additionalProperties": false
|
|
7883
7985
|
},
|
|
7884
|
-
"
|
|
7986
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
7885
7987
|
"type": "object",
|
|
7886
7988
|
"properties": {
|
|
7887
7989
|
"@type": {
|
|
7888
7990
|
"type": "string",
|
|
7889
|
-
"const": "
|
|
7991
|
+
"const": "FormFieldAcceptResponseItem"
|
|
7890
7992
|
},
|
|
7891
7993
|
"@context": {
|
|
7892
7994
|
"type": "string"
|
|
@@ -7898,23 +8000,39 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7898
8000
|
"type": "string",
|
|
7899
8001
|
"const": "Accepted"
|
|
7900
8002
|
},
|
|
7901
|
-
"
|
|
7902
|
-
"
|
|
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
|
+
]
|
|
7903
8021
|
}
|
|
7904
8022
|
},
|
|
7905
8023
|
"required": [
|
|
7906
8024
|
"@type",
|
|
7907
|
-
"
|
|
8025
|
+
"response",
|
|
7908
8026
|
"result"
|
|
7909
8027
|
],
|
|
7910
8028
|
"additionalProperties": false
|
|
7911
8029
|
},
|
|
7912
|
-
"
|
|
8030
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
7913
8031
|
"type": "object",
|
|
7914
8032
|
"properties": {
|
|
7915
8033
|
"@type": {
|
|
7916
8034
|
"type": "string",
|
|
7917
|
-
"const": "
|
|
8035
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
7918
8036
|
},
|
|
7919
8037
|
"@context": {
|
|
7920
8038
|
"type": "string"
|
|
@@ -7926,13 +8044,17 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7926
8044
|
"type": "string",
|
|
7927
8045
|
"const": "Accepted"
|
|
7928
8046
|
},
|
|
7929
|
-
"
|
|
8047
|
+
"attributeId": {
|
|
7930
8048
|
"type": "string"
|
|
8049
|
+
},
|
|
8050
|
+
"attribute": {
|
|
8051
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
7931
8052
|
}
|
|
7932
8053
|
},
|
|
7933
8054
|
"required": [
|
|
7934
8055
|
"@type",
|
|
7935
|
-
"
|
|
8056
|
+
"attribute",
|
|
8057
|
+
"attributeId",
|
|
7936
8058
|
"result"
|
|
7937
8059
|
],
|
|
7938
8060
|
"additionalProperties": false
|
|
@@ -8134,10 +8256,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8134
8256
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8135
8257
|
},
|
|
8136
8258
|
{
|
|
8137
|
-
"$ref": "#/definitions/
|
|
8138
|
-
},
|
|
8139
|
-
{
|
|
8140
|
-
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
8259
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8141
8260
|
},
|
|
8142
8261
|
{
|
|
8143
8262
|
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
@@ -8156,10 +8275,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8156
8275
|
"@version": {
|
|
8157
8276
|
"type": "string"
|
|
8158
8277
|
},
|
|
8159
|
-
"title": {
|
|
8160
|
-
"type": "string",
|
|
8161
|
-
"description": "The human-readable title of this item."
|
|
8162
|
-
},
|
|
8163
8278
|
"description": {
|
|
8164
8279
|
"type": "string",
|
|
8165
8280
|
"description": "The human-readable description of this item."
|
|
@@ -8171,10 +8286,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8171
8286
|
"mustBeAccepted": {
|
|
8172
8287
|
"type": "boolean",
|
|
8173
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."
|
|
8174
|
-
},
|
|
8175
|
-
"requireManualDecision": {
|
|
8176
|
-
"type": "boolean",
|
|
8177
|
-
"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."
|
|
8178
8289
|
}
|
|
8179
8290
|
},
|
|
8180
8291
|
"required": [
|
|
@@ -8196,10 +8307,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8196
8307
|
"@version": {
|
|
8197
8308
|
"type": "string"
|
|
8198
8309
|
},
|
|
8199
|
-
"title": {
|
|
8200
|
-
"type": "string",
|
|
8201
|
-
"description": "The human-readable title of this item."
|
|
8202
|
-
},
|
|
8203
8310
|
"description": {
|
|
8204
8311
|
"type": "string",
|
|
8205
8312
|
"description": "The human-readable description of this item."
|
|
@@ -8212,10 +8319,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8212
8319
|
"type": "boolean",
|
|
8213
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."
|
|
8214
8321
|
},
|
|
8215
|
-
"requireManualDecision": {
|
|
8216
|
-
"type": "boolean",
|
|
8217
|
-
"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."
|
|
8218
|
-
},
|
|
8219
8322
|
"attribute": {
|
|
8220
8323
|
"anyOf": [
|
|
8221
8324
|
{
|
|
@@ -8866,7 +8969,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8866
8969
|
"type": "object",
|
|
8867
8970
|
"properties": {
|
|
8868
8971
|
"@type": {
|
|
8869
|
-
"type": "string"
|
|
8972
|
+
"type": "string",
|
|
8973
|
+
"const": "Consent"
|
|
8870
8974
|
},
|
|
8871
8975
|
"@context": {
|
|
8872
8976
|
"type": "string"
|
|
@@ -8879,6 +8983,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8879
8983
|
},
|
|
8880
8984
|
"link": {
|
|
8881
8985
|
"type": "string"
|
|
8986
|
+
},
|
|
8987
|
+
"linkDisplayText": {
|
|
8988
|
+
"type": "string"
|
|
8882
8989
|
}
|
|
8883
8990
|
},
|
|
8884
8991
|
"required": [
|
|
@@ -10145,10 +10252,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10145
10252
|
"@version": {
|
|
10146
10253
|
"type": "string"
|
|
10147
10254
|
},
|
|
10148
|
-
"title": {
|
|
10149
|
-
"type": "string",
|
|
10150
|
-
"description": "The human-readable title of this item."
|
|
10151
|
-
},
|
|
10152
10255
|
"description": {
|
|
10153
10256
|
"type": "string",
|
|
10154
10257
|
"description": "The human-readable description of this item."
|
|
@@ -10161,10 +10264,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10161
10264
|
"type": "boolean",
|
|
10162
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."
|
|
10163
10266
|
},
|
|
10164
|
-
"requireManualDecision": {
|
|
10165
|
-
"type": "boolean",
|
|
10166
|
-
"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."
|
|
10167
|
-
},
|
|
10168
10267
|
"attributeId": {
|
|
10169
10268
|
"type": "string"
|
|
10170
10269
|
}
|
|
@@ -10189,10 +10288,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10189
10288
|
"@version": {
|
|
10190
10289
|
"type": "string"
|
|
10191
10290
|
},
|
|
10192
|
-
"title": {
|
|
10193
|
-
"type": "string",
|
|
10194
|
-
"description": "The human-readable title of this item."
|
|
10195
|
-
},
|
|
10196
10291
|
"description": {
|
|
10197
10292
|
"type": "string",
|
|
10198
10293
|
"description": "The human-readable description of this item."
|
|
@@ -10205,10 +10300,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10205
10300
|
"type": "boolean",
|
|
10206
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."
|
|
10207
10302
|
},
|
|
10208
|
-
"requireManualDecision": {
|
|
10209
|
-
"type": "boolean",
|
|
10210
|
-
"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."
|
|
10211
|
-
},
|
|
10212
10303
|
"attribute": {
|
|
10213
10304
|
"anyOf": [
|
|
10214
10305
|
{
|
|
@@ -10247,10 +10338,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10247
10338
|
"@version": {
|
|
10248
10339
|
"type": "string"
|
|
10249
10340
|
},
|
|
10250
|
-
"title": {
|
|
10251
|
-
"type": "string",
|
|
10252
|
-
"description": "The human-readable title of this item."
|
|
10253
|
-
},
|
|
10254
10341
|
"description": {
|
|
10255
10342
|
"type": "string",
|
|
10256
10343
|
"description": "The human-readable description of this item."
|
|
@@ -10263,10 +10350,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10263
10350
|
"type": "boolean",
|
|
10264
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."
|
|
10265
10352
|
},
|
|
10266
|
-
"requireManualDecision": {
|
|
10267
|
-
"type": "boolean",
|
|
10268
|
-
"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."
|
|
10269
|
-
},
|
|
10270
10353
|
"query": {
|
|
10271
10354
|
"anyOf": [
|
|
10272
10355
|
{
|
|
@@ -10523,10 +10606,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10523
10606
|
"@version": {
|
|
10524
10607
|
"type": "string"
|
|
10525
10608
|
},
|
|
10526
|
-
"title": {
|
|
10527
|
-
"type": "string",
|
|
10528
|
-
"description": "The human-readable title of this item."
|
|
10529
|
-
},
|
|
10530
10609
|
"description": {
|
|
10531
10610
|
"type": "string",
|
|
10532
10611
|
"description": "The human-readable description of this item."
|
|
@@ -10539,10 +10618,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10539
10618
|
"type": "boolean",
|
|
10540
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."
|
|
10541
10620
|
},
|
|
10542
|
-
"requireManualDecision": {
|
|
10543
|
-
"type": "boolean",
|
|
10544
|
-
"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."
|
|
10545
|
-
},
|
|
10546
10621
|
"query": {
|
|
10547
10622
|
"anyOf": [
|
|
10548
10623
|
{
|
|
@@ -10584,22 +10659,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10584
10659
|
"type": "string"
|
|
10585
10660
|
},
|
|
10586
10661
|
"owner": {
|
|
10587
|
-
"
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
"type": "string",
|
|
10593
|
-
"const": "thirdParty"
|
|
10594
|
-
},
|
|
10595
|
-
{
|
|
10596
|
-
"type": "string",
|
|
10597
|
-
"const": "recipient"
|
|
10598
|
-
},
|
|
10599
|
-
{
|
|
10600
|
-
"type": "string",
|
|
10601
|
-
"const": ""
|
|
10602
|
-
}
|
|
10662
|
+
"type": "string",
|
|
10663
|
+
"enum": [
|
|
10664
|
+
"thirdParty",
|
|
10665
|
+
"recipient",
|
|
10666
|
+
""
|
|
10603
10667
|
]
|
|
10604
10668
|
},
|
|
10605
10669
|
"thirdParty": {
|
|
@@ -10617,14 +10681,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10617
10681
|
],
|
|
10618
10682
|
"additionalProperties": false
|
|
10619
10683
|
},
|
|
10620
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
10621
|
-
"type": "string",
|
|
10622
|
-
"enum": [
|
|
10623
|
-
"thirdParty",
|
|
10624
|
-
"recipient",
|
|
10625
|
-
""
|
|
10626
|
-
]
|
|
10627
|
-
},
|
|
10628
10684
|
"ConsentRequestItemJSON": {
|
|
10629
10685
|
"type": "object",
|
|
10630
10686
|
"properties": {
|
|
@@ -10638,10 +10694,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10638
10694
|
"@version": {
|
|
10639
10695
|
"type": "string"
|
|
10640
10696
|
},
|
|
10641
|
-
"title": {
|
|
10642
|
-
"type": "string",
|
|
10643
|
-
"description": "The human-readable title of this item."
|
|
10644
|
-
},
|
|
10645
10697
|
"description": {
|
|
10646
10698
|
"type": "string",
|
|
10647
10699
|
"description": "The human-readable description of this item."
|
|
@@ -10654,15 +10706,17 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10654
10706
|
"type": "boolean",
|
|
10655
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."
|
|
10656
10708
|
},
|
|
10657
|
-
"requireManualDecision": {
|
|
10658
|
-
"type": "boolean",
|
|
10659
|
-
"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."
|
|
10660
|
-
},
|
|
10661
10709
|
"consent": {
|
|
10662
10710
|
"type": "string"
|
|
10663
10711
|
},
|
|
10664
10712
|
"link": {
|
|
10665
10713
|
"type": "string"
|
|
10714
|
+
},
|
|
10715
|
+
"linkDisplayText": {
|
|
10716
|
+
"type": "string"
|
|
10717
|
+
},
|
|
10718
|
+
"requiresInteraction": {
|
|
10719
|
+
"type": "boolean"
|
|
10666
10720
|
}
|
|
10667
10721
|
},
|
|
10668
10722
|
"required": [
|
|
@@ -10685,10 +10739,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10685
10739
|
"@version": {
|
|
10686
10740
|
"type": "string"
|
|
10687
10741
|
},
|
|
10688
|
-
"title": {
|
|
10689
|
-
"type": "string",
|
|
10690
|
-
"description": "The human-readable title of this item."
|
|
10691
|
-
},
|
|
10692
10742
|
"description": {
|
|
10693
10743
|
"type": "string",
|
|
10694
10744
|
"description": "The human-readable description of this item."
|
|
@@ -10701,9 +10751,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10701
10751
|
"type": "boolean",
|
|
10702
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."
|
|
10703
10753
|
},
|
|
10704
|
-
"
|
|
10705
|
-
"type": "
|
|
10706
|
-
"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"
|
|
10707
10756
|
}
|
|
10708
10757
|
},
|
|
10709
10758
|
"required": [
|
|
@@ -10713,12 +10762,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10713
10762
|
],
|
|
10714
10763
|
"additionalProperties": false
|
|
10715
10764
|
},
|
|
10716
|
-
"
|
|
10765
|
+
"FormFieldRequestItemJSON": {
|
|
10717
10766
|
"type": "object",
|
|
10718
10767
|
"properties": {
|
|
10719
10768
|
"@type": {
|
|
10720
10769
|
"type": "string",
|
|
10721
|
-
"const": "
|
|
10770
|
+
"const": "FormFieldRequestItem"
|
|
10722
10771
|
},
|
|
10723
10772
|
"@context": {
|
|
10724
10773
|
"type": "string"
|
|
@@ -10726,10 +10775,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10726
10775
|
"@version": {
|
|
10727
10776
|
"type": "string"
|
|
10728
10777
|
},
|
|
10729
|
-
"title": {
|
|
10730
|
-
"type": "string",
|
|
10731
|
-
"description": "The human-readable title of this item."
|
|
10732
|
-
},
|
|
10733
10778
|
"description": {
|
|
10734
10779
|
"type": "string",
|
|
10735
10780
|
"description": "The human-readable description of this item."
|
|
@@ -10742,27 +10787,109 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10742
10787
|
"type": "boolean",
|
|
10743
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."
|
|
10744
10789
|
},
|
|
10745
|
-
"
|
|
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": {
|
|
10746
10844
|
"type": "boolean",
|
|
10747
|
-
"
|
|
10845
|
+
"const": true
|
|
10846
|
+
},
|
|
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"
|
|
10748
10871
|
},
|
|
10749
|
-
"
|
|
10872
|
+
"unit": {
|
|
10750
10873
|
"type": "string"
|
|
10874
|
+
},
|
|
10875
|
+
"min": {
|
|
10876
|
+
"type": "number"
|
|
10877
|
+
},
|
|
10878
|
+
"max": {
|
|
10879
|
+
"type": "number"
|
|
10751
10880
|
}
|
|
10752
10881
|
},
|
|
10753
10882
|
"required": [
|
|
10754
|
-
"@type"
|
|
10755
|
-
"freeText",
|
|
10756
|
-
"mustBeAccepted"
|
|
10883
|
+
"@type"
|
|
10757
10884
|
],
|
|
10758
10885
|
"additionalProperties": false
|
|
10759
10886
|
},
|
|
10760
|
-
"
|
|
10887
|
+
"DoubleFormFieldSettingsJSON": {
|
|
10761
10888
|
"type": "object",
|
|
10762
10889
|
"properties": {
|
|
10763
10890
|
"@type": {
|
|
10764
10891
|
"type": "string",
|
|
10765
|
-
"const": "
|
|
10892
|
+
"const": "DoubleFormFieldSettings"
|
|
10766
10893
|
},
|
|
10767
10894
|
"@context": {
|
|
10768
10895
|
"type": "string"
|
|
@@ -10770,41 +10897,117 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10770
10897
|
"@version": {
|
|
10771
10898
|
"type": "string"
|
|
10772
10899
|
},
|
|
10773
|
-
"
|
|
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": {
|
|
10774
10919
|
"type": "string",
|
|
10775
|
-
"
|
|
10920
|
+
"const": "BooleanFormFieldSettings"
|
|
10776
10921
|
},
|
|
10777
|
-
"
|
|
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": {
|
|
10778
10938
|
"type": "string",
|
|
10779
|
-
"
|
|
10939
|
+
"const": "DateFormFieldSettings"
|
|
10780
10940
|
},
|
|
10781
|
-
"
|
|
10782
|
-
"type": "
|
|
10783
|
-
"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"
|
|
10784
10943
|
},
|
|
10785
|
-
"
|
|
10786
|
-
"type": "
|
|
10787
|
-
|
|
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"
|
|
10788
10959
|
},
|
|
10789
|
-
"
|
|
10960
|
+
"@context": {
|
|
10961
|
+
"type": "string"
|
|
10962
|
+
},
|
|
10963
|
+
"@version": {
|
|
10964
|
+
"type": "string"
|
|
10965
|
+
},
|
|
10966
|
+
"options": {
|
|
10967
|
+
"type": "array",
|
|
10968
|
+
"items": {
|
|
10969
|
+
"type": "string"
|
|
10970
|
+
}
|
|
10971
|
+
},
|
|
10972
|
+
"allowMultipleSelection": {
|
|
10790
10973
|
"type": "boolean",
|
|
10791
|
-
"
|
|
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"
|
|
10792
10989
|
},
|
|
10793
|
-
"
|
|
10794
|
-
"
|
|
10795
|
-
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
|
|
10799
|
-
|
|
10800
|
-
|
|
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
|
|
10801
11005
|
]
|
|
10802
11006
|
}
|
|
10803
11007
|
},
|
|
10804
11008
|
"required": [
|
|
10805
11009
|
"@type",
|
|
10806
|
-
"
|
|
10807
|
-
"query"
|
|
11010
|
+
"maxRating"
|
|
10808
11011
|
],
|
|
10809
11012
|
"additionalProperties": false
|
|
10810
11013
|
},
|
|
@@ -10821,10 +11024,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10821
11024
|
"@version": {
|
|
10822
11025
|
"type": "string"
|
|
10823
11026
|
},
|
|
10824
|
-
"title": {
|
|
10825
|
-
"type": "string",
|
|
10826
|
-
"description": "The human-readable title of this item."
|
|
10827
|
-
},
|
|
10828
11027
|
"description": {
|
|
10829
11028
|
"type": "string",
|
|
10830
11029
|
"description": "The human-readable description of this item."
|
|
@@ -10837,18 +11036,18 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10837
11036
|
"type": "boolean",
|
|
10838
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."
|
|
10839
11038
|
},
|
|
10840
|
-
"requireManualDecision": {
|
|
10841
|
-
"type": "boolean",
|
|
10842
|
-
"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."
|
|
10843
|
-
},
|
|
10844
11039
|
"fileReference": {
|
|
10845
11040
|
"type": "string"
|
|
11041
|
+
},
|
|
11042
|
+
"ownershipToken": {
|
|
11043
|
+
"type": "string"
|
|
10846
11044
|
}
|
|
10847
11045
|
},
|
|
10848
11046
|
"required": [
|
|
10849
11047
|
"@type",
|
|
10850
11048
|
"fileReference",
|
|
10851
|
-
"mustBeAccepted"
|
|
11049
|
+
"mustBeAccepted",
|
|
11050
|
+
"ownershipToken"
|
|
10852
11051
|
],
|
|
10853
11052
|
"additionalProperties": false
|
|
10854
11053
|
},
|
|
@@ -10988,6 +11187,9 @@ exports.GetIncomingRequestsRequest = {
|
|
|
10988
11187
|
}
|
|
10989
11188
|
]
|
|
10990
11189
|
},
|
|
11190
|
+
"wasAutomaticallyDecided": {
|
|
11191
|
+
"type": "string"
|
|
11192
|
+
},
|
|
10991
11193
|
"content.expiresAt": {
|
|
10992
11194
|
"anyOf": [
|
|
10993
11195
|
{
|
|
@@ -11496,10 +11698,7 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11496
11698
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
11497
11699
|
},
|
|
11498
11700
|
{
|
|
11499
|
-
"$ref": "#/definitions/
|
|
11500
|
-
},
|
|
11501
|
-
{
|
|
11502
|
-
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
11701
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
11503
11702
|
},
|
|
11504
11703
|
{
|
|
11505
11704
|
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
@@ -11518,10 +11717,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11518
11717
|
"@version": {
|
|
11519
11718
|
"type": "string"
|
|
11520
11719
|
},
|
|
11521
|
-
"title": {
|
|
11522
|
-
"type": "string",
|
|
11523
|
-
"description": "The human-readable title of this item."
|
|
11524
|
-
},
|
|
11525
11720
|
"description": {
|
|
11526
11721
|
"type": "string",
|
|
11527
11722
|
"description": "The human-readable description of this item."
|
|
@@ -11533,10 +11728,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11533
11728
|
"mustBeAccepted": {
|
|
11534
11729
|
"type": "boolean",
|
|
11535
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."
|
|
11536
|
-
},
|
|
11537
|
-
"requireManualDecision": {
|
|
11538
|
-
"type": "boolean",
|
|
11539
|
-
"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."
|
|
11540
11731
|
}
|
|
11541
11732
|
},
|
|
11542
11733
|
"required": [
|
|
@@ -11558,10 +11749,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11558
11749
|
"@version": {
|
|
11559
11750
|
"type": "string"
|
|
11560
11751
|
},
|
|
11561
|
-
"title": {
|
|
11562
|
-
"type": "string",
|
|
11563
|
-
"description": "The human-readable title of this item."
|
|
11564
|
-
},
|
|
11565
11752
|
"description": {
|
|
11566
11753
|
"type": "string",
|
|
11567
11754
|
"description": "The human-readable description of this item."
|
|
@@ -11574,10 +11761,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11574
11761
|
"type": "boolean",
|
|
11575
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."
|
|
11576
11763
|
},
|
|
11577
|
-
"requireManualDecision": {
|
|
11578
|
-
"type": "boolean",
|
|
11579
|
-
"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."
|
|
11580
|
-
},
|
|
11581
11764
|
"attribute": {
|
|
11582
11765
|
"anyOf": [
|
|
11583
11766
|
{
|
|
@@ -12228,7 +12411,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12228
12411
|
"type": "object",
|
|
12229
12412
|
"properties": {
|
|
12230
12413
|
"@type": {
|
|
12231
|
-
"type": "string"
|
|
12414
|
+
"type": "string",
|
|
12415
|
+
"const": "Consent"
|
|
12232
12416
|
},
|
|
12233
12417
|
"@context": {
|
|
12234
12418
|
"type": "string"
|
|
@@ -12241,6 +12425,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12241
12425
|
},
|
|
12242
12426
|
"link": {
|
|
12243
12427
|
"type": "string"
|
|
12428
|
+
},
|
|
12429
|
+
"linkDisplayText": {
|
|
12430
|
+
"type": "string"
|
|
12244
12431
|
}
|
|
12245
12432
|
},
|
|
12246
12433
|
"required": [
|
|
@@ -13507,10 +13694,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13507
13694
|
"@version": {
|
|
13508
13695
|
"type": "string"
|
|
13509
13696
|
},
|
|
13510
|
-
"title": {
|
|
13511
|
-
"type": "string",
|
|
13512
|
-
"description": "The human-readable title of this item."
|
|
13513
|
-
},
|
|
13514
13697
|
"description": {
|
|
13515
13698
|
"type": "string",
|
|
13516
13699
|
"description": "The human-readable description of this item."
|
|
@@ -13523,10 +13706,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13523
13706
|
"type": "boolean",
|
|
13524
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."
|
|
13525
13708
|
},
|
|
13526
|
-
"requireManualDecision": {
|
|
13527
|
-
"type": "boolean",
|
|
13528
|
-
"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."
|
|
13529
|
-
},
|
|
13530
13709
|
"attributeId": {
|
|
13531
13710
|
"type": "string"
|
|
13532
13711
|
}
|
|
@@ -13551,10 +13730,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13551
13730
|
"@version": {
|
|
13552
13731
|
"type": "string"
|
|
13553
13732
|
},
|
|
13554
|
-
"title": {
|
|
13555
|
-
"type": "string",
|
|
13556
|
-
"description": "The human-readable title of this item."
|
|
13557
|
-
},
|
|
13558
13733
|
"description": {
|
|
13559
13734
|
"type": "string",
|
|
13560
13735
|
"description": "The human-readable description of this item."
|
|
@@ -13567,10 +13742,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13567
13742
|
"type": "boolean",
|
|
13568
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."
|
|
13569
13744
|
},
|
|
13570
|
-
"requireManualDecision": {
|
|
13571
|
-
"type": "boolean",
|
|
13572
|
-
"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."
|
|
13573
|
-
},
|
|
13574
13745
|
"attribute": {
|
|
13575
13746
|
"anyOf": [
|
|
13576
13747
|
{
|
|
@@ -13609,10 +13780,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13609
13780
|
"@version": {
|
|
13610
13781
|
"type": "string"
|
|
13611
13782
|
},
|
|
13612
|
-
"title": {
|
|
13613
|
-
"type": "string",
|
|
13614
|
-
"description": "The human-readable title of this item."
|
|
13615
|
-
},
|
|
13616
13783
|
"description": {
|
|
13617
13784
|
"type": "string",
|
|
13618
13785
|
"description": "The human-readable description of this item."
|
|
@@ -13625,10 +13792,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13625
13792
|
"type": "boolean",
|
|
13626
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."
|
|
13627
13794
|
},
|
|
13628
|
-
"requireManualDecision": {
|
|
13629
|
-
"type": "boolean",
|
|
13630
|
-
"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."
|
|
13631
|
-
},
|
|
13632
13795
|
"query": {
|
|
13633
13796
|
"anyOf": [
|
|
13634
13797
|
{
|
|
@@ -13885,10 +14048,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13885
14048
|
"@version": {
|
|
13886
14049
|
"type": "string"
|
|
13887
14050
|
},
|
|
13888
|
-
"title": {
|
|
13889
|
-
"type": "string",
|
|
13890
|
-
"description": "The human-readable title of this item."
|
|
13891
|
-
},
|
|
13892
14051
|
"description": {
|
|
13893
14052
|
"type": "string",
|
|
13894
14053
|
"description": "The human-readable description of this item."
|
|
@@ -13901,10 +14060,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13901
14060
|
"type": "boolean",
|
|
13902
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."
|
|
13903
14062
|
},
|
|
13904
|
-
"requireManualDecision": {
|
|
13905
|
-
"type": "boolean",
|
|
13906
|
-
"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."
|
|
13907
|
-
},
|
|
13908
14063
|
"query": {
|
|
13909
14064
|
"anyOf": [
|
|
13910
14065
|
{
|
|
@@ -13946,22 +14101,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13946
14101
|
"type": "string"
|
|
13947
14102
|
},
|
|
13948
14103
|
"owner": {
|
|
13949
|
-
"
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
"type": "string",
|
|
13955
|
-
"const": "thirdParty"
|
|
13956
|
-
},
|
|
13957
|
-
{
|
|
13958
|
-
"type": "string",
|
|
13959
|
-
"const": "recipient"
|
|
13960
|
-
},
|
|
13961
|
-
{
|
|
13962
|
-
"type": "string",
|
|
13963
|
-
"const": ""
|
|
13964
|
-
}
|
|
14104
|
+
"type": "string",
|
|
14105
|
+
"enum": [
|
|
14106
|
+
"thirdParty",
|
|
14107
|
+
"recipient",
|
|
14108
|
+
""
|
|
13965
14109
|
]
|
|
13966
14110
|
},
|
|
13967
14111
|
"thirdParty": {
|
|
@@ -13979,14 +14123,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13979
14123
|
],
|
|
13980
14124
|
"additionalProperties": false
|
|
13981
14125
|
},
|
|
13982
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
13983
|
-
"type": "string",
|
|
13984
|
-
"enum": [
|
|
13985
|
-
"thirdParty",
|
|
13986
|
-
"recipient",
|
|
13987
|
-
""
|
|
13988
|
-
]
|
|
13989
|
-
},
|
|
13990
14126
|
"ConsentRequestItemJSON": {
|
|
13991
14127
|
"type": "object",
|
|
13992
14128
|
"properties": {
|
|
@@ -14000,10 +14136,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14000
14136
|
"@version": {
|
|
14001
14137
|
"type": "string"
|
|
14002
14138
|
},
|
|
14003
|
-
"title": {
|
|
14004
|
-
"type": "string",
|
|
14005
|
-
"description": "The human-readable title of this item."
|
|
14006
|
-
},
|
|
14007
14139
|
"description": {
|
|
14008
14140
|
"type": "string",
|
|
14009
14141
|
"description": "The human-readable description of this item."
|
|
@@ -14016,15 +14148,17 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14016
14148
|
"type": "boolean",
|
|
14017
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."
|
|
14018
14150
|
},
|
|
14019
|
-
"requireManualDecision": {
|
|
14020
|
-
"type": "boolean",
|
|
14021
|
-
"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."
|
|
14022
|
-
},
|
|
14023
14151
|
"consent": {
|
|
14024
14152
|
"type": "string"
|
|
14025
14153
|
},
|
|
14026
14154
|
"link": {
|
|
14027
14155
|
"type": "string"
|
|
14156
|
+
},
|
|
14157
|
+
"linkDisplayText": {
|
|
14158
|
+
"type": "string"
|
|
14159
|
+
},
|
|
14160
|
+
"requiresInteraction": {
|
|
14161
|
+
"type": "boolean"
|
|
14028
14162
|
}
|
|
14029
14163
|
},
|
|
14030
14164
|
"required": [
|
|
@@ -14047,10 +14181,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14047
14181
|
"@version": {
|
|
14048
14182
|
"type": "string"
|
|
14049
14183
|
},
|
|
14050
|
-
"title": {
|
|
14051
|
-
"type": "string",
|
|
14052
|
-
"description": "The human-readable title of this item."
|
|
14053
|
-
},
|
|
14054
14184
|
"description": {
|
|
14055
14185
|
"type": "string",
|
|
14056
14186
|
"description": "The human-readable description of this item."
|
|
@@ -14063,9 +14193,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14063
14193
|
"type": "boolean",
|
|
14064
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."
|
|
14065
14195
|
},
|
|
14066
|
-
"
|
|
14067
|
-
"type": "
|
|
14068
|
-
"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"
|
|
14069
14198
|
}
|
|
14070
14199
|
},
|
|
14071
14200
|
"required": [
|
|
@@ -14075,12 +14204,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14075
14204
|
],
|
|
14076
14205
|
"additionalProperties": false
|
|
14077
14206
|
},
|
|
14078
|
-
"
|
|
14207
|
+
"FormFieldRequestItemJSON": {
|
|
14079
14208
|
"type": "object",
|
|
14080
14209
|
"properties": {
|
|
14081
14210
|
"@type": {
|
|
14082
14211
|
"type": "string",
|
|
14083
|
-
"const": "
|
|
14212
|
+
"const": "FormFieldRequestItem"
|
|
14084
14213
|
},
|
|
14085
14214
|
"@context": {
|
|
14086
14215
|
"type": "string"
|
|
@@ -14088,10 +14217,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14088
14217
|
"@version": {
|
|
14089
14218
|
"type": "string"
|
|
14090
14219
|
},
|
|
14091
|
-
"title": {
|
|
14092
|
-
"type": "string",
|
|
14093
|
-
"description": "The human-readable title of this item."
|
|
14094
|
-
},
|
|
14095
14220
|
"description": {
|
|
14096
14221
|
"type": "string",
|
|
14097
14222
|
"description": "The human-readable description of this item."
|
|
@@ -14104,27 +14229,109 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14104
14229
|
"type": "boolean",
|
|
14105
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."
|
|
14106
14231
|
},
|
|
14107
|
-
"
|
|
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": {
|
|
14108
14286
|
"type": "boolean",
|
|
14109
|
-
"
|
|
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"
|
|
14110
14313
|
},
|
|
14111
|
-
"
|
|
14314
|
+
"unit": {
|
|
14112
14315
|
"type": "string"
|
|
14316
|
+
},
|
|
14317
|
+
"min": {
|
|
14318
|
+
"type": "number"
|
|
14319
|
+
},
|
|
14320
|
+
"max": {
|
|
14321
|
+
"type": "number"
|
|
14113
14322
|
}
|
|
14114
14323
|
},
|
|
14115
14324
|
"required": [
|
|
14116
|
-
"@type"
|
|
14117
|
-
"freeText",
|
|
14118
|
-
"mustBeAccepted"
|
|
14325
|
+
"@type"
|
|
14119
14326
|
],
|
|
14120
14327
|
"additionalProperties": false
|
|
14121
14328
|
},
|
|
14122
|
-
"
|
|
14329
|
+
"DoubleFormFieldSettingsJSON": {
|
|
14123
14330
|
"type": "object",
|
|
14124
14331
|
"properties": {
|
|
14125
14332
|
"@type": {
|
|
14126
14333
|
"type": "string",
|
|
14127
|
-
"const": "
|
|
14334
|
+
"const": "DoubleFormFieldSettings"
|
|
14128
14335
|
},
|
|
14129
14336
|
"@context": {
|
|
14130
14337
|
"type": "string"
|
|
@@ -14132,41 +14339,117 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14132
14339
|
"@version": {
|
|
14133
14340
|
"type": "string"
|
|
14134
14341
|
},
|
|
14135
|
-
"
|
|
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": {
|
|
14136
14361
|
"type": "string",
|
|
14137
|
-
"
|
|
14362
|
+
"const": "BooleanFormFieldSettings"
|
|
14138
14363
|
},
|
|
14139
|
-
"
|
|
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": {
|
|
14140
14380
|
"type": "string",
|
|
14141
|
-
"
|
|
14381
|
+
"const": "DateFormFieldSettings"
|
|
14142
14382
|
},
|
|
14143
|
-
"
|
|
14144
|
-
"type": "
|
|
14145
|
-
"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"
|
|
14146
14385
|
},
|
|
14147
|
-
"
|
|
14148
|
-
"type": "
|
|
14149
|
-
|
|
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
|
+
}
|
|
14150
14413
|
},
|
|
14151
|
-
"
|
|
14414
|
+
"allowMultipleSelection": {
|
|
14152
14415
|
"type": "boolean",
|
|
14153
|
-
"
|
|
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"
|
|
14154
14431
|
},
|
|
14155
|
-
"
|
|
14156
|
-
"
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
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
|
|
14163
14447
|
]
|
|
14164
14448
|
}
|
|
14165
14449
|
},
|
|
14166
14450
|
"required": [
|
|
14167
14451
|
"@type",
|
|
14168
|
-
"
|
|
14169
|
-
"query"
|
|
14452
|
+
"maxRating"
|
|
14170
14453
|
],
|
|
14171
14454
|
"additionalProperties": false
|
|
14172
14455
|
},
|
|
@@ -14183,10 +14466,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14183
14466
|
"@version": {
|
|
14184
14467
|
"type": "string"
|
|
14185
14468
|
},
|
|
14186
|
-
"title": {
|
|
14187
|
-
"type": "string",
|
|
14188
|
-
"description": "The human-readable title of this item."
|
|
14189
|
-
},
|
|
14190
14469
|
"description": {
|
|
14191
14470
|
"type": "string",
|
|
14192
14471
|
"description": "The human-readable description of this item."
|
|
@@ -14199,18 +14478,18 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14199
14478
|
"type": "boolean",
|
|
14200
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."
|
|
14201
14480
|
},
|
|
14202
|
-
"requireManualDecision": {
|
|
14203
|
-
"type": "boolean",
|
|
14204
|
-
"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."
|
|
14205
|
-
},
|
|
14206
14481
|
"fileReference": {
|
|
14207
14482
|
"type": "string"
|
|
14483
|
+
},
|
|
14484
|
+
"ownershipToken": {
|
|
14485
|
+
"type": "string"
|
|
14208
14486
|
}
|
|
14209
14487
|
},
|
|
14210
14488
|
"required": [
|
|
14211
14489
|
"@type",
|
|
14212
14490
|
"fileReference",
|
|
14213
|
-
"mustBeAccepted"
|
|
14491
|
+
"mustBeAccepted",
|
|
14492
|
+
"ownershipToken"
|
|
14214
14493
|
],
|
|
14215
14494
|
"additionalProperties": false
|
|
14216
14495
|
},
|
|
@@ -14330,17 +14609,11 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14330
14609
|
"requestItemMetadata": {
|
|
14331
14610
|
"type": "object",
|
|
14332
14611
|
"properties": {
|
|
14333
|
-
"title": {
|
|
14334
|
-
"type": "string"
|
|
14335
|
-
},
|
|
14336
14612
|
"description": {
|
|
14337
14613
|
"type": "string"
|
|
14338
14614
|
},
|
|
14339
14615
|
"metadata": {
|
|
14340
14616
|
"type": "object"
|
|
14341
|
-
},
|
|
14342
|
-
"requireManualDecision": {
|
|
14343
|
-
"type": "boolean"
|
|
14344
14617
|
}
|
|
14345
14618
|
},
|
|
14346
14619
|
"additionalProperties": false
|
|
@@ -14946,7 +15219,8 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14946
15219
|
"type": "object",
|
|
14947
15220
|
"properties": {
|
|
14948
15221
|
"@type": {
|
|
14949
|
-
"type": "string"
|
|
15222
|
+
"type": "string",
|
|
15223
|
+
"const": "Consent"
|
|
14950
15224
|
},
|
|
14951
15225
|
"@context": {
|
|
14952
15226
|
"type": "string"
|
|
@@ -14959,6 +15233,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14959
15233
|
},
|
|
14960
15234
|
"link": {
|
|
14961
15235
|
"type": "string"
|
|
15236
|
+
},
|
|
15237
|
+
"linkDisplayText": {
|
|
15238
|
+
"type": "string"
|
|
14962
15239
|
}
|
|
14963
15240
|
},
|
|
14964
15241
|
"required": [
|
|
@@ -15561,22 +15838,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15561
15838
|
"type": "string"
|
|
15562
15839
|
},
|
|
15563
15840
|
"owner": {
|
|
15564
|
-
"
|
|
15565
|
-
|
|
15566
|
-
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
"type": "string",
|
|
15570
|
-
"const": "thirdParty"
|
|
15571
|
-
},
|
|
15572
|
-
{
|
|
15573
|
-
"type": "string",
|
|
15574
|
-
"const": "recipient"
|
|
15575
|
-
},
|
|
15576
|
-
{
|
|
15577
|
-
"type": "string",
|
|
15578
|
-
"const": ""
|
|
15579
|
-
}
|
|
15841
|
+
"type": "string",
|
|
15842
|
+
"enum": [
|
|
15843
|
+
"thirdParty",
|
|
15844
|
+
"recipient",
|
|
15845
|
+
""
|
|
15580
15846
|
]
|
|
15581
15847
|
},
|
|
15582
15848
|
"thirdParty": {
|
|
@@ -15593,14 +15859,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15593
15859
|
"thirdParty"
|
|
15594
15860
|
],
|
|
15595
15861
|
"additionalProperties": false
|
|
15596
|
-
},
|
|
15597
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
15598
|
-
"type": "string",
|
|
15599
|
-
"enum": [
|
|
15600
|
-
"thirdParty",
|
|
15601
|
-
"recipient",
|
|
15602
|
-
""
|
|
15603
|
-
]
|
|
15604
15862
|
}
|
|
15605
15863
|
}
|
|
15606
15864
|
};
|
|
@@ -15690,6 +15948,19 @@ exports.GetAttributesRequest = {
|
|
|
15690
15948
|
"isDefault": {
|
|
15691
15949
|
"type": "string"
|
|
15692
15950
|
},
|
|
15951
|
+
"wasViewedAt": {
|
|
15952
|
+
"anyOf": [
|
|
15953
|
+
{
|
|
15954
|
+
"type": "string"
|
|
15955
|
+
},
|
|
15956
|
+
{
|
|
15957
|
+
"type": "array",
|
|
15958
|
+
"items": {
|
|
15959
|
+
"type": "string"
|
|
15960
|
+
}
|
|
15961
|
+
}
|
|
15962
|
+
]
|
|
15963
|
+
},
|
|
15693
15964
|
"content.@type": {
|
|
15694
15965
|
"anyOf": [
|
|
15695
15966
|
{
|
|
@@ -15929,6 +16200,19 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
15929
16200
|
"createdAt": {
|
|
15930
16201
|
"type": "string"
|
|
15931
16202
|
},
|
|
16203
|
+
"wasViewedAt": {
|
|
16204
|
+
"anyOf": [
|
|
16205
|
+
{
|
|
16206
|
+
"type": "string"
|
|
16207
|
+
},
|
|
16208
|
+
{
|
|
16209
|
+
"type": "array",
|
|
16210
|
+
"items": {
|
|
16211
|
+
"type": "string"
|
|
16212
|
+
}
|
|
16213
|
+
}
|
|
16214
|
+
]
|
|
16215
|
+
},
|
|
15932
16216
|
"content.@type": {
|
|
15933
16217
|
"anyOf": [
|
|
15934
16218
|
{
|
|
@@ -16142,6 +16426,19 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16142
16426
|
"createdAt": {
|
|
16143
16427
|
"type": "string"
|
|
16144
16428
|
},
|
|
16429
|
+
"wasViewedAt": {
|
|
16430
|
+
"anyOf": [
|
|
16431
|
+
{
|
|
16432
|
+
"type": "string"
|
|
16433
|
+
},
|
|
16434
|
+
{
|
|
16435
|
+
"type": "array",
|
|
16436
|
+
"items": {
|
|
16437
|
+
"type": "string"
|
|
16438
|
+
}
|
|
16439
|
+
}
|
|
16440
|
+
]
|
|
16441
|
+
},
|
|
16145
16442
|
"content.@type": {
|
|
16146
16443
|
"anyOf": [
|
|
16147
16444
|
{
|
|
@@ -16332,6 +16629,19 @@ exports.GetRepositoryAttributesRequest = {
|
|
|
16332
16629
|
"isDefault": {
|
|
16333
16630
|
"type": "string"
|
|
16334
16631
|
},
|
|
16632
|
+
"wasViewedAt": {
|
|
16633
|
+
"anyOf": [
|
|
16634
|
+
{
|
|
16635
|
+
"type": "string"
|
|
16636
|
+
},
|
|
16637
|
+
{
|
|
16638
|
+
"type": "array",
|
|
16639
|
+
"items": {
|
|
16640
|
+
"type": "string"
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16335
16645
|
"content.tags": {
|
|
16336
16646
|
"anyOf": [
|
|
16337
16647
|
{
|
|
@@ -16421,6 +16731,28 @@ exports.GetVersionsOfAttributeRequest = {
|
|
|
16421
16731
|
}
|
|
16422
16732
|
}
|
|
16423
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
|
+
};
|
|
16424
16756
|
exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
16425
16757
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16426
16758
|
"$ref": "#/definitions/NotifyPeerAboutRepositoryAttributeSuccessionRequest",
|
|
@@ -16451,6 +16783,28 @@ exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
|
16451
16783
|
}
|
|
16452
16784
|
}
|
|
16453
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
|
+
};
|
|
16454
16808
|
exports.ShareRepositoryAttributeRequest = {
|
|
16455
16809
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16456
16810
|
"$ref": "#/definitions/ShareRepositoryAttributeRequest",
|
|
@@ -16485,17 +16839,11 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
16485
16839
|
"requestItemMetadata": {
|
|
16486
16840
|
"type": "object",
|
|
16487
16841
|
"properties": {
|
|
16488
|
-
"title": {
|
|
16489
|
-
"type": "string"
|
|
16490
|
-
},
|
|
16491
16842
|
"description": {
|
|
16492
16843
|
"type": "string"
|
|
16493
16844
|
},
|
|
16494
16845
|
"metadata": {
|
|
16495
16846
|
"type": "object"
|
|
16496
|
-
},
|
|
16497
|
-
"requireManualDecision": {
|
|
16498
|
-
"type": "boolean"
|
|
16499
16847
|
}
|
|
16500
16848
|
},
|
|
16501
16849
|
"additionalProperties": false
|
|
@@ -17149,7 +17497,8 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17149
17497
|
"type": "object",
|
|
17150
17498
|
"properties": {
|
|
17151
17499
|
"@type": {
|
|
17152
|
-
"type": "string"
|
|
17500
|
+
"type": "string",
|
|
17501
|
+
"const": "Consent"
|
|
17153
17502
|
},
|
|
17154
17503
|
"@context": {
|
|
17155
17504
|
"type": "string"
|
|
@@ -17162,6 +17511,9 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17162
17511
|
},
|
|
17163
17512
|
"link": {
|
|
17164
17513
|
"type": "string"
|
|
17514
|
+
},
|
|
17515
|
+
"linkDisplayText": {
|
|
17516
|
+
"type": "string"
|
|
17165
17517
|
}
|
|
17166
17518
|
},
|
|
17167
17519
|
"required": [
|
|
@@ -19183,11 +19535,11 @@ exports.DownloadFileRequest = {
|
|
|
19183
19535
|
}
|
|
19184
19536
|
}
|
|
19185
19537
|
};
|
|
19186
|
-
exports.
|
|
19538
|
+
exports.LoadItemFromReferenceRequest = {
|
|
19187
19539
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19188
|
-
"$ref": "#/definitions/
|
|
19540
|
+
"$ref": "#/definitions/LoadItemFromReferenceRequest",
|
|
19189
19541
|
"definitions": {
|
|
19190
|
-
"
|
|
19542
|
+
"LoadItemFromReferenceRequest": {
|
|
19191
19543
|
"type": "object",
|
|
19192
19544
|
"properties": {
|
|
19193
19545
|
"reference": {
|
|
@@ -19200,6 +19552,15 @@ exports.LoadItemFromTruncatedReferenceRequest = {
|
|
|
19200
19552
|
},
|
|
19201
19553
|
{
|
|
19202
19554
|
"$ref": "#/definitions/RelationshipTemplateReferenceString"
|
|
19555
|
+
},
|
|
19556
|
+
{
|
|
19557
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
19558
|
+
},
|
|
19559
|
+
{
|
|
19560
|
+
"$ref": "#/definitions/URLFileReferenceString"
|
|
19561
|
+
},
|
|
19562
|
+
{
|
|
19563
|
+
"$ref": "#/definitions/URLRelationshipTemplateReferenceString"
|
|
19203
19564
|
}
|
|
19204
19565
|
]
|
|
19205
19566
|
},
|
|
@@ -19223,6 +19584,18 @@ exports.LoadItemFromTruncatedReferenceRequest = {
|
|
|
19223
19584
|
"RelationshipTemplateReferenceString": {
|
|
19224
19585
|
"type": "string",
|
|
19225
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-_]+$"
|
|
19226
19599
|
}
|
|
19227
19600
|
}
|
|
19228
19601
|
};
|
|
@@ -19259,355 +19632,494 @@ exports.RegisterPushNotificationTokenRequest = {
|
|
|
19259
19632
|
}
|
|
19260
19633
|
}
|
|
19261
19634
|
};
|
|
19262
|
-
exports.
|
|
19635
|
+
exports.CreateTokenForFileRequest = {
|
|
19263
19636
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19264
|
-
"$ref": "#/definitions/
|
|
19637
|
+
"$ref": "#/definitions/CreateTokenForFileRequest",
|
|
19265
19638
|
"definitions": {
|
|
19266
|
-
"
|
|
19639
|
+
"CreateTokenForFileRequest": {
|
|
19267
19640
|
"type": "object",
|
|
19268
19641
|
"properties": {
|
|
19269
|
-
"
|
|
19270
|
-
"$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
|
|
19271
19671
|
}
|
|
19272
19672
|
},
|
|
19273
19673
|
"required": [
|
|
19274
|
-
"
|
|
19674
|
+
"fileId"
|
|
19275
19675
|
],
|
|
19276
19676
|
"additionalProperties": false
|
|
19277
19677
|
},
|
|
19278
|
-
"
|
|
19678
|
+
"FileIdString": {
|
|
19279
19679
|
"type": "string",
|
|
19280
|
-
"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}"
|
|
19281
19690
|
}
|
|
19282
19691
|
}
|
|
19283
19692
|
};
|
|
19284
|
-
exports.
|
|
19693
|
+
exports.DeleteFileRequest = {
|
|
19285
19694
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19286
|
-
"$ref": "#/definitions/
|
|
19695
|
+
"$ref": "#/definitions/DeleteFileRequest",
|
|
19287
19696
|
"definitions": {
|
|
19288
|
-
"
|
|
19697
|
+
"DeleteFileRequest": {
|
|
19289
19698
|
"type": "object",
|
|
19290
19699
|
"properties": {
|
|
19291
|
-
"
|
|
19292
|
-
"
|
|
19700
|
+
"fileId": {
|
|
19701
|
+
"$ref": "#/definitions/FileIdString"
|
|
19293
19702
|
}
|
|
19294
19703
|
},
|
|
19704
|
+
"required": [
|
|
19705
|
+
"fileId"
|
|
19706
|
+
],
|
|
19295
19707
|
"additionalProperties": false
|
|
19708
|
+
},
|
|
19709
|
+
"FileIdString": {
|
|
19710
|
+
"type": "string",
|
|
19711
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19296
19712
|
}
|
|
19297
19713
|
}
|
|
19298
19714
|
};
|
|
19299
|
-
exports.
|
|
19715
|
+
exports.GetFileRequest = {
|
|
19300
19716
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19301
|
-
"$ref": "#/definitions/
|
|
19717
|
+
"$ref": "#/definitions/GetFileRequest",
|
|
19302
19718
|
"definitions": {
|
|
19303
|
-
"
|
|
19719
|
+
"GetFileRequest": {
|
|
19304
19720
|
"type": "object",
|
|
19305
19721
|
"properties": {
|
|
19306
19722
|
"id": {
|
|
19307
|
-
"$ref": "#/definitions/MessageIdString"
|
|
19308
|
-
},
|
|
19309
|
-
"attachmentId": {
|
|
19310
19723
|
"$ref": "#/definitions/FileIdString"
|
|
19311
19724
|
}
|
|
19312
19725
|
},
|
|
19313
19726
|
"required": [
|
|
19314
|
-
"id"
|
|
19315
|
-
"attachmentId"
|
|
19727
|
+
"id"
|
|
19316
19728
|
],
|
|
19317
19729
|
"additionalProperties": false
|
|
19318
19730
|
},
|
|
19319
|
-
"MessageIdString": {
|
|
19320
|
-
"type": "string",
|
|
19321
|
-
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
19322
|
-
},
|
|
19323
19731
|
"FileIdString": {
|
|
19324
19732
|
"type": "string",
|
|
19325
19733
|
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19326
19734
|
}
|
|
19327
19735
|
}
|
|
19328
19736
|
};
|
|
19329
|
-
exports.
|
|
19737
|
+
exports.GetFilesRequest = {
|
|
19330
19738
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19331
|
-
"$ref": "#/definitions/
|
|
19739
|
+
"$ref": "#/definitions/GetFilesRequest",
|
|
19332
19740
|
"definitions": {
|
|
19333
|
-
"
|
|
19741
|
+
"GetFilesRequest": {
|
|
19334
19742
|
"type": "object",
|
|
19335
19743
|
"properties": {
|
|
19336
|
-
"
|
|
19337
|
-
"
|
|
19338
|
-
"const": "Relationship"
|
|
19744
|
+
"query": {
|
|
19745
|
+
"$ref": "#/definitions/GetFilesQuery"
|
|
19339
19746
|
},
|
|
19340
|
-
"
|
|
19341
|
-
"$ref": "#/definitions/
|
|
19747
|
+
"ownerRestriction": {
|
|
19748
|
+
"$ref": "#/definitions/OwnerRestriction"
|
|
19342
19749
|
}
|
|
19343
19750
|
},
|
|
19344
|
-
"required": [
|
|
19345
|
-
"challengeType",
|
|
19346
|
-
"relationship"
|
|
19347
|
-
],
|
|
19348
19751
|
"additionalProperties": false
|
|
19349
19752
|
},
|
|
19350
|
-
"
|
|
19351
|
-
"type": "string",
|
|
19352
|
-
"pattern": "REL[A-Za-z0-9]{17}"
|
|
19353
|
-
}
|
|
19354
|
-
}
|
|
19355
|
-
};
|
|
19356
|
-
exports.isCreateRelationshipChallengeRequest = {
|
|
19357
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19358
|
-
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
19359
|
-
"definitions": {
|
|
19360
|
-
"isCreateRelationshipChallengeRequest": {
|
|
19361
|
-
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
19753
|
+
"GetFilesQuery": {
|
|
19362
19754
|
"type": "object",
|
|
19363
19755
|
"properties": {
|
|
19364
|
-
"
|
|
19365
|
-
"
|
|
19366
|
-
|
|
19367
|
-
|
|
19368
|
-
|
|
19369
|
-
|
|
19370
|
-
|
|
19371
|
-
|
|
19372
|
-
|
|
19373
|
-
|
|
19374
|
-
|
|
19375
|
-
|
|
19376
|
-
|
|
19377
|
-
|
|
19378
|
-
|
|
19379
|
-
|
|
19380
|
-
|
|
19381
|
-
|
|
19382
|
-
|
|
19383
|
-
|
|
19384
|
-
|
|
19385
|
-
|
|
19386
|
-
|
|
19387
|
-
|
|
19388
|
-
|
|
19389
|
-
|
|
19390
|
-
|
|
19391
|
-
|
|
19392
|
-
|
|
19393
|
-
|
|
19394
|
-
|
|
19395
|
-
|
|
19396
|
-
|
|
19397
|
-
|
|
19398
|
-
|
|
19399
|
-
|
|
19400
|
-
|
|
19401
|
-
|
|
19402
|
-
|
|
19403
|
-
|
|
19404
|
-
|
|
19405
|
-
|
|
19406
|
-
|
|
19407
|
-
|
|
19408
|
-
|
|
19409
|
-
|
|
19410
|
-
|
|
19411
|
-
|
|
19412
|
-
|
|
19413
|
-
|
|
19414
|
-
|
|
19415
|
-
|
|
19416
|
-
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
|
|
19427
|
-
|
|
19428
|
-
|
|
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"
|
|
19429
19914
|
}
|
|
19430
19915
|
},
|
|
19431
|
-
"required": [
|
|
19432
|
-
"challengeType"
|
|
19433
|
-
],
|
|
19434
19916
|
"additionalProperties": false
|
|
19917
|
+
},
|
|
19918
|
+
"OwnerRestriction": {
|
|
19919
|
+
"type": "string",
|
|
19920
|
+
"enum": [
|
|
19921
|
+
"o",
|
|
19922
|
+
"p"
|
|
19923
|
+
]
|
|
19435
19924
|
}
|
|
19436
19925
|
}
|
|
19437
19926
|
};
|
|
19438
|
-
exports.
|
|
19439
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19440
|
-
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
19441
|
-
"definitions": {
|
|
19442
|
-
"isCreateDeviceChallengeRequest": {
|
|
19443
|
-
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
19444
|
-
"type": "object",
|
|
19445
|
-
"properties": {
|
|
19446
|
-
"namedArgs": {
|
|
19447
|
-
"type": "object",
|
|
19448
|
-
"properties": {
|
|
19449
|
-
"value": {}
|
|
19450
|
-
},
|
|
19451
|
-
"required": [
|
|
19452
|
-
"value"
|
|
19453
|
-
],
|
|
19454
|
-
"additionalProperties": false
|
|
19455
|
-
}
|
|
19456
|
-
}
|
|
19457
|
-
}
|
|
19458
|
-
}
|
|
19459
|
-
};
|
|
19460
|
-
exports.CreateChallengeRequest = {
|
|
19927
|
+
exports.GetOrLoadFileRequest = {
|
|
19461
19928
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19462
|
-
"$ref": "#/definitions/
|
|
19929
|
+
"$ref": "#/definitions/GetOrLoadFileRequest",
|
|
19463
19930
|
"definitions": {
|
|
19464
|
-
"
|
|
19465
|
-
"anyOf": [
|
|
19466
|
-
{
|
|
19467
|
-
"$ref": "#/definitions/CreateRelationshipChallengeRequest"
|
|
19468
|
-
},
|
|
19469
|
-
{
|
|
19470
|
-
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
19471
|
-
},
|
|
19472
|
-
{
|
|
19473
|
-
"$ref": "#/definitions/CreateDeviceChallengeRequest"
|
|
19474
|
-
}
|
|
19475
|
-
]
|
|
19476
|
-
},
|
|
19477
|
-
"CreateRelationshipChallengeRequest": {
|
|
19931
|
+
"GetOrLoadFileRequest": {
|
|
19478
19932
|
"type": "object",
|
|
19479
19933
|
"properties": {
|
|
19480
|
-
"
|
|
19481
|
-
"
|
|
19482
|
-
|
|
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
|
+
]
|
|
19483
19949
|
},
|
|
19484
|
-
"
|
|
19485
|
-
"
|
|
19950
|
+
"password": {
|
|
19951
|
+
"type": "string"
|
|
19486
19952
|
}
|
|
19487
19953
|
},
|
|
19488
19954
|
"required": [
|
|
19489
|
-
"
|
|
19490
|
-
"relationship"
|
|
19955
|
+
"reference"
|
|
19491
19956
|
],
|
|
19492
|
-
"additionalProperties": false
|
|
19957
|
+
"additionalProperties": false,
|
|
19958
|
+
"errorMessage": "token / file reference invalid"
|
|
19493
19959
|
},
|
|
19494
|
-
"
|
|
19960
|
+
"TokenReferenceString": {
|
|
19495
19961
|
"type": "string",
|
|
19496
|
-
"pattern": "
|
|
19962
|
+
"pattern": "VE9L.{84}"
|
|
19497
19963
|
},
|
|
19498
|
-
"
|
|
19499
|
-
"type": "
|
|
19500
|
-
"
|
|
19501
|
-
"challengeType": {
|
|
19502
|
-
"type": "string",
|
|
19503
|
-
"const": "Identity"
|
|
19504
|
-
}
|
|
19505
|
-
},
|
|
19506
|
-
"required": [
|
|
19507
|
-
"challengeType"
|
|
19508
|
-
],
|
|
19509
|
-
"additionalProperties": false
|
|
19964
|
+
"FileReferenceString": {
|
|
19965
|
+
"type": "string",
|
|
19966
|
+
"pattern": "RklM.{84}"
|
|
19510
19967
|
},
|
|
19511
|
-
"
|
|
19512
|
-
"type": "
|
|
19513
|
-
"
|
|
19514
|
-
|
|
19515
|
-
|
|
19516
|
-
|
|
19517
|
-
|
|
19518
|
-
},
|
|
19519
|
-
"required": [
|
|
19520
|
-
"challengeType"
|
|
19521
|
-
],
|
|
19522
|
-
"additionalProperties": false
|
|
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-_]+$"
|
|
19523
19975
|
}
|
|
19524
19976
|
}
|
|
19525
19977
|
};
|
|
19526
|
-
exports.
|
|
19978
|
+
exports.RegenerateFileOwnershipTokenRequest = {
|
|
19527
19979
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19528
|
-
"$ref": "#/definitions/
|
|
19980
|
+
"$ref": "#/definitions/RegenerateFileOwnershipTokenRequest",
|
|
19529
19981
|
"definitions": {
|
|
19530
|
-
"
|
|
19982
|
+
"RegenerateFileOwnershipTokenRequest": {
|
|
19531
19983
|
"type": "object",
|
|
19532
19984
|
"properties": {
|
|
19533
|
-
"
|
|
19534
|
-
"
|
|
19535
|
-
},
|
|
19536
|
-
"signature": {
|
|
19537
|
-
"type": "string"
|
|
19985
|
+
"id": {
|
|
19986
|
+
"$ref": "#/definitions/FileIdString"
|
|
19538
19987
|
}
|
|
19539
19988
|
},
|
|
19540
19989
|
"required": [
|
|
19541
|
-
"
|
|
19542
|
-
"signature"
|
|
19990
|
+
"id"
|
|
19543
19991
|
],
|
|
19544
19992
|
"additionalProperties": false
|
|
19993
|
+
},
|
|
19994
|
+
"FileIdString": {
|
|
19995
|
+
"type": "string",
|
|
19996
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19545
19997
|
}
|
|
19546
19998
|
}
|
|
19547
19999
|
};
|
|
19548
|
-
exports.
|
|
20000
|
+
exports.UploadOwnFileRequest = {
|
|
19549
20001
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19550
|
-
"$ref": "#/definitions/
|
|
20002
|
+
"$ref": "#/definitions/UploadOwnFileRequest",
|
|
19551
20003
|
"definitions": {
|
|
19552
|
-
"
|
|
20004
|
+
"UploadOwnFileRequest": {
|
|
19553
20005
|
"type": "object",
|
|
19554
20006
|
"properties": {
|
|
19555
|
-
"
|
|
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": {
|
|
19556
20056
|
"type": "string"
|
|
19557
20057
|
},
|
|
19558
20058
|
"description": {
|
|
19559
20059
|
"type": "string"
|
|
19560
20060
|
},
|
|
19561
|
-
"
|
|
19562
|
-
"type": "
|
|
20061
|
+
"tags": {
|
|
20062
|
+
"type": "array",
|
|
20063
|
+
"items": {
|
|
20064
|
+
"type": "string"
|
|
20065
|
+
},
|
|
20066
|
+
"uniqueItems": true
|
|
19563
20067
|
}
|
|
19564
20068
|
},
|
|
20069
|
+
"required": [
|
|
20070
|
+
"content",
|
|
20071
|
+
"filename",
|
|
20072
|
+
"mimetype"
|
|
20073
|
+
],
|
|
19565
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)?)?)?)?$"
|
|
19566
20080
|
}
|
|
19567
20081
|
}
|
|
19568
20082
|
};
|
|
19569
|
-
exports.
|
|
20083
|
+
exports.UploadOwnFileValidatableRequest = {
|
|
19570
20084
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19571
|
-
"$ref": "#/definitions/
|
|
20085
|
+
"$ref": "#/definitions/UploadOwnFileValidatableRequest",
|
|
19572
20086
|
"definitions": {
|
|
19573
|
-
"
|
|
20087
|
+
"UploadOwnFileValidatableRequest": {
|
|
19574
20088
|
"type": "object",
|
|
19575
20089
|
"properties": {
|
|
19576
|
-
"
|
|
19577
|
-
"
|
|
20090
|
+
"filename": {
|
|
20091
|
+
"type": "string"
|
|
20092
|
+
},
|
|
20093
|
+
"mimetype": {
|
|
20094
|
+
"type": "string"
|
|
19578
20095
|
},
|
|
19579
20096
|
"expiresAt": {
|
|
19580
20097
|
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19581
20098
|
},
|
|
19582
|
-
"
|
|
20099
|
+
"title": {
|
|
19583
20100
|
"type": "string"
|
|
19584
20101
|
},
|
|
19585
|
-
"
|
|
19586
|
-
"type": "
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19590
|
-
|
|
19591
|
-
"
|
|
19592
|
-
"type": "boolean",
|
|
19593
|
-
"const": true
|
|
19594
|
-
}
|
|
20102
|
+
"description": {
|
|
20103
|
+
"type": "string"
|
|
20104
|
+
},
|
|
20105
|
+
"tags": {
|
|
20106
|
+
"type": "array",
|
|
20107
|
+
"items": {
|
|
20108
|
+
"type": "string"
|
|
19595
20109
|
},
|
|
19596
|
-
"
|
|
19597
|
-
|
|
19598
|
-
|
|
19599
|
-
"
|
|
20110
|
+
"uniqueItems": true
|
|
20111
|
+
},
|
|
20112
|
+
"content": {
|
|
20113
|
+
"type": "object"
|
|
19600
20114
|
}
|
|
19601
20115
|
},
|
|
19602
20116
|
"required": [
|
|
19603
|
-
"
|
|
20117
|
+
"content",
|
|
20118
|
+
"filename",
|
|
20119
|
+
"mimetype"
|
|
19604
20120
|
],
|
|
19605
20121
|
"additionalProperties": false
|
|
19606
20122
|
},
|
|
19607
|
-
"DeviceIdString": {
|
|
19608
|
-
"type": "string",
|
|
19609
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19610
|
-
},
|
|
19611
20123
|
"ISO8601DateTimeString": {
|
|
19612
20124
|
"type": "string",
|
|
19613
20125
|
"errorMessage": "must match ISO8601 datetime format",
|
|
@@ -19615,15 +20127,15 @@ exports.CreateDeviceOnboardingTokenRequest = {
|
|
|
19615
20127
|
}
|
|
19616
20128
|
}
|
|
19617
20129
|
};
|
|
19618
|
-
exports.
|
|
20130
|
+
exports.GetIdentityDeletionProcessRequest = {
|
|
19619
20131
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19620
|
-
"$ref": "#/definitions/
|
|
20132
|
+
"$ref": "#/definitions/GetIdentityDeletionProcessRequest",
|
|
19621
20133
|
"definitions": {
|
|
19622
|
-
"
|
|
20134
|
+
"GetIdentityDeletionProcessRequest": {
|
|
19623
20135
|
"type": "object",
|
|
19624
20136
|
"properties": {
|
|
19625
20137
|
"id": {
|
|
19626
|
-
"$ref": "#/definitions/
|
|
20138
|
+
"$ref": "#/definitions/IdentityDeletionProcessIdString"
|
|
19627
20139
|
}
|
|
19628
20140
|
},
|
|
19629
20141
|
"required": [
|
|
@@ -19631,72 +20143,70 @@ exports.DeleteDeviceRequest = {
|
|
|
19631
20143
|
],
|
|
19632
20144
|
"additionalProperties": false
|
|
19633
20145
|
},
|
|
19634
|
-
"
|
|
20146
|
+
"IdentityDeletionProcessIdString": {
|
|
19635
20147
|
"type": "string",
|
|
19636
|
-
"pattern": "
|
|
20148
|
+
"pattern": "IDP[A-Za-z0-9]{17}"
|
|
19637
20149
|
}
|
|
19638
20150
|
}
|
|
19639
20151
|
};
|
|
19640
|
-
exports.
|
|
20152
|
+
exports.InitiateIdentityDeletionProcessRequest = {
|
|
19641
20153
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19642
|
-
"$ref": "#/definitions/
|
|
20154
|
+
"$ref": "#/definitions/InitiateIdentityDeletionProcessRequest",
|
|
19643
20155
|
"definitions": {
|
|
19644
|
-
"
|
|
20156
|
+
"InitiateIdentityDeletionProcessRequest": {
|
|
19645
20157
|
"type": "object",
|
|
19646
20158
|
"properties": {
|
|
19647
|
-
"
|
|
19648
|
-
"
|
|
20159
|
+
"lengthOfGracePeriodInDays": {
|
|
20160
|
+
"type": "number"
|
|
19649
20161
|
}
|
|
19650
20162
|
},
|
|
19651
|
-
"required": [
|
|
19652
|
-
"id"
|
|
19653
|
-
],
|
|
19654
20163
|
"additionalProperties": false
|
|
19655
|
-
},
|
|
19656
|
-
"DeviceIdString": {
|
|
19657
|
-
"type": "string",
|
|
19658
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19659
20164
|
}
|
|
19660
20165
|
}
|
|
19661
20166
|
};
|
|
19662
|
-
exports.
|
|
20167
|
+
exports.DownloadAttachmentRequest = {
|
|
19663
20168
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19664
|
-
"$ref": "#/definitions/
|
|
20169
|
+
"$ref": "#/definitions/DownloadAttachmentRequest",
|
|
19665
20170
|
"definitions": {
|
|
19666
|
-
"
|
|
20171
|
+
"DownloadAttachmentRequest": {
|
|
19667
20172
|
"type": "object",
|
|
19668
20173
|
"properties": {
|
|
19669
20174
|
"id": {
|
|
19670
|
-
"$ref": "#/definitions/
|
|
20175
|
+
"$ref": "#/definitions/MessageIdString"
|
|
19671
20176
|
},
|
|
19672
|
-
"
|
|
19673
|
-
"
|
|
20177
|
+
"attachmentId": {
|
|
20178
|
+
"$ref": "#/definitions/FileIdString"
|
|
19674
20179
|
}
|
|
19675
20180
|
},
|
|
19676
20181
|
"required": [
|
|
19677
|
-
"id"
|
|
20182
|
+
"id",
|
|
20183
|
+
"attachmentId"
|
|
19678
20184
|
],
|
|
19679
20185
|
"additionalProperties": false
|
|
19680
20186
|
},
|
|
19681
|
-
"
|
|
20187
|
+
"MessageIdString": {
|
|
19682
20188
|
"type": "string",
|
|
19683
|
-
"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}"
|
|
19684
20194
|
}
|
|
19685
20195
|
}
|
|
19686
20196
|
};
|
|
19687
|
-
exports.
|
|
20197
|
+
exports.GetAnnouncementsRequest = {
|
|
19688
20198
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19689
|
-
"$ref": "#/definitions/
|
|
20199
|
+
"$ref": "#/definitions/GetAnnouncementsRequest",
|
|
19690
20200
|
"definitions": {
|
|
19691
|
-
"
|
|
20201
|
+
"GetAnnouncementsRequest": {
|
|
19692
20202
|
"type": "object",
|
|
19693
20203
|
"properties": {
|
|
19694
|
-
"
|
|
20204
|
+
"language": {
|
|
19695
20205
|
"$ref": "#/definitions/LanguageISO639"
|
|
19696
20206
|
}
|
|
19697
20207
|
},
|
|
19698
20208
|
"required": [
|
|
19699
|
-
"
|
|
20209
|
+
"language"
|
|
19700
20210
|
],
|
|
19701
20211
|
"additionalProperties": false
|
|
19702
20212
|
},
|
|
@@ -19890,198 +20400,308 @@ exports.SetCommunicationLanguageRequest = {
|
|
|
19890
20400
|
}
|
|
19891
20401
|
}
|
|
19892
20402
|
};
|
|
19893
|
-
exports.
|
|
20403
|
+
exports.SendBackboneNotificationRequest = {
|
|
20404
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20405
|
+
"$ref": "#/definitions/SendBackboneNotificationRequest",
|
|
20406
|
+
"definitions": {
|
|
20407
|
+
"SendBackboneNotificationRequest": {
|
|
20408
|
+
"type": "object",
|
|
20409
|
+
"properties": {
|
|
20410
|
+
"recipients": {
|
|
20411
|
+
"type": "array",
|
|
20412
|
+
"items": {
|
|
20413
|
+
"$ref": "#/definitions/AddressString"
|
|
20414
|
+
}
|
|
20415
|
+
},
|
|
20416
|
+
"code": {
|
|
20417
|
+
"type": "string"
|
|
20418
|
+
}
|
|
20419
|
+
},
|
|
20420
|
+
"required": [
|
|
20421
|
+
"recipients",
|
|
20422
|
+
"code"
|
|
20423
|
+
],
|
|
20424
|
+
"additionalProperties": false
|
|
20425
|
+
},
|
|
20426
|
+
"AddressString": {
|
|
20427
|
+
"type": "string",
|
|
20428
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
20429
|
+
}
|
|
20430
|
+
}
|
|
20431
|
+
};
|
|
20432
|
+
exports.CreateRelationshipChallengeRequest = {
|
|
20433
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20434
|
+
"$ref": "#/definitions/CreateRelationshipChallengeRequest",
|
|
20435
|
+
"definitions": {
|
|
20436
|
+
"CreateRelationshipChallengeRequest": {
|
|
20437
|
+
"type": "object",
|
|
20438
|
+
"properties": {
|
|
20439
|
+
"challengeType": {
|
|
20440
|
+
"type": "string",
|
|
20441
|
+
"const": "Relationship"
|
|
20442
|
+
},
|
|
20443
|
+
"relationship": {
|
|
20444
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
20445
|
+
}
|
|
20446
|
+
},
|
|
20447
|
+
"required": [
|
|
20448
|
+
"challengeType",
|
|
20449
|
+
"relationship"
|
|
20450
|
+
],
|
|
20451
|
+
"additionalProperties": false
|
|
20452
|
+
},
|
|
20453
|
+
"RelationshipIdString": {
|
|
20454
|
+
"type": "string",
|
|
20455
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
20456
|
+
}
|
|
20457
|
+
}
|
|
20458
|
+
};
|
|
20459
|
+
exports.isCreateRelationshipChallengeRequest = {
|
|
20460
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20461
|
+
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
20462
|
+
"definitions": {
|
|
20463
|
+
"isCreateRelationshipChallengeRequest": {
|
|
20464
|
+
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
20465
|
+
"type": "object",
|
|
20466
|
+
"properties": {
|
|
20467
|
+
"namedArgs": {
|
|
20468
|
+
"type": "object",
|
|
20469
|
+
"properties": {
|
|
20470
|
+
"value": {}
|
|
20471
|
+
},
|
|
20472
|
+
"required": [
|
|
20473
|
+
"value"
|
|
20474
|
+
],
|
|
20475
|
+
"additionalProperties": false
|
|
20476
|
+
}
|
|
20477
|
+
}
|
|
20478
|
+
}
|
|
20479
|
+
}
|
|
20480
|
+
};
|
|
20481
|
+
exports.CreateIdentityChallengeRequest = {
|
|
19894
20482
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19895
|
-
"$ref": "#/definitions/
|
|
20483
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest",
|
|
19896
20484
|
"definitions": {
|
|
19897
|
-
"
|
|
20485
|
+
"CreateIdentityChallengeRequest": {
|
|
19898
20486
|
"type": "object",
|
|
19899
20487
|
"properties": {
|
|
19900
|
-
"
|
|
19901
|
-
"
|
|
19902
|
-
|
|
19903
|
-
"name": {
|
|
19904
|
-
"type": "string"
|
|
19905
|
-
},
|
|
19906
|
-
"description": {
|
|
19907
|
-
"type": "string"
|
|
20488
|
+
"challengeType": {
|
|
20489
|
+
"type": "string",
|
|
20490
|
+
"const": "Identity"
|
|
19908
20491
|
}
|
|
19909
20492
|
},
|
|
19910
20493
|
"required": [
|
|
19911
|
-
"
|
|
20494
|
+
"challengeType"
|
|
19912
20495
|
],
|
|
19913
20496
|
"additionalProperties": false
|
|
19914
|
-
},
|
|
19915
|
-
"DeviceIdString": {
|
|
19916
|
-
"type": "string",
|
|
19917
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19918
20497
|
}
|
|
19919
20498
|
}
|
|
19920
20499
|
};
|
|
19921
|
-
exports.
|
|
20500
|
+
exports.isCreateIdentityChallengeRequest = {
|
|
19922
20501
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19923
|
-
"$ref": "#/definitions/
|
|
20502
|
+
"$ref": "#/definitions/isCreateIdentityChallengeRequest",
|
|
19924
20503
|
"definitions": {
|
|
19925
|
-
"
|
|
20504
|
+
"isCreateIdentityChallengeRequest": {
|
|
20505
|
+
"$comment": "(value: any) => value is CreateIdentityChallengeRequest",
|
|
19926
20506
|
"type": "object",
|
|
19927
20507
|
"properties": {
|
|
19928
|
-
"
|
|
19929
|
-
"
|
|
20508
|
+
"namedArgs": {
|
|
20509
|
+
"type": "object",
|
|
20510
|
+
"properties": {
|
|
20511
|
+
"value": {}
|
|
20512
|
+
},
|
|
20513
|
+
"required": [
|
|
20514
|
+
"value"
|
|
20515
|
+
],
|
|
20516
|
+
"additionalProperties": false
|
|
20517
|
+
}
|
|
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"
|
|
19930
20532
|
}
|
|
19931
20533
|
},
|
|
19932
20534
|
"required": [
|
|
19933
|
-
"
|
|
20535
|
+
"challengeType"
|
|
19934
20536
|
],
|
|
19935
20537
|
"additionalProperties": false
|
|
19936
|
-
},
|
|
19937
|
-
"FileIdString": {
|
|
19938
|
-
"type": "string",
|
|
19939
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19940
20538
|
}
|
|
19941
20539
|
}
|
|
19942
20540
|
};
|
|
19943
|
-
exports.
|
|
20541
|
+
exports.isCreateDeviceChallengeRequest = {
|
|
19944
20542
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19945
|
-
"$ref": "#/definitions/
|
|
20543
|
+
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
19946
20544
|
"definitions": {
|
|
19947
|
-
"
|
|
20545
|
+
"isCreateDeviceChallengeRequest": {
|
|
20546
|
+
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
19948
20547
|
"type": "object",
|
|
19949
20548
|
"properties": {
|
|
19950
|
-
"
|
|
19951
|
-
"$ref": "#/definitions/FileIdString"
|
|
19952
|
-
},
|
|
19953
|
-
"expiresAt": {
|
|
19954
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19955
|
-
},
|
|
19956
|
-
"ephemeral": {
|
|
19957
|
-
"type": "boolean"
|
|
19958
|
-
},
|
|
19959
|
-
"forIdentity": {
|
|
19960
|
-
"$ref": "#/definitions/AddressString"
|
|
19961
|
-
},
|
|
19962
|
-
"passwordProtection": {
|
|
20549
|
+
"namedArgs": {
|
|
19963
20550
|
"type": "object",
|
|
19964
20551
|
"properties": {
|
|
19965
|
-
"
|
|
19966
|
-
"type": "string",
|
|
19967
|
-
"minLength": 1
|
|
19968
|
-
},
|
|
19969
|
-
"passwordIsPin": {
|
|
19970
|
-
"type": "boolean",
|
|
19971
|
-
"const": true
|
|
19972
|
-
}
|
|
20552
|
+
"value": {}
|
|
19973
20553
|
},
|
|
19974
20554
|
"required": [
|
|
19975
|
-
"
|
|
20555
|
+
"value"
|
|
19976
20556
|
],
|
|
19977
20557
|
"additionalProperties": false
|
|
19978
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"
|
|
20571
|
+
},
|
|
20572
|
+
{
|
|
20573
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
20574
|
+
},
|
|
20575
|
+
{
|
|
20576
|
+
"$ref": "#/definitions/CreateDeviceChallengeRequest"
|
|
20577
|
+
}
|
|
20578
|
+
]
|
|
20579
|
+
},
|
|
20580
|
+
"CreateRelationshipChallengeRequest": {
|
|
20581
|
+
"type": "object",
|
|
20582
|
+
"properties": {
|
|
20583
|
+
"challengeType": {
|
|
20584
|
+
"type": "string",
|
|
20585
|
+
"const": "Relationship"
|
|
20586
|
+
},
|
|
20587
|
+
"relationship": {
|
|
20588
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
20589
|
+
}
|
|
19979
20590
|
},
|
|
19980
20591
|
"required": [
|
|
19981
|
-
"
|
|
20592
|
+
"challengeType",
|
|
20593
|
+
"relationship"
|
|
19982
20594
|
],
|
|
19983
20595
|
"additionalProperties": false
|
|
19984
20596
|
},
|
|
19985
|
-
"
|
|
20597
|
+
"RelationshipIdString": {
|
|
19986
20598
|
"type": "string",
|
|
19987
|
-
"pattern": "
|
|
20599
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
19988
20600
|
},
|
|
19989
|
-
"
|
|
19990
|
-
"type": "
|
|
19991
|
-
"
|
|
19992
|
-
|
|
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
|
|
19993
20613
|
},
|
|
19994
|
-
"
|
|
19995
|
-
"type": "
|
|
19996
|
-
"
|
|
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
|
|
19997
20626
|
}
|
|
19998
20627
|
}
|
|
19999
20628
|
};
|
|
20000
|
-
exports.
|
|
20629
|
+
exports.ValidateChallengeRequest = {
|
|
20001
20630
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20002
|
-
"$ref": "#/definitions/
|
|
20631
|
+
"$ref": "#/definitions/ValidateChallengeRequest",
|
|
20003
20632
|
"definitions": {
|
|
20004
|
-
"
|
|
20633
|
+
"ValidateChallengeRequest": {
|
|
20005
20634
|
"type": "object",
|
|
20006
20635
|
"properties": {
|
|
20007
|
-
"
|
|
20008
|
-
"
|
|
20009
|
-
},
|
|
20010
|
-
"expiresAt": {
|
|
20011
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20012
|
-
},
|
|
20013
|
-
"forIdentity": {
|
|
20014
|
-
"$ref": "#/definitions/AddressString"
|
|
20636
|
+
"challengeString": {
|
|
20637
|
+
"type": "string"
|
|
20015
20638
|
},
|
|
20016
|
-
"
|
|
20017
|
-
"type": "
|
|
20018
|
-
"properties": {
|
|
20019
|
-
"password": {
|
|
20020
|
-
"type": "string",
|
|
20021
|
-
"minLength": 1
|
|
20022
|
-
},
|
|
20023
|
-
"passwordIsPin": {
|
|
20024
|
-
"type": "boolean",
|
|
20025
|
-
"const": true
|
|
20026
|
-
}
|
|
20027
|
-
},
|
|
20028
|
-
"required": [
|
|
20029
|
-
"password"
|
|
20030
|
-
],
|
|
20031
|
-
"additionalProperties": false
|
|
20639
|
+
"signature": {
|
|
20640
|
+
"type": "string"
|
|
20032
20641
|
}
|
|
20033
20642
|
},
|
|
20034
20643
|
"required": [
|
|
20035
|
-
"
|
|
20644
|
+
"challengeString",
|
|
20645
|
+
"signature"
|
|
20036
20646
|
],
|
|
20037
20647
|
"additionalProperties": false
|
|
20038
|
-
},
|
|
20039
|
-
"FileIdString": {
|
|
20040
|
-
"type": "string",
|
|
20041
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20042
|
-
},
|
|
20043
|
-
"ISO8601DateTimeString": {
|
|
20044
|
-
"type": "string",
|
|
20045
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
20046
|
-
"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)?)?)?)?$"
|
|
20047
|
-
},
|
|
20048
|
-
"AddressString": {
|
|
20049
|
-
"type": "string",
|
|
20050
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
20051
20648
|
}
|
|
20052
20649
|
}
|
|
20053
20650
|
};
|
|
20054
|
-
exports.
|
|
20651
|
+
exports.CreateDeviceRequest = {
|
|
20055
20652
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20056
|
-
"$ref": "#/definitions/
|
|
20653
|
+
"$ref": "#/definitions/CreateDeviceRequest",
|
|
20057
20654
|
"definitions": {
|
|
20058
|
-
"
|
|
20655
|
+
"CreateDeviceRequest": {
|
|
20059
20656
|
"type": "object",
|
|
20060
20657
|
"properties": {
|
|
20061
|
-
"
|
|
20062
|
-
"
|
|
20658
|
+
"name": {
|
|
20659
|
+
"type": "string"
|
|
20660
|
+
},
|
|
20661
|
+
"description": {
|
|
20662
|
+
"type": "string"
|
|
20663
|
+
},
|
|
20664
|
+
"isAdmin": {
|
|
20665
|
+
"type": "boolean"
|
|
20063
20666
|
}
|
|
20064
20667
|
},
|
|
20065
|
-
"required": [
|
|
20066
|
-
"fileId"
|
|
20067
|
-
],
|
|
20068
20668
|
"additionalProperties": false
|
|
20069
|
-
},
|
|
20070
|
-
"FileIdString": {
|
|
20071
|
-
"type": "string",
|
|
20072
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
20073
20669
|
}
|
|
20074
20670
|
}
|
|
20075
20671
|
};
|
|
20076
|
-
exports.
|
|
20672
|
+
exports.CreateDeviceOnboardingTokenRequest = {
|
|
20077
20673
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20078
|
-
"$ref": "#/definitions/
|
|
20674
|
+
"$ref": "#/definitions/CreateDeviceOnboardingTokenRequest",
|
|
20079
20675
|
"definitions": {
|
|
20080
|
-
"
|
|
20676
|
+
"CreateDeviceOnboardingTokenRequest": {
|
|
20081
20677
|
"type": "object",
|
|
20082
20678
|
"properties": {
|
|
20083
20679
|
"id": {
|
|
20084
|
-
"$ref": "#/definitions/
|
|
20680
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20681
|
+
},
|
|
20682
|
+
"expiresAt": {
|
|
20683
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20684
|
+
},
|
|
20685
|
+
"profileName": {
|
|
20686
|
+
"type": "string"
|
|
20687
|
+
},
|
|
20688
|
+
"passwordProtection": {
|
|
20689
|
+
"type": "object",
|
|
20690
|
+
"properties": {
|
|
20691
|
+
"password": {
|
|
20692
|
+
"type": "string",
|
|
20693
|
+
"minLength": 1
|
|
20694
|
+
},
|
|
20695
|
+
"passwordIsPin": {
|
|
20696
|
+
"type": "boolean",
|
|
20697
|
+
"const": true
|
|
20698
|
+
},
|
|
20699
|
+
"passwordLocationIndicator": {}
|
|
20700
|
+
},
|
|
20701
|
+
"required": [
|
|
20702
|
+
"password"
|
|
20703
|
+
],
|
|
20704
|
+
"additionalProperties": false
|
|
20085
20705
|
}
|
|
20086
20706
|
},
|
|
20087
20707
|
"required": [
|
|
@@ -20089,191 +20709,44 @@ exports.GetFileRequest = {
|
|
|
20089
20709
|
],
|
|
20090
20710
|
"additionalProperties": false
|
|
20091
20711
|
},
|
|
20092
|
-
"
|
|
20712
|
+
"DeviceIdString": {
|
|
20093
20713
|
"type": "string",
|
|
20094
|
-
"pattern": "
|
|
20714
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20715
|
+
},
|
|
20716
|
+
"ISO8601DateTimeString": {
|
|
20717
|
+
"type": "string",
|
|
20718
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
20719
|
+
"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)?)?)?)?$"
|
|
20095
20720
|
}
|
|
20096
20721
|
}
|
|
20097
20722
|
};
|
|
20098
|
-
exports.
|
|
20723
|
+
exports.DeleteDeviceRequest = {
|
|
20099
20724
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20100
|
-
"$ref": "#/definitions/
|
|
20725
|
+
"$ref": "#/definitions/DeleteDeviceRequest",
|
|
20101
20726
|
"definitions": {
|
|
20102
|
-
"
|
|
20103
|
-
"type": "object",
|
|
20104
|
-
"properties": {
|
|
20105
|
-
"query": {
|
|
20106
|
-
"$ref": "#/definitions/GetFilesQuery"
|
|
20107
|
-
},
|
|
20108
|
-
"ownerRestriction": {
|
|
20109
|
-
"$ref": "#/definitions/OwnerRestriction"
|
|
20110
|
-
}
|
|
20111
|
-
},
|
|
20112
|
-
"additionalProperties": false
|
|
20113
|
-
},
|
|
20114
|
-
"GetFilesQuery": {
|
|
20727
|
+
"DeleteDeviceRequest": {
|
|
20115
20728
|
"type": "object",
|
|
20116
20729
|
"properties": {
|
|
20117
|
-
"
|
|
20118
|
-
"
|
|
20119
|
-
{
|
|
20120
|
-
"type": "string"
|
|
20121
|
-
},
|
|
20122
|
-
{
|
|
20123
|
-
"type": "array",
|
|
20124
|
-
"items": {
|
|
20125
|
-
"type": "string"
|
|
20126
|
-
}
|
|
20127
|
-
}
|
|
20128
|
-
]
|
|
20129
|
-
},
|
|
20130
|
-
"createdBy": {
|
|
20131
|
-
"anyOf": [
|
|
20132
|
-
{
|
|
20133
|
-
"type": "string"
|
|
20134
|
-
},
|
|
20135
|
-
{
|
|
20136
|
-
"type": "array",
|
|
20137
|
-
"items": {
|
|
20138
|
-
"type": "string"
|
|
20139
|
-
}
|
|
20140
|
-
}
|
|
20141
|
-
]
|
|
20142
|
-
},
|
|
20143
|
-
"createdByDevice": {
|
|
20144
|
-
"anyOf": [
|
|
20145
|
-
{
|
|
20146
|
-
"type": "string"
|
|
20147
|
-
},
|
|
20148
|
-
{
|
|
20149
|
-
"type": "array",
|
|
20150
|
-
"items": {
|
|
20151
|
-
"type": "string"
|
|
20152
|
-
}
|
|
20153
|
-
}
|
|
20154
|
-
]
|
|
20155
|
-
},
|
|
20156
|
-
"description": {
|
|
20157
|
-
"anyOf": [
|
|
20158
|
-
{
|
|
20159
|
-
"type": "string"
|
|
20160
|
-
},
|
|
20161
|
-
{
|
|
20162
|
-
"type": "array",
|
|
20163
|
-
"items": {
|
|
20164
|
-
"type": "string"
|
|
20165
|
-
}
|
|
20166
|
-
}
|
|
20167
|
-
]
|
|
20168
|
-
},
|
|
20169
|
-
"expiresAt": {
|
|
20170
|
-
"anyOf": [
|
|
20171
|
-
{
|
|
20172
|
-
"type": "string"
|
|
20173
|
-
},
|
|
20174
|
-
{
|
|
20175
|
-
"type": "array",
|
|
20176
|
-
"items": {
|
|
20177
|
-
"type": "string"
|
|
20178
|
-
}
|
|
20179
|
-
}
|
|
20180
|
-
]
|
|
20181
|
-
},
|
|
20182
|
-
"filename": {
|
|
20183
|
-
"anyOf": [
|
|
20184
|
-
{
|
|
20185
|
-
"type": "string"
|
|
20186
|
-
},
|
|
20187
|
-
{
|
|
20188
|
-
"type": "array",
|
|
20189
|
-
"items": {
|
|
20190
|
-
"type": "string"
|
|
20191
|
-
}
|
|
20192
|
-
}
|
|
20193
|
-
]
|
|
20194
|
-
},
|
|
20195
|
-
"filesize": {
|
|
20196
|
-
"anyOf": [
|
|
20197
|
-
{
|
|
20198
|
-
"type": "string"
|
|
20199
|
-
},
|
|
20200
|
-
{
|
|
20201
|
-
"type": "array",
|
|
20202
|
-
"items": {
|
|
20203
|
-
"type": "string"
|
|
20204
|
-
}
|
|
20205
|
-
}
|
|
20206
|
-
]
|
|
20207
|
-
},
|
|
20208
|
-
"mimetype": {
|
|
20209
|
-
"anyOf": [
|
|
20210
|
-
{
|
|
20211
|
-
"type": "string"
|
|
20212
|
-
},
|
|
20213
|
-
{
|
|
20214
|
-
"type": "array",
|
|
20215
|
-
"items": {
|
|
20216
|
-
"type": "string"
|
|
20217
|
-
}
|
|
20218
|
-
}
|
|
20219
|
-
]
|
|
20220
|
-
},
|
|
20221
|
-
"title": {
|
|
20222
|
-
"anyOf": [
|
|
20223
|
-
{
|
|
20224
|
-
"type": "string"
|
|
20225
|
-
},
|
|
20226
|
-
{
|
|
20227
|
-
"type": "array",
|
|
20228
|
-
"items": {
|
|
20229
|
-
"type": "string"
|
|
20230
|
-
}
|
|
20231
|
-
}
|
|
20232
|
-
]
|
|
20233
|
-
},
|
|
20234
|
-
"isOwn": {
|
|
20235
|
-
"anyOf": [
|
|
20236
|
-
{
|
|
20237
|
-
"type": "string"
|
|
20238
|
-
},
|
|
20239
|
-
{
|
|
20240
|
-
"type": "array",
|
|
20241
|
-
"items": {
|
|
20242
|
-
"type": "string"
|
|
20243
|
-
}
|
|
20244
|
-
}
|
|
20245
|
-
]
|
|
20246
|
-
},
|
|
20247
|
-
"tags": {
|
|
20248
|
-
"anyOf": [
|
|
20249
|
-
{
|
|
20250
|
-
"type": "string"
|
|
20251
|
-
},
|
|
20252
|
-
{
|
|
20253
|
-
"type": "array",
|
|
20254
|
-
"items": {
|
|
20255
|
-
"type": "string"
|
|
20256
|
-
}
|
|
20257
|
-
}
|
|
20258
|
-
]
|
|
20730
|
+
"id": {
|
|
20731
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20259
20732
|
}
|
|
20260
20733
|
},
|
|
20734
|
+
"required": [
|
|
20735
|
+
"id"
|
|
20736
|
+
],
|
|
20261
20737
|
"additionalProperties": false
|
|
20262
20738
|
},
|
|
20263
|
-
"
|
|
20739
|
+
"DeviceIdString": {
|
|
20264
20740
|
"type": "string",
|
|
20265
|
-
"
|
|
20266
|
-
"o",
|
|
20267
|
-
"p"
|
|
20268
|
-
]
|
|
20741
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20269
20742
|
}
|
|
20270
20743
|
}
|
|
20271
20744
|
};
|
|
20272
|
-
exports.
|
|
20745
|
+
exports.FillDeviceOnboardingTokenWithNewDeviceRequest = {
|
|
20273
20746
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20274
|
-
"$ref": "#/definitions/
|
|
20747
|
+
"$ref": "#/definitions/FillDeviceOnboardingTokenWithNewDeviceRequest",
|
|
20275
20748
|
"definitions": {
|
|
20276
|
-
"
|
|
20749
|
+
"FillDeviceOnboardingTokenWithNewDeviceRequest": {
|
|
20277
20750
|
"type": "object",
|
|
20278
20751
|
"properties": {
|
|
20279
20752
|
"reference": {
|
|
@@ -20282,155 +20755,325 @@ exports.GetOrLoadFileRequest = {
|
|
|
20282
20755
|
"$ref": "#/definitions/TokenReferenceString"
|
|
20283
20756
|
},
|
|
20284
20757
|
{
|
|
20285
|
-
"$ref": "#/definitions/
|
|
20758
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
20286
20759
|
}
|
|
20287
20760
|
]
|
|
20288
20761
|
},
|
|
20289
|
-
"
|
|
20762
|
+
"profileName": {
|
|
20290
20763
|
"type": "string"
|
|
20764
|
+
},
|
|
20765
|
+
"isAdmin": {
|
|
20766
|
+
"type": "boolean"
|
|
20291
20767
|
}
|
|
20292
20768
|
},
|
|
20293
20769
|
"required": [
|
|
20294
20770
|
"reference"
|
|
20295
20771
|
],
|
|
20296
|
-
"additionalProperties": false
|
|
20297
|
-
"errorMessage": "token / file reference invalid"
|
|
20772
|
+
"additionalProperties": false
|
|
20298
20773
|
},
|
|
20299
20774
|
"TokenReferenceString": {
|
|
20300
20775
|
"type": "string",
|
|
20301
20776
|
"pattern": "VE9L.{84}"
|
|
20302
20777
|
},
|
|
20303
|
-
"
|
|
20778
|
+
"URLTokenReferenceString": {
|
|
20304
20779
|
"type": "string",
|
|
20305
|
-
"pattern": "
|
|
20780
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
20306
20781
|
}
|
|
20307
20782
|
}
|
|
20308
20783
|
};
|
|
20309
|
-
exports.
|
|
20784
|
+
exports.GetDeviceRequest = {
|
|
20310
20785
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20311
|
-
"$ref": "#/definitions/
|
|
20786
|
+
"$ref": "#/definitions/GetDeviceRequest",
|
|
20312
20787
|
"definitions": {
|
|
20313
|
-
"
|
|
20788
|
+
"GetDeviceRequest": {
|
|
20314
20789
|
"type": "object",
|
|
20315
20790
|
"properties": {
|
|
20316
|
-
"
|
|
20317
|
-
"
|
|
20318
|
-
|
|
20319
|
-
|
|
20320
|
-
|
|
20321
|
-
|
|
20322
|
-
|
|
20323
|
-
|
|
20324
|
-
|
|
20325
|
-
|
|
20326
|
-
|
|
20327
|
-
|
|
20328
|
-
|
|
20329
|
-
|
|
20330
|
-
|
|
20331
|
-
|
|
20332
|
-
|
|
20333
|
-
|
|
20334
|
-
|
|
20335
|
-
|
|
20336
|
-
|
|
20337
|
-
|
|
20338
|
-
|
|
20339
|
-
|
|
20340
|
-
"length": {
|
|
20341
|
-
"type": "number"
|
|
20342
|
-
}
|
|
20343
|
-
},
|
|
20344
|
-
"required": [
|
|
20345
|
-
"BYTES_PER_ELEMENT",
|
|
20346
|
-
"buffer",
|
|
20347
|
-
"byteLength",
|
|
20348
|
-
"byteOffset",
|
|
20349
|
-
"length"
|
|
20350
|
-
],
|
|
20351
|
-
"additionalProperties": {
|
|
20352
|
-
"type": "number"
|
|
20353
|
-
}
|
|
20354
|
-
},
|
|
20355
|
-
"filename": {
|
|
20356
|
-
"type": "string"
|
|
20357
|
-
},
|
|
20358
|
-
"mimetype": {
|
|
20359
|
-
"type": "string"
|
|
20360
|
-
},
|
|
20361
|
-
"expiresAt": {
|
|
20362
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20363
|
-
},
|
|
20364
|
-
"title": {
|
|
20365
|
-
"type": "string"
|
|
20791
|
+
"id": {
|
|
20792
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20793
|
+
}
|
|
20794
|
+
},
|
|
20795
|
+
"required": [
|
|
20796
|
+
"id"
|
|
20797
|
+
],
|
|
20798
|
+
"additionalProperties": false
|
|
20799
|
+
},
|
|
20800
|
+
"DeviceIdString": {
|
|
20801
|
+
"type": "string",
|
|
20802
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20803
|
+
}
|
|
20804
|
+
}
|
|
20805
|
+
};
|
|
20806
|
+
exports.GetDeviceOnboardingInfoRequest = {
|
|
20807
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20808
|
+
"$ref": "#/definitions/GetDeviceOnboardingInfoRequest",
|
|
20809
|
+
"definitions": {
|
|
20810
|
+
"GetDeviceOnboardingInfoRequest": {
|
|
20811
|
+
"type": "object",
|
|
20812
|
+
"properties": {
|
|
20813
|
+
"id": {
|
|
20814
|
+
"$ref": "#/definitions/GenericIdString"
|
|
20366
20815
|
},
|
|
20367
|
-
"
|
|
20816
|
+
"profileName": {
|
|
20368
20817
|
"type": "string"
|
|
20369
|
-
},
|
|
20370
|
-
"tags": {
|
|
20371
|
-
"type": "array",
|
|
20372
|
-
"items": {
|
|
20373
|
-
"type": "string"
|
|
20374
|
-
}
|
|
20375
20818
|
}
|
|
20376
20819
|
},
|
|
20377
20820
|
"required": [
|
|
20378
|
-
"
|
|
20379
|
-
"filename",
|
|
20380
|
-
"mimetype"
|
|
20821
|
+
"id"
|
|
20381
20822
|
],
|
|
20382
20823
|
"additionalProperties": false
|
|
20383
20824
|
},
|
|
20384
|
-
"
|
|
20825
|
+
"GenericIdString": {
|
|
20385
20826
|
"type": "string",
|
|
20386
|
-
"
|
|
20387
|
-
"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)?)?)?)?$"
|
|
20827
|
+
"pattern": "[A-Za-z0-9]{20}"
|
|
20388
20828
|
}
|
|
20389
20829
|
}
|
|
20390
20830
|
};
|
|
20391
|
-
exports.
|
|
20831
|
+
exports.SetCommunicationLanguageRequest = {
|
|
20392
20832
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20393
|
-
"$ref": "#/definitions/
|
|
20833
|
+
"$ref": "#/definitions/SetCommunicationLanguageRequest",
|
|
20394
20834
|
"definitions": {
|
|
20395
|
-
"
|
|
20835
|
+
"SetCommunicationLanguageRequest": {
|
|
20396
20836
|
"type": "object",
|
|
20397
20837
|
"properties": {
|
|
20398
|
-
"
|
|
20838
|
+
"communicationLanguage": {
|
|
20839
|
+
"type": "string",
|
|
20840
|
+
"enum": [
|
|
20841
|
+
"aa",
|
|
20842
|
+
"ab",
|
|
20843
|
+
"ae",
|
|
20844
|
+
"af",
|
|
20845
|
+
"ak",
|
|
20846
|
+
"am",
|
|
20847
|
+
"an",
|
|
20848
|
+
"ar",
|
|
20849
|
+
"as",
|
|
20850
|
+
"av",
|
|
20851
|
+
"ay",
|
|
20852
|
+
"az",
|
|
20853
|
+
"ba",
|
|
20854
|
+
"be",
|
|
20855
|
+
"bg",
|
|
20856
|
+
"bi",
|
|
20857
|
+
"bm",
|
|
20858
|
+
"bn",
|
|
20859
|
+
"bo",
|
|
20860
|
+
"br",
|
|
20861
|
+
"bs",
|
|
20862
|
+
"ca",
|
|
20863
|
+
"ce",
|
|
20864
|
+
"ch",
|
|
20865
|
+
"co",
|
|
20866
|
+
"cr",
|
|
20867
|
+
"cs",
|
|
20868
|
+
"cu",
|
|
20869
|
+
"cv",
|
|
20870
|
+
"cy",
|
|
20871
|
+
"da",
|
|
20872
|
+
"de",
|
|
20873
|
+
"dv",
|
|
20874
|
+
"dz",
|
|
20875
|
+
"ee",
|
|
20876
|
+
"el",
|
|
20877
|
+
"en",
|
|
20878
|
+
"eo",
|
|
20879
|
+
"es",
|
|
20880
|
+
"et",
|
|
20881
|
+
"eu",
|
|
20882
|
+
"fa",
|
|
20883
|
+
"ff",
|
|
20884
|
+
"fi",
|
|
20885
|
+
"fj",
|
|
20886
|
+
"fo",
|
|
20887
|
+
"fr",
|
|
20888
|
+
"fy",
|
|
20889
|
+
"ga",
|
|
20890
|
+
"gd",
|
|
20891
|
+
"gl",
|
|
20892
|
+
"gn",
|
|
20893
|
+
"gu",
|
|
20894
|
+
"gv",
|
|
20895
|
+
"ha",
|
|
20896
|
+
"he",
|
|
20897
|
+
"hi",
|
|
20898
|
+
"ho",
|
|
20899
|
+
"hr",
|
|
20900
|
+
"ht",
|
|
20901
|
+
"hu",
|
|
20902
|
+
"hy",
|
|
20903
|
+
"hz",
|
|
20904
|
+
"ia",
|
|
20905
|
+
"id",
|
|
20906
|
+
"ie",
|
|
20907
|
+
"ig",
|
|
20908
|
+
"ii",
|
|
20909
|
+
"ik",
|
|
20910
|
+
"io",
|
|
20911
|
+
"is",
|
|
20912
|
+
"it",
|
|
20913
|
+
"iu",
|
|
20914
|
+
"ja",
|
|
20915
|
+
"jv",
|
|
20916
|
+
"ka",
|
|
20917
|
+
"kg",
|
|
20918
|
+
"ki",
|
|
20919
|
+
"kj",
|
|
20920
|
+
"kk",
|
|
20921
|
+
"kl",
|
|
20922
|
+
"km",
|
|
20923
|
+
"kn",
|
|
20924
|
+
"ko",
|
|
20925
|
+
"kr",
|
|
20926
|
+
"ks",
|
|
20927
|
+
"ku",
|
|
20928
|
+
"kv",
|
|
20929
|
+
"kw",
|
|
20930
|
+
"ky",
|
|
20931
|
+
"la",
|
|
20932
|
+
"lb",
|
|
20933
|
+
"lg",
|
|
20934
|
+
"li",
|
|
20935
|
+
"ln",
|
|
20936
|
+
"lo",
|
|
20937
|
+
"lt",
|
|
20938
|
+
"lu",
|
|
20939
|
+
"lv",
|
|
20940
|
+
"mg",
|
|
20941
|
+
"mh",
|
|
20942
|
+
"mi",
|
|
20943
|
+
"mk",
|
|
20944
|
+
"ml",
|
|
20945
|
+
"mn",
|
|
20946
|
+
"mr",
|
|
20947
|
+
"ms",
|
|
20948
|
+
"mt",
|
|
20949
|
+
"my",
|
|
20950
|
+
"na",
|
|
20951
|
+
"nb",
|
|
20952
|
+
"nd",
|
|
20953
|
+
"ne",
|
|
20954
|
+
"ng",
|
|
20955
|
+
"nl",
|
|
20956
|
+
"nn",
|
|
20957
|
+
"no",
|
|
20958
|
+
"nr",
|
|
20959
|
+
"nv",
|
|
20960
|
+
"ny",
|
|
20961
|
+
"oc",
|
|
20962
|
+
"oj",
|
|
20963
|
+
"om",
|
|
20964
|
+
"or",
|
|
20965
|
+
"os",
|
|
20966
|
+
"pa",
|
|
20967
|
+
"pi",
|
|
20968
|
+
"pl",
|
|
20969
|
+
"ps",
|
|
20970
|
+
"pt",
|
|
20971
|
+
"qu",
|
|
20972
|
+
"rm",
|
|
20973
|
+
"rn",
|
|
20974
|
+
"ro",
|
|
20975
|
+
"ru",
|
|
20976
|
+
"rw",
|
|
20977
|
+
"sa",
|
|
20978
|
+
"sc",
|
|
20979
|
+
"sd",
|
|
20980
|
+
"se",
|
|
20981
|
+
"sg",
|
|
20982
|
+
"si",
|
|
20983
|
+
"sk",
|
|
20984
|
+
"sl",
|
|
20985
|
+
"sm",
|
|
20986
|
+
"sn",
|
|
20987
|
+
"so",
|
|
20988
|
+
"sq",
|
|
20989
|
+
"sr",
|
|
20990
|
+
"ss",
|
|
20991
|
+
"st",
|
|
20992
|
+
"su",
|
|
20993
|
+
"sv",
|
|
20994
|
+
"sw",
|
|
20995
|
+
"ta",
|
|
20996
|
+
"te",
|
|
20997
|
+
"tg",
|
|
20998
|
+
"th",
|
|
20999
|
+
"ti",
|
|
21000
|
+
"tk",
|
|
21001
|
+
"tl",
|
|
21002
|
+
"tn",
|
|
21003
|
+
"to",
|
|
21004
|
+
"tr",
|
|
21005
|
+
"ts",
|
|
21006
|
+
"tt",
|
|
21007
|
+
"tw",
|
|
21008
|
+
"ty",
|
|
21009
|
+
"ug",
|
|
21010
|
+
"uk",
|
|
21011
|
+
"ur",
|
|
21012
|
+
"uz",
|
|
21013
|
+
"ve",
|
|
21014
|
+
"vi",
|
|
21015
|
+
"vo",
|
|
21016
|
+
"wa",
|
|
21017
|
+
"wo",
|
|
21018
|
+
"xh",
|
|
21019
|
+
"yi",
|
|
21020
|
+
"yo",
|
|
21021
|
+
"za",
|
|
21022
|
+
"zh",
|
|
21023
|
+
"zu"
|
|
21024
|
+
]
|
|
21025
|
+
}
|
|
21026
|
+
},
|
|
21027
|
+
"required": [
|
|
21028
|
+
"communicationLanguage"
|
|
21029
|
+
],
|
|
21030
|
+
"additionalProperties": false
|
|
21031
|
+
}
|
|
21032
|
+
}
|
|
21033
|
+
};
|
|
21034
|
+
exports.UpdateCurrentDeviceRequest = {
|
|
21035
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21036
|
+
"$ref": "#/definitions/UpdateCurrentDeviceRequest",
|
|
21037
|
+
"definitions": {
|
|
21038
|
+
"UpdateCurrentDeviceRequest": {
|
|
21039
|
+
"type": "object",
|
|
21040
|
+
"properties": {
|
|
21041
|
+
"name": {
|
|
20399
21042
|
"type": "string"
|
|
20400
21043
|
},
|
|
20401
|
-
"
|
|
21044
|
+
"description": {
|
|
20402
21045
|
"type": "string"
|
|
21046
|
+
}
|
|
21047
|
+
},
|
|
21048
|
+
"additionalProperties": false
|
|
21049
|
+
}
|
|
21050
|
+
}
|
|
21051
|
+
};
|
|
21052
|
+
exports.UpdateDeviceRequest = {
|
|
21053
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21054
|
+
"$ref": "#/definitions/UpdateDeviceRequest",
|
|
21055
|
+
"definitions": {
|
|
21056
|
+
"UpdateDeviceRequest": {
|
|
21057
|
+
"type": "object",
|
|
21058
|
+
"properties": {
|
|
21059
|
+
"id": {
|
|
21060
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20403
21061
|
},
|
|
20404
|
-
"
|
|
20405
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20406
|
-
},
|
|
20407
|
-
"title": {
|
|
21062
|
+
"name": {
|
|
20408
21063
|
"type": "string"
|
|
20409
21064
|
},
|
|
20410
21065
|
"description": {
|
|
20411
21066
|
"type": "string"
|
|
20412
|
-
},
|
|
20413
|
-
"tags": {
|
|
20414
|
-
"type": "array",
|
|
20415
|
-
"items": {
|
|
20416
|
-
"type": "string"
|
|
20417
|
-
}
|
|
20418
|
-
},
|
|
20419
|
-
"content": {
|
|
20420
|
-
"type": "object"
|
|
20421
21067
|
}
|
|
20422
21068
|
},
|
|
20423
21069
|
"required": [
|
|
20424
|
-
"
|
|
20425
|
-
"filename",
|
|
20426
|
-
"mimetype"
|
|
21070
|
+
"id"
|
|
20427
21071
|
],
|
|
20428
21072
|
"additionalProperties": false
|
|
20429
21073
|
},
|
|
20430
|
-
"
|
|
21074
|
+
"DeviceIdString": {
|
|
20431
21075
|
"type": "string",
|
|
20432
|
-
"
|
|
20433
|
-
"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)?)?)?)?$"
|
|
21076
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20434
21077
|
}
|
|
20435
21078
|
}
|
|
20436
21079
|
};
|
|
@@ -20538,6 +21181,9 @@ exports.GetMessagesRequest = {
|
|
|
20538
21181
|
"GetMessagesQuery": {
|
|
20539
21182
|
"type": "object",
|
|
20540
21183
|
"properties": {
|
|
21184
|
+
"isOwn": {
|
|
21185
|
+
"type": "string"
|
|
21186
|
+
},
|
|
20541
21187
|
"createdBy": {
|
|
20542
21188
|
"anyOf": [
|
|
20543
21189
|
{
|
|
@@ -20742,14 +21388,16 @@ exports.SendMessageRequest = {
|
|
|
20742
21388
|
"items": {
|
|
20743
21389
|
"$ref": "#/definitions/AddressString"
|
|
20744
21390
|
},
|
|
20745
|
-
"minItems": 1
|
|
21391
|
+
"minItems": 1,
|
|
21392
|
+
"uniqueItems": true
|
|
20746
21393
|
},
|
|
20747
21394
|
"content": {},
|
|
20748
21395
|
"attachments": {
|
|
20749
21396
|
"type": "array",
|
|
20750
21397
|
"items": {
|
|
20751
21398
|
"$ref": "#/definitions/FileIdString"
|
|
20752
|
-
}
|
|
21399
|
+
},
|
|
21400
|
+
"uniqueItems": true
|
|
20753
21401
|
}
|
|
20754
21402
|
},
|
|
20755
21403
|
"required": [
|
|
@@ -21174,7 +21822,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21174
21822
|
"passwordIsPin": {
|
|
21175
21823
|
"type": "boolean",
|
|
21176
21824
|
"const": true
|
|
21177
|
-
}
|
|
21825
|
+
},
|
|
21826
|
+
"passwordLocationIndicator": {}
|
|
21178
21827
|
},
|
|
21179
21828
|
"required": [
|
|
21180
21829
|
"password"
|
|
@@ -21199,33 +21848,11 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21199
21848
|
}
|
|
21200
21849
|
}
|
|
21201
21850
|
};
|
|
21202
|
-
exports.
|
|
21203
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21204
|
-
"$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
|
|
21205
|
-
"definitions": {
|
|
21206
|
-
"CreateQRCodeForOwnTemplateRequest": {
|
|
21207
|
-
"type": "object",
|
|
21208
|
-
"properties": {
|
|
21209
|
-
"templateId": {
|
|
21210
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21211
|
-
}
|
|
21212
|
-
},
|
|
21213
|
-
"required": [
|
|
21214
|
-
"templateId"
|
|
21215
|
-
],
|
|
21216
|
-
"additionalProperties": false
|
|
21217
|
-
},
|
|
21218
|
-
"RelationshipTemplateIdString": {
|
|
21219
|
-
"type": "string",
|
|
21220
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21221
|
-
}
|
|
21222
|
-
}
|
|
21223
|
-
};
|
|
21224
|
-
exports.CreateTokenForOwnTemplateRequest = {
|
|
21851
|
+
exports.CreateTokenForOwnRelationshipTemplateRequest = {
|
|
21225
21852
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21226
|
-
"$ref": "#/definitions/
|
|
21853
|
+
"$ref": "#/definitions/CreateTokenForOwnRelationshipTemplateRequest",
|
|
21227
21854
|
"definitions": {
|
|
21228
|
-
"
|
|
21855
|
+
"CreateTokenForOwnRelationshipTemplateRequest": {
|
|
21229
21856
|
"type": "object",
|
|
21230
21857
|
"properties": {
|
|
21231
21858
|
"templateId": {
|
|
@@ -21250,61 +21877,8 @@ exports.CreateTokenForOwnTemplateRequest = {
|
|
|
21250
21877
|
"passwordIsPin": {
|
|
21251
21878
|
"type": "boolean",
|
|
21252
21879
|
"const": true
|
|
21253
|
-
}
|
|
21254
|
-
},
|
|
21255
|
-
"required": [
|
|
21256
|
-
"password"
|
|
21257
|
-
],
|
|
21258
|
-
"additionalProperties": false
|
|
21259
|
-
}
|
|
21260
|
-
},
|
|
21261
|
-
"required": [
|
|
21262
|
-
"templateId"
|
|
21263
|
-
],
|
|
21264
|
-
"additionalProperties": false
|
|
21265
|
-
},
|
|
21266
|
-
"RelationshipTemplateIdString": {
|
|
21267
|
-
"type": "string",
|
|
21268
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21269
|
-
},
|
|
21270
|
-
"ISO8601DateTimeString": {
|
|
21271
|
-
"type": "string",
|
|
21272
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
21273
|
-
"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)?)?)?)?$"
|
|
21274
|
-
},
|
|
21275
|
-
"AddressString": {
|
|
21276
|
-
"type": "string",
|
|
21277
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
21278
|
-
}
|
|
21279
|
-
}
|
|
21280
|
-
};
|
|
21281
|
-
exports.CreateTokenQRCodeForOwnTemplateRequest = {
|
|
21282
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21283
|
-
"$ref": "#/definitions/CreateTokenQRCodeForOwnTemplateRequest",
|
|
21284
|
-
"definitions": {
|
|
21285
|
-
"CreateTokenQRCodeForOwnTemplateRequest": {
|
|
21286
|
-
"type": "object",
|
|
21287
|
-
"properties": {
|
|
21288
|
-
"templateId": {
|
|
21289
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21290
|
-
},
|
|
21291
|
-
"expiresAt": {
|
|
21292
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21293
|
-
},
|
|
21294
|
-
"forIdentity": {
|
|
21295
|
-
"$ref": "#/definitions/AddressString"
|
|
21296
|
-
},
|
|
21297
|
-
"passwordProtection": {
|
|
21298
|
-
"type": "object",
|
|
21299
|
-
"properties": {
|
|
21300
|
-
"password": {
|
|
21301
|
-
"type": "string",
|
|
21302
|
-
"minLength": 1
|
|
21303
21880
|
},
|
|
21304
|
-
"
|
|
21305
|
-
"type": "boolean",
|
|
21306
|
-
"const": true
|
|
21307
|
-
}
|
|
21881
|
+
"passwordLocationIndicator": {}
|
|
21308
21882
|
},
|
|
21309
21883
|
"required": [
|
|
21310
21884
|
"password"
|
|
@@ -21512,6 +22086,19 @@ exports.GetRelationshipTemplatesRequest = {
|
|
|
21512
22086
|
"true",
|
|
21513
22087
|
"!"
|
|
21514
22088
|
]
|
|
22089
|
+
},
|
|
22090
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22091
|
+
"anyOf": [
|
|
22092
|
+
{
|
|
22093
|
+
"type": "string"
|
|
22094
|
+
},
|
|
22095
|
+
{
|
|
22096
|
+
"type": "array",
|
|
22097
|
+
"items": {
|
|
22098
|
+
"type": "string"
|
|
22099
|
+
}
|
|
22100
|
+
}
|
|
22101
|
+
]
|
|
21515
22102
|
}
|
|
21516
22103
|
},
|
|
21517
22104
|
"additionalProperties": false
|
|
@@ -21539,6 +22126,12 @@ exports.LoadPeerRelationshipTemplateRequest = {
|
|
|
21539
22126
|
},
|
|
21540
22127
|
{
|
|
21541
22128
|
"$ref": "#/definitions/RelationshipTemplateReferenceString"
|
|
22129
|
+
},
|
|
22130
|
+
{
|
|
22131
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
22132
|
+
},
|
|
22133
|
+
{
|
|
22134
|
+
"$ref": "#/definitions/URLRelationshipTemplateReferenceString"
|
|
21542
22135
|
}
|
|
21543
22136
|
]
|
|
21544
22137
|
},
|
|
@@ -21559,6 +22152,14 @@ exports.LoadPeerRelationshipTemplateRequest = {
|
|
|
21559
22152
|
"RelationshipTemplateReferenceString": {
|
|
21560
22153
|
"type": "string",
|
|
21561
22154
|
"pattern": "UkxU.{84}"
|
|
22155
|
+
},
|
|
22156
|
+
"URLTokenReferenceString": {
|
|
22157
|
+
"type": "string",
|
|
22158
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
22159
|
+
},
|
|
22160
|
+
"URLRelationshipTemplateReferenceString": {
|
|
22161
|
+
"type": "string",
|
|
22162
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/RLT[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
21562
22163
|
}
|
|
21563
22164
|
}
|
|
21564
22165
|
};
|
|
@@ -21589,7 +22190,8 @@ exports.CreateOwnTokenRequest = {
|
|
|
21589
22190
|
"passwordIsPin": {
|
|
21590
22191
|
"type": "boolean",
|
|
21591
22192
|
"const": true
|
|
21592
|
-
}
|
|
22193
|
+
},
|
|
22194
|
+
"passwordLocationIndicator": {}
|
|
21593
22195
|
},
|
|
21594
22196
|
"required": [
|
|
21595
22197
|
"password"
|
|
@@ -21637,28 +22239,6 @@ exports.DeleteTokenRequest = {
|
|
|
21637
22239
|
}
|
|
21638
22240
|
}
|
|
21639
22241
|
};
|
|
21640
|
-
exports.GetQRCodeForTokenRequest = {
|
|
21641
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21642
|
-
"$ref": "#/definitions/GetQRCodeForTokenRequest",
|
|
21643
|
-
"definitions": {
|
|
21644
|
-
"GetQRCodeForTokenRequest": {
|
|
21645
|
-
"type": "object",
|
|
21646
|
-
"properties": {
|
|
21647
|
-
"id": {
|
|
21648
|
-
"$ref": "#/definitions/TokenIdString"
|
|
21649
|
-
}
|
|
21650
|
-
},
|
|
21651
|
-
"required": [
|
|
21652
|
-
"id"
|
|
21653
|
-
],
|
|
21654
|
-
"additionalProperties": false
|
|
21655
|
-
},
|
|
21656
|
-
"TokenIdString": {
|
|
21657
|
-
"type": "string",
|
|
21658
|
-
"pattern": "TOK[A-Za-z0-9]{17}"
|
|
21659
|
-
}
|
|
21660
|
-
}
|
|
21661
|
-
};
|
|
21662
22242
|
exports.GetTokenRequest = {
|
|
21663
22243
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21664
22244
|
"$ref": "#/definitions/GetTokenRequest",
|
|
@@ -21700,6 +22280,19 @@ exports.GetTokensRequest = {
|
|
|
21700
22280
|
"GetTokensQuery": {
|
|
21701
22281
|
"type": "object",
|
|
21702
22282
|
"properties": {
|
|
22283
|
+
"isOwn": {
|
|
22284
|
+
"anyOf": [
|
|
22285
|
+
{
|
|
22286
|
+
"type": "string"
|
|
22287
|
+
},
|
|
22288
|
+
{
|
|
22289
|
+
"type": "array",
|
|
22290
|
+
"items": {
|
|
22291
|
+
"type": "string"
|
|
22292
|
+
}
|
|
22293
|
+
}
|
|
22294
|
+
]
|
|
22295
|
+
},
|
|
21703
22296
|
"createdAt": {
|
|
21704
22297
|
"anyOf": [
|
|
21705
22298
|
{
|
|
@@ -21791,6 +22384,19 @@ exports.GetTokensRequest = {
|
|
|
21791
22384
|
"true",
|
|
21792
22385
|
"!"
|
|
21793
22386
|
]
|
|
22387
|
+
},
|
|
22388
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22389
|
+
"anyOf": [
|
|
22390
|
+
{
|
|
22391
|
+
"type": "string"
|
|
22392
|
+
},
|
|
22393
|
+
{
|
|
22394
|
+
"type": "array",
|
|
22395
|
+
"items": {
|
|
22396
|
+
"type": "string"
|
|
22397
|
+
}
|
|
22398
|
+
}
|
|
22399
|
+
]
|
|
21794
22400
|
}
|
|
21795
22401
|
},
|
|
21796
22402
|
"additionalProperties": false
|
|
@@ -21812,7 +22418,14 @@ exports.LoadPeerTokenRequest = {
|
|
|
21812
22418
|
"type": "object",
|
|
21813
22419
|
"properties": {
|
|
21814
22420
|
"reference": {
|
|
21815
|
-
"
|
|
22421
|
+
"anyOf": [
|
|
22422
|
+
{
|
|
22423
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
22424
|
+
},
|
|
22425
|
+
{
|
|
22426
|
+
"$ref": "#/definitions/URLTokenReferenceString"
|
|
22427
|
+
}
|
|
22428
|
+
]
|
|
21816
22429
|
},
|
|
21817
22430
|
"ephemeral": {
|
|
21818
22431
|
"type": "boolean"
|
|
@@ -21831,6 +22444,10 @@ exports.LoadPeerTokenRequest = {
|
|
|
21831
22444
|
"TokenReferenceString": {
|
|
21832
22445
|
"type": "string",
|
|
21833
22446
|
"pattern": "VE9L.{84}"
|
|
22447
|
+
},
|
|
22448
|
+
"URLTokenReferenceString": {
|
|
22449
|
+
"type": "string",
|
|
22450
|
+
"pattern": "^https?:\\/\\/.*\\/r\\/TOK[a-zA-Z0-9]+(\\?app=.+)?#[a-zA-Z0-9-_]+$"
|
|
21834
22451
|
}
|
|
21835
22452
|
}
|
|
21836
22453
|
};
|