@nmshd/runtime 7.0.0-alpha.4 → 7.0.0-alpha.40
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/Runtime.d.ts +2 -2
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +30 -17
- package/dist/Runtime.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts +2 -0
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +171 -145
- package/dist/dataViews/DataViewExpander.js.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/index.d.ts +0 -1
- package/dist/dataViews/consumption/index.d.ts.map +1 -1
- package/dist/dataViews/consumption/index.js +0 -1
- package/dist/dataViews/consumption/index.js.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +12 -3
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +15 -6
- 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 +2 -2
- package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -0
- package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
- package/dist/events/EventProxy.d.ts.map +1 -1
- package/dist/events/EventProxy.js +6 -1
- package/dist/events/EventProxy.js.map +1 -1
- package/dist/events/consumption/index.d.ts +0 -1
- package/dist/events/consumption/index.d.ts.map +1 -1
- package/dist/events/consumption/index.js +0 -1
- package/dist/events/consumption/index.js.map +1 -1
- 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/MessageDeliveredEvent.js +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 +2 -0
- package/dist/events/transport/index.d.ts.map +1 -1
- package/dist/events/transport/index.js +2 -0
- package/dist/events/transport/index.js.map +1 -1
- package/dist/extensibility/TransportServices.d.ts +3 -2
- package/dist/extensibility/TransportServices.d.ts.map +1 -1
- package/dist/extensibility/TransportServices.js +4 -1
- package/dist/extensibility/TransportServices.js.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +4 -6
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.js +8 -8
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.d.ts +4 -4
- 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/transport/AnnouncementsFacade.js +31 -0
- package/dist/extensibility/facades/transport/AnnouncementsFacade.js.map +1 -0
- package/dist/extensibility/facades/transport/FilesFacade.d.ts +4 -6
- 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/RelationshipTemplatesFacade.d.ts +4 -8
- 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/TokensFacade.d.ts +2 -4
- 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 +1 -0
- package/dist/extensibility/facades/transport/index.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/index.js +1 -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/modules/DeciderModule.d.ts +2 -0
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +36 -22
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +16 -11
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +5 -6
- 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/types/consumption/LocalRequestDTO.d.ts +1 -0
- package/dist/types/consumption/LocalRequestDTO.d.ts.map +1 -1
- package/dist/types/transport/AnnouncementDTO.d.ts +14 -0
- package/dist/types/transport/AnnouncementDTO.d.ts.map +1 -0
- package/dist/types/transport/AnnouncementDTO.js +10 -0
- package/dist/types/transport/AnnouncementDTO.js.map +1 -0
- package/dist/types/transport/FileDTO.d.ts +7 -2
- package/dist/types/transport/FileDTO.d.ts.map +1 -1
- package/dist/types/transport/MessageDTO.d.ts +1 -1
- package/dist/types/transport/MessageDTO.d.ts.map +1 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts +1 -1
- package/dist/types/transport/MessageWithAttachmentsDTO.d.ts.map +1 -1
- package/dist/types/transport/PasswordProtectionDTO.d.ts +2 -0
- package/dist/types/transport/PasswordProtectionDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts +4 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
- package/dist/types/transport/TokenDTO.d.ts +5 -1
- package/dist/types/transport/TokenDTO.d.ts.map +1 -1
- package/dist/types/transport/index.d.ts +1 -0
- package/dist/types/transport/index.d.ts.map +1 -1
- package/dist/types/transport/index.js +1 -0
- package/dist/types/transport/index.js.map +1 -1
- 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/common/PasswordProtectionMapper.d.ts +16 -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 +1 -1
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +8 -8
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts +12 -14
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +2032 -1182
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/common/index.d.ts +1 -1
- package/dist/useCases/common/index.d.ts.map +1 -1
- package/dist/useCases/common/index.js +1 -1
- 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/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/CreateAndShareRelationshipAttribute.d.ts +0 -1
- 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/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts +18 -0
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts.map +1 -0
- package/dist/useCases/{transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js → consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js} +17 -19
- package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js.map +1 -0
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
- 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/index.d.ts +1 -0
- package/dist/useCases/consumption/attributes/index.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/index.js +1 -0
- package/dist/useCases/consumption/attributes/index.js.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts +1 -0
- 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/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/index.d.ts +1 -0
- package/dist/useCases/index.d.ts.map +1 -1
- package/dist/useCases/index.js +1 -0
- package/dist/useCases/index.js.map +1 -1
- package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.d.ts → LoadItemFromReference.d.ts} +6 -6
- package/dist/useCases/transport/account/LoadItemFromReference.d.ts.map +1 -0
- package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.js → LoadItemFromReference.js} +11 -10
- 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 +17 -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/useCases/transport/announcements/index.js +19 -0
- package/dist/useCases/transport/announcements/index.js.map +1 -0
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +11 -1
- 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/SetCommunicationLanguage.d.ts +1 -1
- package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts +8 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.js +2 -2
- package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
- package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
- package/dist/useCases/transport/files/FileMapper.js +11 -2
- package/dist/useCases/transport/files/FileMapper.js.map +1 -1
- package/dist/useCases/transport/files/GetOrLoadFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/GetOrLoadFile.js +5 -4
- package/dist/useCases/transport/files/GetOrLoadFile.js.map +1 -1
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.d.ts +18 -0
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.d.ts.map +1 -0
- package/dist/useCases/transport/files/{CreateQRCodeForFile.js → RegenerateFileOwnershipToken.js} +19 -13
- package/dist/useCases/transport/files/RegenerateFileOwnershipToken.js.map +1 -0
- package/dist/useCases/transport/files/UploadOwnFile.d.ts +6 -1
- 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/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +4 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
- package/dist/useCases/transport/index.d.ts +1 -0
- package/dist/useCases/transport/index.d.ts.map +1 -1
- package/dist/useCases/transport/index.js +1 -0
- package/dist/useCases/transport/index.js.map +1 -1
- package/dist/useCases/transport/messages/MessageMapper.js +2 -2
- package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.d.ts +5 -0
- package/dist/useCases/transport/messages/SendMessage.d.ts.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.js +25 -0
- package/dist/useCases/transport/messages/SendMessage.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts +8 -1
- 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 +11 -4
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +11 -10
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts +1 -0
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +6 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js +3 -3
- package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +9 -7
- 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/DecomposeRelationship.js +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts +8 -1
- 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/GetTokens.d.ts +2 -0
- package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.js +8 -1
- package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
- 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.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.js +12 -10
- 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 +12 -14
- package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +0 -48
- 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/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/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/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.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.
|
|
6
|
-
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthState = exports.BirthDate = exports.BirthYear =
|
|
3
|
+
exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.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.GetAttributeListenerRequest = exports.LoadPeerTokenAnonymousRequest = void 0;
|
|
4
|
+
exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UpdateDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.GetAnnouncementsRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.RegenerateFileOwnershipTokenRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromReferenceRequest = exports.DownloadFileRequest = exports.UpsertSettingByKeyRequest = exports.UpdateSettingRequest = exports.GetSettingsRequest = exports.GetSettingByKeyRequest = exports.GetSettingRequest = exports.DeleteSettingRequest = exports.CreateSettingRequest = exports.SentNotificationRequest = exports.ReceivedNotificationRequest = exports.ProcessNotificationByIdRequest = exports.GetNotificationsRequest = exports.GetNotificationRequest = exports.UpsertIdentityMetadataRequest = exports.GetIdentityMetadataRequest = exports.DeleteIdentityMetadataRequest = void 0;
|
|
5
|
+
exports.BirthMonth = exports.BirthDay = exports.BirthCountry = exports.BirthCity = exports.Affiliation = exports.AffiliationUnit = exports.AffiliationRole = exports.AffiliationOrganization = exports.StreetAddress = exports.Street = exports.PostOfficeBoxAddress = exports.HouseNumber = exports.DeliveryBoxAddress = exports.ZipCode = exports.State = exports.Website = exports.PhoneNumber = exports.FaxNumber = exports.EMailAddress = exports.CommunicationLanguage = exports.Country = exports.City = exports.LoadPeerTokenRequest = exports.GetTokensRequest = exports.GetTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenForOwnRelationshipTemplateRequest = exports.CreateOwnRelationshipTemplateRequest = exports.TerminateRelationshipRequest = exports.RevokeRelationshipReactivationRequest = exports.RevokeRelationshipRequest = exports.RequestRelationshipReactivationRequest = exports.RejectRelationshipReactivationRequest = exports.RejectRelationshipRequest = exports.GetRelationshipsRequest = exports.GetRelationshipByAddressRequest = exports.GetRelationshipRequest = exports.GetAttributesForRelationshipRequest = exports.DecomposeRelationshipRequest = exports.CreateRelationshipRequest = exports.CanCreateRelationshipRequest = exports.AcceptRelationshipReactivationRequest = exports.AcceptRelationshipRequest = exports.SendMessageRequest = exports.MarkMessageAsUnreadRequest = void 0;
|
|
6
|
+
exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthState = exports.BirthDate = exports.BirthYear = void 0;
|
|
7
7
|
exports.LoadPeerTokenAnonymousRequest = {
|
|
8
8
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
9
9
|
"$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
|
|
@@ -127,6 +127,10 @@ exports.AcceptIncomingRequestRequest = {
|
|
|
127
127
|
}
|
|
128
128
|
]
|
|
129
129
|
}
|
|
130
|
+
},
|
|
131
|
+
"decidedByAutomation": {
|
|
132
|
+
"type": "boolean",
|
|
133
|
+
"const": true
|
|
130
134
|
}
|
|
131
135
|
},
|
|
132
136
|
"required": [
|
|
@@ -319,10 +323,13 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
319
323
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
320
324
|
},
|
|
321
325
|
{
|
|
322
|
-
"$ref": "#/definitions/
|
|
326
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
323
327
|
},
|
|
324
328
|
{
|
|
325
329
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
326
333
|
}
|
|
327
334
|
]
|
|
328
335
|
},
|
|
@@ -338,10 +345,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
338
345
|
"@version": {
|
|
339
346
|
"type": "string"
|
|
340
347
|
},
|
|
341
|
-
"title": {
|
|
342
|
-
"type": "string",
|
|
343
|
-
"description": "The human-readable title of this item."
|
|
344
|
-
},
|
|
345
348
|
"description": {
|
|
346
349
|
"type": "string",
|
|
347
350
|
"description": "The human-readable description of this item."
|
|
@@ -378,10 +381,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
378
381
|
"@version": {
|
|
379
382
|
"type": "string"
|
|
380
383
|
},
|
|
381
|
-
"title": {
|
|
382
|
-
"type": "string",
|
|
383
|
-
"description": "The human-readable title of this item."
|
|
384
|
-
},
|
|
385
384
|
"description": {
|
|
386
385
|
"type": "string",
|
|
387
386
|
"description": "The human-readable description of this item."
|
|
@@ -1048,7 +1047,8 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1048
1047
|
"type": "object",
|
|
1049
1048
|
"properties": {
|
|
1050
1049
|
"@type": {
|
|
1051
|
-
"type": "string"
|
|
1050
|
+
"type": "string",
|
|
1051
|
+
"const": "Consent"
|
|
1052
1052
|
},
|
|
1053
1053
|
"@context": {
|
|
1054
1054
|
"type": "string"
|
|
@@ -1061,6 +1061,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1061
1061
|
},
|
|
1062
1062
|
"link": {
|
|
1063
1063
|
"type": "string"
|
|
1064
|
+
},
|
|
1065
|
+
"linkDisplayText": {
|
|
1066
|
+
"type": "string"
|
|
1064
1067
|
}
|
|
1065
1068
|
},
|
|
1066
1069
|
"required": [
|
|
@@ -2327,10 +2330,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2327
2330
|
"@version": {
|
|
2328
2331
|
"type": "string"
|
|
2329
2332
|
},
|
|
2330
|
-
"title": {
|
|
2331
|
-
"type": "string",
|
|
2332
|
-
"description": "The human-readable title of this item."
|
|
2333
|
-
},
|
|
2334
2333
|
"description": {
|
|
2335
2334
|
"type": "string",
|
|
2336
2335
|
"description": "The human-readable description of this item."
|
|
@@ -2371,10 +2370,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2371
2370
|
"@version": {
|
|
2372
2371
|
"type": "string"
|
|
2373
2372
|
},
|
|
2374
|
-
"title": {
|
|
2375
|
-
"type": "string",
|
|
2376
|
-
"description": "The human-readable title of this item."
|
|
2377
|
-
},
|
|
2378
2373
|
"description": {
|
|
2379
2374
|
"type": "string",
|
|
2380
2375
|
"description": "The human-readable description of this item."
|
|
@@ -2429,10 +2424,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2429
2424
|
"@version": {
|
|
2430
2425
|
"type": "string"
|
|
2431
2426
|
},
|
|
2432
|
-
"title": {
|
|
2433
|
-
"type": "string",
|
|
2434
|
-
"description": "The human-readable title of this item."
|
|
2435
|
-
},
|
|
2436
2427
|
"description": {
|
|
2437
2428
|
"type": "string",
|
|
2438
2429
|
"description": "The human-readable description of this item."
|
|
@@ -2705,10 +2696,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2705
2696
|
"@version": {
|
|
2706
2697
|
"type": "string"
|
|
2707
2698
|
},
|
|
2708
|
-
"title": {
|
|
2709
|
-
"type": "string",
|
|
2710
|
-
"description": "The human-readable title of this item."
|
|
2711
|
-
},
|
|
2712
2699
|
"description": {
|
|
2713
2700
|
"type": "string",
|
|
2714
2701
|
"description": "The human-readable description of this item."
|
|
@@ -2766,22 +2753,11 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2766
2753
|
"type": "string"
|
|
2767
2754
|
},
|
|
2768
2755
|
"owner": {
|
|
2769
|
-
"
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
"type": "string",
|
|
2775
|
-
"const": "thirdParty"
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"type": "string",
|
|
2779
|
-
"const": "recipient"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"type": "string",
|
|
2783
|
-
"const": ""
|
|
2784
|
-
}
|
|
2756
|
+
"type": "string",
|
|
2757
|
+
"enum": [
|
|
2758
|
+
"thirdParty",
|
|
2759
|
+
"recipient",
|
|
2760
|
+
""
|
|
2785
2761
|
]
|
|
2786
2762
|
},
|
|
2787
2763
|
"thirdParty": {
|
|
@@ -2799,14 +2775,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2799
2775
|
],
|
|
2800
2776
|
"additionalProperties": false
|
|
2801
2777
|
},
|
|
2802
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
2803
|
-
"type": "string",
|
|
2804
|
-
"enum": [
|
|
2805
|
-
"thirdParty",
|
|
2806
|
-
"recipient",
|
|
2807
|
-
""
|
|
2808
|
-
]
|
|
2809
|
-
},
|
|
2810
2778
|
"ConsentRequestItemJSON": {
|
|
2811
2779
|
"type": "object",
|
|
2812
2780
|
"properties": {
|
|
@@ -2820,10 +2788,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2820
2788
|
"@version": {
|
|
2821
2789
|
"type": "string"
|
|
2822
2790
|
},
|
|
2823
|
-
"title": {
|
|
2824
|
-
"type": "string",
|
|
2825
|
-
"description": "The human-readable title of this item."
|
|
2826
|
-
},
|
|
2827
2791
|
"description": {
|
|
2828
2792
|
"type": "string",
|
|
2829
2793
|
"description": "The human-readable description of this item."
|
|
@@ -2845,6 +2809,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2845
2809
|
},
|
|
2846
2810
|
"link": {
|
|
2847
2811
|
"type": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"linkDisplayText": {
|
|
2814
|
+
"type": "string"
|
|
2848
2815
|
}
|
|
2849
2816
|
},
|
|
2850
2817
|
"required": [
|
|
@@ -2867,10 +2834,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2867
2834
|
"@version": {
|
|
2868
2835
|
"type": "string"
|
|
2869
2836
|
},
|
|
2870
|
-
"title": {
|
|
2871
|
-
"type": "string",
|
|
2872
|
-
"description": "The human-readable title of this item."
|
|
2873
|
-
},
|
|
2874
2837
|
"description": {
|
|
2875
2838
|
"type": "string",
|
|
2876
2839
|
"description": "The human-readable description of this item."
|
|
@@ -2886,6 +2849,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2886
2849
|
"requireManualDecision": {
|
|
2887
2850
|
"type": "boolean",
|
|
2888
2851
|
"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."
|
|
2852
|
+
},
|
|
2853
|
+
"title": {
|
|
2854
|
+
"type": "string"
|
|
2889
2855
|
}
|
|
2890
2856
|
},
|
|
2891
2857
|
"required": [
|
|
@@ -2895,12 +2861,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2895
2861
|
],
|
|
2896
2862
|
"additionalProperties": false
|
|
2897
2863
|
},
|
|
2898
|
-
"
|
|
2864
|
+
"FormFieldRequestItemJSON": {
|
|
2899
2865
|
"type": "object",
|
|
2900
2866
|
"properties": {
|
|
2901
2867
|
"@type": {
|
|
2902
2868
|
"type": "string",
|
|
2903
|
-
"const": "
|
|
2869
|
+
"const": "FormFieldRequestItem"
|
|
2904
2870
|
},
|
|
2905
2871
|
"@context": {
|
|
2906
2872
|
"type": "string"
|
|
@@ -2908,10 +2874,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2908
2874
|
"@version": {
|
|
2909
2875
|
"type": "string"
|
|
2910
2876
|
},
|
|
2911
|
-
"title": {
|
|
2912
|
-
"type": "string",
|
|
2913
|
-
"description": "The human-readable title of this item."
|
|
2914
|
-
},
|
|
2915
2877
|
"description": {
|
|
2916
2878
|
"type": "string",
|
|
2917
2879
|
"description": "The human-readable description of this item."
|
|
@@ -2928,23 +2890,52 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2928
2890
|
"type": "boolean",
|
|
2929
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."
|
|
2930
2892
|
},
|
|
2931
|
-
"
|
|
2893
|
+
"title": {
|
|
2932
2894
|
"type": "string"
|
|
2895
|
+
},
|
|
2896
|
+
"settings": {
|
|
2897
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2933
2898
|
}
|
|
2934
2899
|
},
|
|
2935
2900
|
"required": [
|
|
2936
2901
|
"@type",
|
|
2937
|
-
"
|
|
2938
|
-
"
|
|
2902
|
+
"mustBeAccepted",
|
|
2903
|
+
"settings",
|
|
2904
|
+
"title"
|
|
2939
2905
|
],
|
|
2940
2906
|
"additionalProperties": false
|
|
2941
2907
|
},
|
|
2942
|
-
"
|
|
2908
|
+
"FormFieldSettingsJSONDerivations": {
|
|
2909
|
+
"anyOf": [
|
|
2910
|
+
{
|
|
2911
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
2930
|
+
}
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
"StringFormFieldSettingsJSON": {
|
|
2943
2934
|
"type": "object",
|
|
2944
2935
|
"properties": {
|
|
2945
2936
|
"@type": {
|
|
2946
2937
|
"type": "string",
|
|
2947
|
-
"const": "
|
|
2938
|
+
"const": "StringFormFieldSettings"
|
|
2948
2939
|
},
|
|
2949
2940
|
"@context": {
|
|
2950
2941
|
"type": "string"
|
|
@@ -2952,157 +2943,381 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2952
2943
|
"@version": {
|
|
2953
2944
|
"type": "string"
|
|
2954
2945
|
},
|
|
2955
|
-
"
|
|
2956
|
-
"type": "string",
|
|
2957
|
-
"description": "The human-readable title of this item."
|
|
2958
|
-
},
|
|
2959
|
-
"description": {
|
|
2960
|
-
"type": "string",
|
|
2961
|
-
"description": "The human-readable description of this item."
|
|
2962
|
-
},
|
|
2963
|
-
"metadata": {
|
|
2964
|
-
"type": "object",
|
|
2965
|
-
"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."
|
|
2966
|
-
},
|
|
2967
|
-
"mustBeAccepted": {
|
|
2946
|
+
"allowNewlines": {
|
|
2968
2947
|
"type": "boolean",
|
|
2969
|
-
"
|
|
2948
|
+
"const": true
|
|
2970
2949
|
},
|
|
2971
|
-
"
|
|
2972
|
-
"type": "
|
|
2973
|
-
"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."
|
|
2950
|
+
"min": {
|
|
2951
|
+
"type": "number"
|
|
2974
2952
|
},
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2977
|
-
{
|
|
2978
|
-
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
2982
|
-
}
|
|
2983
|
-
]
|
|
2953
|
+
"max": {
|
|
2954
|
+
"type": "number"
|
|
2984
2955
|
}
|
|
2985
2956
|
},
|
|
2986
2957
|
"required": [
|
|
2987
|
-
"@type"
|
|
2988
|
-
"mustBeAccepted",
|
|
2989
|
-
"query"
|
|
2958
|
+
"@type"
|
|
2990
2959
|
],
|
|
2991
2960
|
"additionalProperties": false
|
|
2992
2961
|
},
|
|
2993
|
-
"
|
|
2994
|
-
"type": "string",
|
|
2995
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
2996
|
-
}
|
|
2997
|
-
}
|
|
2998
|
-
};
|
|
2999
|
-
exports.RejectIncomingRequestRequest = {
|
|
3000
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3001
|
-
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3002
|
-
"definitions": {
|
|
3003
|
-
"RejectIncomingRequestRequest": {
|
|
2962
|
+
"IntegerFormFieldSettingsJSON": {
|
|
3004
2963
|
"type": "object",
|
|
3005
|
-
"additionalProperties": false,
|
|
3006
2964
|
"properties": {
|
|
3007
|
-
"
|
|
2965
|
+
"@type": {
|
|
2966
|
+
"type": "string",
|
|
2967
|
+
"const": "IntegerFormFieldSettings"
|
|
2968
|
+
},
|
|
2969
|
+
"@context": {
|
|
3008
2970
|
"type": "string"
|
|
3009
2971
|
},
|
|
3010
|
-
"
|
|
3011
|
-
"type": "
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
}
|
|
2972
|
+
"@version": {
|
|
2973
|
+
"type": "string"
|
|
2974
|
+
},
|
|
2975
|
+
"unit": {
|
|
2976
|
+
"type": "string"
|
|
2977
|
+
},
|
|
2978
|
+
"min": {
|
|
2979
|
+
"type": "number"
|
|
2980
|
+
},
|
|
2981
|
+
"max": {
|
|
2982
|
+
"type": "number"
|
|
3022
2983
|
}
|
|
3023
2984
|
},
|
|
3024
2985
|
"required": [
|
|
3025
|
-
"
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
},
|
|
3029
|
-
"DecideRequestItemParametersJSON": {
|
|
3030
|
-
"anyOf": [
|
|
3031
|
-
{
|
|
3032
|
-
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3036
|
-
}
|
|
3037
|
-
]
|
|
2986
|
+
"@type"
|
|
2987
|
+
],
|
|
2988
|
+
"additionalProperties": false
|
|
3038
2989
|
},
|
|
3039
|
-
"
|
|
2990
|
+
"DoubleFormFieldSettingsJSON": {
|
|
3040
2991
|
"type": "object",
|
|
3041
2992
|
"properties": {
|
|
3042
|
-
"
|
|
3043
|
-
"type": "
|
|
3044
|
-
"const":
|
|
2993
|
+
"@type": {
|
|
2994
|
+
"type": "string",
|
|
2995
|
+
"const": "DoubleFormFieldSettings"
|
|
2996
|
+
},
|
|
2997
|
+
"@context": {
|
|
2998
|
+
"type": "string"
|
|
2999
|
+
},
|
|
3000
|
+
"@version": {
|
|
3001
|
+
"type": "string"
|
|
3002
|
+
},
|
|
3003
|
+
"unit": {
|
|
3004
|
+
"type": "string"
|
|
3005
|
+
},
|
|
3006
|
+
"min": {
|
|
3007
|
+
"type": "number"
|
|
3008
|
+
},
|
|
3009
|
+
"max": {
|
|
3010
|
+
"type": "number"
|
|
3045
3011
|
}
|
|
3046
3012
|
},
|
|
3047
3013
|
"required": [
|
|
3048
|
-
"
|
|
3014
|
+
"@type"
|
|
3049
3015
|
],
|
|
3050
3016
|
"additionalProperties": false
|
|
3051
3017
|
},
|
|
3052
|
-
"
|
|
3018
|
+
"BooleanFormFieldSettingsJSON": {
|
|
3053
3019
|
"type": "object",
|
|
3054
3020
|
"properties": {
|
|
3055
|
-
"
|
|
3056
|
-
"type": "
|
|
3057
|
-
"const":
|
|
3021
|
+
"@type": {
|
|
3022
|
+
"type": "string",
|
|
3023
|
+
"const": "BooleanFormFieldSettings"
|
|
3058
3024
|
},
|
|
3059
|
-
"
|
|
3025
|
+
"@context": {
|
|
3060
3026
|
"type": "string"
|
|
3061
3027
|
},
|
|
3062
|
-
"
|
|
3028
|
+
"@version": {
|
|
3063
3029
|
"type": "string"
|
|
3064
3030
|
}
|
|
3065
3031
|
},
|
|
3066
3032
|
"required": [
|
|
3067
|
-
"
|
|
3033
|
+
"@type"
|
|
3068
3034
|
],
|
|
3069
3035
|
"additionalProperties": false
|
|
3070
3036
|
},
|
|
3071
|
-
"
|
|
3037
|
+
"DateFormFieldSettingsJSON": {
|
|
3072
3038
|
"type": "object",
|
|
3073
3039
|
"properties": {
|
|
3074
|
-
"
|
|
3075
|
-
"type": "
|
|
3076
|
-
"
|
|
3077
|
-
|
|
3078
|
-
|
|
3040
|
+
"@type": {
|
|
3041
|
+
"type": "string",
|
|
3042
|
+
"const": "DateFormFieldSettings"
|
|
3043
|
+
},
|
|
3044
|
+
"@context": {
|
|
3045
|
+
"type": "string"
|
|
3046
|
+
},
|
|
3047
|
+
"@version": {
|
|
3048
|
+
"type": "string"
|
|
3079
3049
|
}
|
|
3080
3050
|
},
|
|
3081
3051
|
"required": [
|
|
3082
|
-
"
|
|
3052
|
+
"@type"
|
|
3083
3053
|
],
|
|
3084
3054
|
"additionalProperties": false
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
};
|
|
3088
|
-
exports.CheckPrerequisitesOfIncomingRequestRequest = {
|
|
3089
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3090
|
-
"$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
|
|
3091
|
-
"definitions": {
|
|
3092
|
-
"CheckPrerequisitesOfIncomingRequestRequest": {
|
|
3055
|
+
},
|
|
3056
|
+
"SelectionFormFieldSettingsJSON": {
|
|
3093
3057
|
"type": "object",
|
|
3094
3058
|
"properties": {
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
3059
|
+
"@type": {
|
|
3060
|
+
"type": "string",
|
|
3061
|
+
"const": "SelectionFormFieldSettings"
|
|
3062
|
+
},
|
|
3063
|
+
"@context": {
|
|
3064
|
+
"type": "string"
|
|
3065
|
+
},
|
|
3066
|
+
"@version": {
|
|
3067
|
+
"type": "string"
|
|
3068
|
+
},
|
|
3069
|
+
"options": {
|
|
3070
|
+
"type": "array",
|
|
3071
|
+
"items": {
|
|
3072
|
+
"type": "string"
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
"allowMultipleSelection": {
|
|
3076
|
+
"type": "boolean",
|
|
3077
|
+
"const": true
|
|
3097
3078
|
}
|
|
3098
3079
|
},
|
|
3099
3080
|
"required": [
|
|
3100
|
-
"
|
|
3081
|
+
"@type",
|
|
3082
|
+
"options"
|
|
3101
3083
|
],
|
|
3102
3084
|
"additionalProperties": false
|
|
3103
3085
|
},
|
|
3104
|
-
"
|
|
3105
|
-
"type": "
|
|
3086
|
+
"RatingFormFieldSettingsJSON": {
|
|
3087
|
+
"type": "object",
|
|
3088
|
+
"properties": {
|
|
3089
|
+
"@type": {
|
|
3090
|
+
"type": "string",
|
|
3091
|
+
"const": "RatingFormFieldSettings"
|
|
3092
|
+
},
|
|
3093
|
+
"@context": {
|
|
3094
|
+
"type": "string"
|
|
3095
|
+
},
|
|
3096
|
+
"@version": {
|
|
3097
|
+
"type": "string"
|
|
3098
|
+
},
|
|
3099
|
+
"maxRating": {
|
|
3100
|
+
"type": "number",
|
|
3101
|
+
"enum": [
|
|
3102
|
+
5,
|
|
3103
|
+
6,
|
|
3104
|
+
7,
|
|
3105
|
+
8,
|
|
3106
|
+
9,
|
|
3107
|
+
10
|
|
3108
|
+
]
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3111
|
+
"required": [
|
|
3112
|
+
"@type",
|
|
3113
|
+
"maxRating"
|
|
3114
|
+
],
|
|
3115
|
+
"additionalProperties": false
|
|
3116
|
+
},
|
|
3117
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
3118
|
+
"type": "object",
|
|
3119
|
+
"properties": {
|
|
3120
|
+
"@type": {
|
|
3121
|
+
"type": "string",
|
|
3122
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
3123
|
+
},
|
|
3124
|
+
"@context": {
|
|
3125
|
+
"type": "string"
|
|
3126
|
+
},
|
|
3127
|
+
"@version": {
|
|
3128
|
+
"type": "string"
|
|
3129
|
+
},
|
|
3130
|
+
"description": {
|
|
3131
|
+
"type": "string",
|
|
3132
|
+
"description": "The human-readable description of this item."
|
|
3133
|
+
},
|
|
3134
|
+
"metadata": {
|
|
3135
|
+
"type": "object",
|
|
3136
|
+
"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."
|
|
3137
|
+
},
|
|
3138
|
+
"mustBeAccepted": {
|
|
3139
|
+
"type": "boolean",
|
|
3140
|
+
"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."
|
|
3141
|
+
},
|
|
3142
|
+
"requireManualDecision": {
|
|
3143
|
+
"type": "boolean",
|
|
3144
|
+
"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."
|
|
3145
|
+
},
|
|
3146
|
+
"query": {
|
|
3147
|
+
"anyOf": [
|
|
3148
|
+
{
|
|
3149
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
3153
|
+
}
|
|
3154
|
+
]
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
"required": [
|
|
3158
|
+
"@type",
|
|
3159
|
+
"mustBeAccepted",
|
|
3160
|
+
"query"
|
|
3161
|
+
],
|
|
3162
|
+
"additionalProperties": false
|
|
3163
|
+
},
|
|
3164
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
3165
|
+
"type": "object",
|
|
3166
|
+
"properties": {
|
|
3167
|
+
"@type": {
|
|
3168
|
+
"type": "string",
|
|
3169
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
3170
|
+
},
|
|
3171
|
+
"@context": {
|
|
3172
|
+
"type": "string"
|
|
3173
|
+
},
|
|
3174
|
+
"@version": {
|
|
3175
|
+
"type": "string"
|
|
3176
|
+
},
|
|
3177
|
+
"description": {
|
|
3178
|
+
"type": "string",
|
|
3179
|
+
"description": "The human-readable description of this item."
|
|
3180
|
+
},
|
|
3181
|
+
"metadata": {
|
|
3182
|
+
"type": "object",
|
|
3183
|
+
"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."
|
|
3184
|
+
},
|
|
3185
|
+
"mustBeAccepted": {
|
|
3186
|
+
"type": "boolean",
|
|
3187
|
+
"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."
|
|
3188
|
+
},
|
|
3189
|
+
"requireManualDecision": {
|
|
3190
|
+
"type": "boolean",
|
|
3191
|
+
"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."
|
|
3192
|
+
},
|
|
3193
|
+
"fileReference": {
|
|
3194
|
+
"type": "string"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
"required": [
|
|
3198
|
+
"@type",
|
|
3199
|
+
"fileReference",
|
|
3200
|
+
"mustBeAccepted"
|
|
3201
|
+
],
|
|
3202
|
+
"additionalProperties": false
|
|
3203
|
+
},
|
|
3204
|
+
"AddressString": {
|
|
3205
|
+
"type": "string",
|
|
3206
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
};
|
|
3210
|
+
exports.RejectIncomingRequestRequest = {
|
|
3211
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3212
|
+
"$ref": "#/definitions/RejectIncomingRequestRequest",
|
|
3213
|
+
"definitions": {
|
|
3214
|
+
"RejectIncomingRequestRequest": {
|
|
3215
|
+
"type": "object",
|
|
3216
|
+
"additionalProperties": false,
|
|
3217
|
+
"properties": {
|
|
3218
|
+
"requestId": {
|
|
3219
|
+
"type": "string"
|
|
3220
|
+
},
|
|
3221
|
+
"items": {
|
|
3222
|
+
"type": "array",
|
|
3223
|
+
"items": {
|
|
3224
|
+
"anyOf": [
|
|
3225
|
+
{
|
|
3226
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"decidedByAutomation": {
|
|
3235
|
+
"type": "boolean",
|
|
3236
|
+
"const": true
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"required": [
|
|
3240
|
+
"items",
|
|
3241
|
+
"requestId"
|
|
3242
|
+
]
|
|
3243
|
+
},
|
|
3244
|
+
"DecideRequestItemParametersJSON": {
|
|
3245
|
+
"anyOf": [
|
|
3246
|
+
{
|
|
3247
|
+
"$ref": "#/definitions/AcceptRequestItemParametersJSON"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"$ref": "#/definitions/RejectRequestItemParametersJSON"
|
|
3251
|
+
}
|
|
3252
|
+
]
|
|
3253
|
+
},
|
|
3254
|
+
"AcceptRequestItemParametersJSON": {
|
|
3255
|
+
"type": "object",
|
|
3256
|
+
"properties": {
|
|
3257
|
+
"accept": {
|
|
3258
|
+
"type": "boolean",
|
|
3259
|
+
"const": true
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"required": [
|
|
3263
|
+
"accept"
|
|
3264
|
+
],
|
|
3265
|
+
"additionalProperties": false
|
|
3266
|
+
},
|
|
3267
|
+
"RejectRequestItemParametersJSON": {
|
|
3268
|
+
"type": "object",
|
|
3269
|
+
"properties": {
|
|
3270
|
+
"accept": {
|
|
3271
|
+
"type": "boolean",
|
|
3272
|
+
"const": false
|
|
3273
|
+
},
|
|
3274
|
+
"code": {
|
|
3275
|
+
"type": "string"
|
|
3276
|
+
},
|
|
3277
|
+
"message": {
|
|
3278
|
+
"type": "string"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
"required": [
|
|
3282
|
+
"accept"
|
|
3283
|
+
],
|
|
3284
|
+
"additionalProperties": false
|
|
3285
|
+
},
|
|
3286
|
+
"DecideRequestItemGroupParametersJSON": {
|
|
3287
|
+
"type": "object",
|
|
3288
|
+
"properties": {
|
|
3289
|
+
"items": {
|
|
3290
|
+
"type": "array",
|
|
3291
|
+
"items": {
|
|
3292
|
+
"$ref": "#/definitions/DecideRequestItemParametersJSON"
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
"required": [
|
|
3297
|
+
"items"
|
|
3298
|
+
],
|
|
3299
|
+
"additionalProperties": false
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
};
|
|
3303
|
+
exports.CheckPrerequisitesOfIncomingRequestRequest = {
|
|
3304
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3305
|
+
"$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
|
|
3306
|
+
"definitions": {
|
|
3307
|
+
"CheckPrerequisitesOfIncomingRequestRequest": {
|
|
3308
|
+
"type": "object",
|
|
3309
|
+
"properties": {
|
|
3310
|
+
"requestId": {
|
|
3311
|
+
"$ref": "#/definitions/RequestIdString"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"required": [
|
|
3315
|
+
"requestId"
|
|
3316
|
+
],
|
|
3317
|
+
"additionalProperties": false
|
|
3318
|
+
},
|
|
3319
|
+
"RequestIdString": {
|
|
3320
|
+
"type": "string",
|
|
3106
3321
|
"pattern": "REQ[A-Za-z0-9]{17}"
|
|
3107
3322
|
}
|
|
3108
3323
|
}
|
|
@@ -3281,7 +3496,10 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3281
3496
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
3282
3497
|
},
|
|
3283
3498
|
{
|
|
3284
|
-
"$ref": "#/definitions/
|
|
3499
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
3285
3503
|
}
|
|
3286
3504
|
]
|
|
3287
3505
|
},
|
|
@@ -5248,7 +5466,8 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5248
5466
|
"type": "object",
|
|
5249
5467
|
"properties": {
|
|
5250
5468
|
"@type": {
|
|
5251
|
-
"type": "string"
|
|
5469
|
+
"type": "string",
|
|
5470
|
+
"const": "Consent"
|
|
5252
5471
|
},
|
|
5253
5472
|
"@context": {
|
|
5254
5473
|
"type": "string"
|
|
@@ -5261,6 +5480,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5261
5480
|
},
|
|
5262
5481
|
"link": {
|
|
5263
5482
|
"type": "string"
|
|
5483
|
+
},
|
|
5484
|
+
"linkDisplayText": {
|
|
5485
|
+
"type": "string"
|
|
5264
5486
|
}
|
|
5265
5487
|
},
|
|
5266
5488
|
"required": [
|
|
@@ -5442,12 +5664,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5442
5664
|
],
|
|
5443
5665
|
"additionalProperties": false
|
|
5444
5666
|
},
|
|
5445
|
-
"
|
|
5667
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
5446
5668
|
"type": "object",
|
|
5447
5669
|
"properties": {
|
|
5448
5670
|
"@type": {
|
|
5449
5671
|
"type": "string",
|
|
5450
|
-
"const": "
|
|
5672
|
+
"const": "FormFieldAcceptResponseItem"
|
|
5451
5673
|
},
|
|
5452
5674
|
"@context": {
|
|
5453
5675
|
"type": "string"
|
|
@@ -5459,26 +5681,39 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5459
5681
|
"type": "string",
|
|
5460
5682
|
"const": "Accepted"
|
|
5461
5683
|
},
|
|
5462
|
-
"
|
|
5463
|
-
"
|
|
5684
|
+
"response": {
|
|
5685
|
+
"anyOf": [
|
|
5686
|
+
{
|
|
5687
|
+
"type": "string"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"type": "number"
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"type": "boolean"
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"type": "array",
|
|
5697
|
+
"items": {
|
|
5698
|
+
"type": "string"
|
|
5699
|
+
}
|
|
5700
|
+
}
|
|
5701
|
+
]
|
|
5464
5702
|
}
|
|
5465
5703
|
},
|
|
5466
5704
|
"required": [
|
|
5467
5705
|
"@type",
|
|
5468
|
-
"
|
|
5706
|
+
"response",
|
|
5469
5707
|
"result"
|
|
5470
5708
|
],
|
|
5471
5709
|
"additionalProperties": false
|
|
5472
5710
|
},
|
|
5473
|
-
"
|
|
5474
|
-
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
5475
|
-
},
|
|
5476
|
-
"RejectResponseItemJSON": {
|
|
5711
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
5477
5712
|
"type": "object",
|
|
5478
5713
|
"properties": {
|
|
5479
5714
|
"@type": {
|
|
5480
5715
|
"type": "string",
|
|
5481
|
-
"const": "
|
|
5716
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
5482
5717
|
},
|
|
5483
5718
|
"@context": {
|
|
5484
5719
|
"type": "string"
|
|
@@ -5488,7 +5723,42 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5488
5723
|
},
|
|
5489
5724
|
"result": {
|
|
5490
5725
|
"type": "string",
|
|
5491
|
-
"const": "
|
|
5726
|
+
"const": "Accepted"
|
|
5727
|
+
},
|
|
5728
|
+
"attributeId": {
|
|
5729
|
+
"type": "string"
|
|
5730
|
+
},
|
|
5731
|
+
"attribute": {
|
|
5732
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5733
|
+
}
|
|
5734
|
+
},
|
|
5735
|
+
"required": [
|
|
5736
|
+
"@type",
|
|
5737
|
+
"attribute",
|
|
5738
|
+
"attributeId",
|
|
5739
|
+
"result"
|
|
5740
|
+
],
|
|
5741
|
+
"additionalProperties": false
|
|
5742
|
+
},
|
|
5743
|
+
"RejectResponseItemJSONDerivations": {
|
|
5744
|
+
"$ref": "#/definitions/RejectResponseItemJSON"
|
|
5745
|
+
},
|
|
5746
|
+
"RejectResponseItemJSON": {
|
|
5747
|
+
"type": "object",
|
|
5748
|
+
"properties": {
|
|
5749
|
+
"@type": {
|
|
5750
|
+
"type": "string",
|
|
5751
|
+
"const": "RejectResponseItem"
|
|
5752
|
+
},
|
|
5753
|
+
"@context": {
|
|
5754
|
+
"type": "string"
|
|
5755
|
+
},
|
|
5756
|
+
"@version": {
|
|
5757
|
+
"type": "string"
|
|
5758
|
+
},
|
|
5759
|
+
"result": {
|
|
5760
|
+
"type": "string",
|
|
5761
|
+
"const": "Rejected"
|
|
5492
5762
|
},
|
|
5493
5763
|
"code": {
|
|
5494
5764
|
"type": "string"
|
|
@@ -5701,7 +5971,10 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5701
5971
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
5702
5972
|
},
|
|
5703
5973
|
{
|
|
5704
|
-
"$ref": "#/definitions/
|
|
5974
|
+
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5975
|
+
},
|
|
5976
|
+
{
|
|
5977
|
+
"$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
|
|
5705
5978
|
}
|
|
5706
5979
|
]
|
|
5707
5980
|
},
|
|
@@ -7668,7 +7941,8 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7668
7941
|
"type": "object",
|
|
7669
7942
|
"properties": {
|
|
7670
7943
|
"@type": {
|
|
7671
|
-
"type": "string"
|
|
7944
|
+
"type": "string",
|
|
7945
|
+
"const": "Consent"
|
|
7672
7946
|
},
|
|
7673
7947
|
"@context": {
|
|
7674
7948
|
"type": "string"
|
|
@@ -7681,6 +7955,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7681
7955
|
},
|
|
7682
7956
|
"link": {
|
|
7683
7957
|
"type": "string"
|
|
7958
|
+
},
|
|
7959
|
+
"linkDisplayText": {
|
|
7960
|
+
"type": "string"
|
|
7684
7961
|
}
|
|
7685
7962
|
},
|
|
7686
7963
|
"required": [
|
|
@@ -7862,12 +8139,56 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7862
8139
|
],
|
|
7863
8140
|
"additionalProperties": false
|
|
7864
8141
|
},
|
|
7865
|
-
"
|
|
8142
|
+
"FormFieldAcceptResponseItemJSON": {
|
|
8143
|
+
"type": "object",
|
|
8144
|
+
"properties": {
|
|
8145
|
+
"@type": {
|
|
8146
|
+
"type": "string",
|
|
8147
|
+
"const": "FormFieldAcceptResponseItem"
|
|
8148
|
+
},
|
|
8149
|
+
"@context": {
|
|
8150
|
+
"type": "string"
|
|
8151
|
+
},
|
|
8152
|
+
"@version": {
|
|
8153
|
+
"type": "string"
|
|
8154
|
+
},
|
|
8155
|
+
"result": {
|
|
8156
|
+
"type": "string",
|
|
8157
|
+
"const": "Accepted"
|
|
8158
|
+
},
|
|
8159
|
+
"response": {
|
|
8160
|
+
"anyOf": [
|
|
8161
|
+
{
|
|
8162
|
+
"type": "string"
|
|
8163
|
+
},
|
|
8164
|
+
{
|
|
8165
|
+
"type": "number"
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"type": "boolean"
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"type": "array",
|
|
8172
|
+
"items": {
|
|
8173
|
+
"type": "string"
|
|
8174
|
+
}
|
|
8175
|
+
}
|
|
8176
|
+
]
|
|
8177
|
+
}
|
|
8178
|
+
},
|
|
8179
|
+
"required": [
|
|
8180
|
+
"@type",
|
|
8181
|
+
"response",
|
|
8182
|
+
"result"
|
|
8183
|
+
],
|
|
8184
|
+
"additionalProperties": false
|
|
8185
|
+
},
|
|
8186
|
+
"TransferFileOwnershipAcceptResponseItemJSON": {
|
|
7866
8187
|
"type": "object",
|
|
7867
8188
|
"properties": {
|
|
7868
8189
|
"@type": {
|
|
7869
8190
|
"type": "string",
|
|
7870
|
-
"const": "
|
|
8191
|
+
"const": "TransferFileOwnershipAcceptResponseItem"
|
|
7871
8192
|
},
|
|
7872
8193
|
"@context": {
|
|
7873
8194
|
"type": "string"
|
|
@@ -7879,13 +8200,17 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7879
8200
|
"type": "string",
|
|
7880
8201
|
"const": "Accepted"
|
|
7881
8202
|
},
|
|
7882
|
-
"
|
|
8203
|
+
"attributeId": {
|
|
7883
8204
|
"type": "string"
|
|
8205
|
+
},
|
|
8206
|
+
"attribute": {
|
|
8207
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
7884
8208
|
}
|
|
7885
8209
|
},
|
|
7886
8210
|
"required": [
|
|
7887
8211
|
"@type",
|
|
7888
|
-
"
|
|
8212
|
+
"attribute",
|
|
8213
|
+
"attributeId",
|
|
7889
8214
|
"result"
|
|
7890
8215
|
],
|
|
7891
8216
|
"additionalProperties": false
|
|
@@ -8087,10 +8412,13 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8087
8412
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8088
8413
|
},
|
|
8089
8414
|
{
|
|
8090
|
-
"$ref": "#/definitions/
|
|
8415
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8091
8416
|
},
|
|
8092
8417
|
{
|
|
8093
8418
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
8094
8422
|
}
|
|
8095
8423
|
]
|
|
8096
8424
|
},
|
|
@@ -8106,10 +8434,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8106
8434
|
"@version": {
|
|
8107
8435
|
"type": "string"
|
|
8108
8436
|
},
|
|
8109
|
-
"title": {
|
|
8110
|
-
"type": "string",
|
|
8111
|
-
"description": "The human-readable title of this item."
|
|
8112
|
-
},
|
|
8113
8437
|
"description": {
|
|
8114
8438
|
"type": "string",
|
|
8115
8439
|
"description": "The human-readable description of this item."
|
|
@@ -8146,10 +8470,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8146
8470
|
"@version": {
|
|
8147
8471
|
"type": "string"
|
|
8148
8472
|
},
|
|
8149
|
-
"title": {
|
|
8150
|
-
"type": "string",
|
|
8151
|
-
"description": "The human-readable title of this item."
|
|
8152
|
-
},
|
|
8153
8473
|
"description": {
|
|
8154
8474
|
"type": "string",
|
|
8155
8475
|
"description": "The human-readable description of this item."
|
|
@@ -8816,7 +9136,8 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8816
9136
|
"type": "object",
|
|
8817
9137
|
"properties": {
|
|
8818
9138
|
"@type": {
|
|
8819
|
-
"type": "string"
|
|
9139
|
+
"type": "string",
|
|
9140
|
+
"const": "Consent"
|
|
8820
9141
|
},
|
|
8821
9142
|
"@context": {
|
|
8822
9143
|
"type": "string"
|
|
@@ -8829,6 +9150,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8829
9150
|
},
|
|
8830
9151
|
"link": {
|
|
8831
9152
|
"type": "string"
|
|
9153
|
+
},
|
|
9154
|
+
"linkDisplayText": {
|
|
9155
|
+
"type": "string"
|
|
8832
9156
|
}
|
|
8833
9157
|
},
|
|
8834
9158
|
"required": [
|
|
@@ -10095,10 +10419,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10095
10419
|
"@version": {
|
|
10096
10420
|
"type": "string"
|
|
10097
10421
|
},
|
|
10098
|
-
"title": {
|
|
10099
|
-
"type": "string",
|
|
10100
|
-
"description": "The human-readable title of this item."
|
|
10101
|
-
},
|
|
10102
10422
|
"description": {
|
|
10103
10423
|
"type": "string",
|
|
10104
10424
|
"description": "The human-readable description of this item."
|
|
@@ -10139,10 +10459,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10139
10459
|
"@version": {
|
|
10140
10460
|
"type": "string"
|
|
10141
10461
|
},
|
|
10142
|
-
"title": {
|
|
10143
|
-
"type": "string",
|
|
10144
|
-
"description": "The human-readable title of this item."
|
|
10145
|
-
},
|
|
10146
10462
|
"description": {
|
|
10147
10463
|
"type": "string",
|
|
10148
10464
|
"description": "The human-readable description of this item."
|
|
@@ -10197,10 +10513,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10197
10513
|
"@version": {
|
|
10198
10514
|
"type": "string"
|
|
10199
10515
|
},
|
|
10200
|
-
"title": {
|
|
10201
|
-
"type": "string",
|
|
10202
|
-
"description": "The human-readable title of this item."
|
|
10203
|
-
},
|
|
10204
10516
|
"description": {
|
|
10205
10517
|
"type": "string",
|
|
10206
10518
|
"description": "The human-readable description of this item."
|
|
@@ -10473,10 +10785,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10473
10785
|
"@version": {
|
|
10474
10786
|
"type": "string"
|
|
10475
10787
|
},
|
|
10476
|
-
"title": {
|
|
10477
|
-
"type": "string",
|
|
10478
|
-
"description": "The human-readable title of this item."
|
|
10479
|
-
},
|
|
10480
10788
|
"description": {
|
|
10481
10789
|
"type": "string",
|
|
10482
10790
|
"description": "The human-readable description of this item."
|
|
@@ -10534,22 +10842,11 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10534
10842
|
"type": "string"
|
|
10535
10843
|
},
|
|
10536
10844
|
"owner": {
|
|
10537
|
-
"
|
|
10538
|
-
|
|
10539
|
-
|
|
10540
|
-
|
|
10541
|
-
|
|
10542
|
-
"type": "string",
|
|
10543
|
-
"const": "thirdParty"
|
|
10544
|
-
},
|
|
10545
|
-
{
|
|
10546
|
-
"type": "string",
|
|
10547
|
-
"const": "recipient"
|
|
10548
|
-
},
|
|
10549
|
-
{
|
|
10550
|
-
"type": "string",
|
|
10551
|
-
"const": ""
|
|
10552
|
-
}
|
|
10845
|
+
"type": "string",
|
|
10846
|
+
"enum": [
|
|
10847
|
+
"thirdParty",
|
|
10848
|
+
"recipient",
|
|
10849
|
+
""
|
|
10553
10850
|
]
|
|
10554
10851
|
},
|
|
10555
10852
|
"thirdParty": {
|
|
@@ -10567,14 +10864,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10567
10864
|
],
|
|
10568
10865
|
"additionalProperties": false
|
|
10569
10866
|
},
|
|
10570
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
10571
|
-
"type": "string",
|
|
10572
|
-
"enum": [
|
|
10573
|
-
"thirdParty",
|
|
10574
|
-
"recipient",
|
|
10575
|
-
""
|
|
10576
|
-
]
|
|
10577
|
-
},
|
|
10578
10867
|
"ConsentRequestItemJSON": {
|
|
10579
10868
|
"type": "object",
|
|
10580
10869
|
"properties": {
|
|
@@ -10588,10 +10877,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10588
10877
|
"@version": {
|
|
10589
10878
|
"type": "string"
|
|
10590
10879
|
},
|
|
10591
|
-
"title": {
|
|
10592
|
-
"type": "string",
|
|
10593
|
-
"description": "The human-readable title of this item."
|
|
10594
|
-
},
|
|
10595
10880
|
"description": {
|
|
10596
10881
|
"type": "string",
|
|
10597
10882
|
"description": "The human-readable description of this item."
|
|
@@ -10613,6 +10898,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10613
10898
|
},
|
|
10614
10899
|
"link": {
|
|
10615
10900
|
"type": "string"
|
|
10901
|
+
},
|
|
10902
|
+
"linkDisplayText": {
|
|
10903
|
+
"type": "string"
|
|
10616
10904
|
}
|
|
10617
10905
|
},
|
|
10618
10906
|
"required": [
|
|
@@ -10635,10 +10923,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10635
10923
|
"@version": {
|
|
10636
10924
|
"type": "string"
|
|
10637
10925
|
},
|
|
10638
|
-
"title": {
|
|
10639
|
-
"type": "string",
|
|
10640
|
-
"description": "The human-readable title of this item."
|
|
10641
|
-
},
|
|
10642
10926
|
"description": {
|
|
10643
10927
|
"type": "string",
|
|
10644
10928
|
"description": "The human-readable description of this item."
|
|
@@ -10654,6 +10938,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10654
10938
|
"requireManualDecision": {
|
|
10655
10939
|
"type": "boolean",
|
|
10656
10940
|
"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."
|
|
10941
|
+
},
|
|
10942
|
+
"title": {
|
|
10943
|
+
"type": "string"
|
|
10657
10944
|
}
|
|
10658
10945
|
},
|
|
10659
10946
|
"required": [
|
|
@@ -10663,12 +10950,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10663
10950
|
],
|
|
10664
10951
|
"additionalProperties": false
|
|
10665
10952
|
},
|
|
10666
|
-
"
|
|
10953
|
+
"FormFieldRequestItemJSON": {
|
|
10667
10954
|
"type": "object",
|
|
10668
10955
|
"properties": {
|
|
10669
10956
|
"@type": {
|
|
10670
10957
|
"type": "string",
|
|
10671
|
-
"const": "
|
|
10958
|
+
"const": "FormFieldRequestItem"
|
|
10672
10959
|
},
|
|
10673
10960
|
"@context": {
|
|
10674
10961
|
"type": "string"
|
|
@@ -10676,10 +10963,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10676
10963
|
"@version": {
|
|
10677
10964
|
"type": "string"
|
|
10678
10965
|
},
|
|
10679
|
-
"title": {
|
|
10680
|
-
"type": "string",
|
|
10681
|
-
"description": "The human-readable title of this item."
|
|
10682
|
-
},
|
|
10683
10966
|
"description": {
|
|
10684
10967
|
"type": "string",
|
|
10685
10968
|
"description": "The human-readable description of this item."
|
|
@@ -10696,23 +10979,52 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10696
10979
|
"type": "boolean",
|
|
10697
10980
|
"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."
|
|
10698
10981
|
},
|
|
10699
|
-
"
|
|
10982
|
+
"title": {
|
|
10700
10983
|
"type": "string"
|
|
10984
|
+
},
|
|
10985
|
+
"settings": {
|
|
10986
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
10701
10987
|
}
|
|
10702
10988
|
},
|
|
10703
10989
|
"required": [
|
|
10704
10990
|
"@type",
|
|
10705
|
-
"
|
|
10706
|
-
"
|
|
10991
|
+
"mustBeAccepted",
|
|
10992
|
+
"settings",
|
|
10993
|
+
"title"
|
|
10707
10994
|
],
|
|
10708
10995
|
"additionalProperties": false
|
|
10709
10996
|
},
|
|
10710
|
-
"
|
|
10997
|
+
"FormFieldSettingsJSONDerivations": {
|
|
10998
|
+
"anyOf": [
|
|
10999
|
+
{
|
|
11000
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
11001
|
+
},
|
|
11002
|
+
{
|
|
11003
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
11004
|
+
},
|
|
11005
|
+
{
|
|
11006
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
11007
|
+
},
|
|
11008
|
+
{
|
|
11009
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
11010
|
+
},
|
|
11011
|
+
{
|
|
11012
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
11016
|
+
},
|
|
11017
|
+
{
|
|
11018
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
11019
|
+
}
|
|
11020
|
+
]
|
|
11021
|
+
},
|
|
11022
|
+
"StringFormFieldSettingsJSON": {
|
|
10711
11023
|
"type": "object",
|
|
10712
11024
|
"properties": {
|
|
10713
11025
|
"@type": {
|
|
10714
11026
|
"type": "string",
|
|
10715
|
-
"const": "
|
|
11027
|
+
"const": "StringFormFieldSettings"
|
|
10716
11028
|
},
|
|
10717
11029
|
"@context": {
|
|
10718
11030
|
"type": "string"
|
|
@@ -10720,69 +11032,289 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10720
11032
|
"@version": {
|
|
10721
11033
|
"type": "string"
|
|
10722
11034
|
},
|
|
10723
|
-
"
|
|
10724
|
-
"type": "
|
|
10725
|
-
"
|
|
11035
|
+
"allowNewlines": {
|
|
11036
|
+
"type": "boolean",
|
|
11037
|
+
"const": true
|
|
10726
11038
|
},
|
|
10727
|
-
"
|
|
11039
|
+
"min": {
|
|
11040
|
+
"type": "number"
|
|
11041
|
+
},
|
|
11042
|
+
"max": {
|
|
11043
|
+
"type": "number"
|
|
11044
|
+
}
|
|
11045
|
+
},
|
|
11046
|
+
"required": [
|
|
11047
|
+
"@type"
|
|
11048
|
+
],
|
|
11049
|
+
"additionalProperties": false
|
|
11050
|
+
},
|
|
11051
|
+
"IntegerFormFieldSettingsJSON": {
|
|
11052
|
+
"type": "object",
|
|
11053
|
+
"properties": {
|
|
11054
|
+
"@type": {
|
|
10728
11055
|
"type": "string",
|
|
10729
|
-
"
|
|
11056
|
+
"const": "IntegerFormFieldSettings"
|
|
10730
11057
|
},
|
|
10731
|
-
"
|
|
10732
|
-
"type": "
|
|
10733
|
-
"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."
|
|
11058
|
+
"@context": {
|
|
11059
|
+
"type": "string"
|
|
10734
11060
|
},
|
|
10735
|
-
"
|
|
10736
|
-
"type": "
|
|
10737
|
-
"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."
|
|
11061
|
+
"@version": {
|
|
11062
|
+
"type": "string"
|
|
10738
11063
|
},
|
|
10739
|
-
"
|
|
10740
|
-
"type": "
|
|
10741
|
-
"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."
|
|
11064
|
+
"unit": {
|
|
11065
|
+
"type": "string"
|
|
10742
11066
|
},
|
|
10743
|
-
"
|
|
10744
|
-
"
|
|
10745
|
-
|
|
10746
|
-
|
|
10747
|
-
|
|
10748
|
-
{
|
|
10749
|
-
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
10750
|
-
}
|
|
10751
|
-
]
|
|
11067
|
+
"min": {
|
|
11068
|
+
"type": "number"
|
|
11069
|
+
},
|
|
11070
|
+
"max": {
|
|
11071
|
+
"type": "number"
|
|
10752
11072
|
}
|
|
10753
11073
|
},
|
|
10754
11074
|
"required": [
|
|
10755
|
-
"@type"
|
|
10756
|
-
"mustBeAccepted",
|
|
10757
|
-
"query"
|
|
11075
|
+
"@type"
|
|
10758
11076
|
],
|
|
10759
11077
|
"additionalProperties": false
|
|
10760
11078
|
},
|
|
10761
|
-
"
|
|
10762
|
-
"type": "string",
|
|
10763
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
10764
|
-
}
|
|
10765
|
-
}
|
|
10766
|
-
};
|
|
10767
|
-
exports.DeleteIncomingRequestRequest = {
|
|
10768
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
10769
|
-
"$ref": "#/definitions/DeleteIncomingRequestRequest",
|
|
10770
|
-
"definitions": {
|
|
10771
|
-
"DeleteIncomingRequestRequest": {
|
|
11079
|
+
"DoubleFormFieldSettingsJSON": {
|
|
10772
11080
|
"type": "object",
|
|
10773
11081
|
"properties": {
|
|
10774
|
-
"
|
|
11082
|
+
"@type": {
|
|
11083
|
+
"type": "string",
|
|
11084
|
+
"const": "DoubleFormFieldSettings"
|
|
11085
|
+
},
|
|
11086
|
+
"@context": {
|
|
11087
|
+
"type": "string"
|
|
11088
|
+
},
|
|
11089
|
+
"@version": {
|
|
11090
|
+
"type": "string"
|
|
11091
|
+
},
|
|
11092
|
+
"unit": {
|
|
10775
11093
|
"type": "string"
|
|
11094
|
+
},
|
|
11095
|
+
"min": {
|
|
11096
|
+
"type": "number"
|
|
11097
|
+
},
|
|
11098
|
+
"max": {
|
|
11099
|
+
"type": "number"
|
|
10776
11100
|
}
|
|
10777
11101
|
},
|
|
10778
11102
|
"required": [
|
|
10779
|
-
"
|
|
11103
|
+
"@type"
|
|
10780
11104
|
],
|
|
10781
11105
|
"additionalProperties": false
|
|
10782
|
-
}
|
|
10783
|
-
|
|
10784
|
-
|
|
10785
|
-
|
|
11106
|
+
},
|
|
11107
|
+
"BooleanFormFieldSettingsJSON": {
|
|
11108
|
+
"type": "object",
|
|
11109
|
+
"properties": {
|
|
11110
|
+
"@type": {
|
|
11111
|
+
"type": "string",
|
|
11112
|
+
"const": "BooleanFormFieldSettings"
|
|
11113
|
+
},
|
|
11114
|
+
"@context": {
|
|
11115
|
+
"type": "string"
|
|
11116
|
+
},
|
|
11117
|
+
"@version": {
|
|
11118
|
+
"type": "string"
|
|
11119
|
+
}
|
|
11120
|
+
},
|
|
11121
|
+
"required": [
|
|
11122
|
+
"@type"
|
|
11123
|
+
],
|
|
11124
|
+
"additionalProperties": false
|
|
11125
|
+
},
|
|
11126
|
+
"DateFormFieldSettingsJSON": {
|
|
11127
|
+
"type": "object",
|
|
11128
|
+
"properties": {
|
|
11129
|
+
"@type": {
|
|
11130
|
+
"type": "string",
|
|
11131
|
+
"const": "DateFormFieldSettings"
|
|
11132
|
+
},
|
|
11133
|
+
"@context": {
|
|
11134
|
+
"type": "string"
|
|
11135
|
+
},
|
|
11136
|
+
"@version": {
|
|
11137
|
+
"type": "string"
|
|
11138
|
+
}
|
|
11139
|
+
},
|
|
11140
|
+
"required": [
|
|
11141
|
+
"@type"
|
|
11142
|
+
],
|
|
11143
|
+
"additionalProperties": false
|
|
11144
|
+
},
|
|
11145
|
+
"SelectionFormFieldSettingsJSON": {
|
|
11146
|
+
"type": "object",
|
|
11147
|
+
"properties": {
|
|
11148
|
+
"@type": {
|
|
11149
|
+
"type": "string",
|
|
11150
|
+
"const": "SelectionFormFieldSettings"
|
|
11151
|
+
},
|
|
11152
|
+
"@context": {
|
|
11153
|
+
"type": "string"
|
|
11154
|
+
},
|
|
11155
|
+
"@version": {
|
|
11156
|
+
"type": "string"
|
|
11157
|
+
},
|
|
11158
|
+
"options": {
|
|
11159
|
+
"type": "array",
|
|
11160
|
+
"items": {
|
|
11161
|
+
"type": "string"
|
|
11162
|
+
}
|
|
11163
|
+
},
|
|
11164
|
+
"allowMultipleSelection": {
|
|
11165
|
+
"type": "boolean",
|
|
11166
|
+
"const": true
|
|
11167
|
+
}
|
|
11168
|
+
},
|
|
11169
|
+
"required": [
|
|
11170
|
+
"@type",
|
|
11171
|
+
"options"
|
|
11172
|
+
],
|
|
11173
|
+
"additionalProperties": false
|
|
11174
|
+
},
|
|
11175
|
+
"RatingFormFieldSettingsJSON": {
|
|
11176
|
+
"type": "object",
|
|
11177
|
+
"properties": {
|
|
11178
|
+
"@type": {
|
|
11179
|
+
"type": "string",
|
|
11180
|
+
"const": "RatingFormFieldSettings"
|
|
11181
|
+
},
|
|
11182
|
+
"@context": {
|
|
11183
|
+
"type": "string"
|
|
11184
|
+
},
|
|
11185
|
+
"@version": {
|
|
11186
|
+
"type": "string"
|
|
11187
|
+
},
|
|
11188
|
+
"maxRating": {
|
|
11189
|
+
"type": "number",
|
|
11190
|
+
"enum": [
|
|
11191
|
+
5,
|
|
11192
|
+
6,
|
|
11193
|
+
7,
|
|
11194
|
+
8,
|
|
11195
|
+
9,
|
|
11196
|
+
10
|
|
11197
|
+
]
|
|
11198
|
+
}
|
|
11199
|
+
},
|
|
11200
|
+
"required": [
|
|
11201
|
+
"@type",
|
|
11202
|
+
"maxRating"
|
|
11203
|
+
],
|
|
11204
|
+
"additionalProperties": false
|
|
11205
|
+
},
|
|
11206
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
11207
|
+
"type": "object",
|
|
11208
|
+
"properties": {
|
|
11209
|
+
"@type": {
|
|
11210
|
+
"type": "string",
|
|
11211
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
11212
|
+
},
|
|
11213
|
+
"@context": {
|
|
11214
|
+
"type": "string"
|
|
11215
|
+
},
|
|
11216
|
+
"@version": {
|
|
11217
|
+
"type": "string"
|
|
11218
|
+
},
|
|
11219
|
+
"description": {
|
|
11220
|
+
"type": "string",
|
|
11221
|
+
"description": "The human-readable description of this item."
|
|
11222
|
+
},
|
|
11223
|
+
"metadata": {
|
|
11224
|
+
"type": "object",
|
|
11225
|
+
"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."
|
|
11226
|
+
},
|
|
11227
|
+
"mustBeAccepted": {
|
|
11228
|
+
"type": "boolean",
|
|
11229
|
+
"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."
|
|
11230
|
+
},
|
|
11231
|
+
"requireManualDecision": {
|
|
11232
|
+
"type": "boolean",
|
|
11233
|
+
"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."
|
|
11234
|
+
},
|
|
11235
|
+
"query": {
|
|
11236
|
+
"anyOf": [
|
|
11237
|
+
{
|
|
11238
|
+
"$ref": "#/definitions/IdentityAttributeQueryJSON"
|
|
11239
|
+
},
|
|
11240
|
+
{
|
|
11241
|
+
"$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
|
|
11242
|
+
}
|
|
11243
|
+
]
|
|
11244
|
+
}
|
|
11245
|
+
},
|
|
11246
|
+
"required": [
|
|
11247
|
+
"@type",
|
|
11248
|
+
"mustBeAccepted",
|
|
11249
|
+
"query"
|
|
11250
|
+
],
|
|
11251
|
+
"additionalProperties": false
|
|
11252
|
+
},
|
|
11253
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
11254
|
+
"type": "object",
|
|
11255
|
+
"properties": {
|
|
11256
|
+
"@type": {
|
|
11257
|
+
"type": "string",
|
|
11258
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
11259
|
+
},
|
|
11260
|
+
"@context": {
|
|
11261
|
+
"type": "string"
|
|
11262
|
+
},
|
|
11263
|
+
"@version": {
|
|
11264
|
+
"type": "string"
|
|
11265
|
+
},
|
|
11266
|
+
"description": {
|
|
11267
|
+
"type": "string",
|
|
11268
|
+
"description": "The human-readable description of this item."
|
|
11269
|
+
},
|
|
11270
|
+
"metadata": {
|
|
11271
|
+
"type": "object",
|
|
11272
|
+
"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."
|
|
11273
|
+
},
|
|
11274
|
+
"mustBeAccepted": {
|
|
11275
|
+
"type": "boolean",
|
|
11276
|
+
"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."
|
|
11277
|
+
},
|
|
11278
|
+
"requireManualDecision": {
|
|
11279
|
+
"type": "boolean",
|
|
11280
|
+
"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."
|
|
11281
|
+
},
|
|
11282
|
+
"fileReference": {
|
|
11283
|
+
"type": "string"
|
|
11284
|
+
}
|
|
11285
|
+
},
|
|
11286
|
+
"required": [
|
|
11287
|
+
"@type",
|
|
11288
|
+
"fileReference",
|
|
11289
|
+
"mustBeAccepted"
|
|
11290
|
+
],
|
|
11291
|
+
"additionalProperties": false
|
|
11292
|
+
},
|
|
11293
|
+
"AddressString": {
|
|
11294
|
+
"type": "string",
|
|
11295
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
11296
|
+
}
|
|
11297
|
+
}
|
|
11298
|
+
};
|
|
11299
|
+
exports.DeleteIncomingRequestRequest = {
|
|
11300
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
11301
|
+
"$ref": "#/definitions/DeleteIncomingRequestRequest",
|
|
11302
|
+
"definitions": {
|
|
11303
|
+
"DeleteIncomingRequestRequest": {
|
|
11304
|
+
"type": "object",
|
|
11305
|
+
"properties": {
|
|
11306
|
+
"requestId": {
|
|
11307
|
+
"type": "string"
|
|
11308
|
+
}
|
|
11309
|
+
},
|
|
11310
|
+
"required": [
|
|
11311
|
+
"requestId"
|
|
11312
|
+
],
|
|
11313
|
+
"additionalProperties": false
|
|
11314
|
+
}
|
|
11315
|
+
}
|
|
11316
|
+
};
|
|
11317
|
+
exports.DiscardOutgoingRequestRequest = {
|
|
10786
11318
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
10787
11319
|
"$ref": "#/definitions/DiscardOutgoingRequestRequest",
|
|
10788
11320
|
"definitions": {
|
|
@@ -10894,6 +11426,9 @@ exports.GetIncomingRequestsRequest = {
|
|
|
10894
11426
|
}
|
|
10895
11427
|
]
|
|
10896
11428
|
},
|
|
11429
|
+
"wasAutomaticallyDecided": {
|
|
11430
|
+
"type": "string"
|
|
11431
|
+
},
|
|
10897
11432
|
"content.expiresAt": {
|
|
10898
11433
|
"anyOf": [
|
|
10899
11434
|
{
|
|
@@ -11402,10 +11937,13 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11402
11937
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
11403
11938
|
},
|
|
11404
11939
|
{
|
|
11405
|
-
"$ref": "#/definitions/
|
|
11940
|
+
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
11406
11941
|
},
|
|
11407
11942
|
{
|
|
11408
11943
|
"$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
|
|
11944
|
+
},
|
|
11945
|
+
{
|
|
11946
|
+
"$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
|
|
11409
11947
|
}
|
|
11410
11948
|
]
|
|
11411
11949
|
},
|
|
@@ -11421,10 +11959,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11421
11959
|
"@version": {
|
|
11422
11960
|
"type": "string"
|
|
11423
11961
|
},
|
|
11424
|
-
"title": {
|
|
11425
|
-
"type": "string",
|
|
11426
|
-
"description": "The human-readable title of this item."
|
|
11427
|
-
},
|
|
11428
11962
|
"description": {
|
|
11429
11963
|
"type": "string",
|
|
11430
11964
|
"description": "The human-readable description of this item."
|
|
@@ -11461,10 +11995,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11461
11995
|
"@version": {
|
|
11462
11996
|
"type": "string"
|
|
11463
11997
|
},
|
|
11464
|
-
"title": {
|
|
11465
|
-
"type": "string",
|
|
11466
|
-
"description": "The human-readable title of this item."
|
|
11467
|
-
},
|
|
11468
11998
|
"description": {
|
|
11469
11999
|
"type": "string",
|
|
11470
12000
|
"description": "The human-readable description of this item."
|
|
@@ -12131,7 +12661,8 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12131
12661
|
"type": "object",
|
|
12132
12662
|
"properties": {
|
|
12133
12663
|
"@type": {
|
|
12134
|
-
"type": "string"
|
|
12664
|
+
"type": "string",
|
|
12665
|
+
"const": "Consent"
|
|
12135
12666
|
},
|
|
12136
12667
|
"@context": {
|
|
12137
12668
|
"type": "string"
|
|
@@ -12144,6 +12675,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12144
12675
|
},
|
|
12145
12676
|
"link": {
|
|
12146
12677
|
"type": "string"
|
|
12678
|
+
},
|
|
12679
|
+
"linkDisplayText": {
|
|
12680
|
+
"type": "string"
|
|
12147
12681
|
}
|
|
12148
12682
|
},
|
|
12149
12683
|
"required": [
|
|
@@ -13410,10 +13944,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13410
13944
|
"@version": {
|
|
13411
13945
|
"type": "string"
|
|
13412
13946
|
},
|
|
13413
|
-
"title": {
|
|
13414
|
-
"type": "string",
|
|
13415
|
-
"description": "The human-readable title of this item."
|
|
13416
|
-
},
|
|
13417
13947
|
"description": {
|
|
13418
13948
|
"type": "string",
|
|
13419
13949
|
"description": "The human-readable description of this item."
|
|
@@ -13454,10 +13984,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13454
13984
|
"@version": {
|
|
13455
13985
|
"type": "string"
|
|
13456
13986
|
},
|
|
13457
|
-
"title": {
|
|
13458
|
-
"type": "string",
|
|
13459
|
-
"description": "The human-readable title of this item."
|
|
13460
|
-
},
|
|
13461
13987
|
"description": {
|
|
13462
13988
|
"type": "string",
|
|
13463
13989
|
"description": "The human-readable description of this item."
|
|
@@ -13512,10 +14038,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13512
14038
|
"@version": {
|
|
13513
14039
|
"type": "string"
|
|
13514
14040
|
},
|
|
13515
|
-
"title": {
|
|
13516
|
-
"type": "string",
|
|
13517
|
-
"description": "The human-readable title of this item."
|
|
13518
|
-
},
|
|
13519
14041
|
"description": {
|
|
13520
14042
|
"type": "string",
|
|
13521
14043
|
"description": "The human-readable description of this item."
|
|
@@ -13788,10 +14310,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13788
14310
|
"@version": {
|
|
13789
14311
|
"type": "string"
|
|
13790
14312
|
},
|
|
13791
|
-
"title": {
|
|
13792
|
-
"type": "string",
|
|
13793
|
-
"description": "The human-readable title of this item."
|
|
13794
|
-
},
|
|
13795
14313
|
"description": {
|
|
13796
14314
|
"type": "string",
|
|
13797
14315
|
"description": "The human-readable description of this item."
|
|
@@ -13849,22 +14367,11 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13849
14367
|
"type": "string"
|
|
13850
14368
|
},
|
|
13851
14369
|
"owner": {
|
|
13852
|
-
"
|
|
13853
|
-
|
|
13854
|
-
|
|
13855
|
-
|
|
13856
|
-
|
|
13857
|
-
"type": "string",
|
|
13858
|
-
"const": "thirdParty"
|
|
13859
|
-
},
|
|
13860
|
-
{
|
|
13861
|
-
"type": "string",
|
|
13862
|
-
"const": "recipient"
|
|
13863
|
-
},
|
|
13864
|
-
{
|
|
13865
|
-
"type": "string",
|
|
13866
|
-
"const": ""
|
|
13867
|
-
}
|
|
14370
|
+
"type": "string",
|
|
14371
|
+
"enum": [
|
|
14372
|
+
"thirdParty",
|
|
14373
|
+
"recipient",
|
|
14374
|
+
""
|
|
13868
14375
|
]
|
|
13869
14376
|
},
|
|
13870
14377
|
"thirdParty": {
|
|
@@ -13882,14 +14389,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13882
14389
|
],
|
|
13883
14390
|
"additionalProperties": false
|
|
13884
14391
|
},
|
|
13885
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
13886
|
-
"type": "string",
|
|
13887
|
-
"enum": [
|
|
13888
|
-
"thirdParty",
|
|
13889
|
-
"recipient",
|
|
13890
|
-
""
|
|
13891
|
-
]
|
|
13892
|
-
},
|
|
13893
14392
|
"ConsentRequestItemJSON": {
|
|
13894
14393
|
"type": "object",
|
|
13895
14394
|
"properties": {
|
|
@@ -13903,10 +14402,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13903
14402
|
"@version": {
|
|
13904
14403
|
"type": "string"
|
|
13905
14404
|
},
|
|
13906
|
-
"title": {
|
|
13907
|
-
"type": "string",
|
|
13908
|
-
"description": "The human-readable title of this item."
|
|
13909
|
-
},
|
|
13910
14405
|
"description": {
|
|
13911
14406
|
"type": "string",
|
|
13912
14407
|
"description": "The human-readable description of this item."
|
|
@@ -13928,6 +14423,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13928
14423
|
},
|
|
13929
14424
|
"link": {
|
|
13930
14425
|
"type": "string"
|
|
14426
|
+
},
|
|
14427
|
+
"linkDisplayText": {
|
|
14428
|
+
"type": "string"
|
|
13931
14429
|
}
|
|
13932
14430
|
},
|
|
13933
14431
|
"required": [
|
|
@@ -13950,10 +14448,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13950
14448
|
"@version": {
|
|
13951
14449
|
"type": "string"
|
|
13952
14450
|
},
|
|
13953
|
-
"title": {
|
|
13954
|
-
"type": "string",
|
|
13955
|
-
"description": "The human-readable title of this item."
|
|
13956
|
-
},
|
|
13957
14451
|
"description": {
|
|
13958
14452
|
"type": "string",
|
|
13959
14453
|
"description": "The human-readable description of this item."
|
|
@@ -13969,6 +14463,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13969
14463
|
"requireManualDecision": {
|
|
13970
14464
|
"type": "boolean",
|
|
13971
14465
|
"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."
|
|
14466
|
+
},
|
|
14467
|
+
"title": {
|
|
14468
|
+
"type": "string"
|
|
13972
14469
|
}
|
|
13973
14470
|
},
|
|
13974
14471
|
"required": [
|
|
@@ -13978,12 +14475,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13978
14475
|
],
|
|
13979
14476
|
"additionalProperties": false
|
|
13980
14477
|
},
|
|
13981
|
-
"
|
|
14478
|
+
"FormFieldRequestItemJSON": {
|
|
13982
14479
|
"type": "object",
|
|
13983
14480
|
"properties": {
|
|
13984
14481
|
"@type": {
|
|
13985
14482
|
"type": "string",
|
|
13986
|
-
"const": "
|
|
14483
|
+
"const": "FormFieldRequestItem"
|
|
13987
14484
|
},
|
|
13988
14485
|
"@context": {
|
|
13989
14486
|
"type": "string"
|
|
@@ -13991,10 +14488,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13991
14488
|
"@version": {
|
|
13992
14489
|
"type": "string"
|
|
13993
14490
|
},
|
|
13994
|
-
"title": {
|
|
13995
|
-
"type": "string",
|
|
13996
|
-
"description": "The human-readable title of this item."
|
|
13997
|
-
},
|
|
13998
14491
|
"description": {
|
|
13999
14492
|
"type": "string",
|
|
14000
14493
|
"description": "The human-readable description of this item."
|
|
@@ -14011,23 +14504,52 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14011
14504
|
"type": "boolean",
|
|
14012
14505
|
"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."
|
|
14013
14506
|
},
|
|
14014
|
-
"
|
|
14507
|
+
"title": {
|
|
14015
14508
|
"type": "string"
|
|
14509
|
+
},
|
|
14510
|
+
"settings": {
|
|
14511
|
+
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
14016
14512
|
}
|
|
14017
14513
|
},
|
|
14018
14514
|
"required": [
|
|
14019
14515
|
"@type",
|
|
14020
|
-
"
|
|
14021
|
-
"
|
|
14516
|
+
"mustBeAccepted",
|
|
14517
|
+
"settings",
|
|
14518
|
+
"title"
|
|
14022
14519
|
],
|
|
14023
14520
|
"additionalProperties": false
|
|
14024
14521
|
},
|
|
14025
|
-
"
|
|
14522
|
+
"FormFieldSettingsJSONDerivations": {
|
|
14523
|
+
"anyOf": [
|
|
14524
|
+
{
|
|
14525
|
+
"$ref": "#/definitions/StringFormFieldSettingsJSON"
|
|
14526
|
+
},
|
|
14527
|
+
{
|
|
14528
|
+
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
14529
|
+
},
|
|
14530
|
+
{
|
|
14531
|
+
"$ref": "#/definitions/DoubleFormFieldSettingsJSON"
|
|
14532
|
+
},
|
|
14533
|
+
{
|
|
14534
|
+
"$ref": "#/definitions/BooleanFormFieldSettingsJSON"
|
|
14535
|
+
},
|
|
14536
|
+
{
|
|
14537
|
+
"$ref": "#/definitions/DateFormFieldSettingsJSON"
|
|
14538
|
+
},
|
|
14539
|
+
{
|
|
14540
|
+
"$ref": "#/definitions/SelectionFormFieldSettingsJSON"
|
|
14541
|
+
},
|
|
14542
|
+
{
|
|
14543
|
+
"$ref": "#/definitions/RatingFormFieldSettingsJSON"
|
|
14544
|
+
}
|
|
14545
|
+
]
|
|
14546
|
+
},
|
|
14547
|
+
"StringFormFieldSettingsJSON": {
|
|
14026
14548
|
"type": "object",
|
|
14027
14549
|
"properties": {
|
|
14028
14550
|
"@type": {
|
|
14029
14551
|
"type": "string",
|
|
14030
|
-
"const": "
|
|
14552
|
+
"const": "StringFormFieldSettings"
|
|
14031
14553
|
},
|
|
14032
14554
|
"@context": {
|
|
14033
14555
|
"type": "string"
|
|
@@ -14035,9 +14557,189 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14035
14557
|
"@version": {
|
|
14036
14558
|
"type": "string"
|
|
14037
14559
|
},
|
|
14038
|
-
"
|
|
14560
|
+
"allowNewlines": {
|
|
14561
|
+
"type": "boolean",
|
|
14562
|
+
"const": true
|
|
14563
|
+
},
|
|
14564
|
+
"min": {
|
|
14565
|
+
"type": "number"
|
|
14566
|
+
},
|
|
14567
|
+
"max": {
|
|
14568
|
+
"type": "number"
|
|
14569
|
+
}
|
|
14570
|
+
},
|
|
14571
|
+
"required": [
|
|
14572
|
+
"@type"
|
|
14573
|
+
],
|
|
14574
|
+
"additionalProperties": false
|
|
14575
|
+
},
|
|
14576
|
+
"IntegerFormFieldSettingsJSON": {
|
|
14577
|
+
"type": "object",
|
|
14578
|
+
"properties": {
|
|
14579
|
+
"@type": {
|
|
14580
|
+
"type": "string",
|
|
14581
|
+
"const": "IntegerFormFieldSettings"
|
|
14582
|
+
},
|
|
14583
|
+
"@context": {
|
|
14584
|
+
"type": "string"
|
|
14585
|
+
},
|
|
14586
|
+
"@version": {
|
|
14587
|
+
"type": "string"
|
|
14588
|
+
},
|
|
14589
|
+
"unit": {
|
|
14590
|
+
"type": "string"
|
|
14591
|
+
},
|
|
14592
|
+
"min": {
|
|
14593
|
+
"type": "number"
|
|
14594
|
+
},
|
|
14595
|
+
"max": {
|
|
14596
|
+
"type": "number"
|
|
14597
|
+
}
|
|
14598
|
+
},
|
|
14599
|
+
"required": [
|
|
14600
|
+
"@type"
|
|
14601
|
+
],
|
|
14602
|
+
"additionalProperties": false
|
|
14603
|
+
},
|
|
14604
|
+
"DoubleFormFieldSettingsJSON": {
|
|
14605
|
+
"type": "object",
|
|
14606
|
+
"properties": {
|
|
14607
|
+
"@type": {
|
|
14608
|
+
"type": "string",
|
|
14609
|
+
"const": "DoubleFormFieldSettings"
|
|
14610
|
+
},
|
|
14611
|
+
"@context": {
|
|
14612
|
+
"type": "string"
|
|
14613
|
+
},
|
|
14614
|
+
"@version": {
|
|
14615
|
+
"type": "string"
|
|
14616
|
+
},
|
|
14617
|
+
"unit": {
|
|
14618
|
+
"type": "string"
|
|
14619
|
+
},
|
|
14620
|
+
"min": {
|
|
14621
|
+
"type": "number"
|
|
14622
|
+
},
|
|
14623
|
+
"max": {
|
|
14624
|
+
"type": "number"
|
|
14625
|
+
}
|
|
14626
|
+
},
|
|
14627
|
+
"required": [
|
|
14628
|
+
"@type"
|
|
14629
|
+
],
|
|
14630
|
+
"additionalProperties": false
|
|
14631
|
+
},
|
|
14632
|
+
"BooleanFormFieldSettingsJSON": {
|
|
14633
|
+
"type": "object",
|
|
14634
|
+
"properties": {
|
|
14635
|
+
"@type": {
|
|
14636
|
+
"type": "string",
|
|
14637
|
+
"const": "BooleanFormFieldSettings"
|
|
14638
|
+
},
|
|
14639
|
+
"@context": {
|
|
14640
|
+
"type": "string"
|
|
14641
|
+
},
|
|
14642
|
+
"@version": {
|
|
14643
|
+
"type": "string"
|
|
14644
|
+
}
|
|
14645
|
+
},
|
|
14646
|
+
"required": [
|
|
14647
|
+
"@type"
|
|
14648
|
+
],
|
|
14649
|
+
"additionalProperties": false
|
|
14650
|
+
},
|
|
14651
|
+
"DateFormFieldSettingsJSON": {
|
|
14652
|
+
"type": "object",
|
|
14653
|
+
"properties": {
|
|
14654
|
+
"@type": {
|
|
14655
|
+
"type": "string",
|
|
14656
|
+
"const": "DateFormFieldSettings"
|
|
14657
|
+
},
|
|
14658
|
+
"@context": {
|
|
14659
|
+
"type": "string"
|
|
14660
|
+
},
|
|
14661
|
+
"@version": {
|
|
14662
|
+
"type": "string"
|
|
14663
|
+
}
|
|
14664
|
+
},
|
|
14665
|
+
"required": [
|
|
14666
|
+
"@type"
|
|
14667
|
+
],
|
|
14668
|
+
"additionalProperties": false
|
|
14669
|
+
},
|
|
14670
|
+
"SelectionFormFieldSettingsJSON": {
|
|
14671
|
+
"type": "object",
|
|
14672
|
+
"properties": {
|
|
14673
|
+
"@type": {
|
|
14674
|
+
"type": "string",
|
|
14675
|
+
"const": "SelectionFormFieldSettings"
|
|
14676
|
+
},
|
|
14677
|
+
"@context": {
|
|
14678
|
+
"type": "string"
|
|
14679
|
+
},
|
|
14680
|
+
"@version": {
|
|
14681
|
+
"type": "string"
|
|
14682
|
+
},
|
|
14683
|
+
"options": {
|
|
14684
|
+
"type": "array",
|
|
14685
|
+
"items": {
|
|
14686
|
+
"type": "string"
|
|
14687
|
+
}
|
|
14688
|
+
},
|
|
14689
|
+
"allowMultipleSelection": {
|
|
14690
|
+
"type": "boolean",
|
|
14691
|
+
"const": true
|
|
14692
|
+
}
|
|
14693
|
+
},
|
|
14694
|
+
"required": [
|
|
14695
|
+
"@type",
|
|
14696
|
+
"options"
|
|
14697
|
+
],
|
|
14698
|
+
"additionalProperties": false
|
|
14699
|
+
},
|
|
14700
|
+
"RatingFormFieldSettingsJSON": {
|
|
14701
|
+
"type": "object",
|
|
14702
|
+
"properties": {
|
|
14703
|
+
"@type": {
|
|
14704
|
+
"type": "string",
|
|
14705
|
+
"const": "RatingFormFieldSettings"
|
|
14706
|
+
},
|
|
14707
|
+
"@context": {
|
|
14708
|
+
"type": "string"
|
|
14709
|
+
},
|
|
14710
|
+
"@version": {
|
|
14711
|
+
"type": "string"
|
|
14712
|
+
},
|
|
14713
|
+
"maxRating": {
|
|
14714
|
+
"type": "number",
|
|
14715
|
+
"enum": [
|
|
14716
|
+
5,
|
|
14717
|
+
6,
|
|
14718
|
+
7,
|
|
14719
|
+
8,
|
|
14720
|
+
9,
|
|
14721
|
+
10
|
|
14722
|
+
]
|
|
14723
|
+
}
|
|
14724
|
+
},
|
|
14725
|
+
"required": [
|
|
14726
|
+
"@type",
|
|
14727
|
+
"maxRating"
|
|
14728
|
+
],
|
|
14729
|
+
"additionalProperties": false
|
|
14730
|
+
},
|
|
14731
|
+
"RegisterAttributeListenerRequestItemJSON": {
|
|
14732
|
+
"type": "object",
|
|
14733
|
+
"properties": {
|
|
14734
|
+
"@type": {
|
|
14039
14735
|
"type": "string",
|
|
14040
|
-
"
|
|
14736
|
+
"const": "RegisterAttributeListenerRequestItem"
|
|
14737
|
+
},
|
|
14738
|
+
"@context": {
|
|
14739
|
+
"type": "string"
|
|
14740
|
+
},
|
|
14741
|
+
"@version": {
|
|
14742
|
+
"type": "string"
|
|
14041
14743
|
},
|
|
14042
14744
|
"description": {
|
|
14043
14745
|
"type": "string",
|
|
@@ -14073,6 +14775,46 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14073
14775
|
],
|
|
14074
14776
|
"additionalProperties": false
|
|
14075
14777
|
},
|
|
14778
|
+
"TransferFileOwnershipRequestItemJSON": {
|
|
14779
|
+
"type": "object",
|
|
14780
|
+
"properties": {
|
|
14781
|
+
"@type": {
|
|
14782
|
+
"type": "string",
|
|
14783
|
+
"const": "TransferFileOwnershipRequestItem"
|
|
14784
|
+
},
|
|
14785
|
+
"@context": {
|
|
14786
|
+
"type": "string"
|
|
14787
|
+
},
|
|
14788
|
+
"@version": {
|
|
14789
|
+
"type": "string"
|
|
14790
|
+
},
|
|
14791
|
+
"description": {
|
|
14792
|
+
"type": "string",
|
|
14793
|
+
"description": "The human-readable description of this item."
|
|
14794
|
+
},
|
|
14795
|
+
"metadata": {
|
|
14796
|
+
"type": "object",
|
|
14797
|
+
"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."
|
|
14798
|
+
},
|
|
14799
|
+
"mustBeAccepted": {
|
|
14800
|
+
"type": "boolean",
|
|
14801
|
+
"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."
|
|
14802
|
+
},
|
|
14803
|
+
"requireManualDecision": {
|
|
14804
|
+
"type": "boolean",
|
|
14805
|
+
"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."
|
|
14806
|
+
},
|
|
14807
|
+
"fileReference": {
|
|
14808
|
+
"type": "string"
|
|
14809
|
+
}
|
|
14810
|
+
},
|
|
14811
|
+
"required": [
|
|
14812
|
+
"@type",
|
|
14813
|
+
"fileReference",
|
|
14814
|
+
"mustBeAccepted"
|
|
14815
|
+
],
|
|
14816
|
+
"additionalProperties": false
|
|
14817
|
+
},
|
|
14076
14818
|
"MessageIdString": {
|
|
14077
14819
|
"type": "string",
|
|
14078
14820
|
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
@@ -14189,9 +14931,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14189
14931
|
"requestItemMetadata": {
|
|
14190
14932
|
"type": "object",
|
|
14191
14933
|
"properties": {
|
|
14192
|
-
"title": {
|
|
14193
|
-
"type": "string"
|
|
14194
|
-
},
|
|
14195
14934
|
"description": {
|
|
14196
14935
|
"type": "string"
|
|
14197
14936
|
},
|
|
@@ -14805,7 +15544,8 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14805
15544
|
"type": "object",
|
|
14806
15545
|
"properties": {
|
|
14807
15546
|
"@type": {
|
|
14808
|
-
"type": "string"
|
|
15547
|
+
"type": "string",
|
|
15548
|
+
"const": "Consent"
|
|
14809
15549
|
},
|
|
14810
15550
|
"@context": {
|
|
14811
15551
|
"type": "string"
|
|
@@ -14818,6 +15558,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14818
15558
|
},
|
|
14819
15559
|
"link": {
|
|
14820
15560
|
"type": "string"
|
|
15561
|
+
},
|
|
15562
|
+
"linkDisplayText": {
|
|
15563
|
+
"type": "string"
|
|
14821
15564
|
}
|
|
14822
15565
|
},
|
|
14823
15566
|
"required": [
|
|
@@ -15420,22 +16163,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15420
16163
|
"type": "string"
|
|
15421
16164
|
},
|
|
15422
16165
|
"owner": {
|
|
15423
|
-
"
|
|
15424
|
-
|
|
15425
|
-
|
|
15426
|
-
|
|
15427
|
-
|
|
15428
|
-
"type": "string",
|
|
15429
|
-
"const": "thirdParty"
|
|
15430
|
-
},
|
|
15431
|
-
{
|
|
15432
|
-
"type": "string",
|
|
15433
|
-
"const": "recipient"
|
|
15434
|
-
},
|
|
15435
|
-
{
|
|
15436
|
-
"type": "string",
|
|
15437
|
-
"const": ""
|
|
15438
|
-
}
|
|
16166
|
+
"type": "string",
|
|
16167
|
+
"enum": [
|
|
16168
|
+
"thirdParty",
|
|
16169
|
+
"recipient",
|
|
16170
|
+
""
|
|
15439
16171
|
]
|
|
15440
16172
|
},
|
|
15441
16173
|
"thirdParty": {
|
|
@@ -15452,14 +16184,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
15452
16184
|
"thirdParty"
|
|
15453
16185
|
],
|
|
15454
16186
|
"additionalProperties": false
|
|
15455
|
-
},
|
|
15456
|
-
"ThirdPartyRelationshipAttributeQueryOwner": {
|
|
15457
|
-
"type": "string",
|
|
15458
|
-
"enum": [
|
|
15459
|
-
"thirdParty",
|
|
15460
|
-
"recipient",
|
|
15461
|
-
""
|
|
15462
|
-
]
|
|
15463
16187
|
}
|
|
15464
16188
|
}
|
|
15465
16189
|
};
|
|
@@ -16310,19 +17034,41 @@ exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
|
|
|
16310
17034
|
}
|
|
16311
17035
|
}
|
|
16312
17036
|
};
|
|
16313
|
-
exports.
|
|
17037
|
+
exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = {
|
|
16314
17038
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16315
|
-
"$ref": "#/definitions/
|
|
17039
|
+
"$ref": "#/definitions/SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest",
|
|
16316
17040
|
"definitions": {
|
|
16317
|
-
"
|
|
17041
|
+
"SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest": {
|
|
16318
17042
|
"type": "object",
|
|
16319
17043
|
"properties": {
|
|
16320
|
-
"
|
|
16321
|
-
"$ref": "#/definitions/
|
|
16322
|
-
}
|
|
16323
|
-
|
|
16324
|
-
|
|
16325
|
-
|
|
17044
|
+
"relationshipId": {
|
|
17045
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
17046
|
+
}
|
|
17047
|
+
},
|
|
17048
|
+
"required": [
|
|
17049
|
+
"relationshipId"
|
|
17050
|
+
],
|
|
17051
|
+
"additionalProperties": false
|
|
17052
|
+
},
|
|
17053
|
+
"RelationshipIdString": {
|
|
17054
|
+
"type": "string",
|
|
17055
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
17056
|
+
}
|
|
17057
|
+
}
|
|
17058
|
+
};
|
|
17059
|
+
exports.ShareRepositoryAttributeRequest = {
|
|
17060
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
17061
|
+
"$ref": "#/definitions/ShareRepositoryAttributeRequest",
|
|
17062
|
+
"definitions": {
|
|
17063
|
+
"ShareRepositoryAttributeRequest": {
|
|
17064
|
+
"type": "object",
|
|
17065
|
+
"properties": {
|
|
17066
|
+
"attributeId": {
|
|
17067
|
+
"$ref": "#/definitions/AttributeIdString"
|
|
17068
|
+
},
|
|
17069
|
+
"peer": {
|
|
17070
|
+
"$ref": "#/definitions/AddressString"
|
|
17071
|
+
},
|
|
16326
17072
|
"requestMetadata": {
|
|
16327
17073
|
"type": "object",
|
|
16328
17074
|
"properties": {
|
|
@@ -16344,9 +17090,6 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
16344
17090
|
"requestItemMetadata": {
|
|
16345
17091
|
"type": "object",
|
|
16346
17092
|
"properties": {
|
|
16347
|
-
"title": {
|
|
16348
|
-
"type": "string"
|
|
16349
|
-
},
|
|
16350
17093
|
"description": {
|
|
16351
17094
|
"type": "string"
|
|
16352
17095
|
},
|
|
@@ -17008,7 +17751,8 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17008
17751
|
"type": "object",
|
|
17009
17752
|
"properties": {
|
|
17010
17753
|
"@type": {
|
|
17011
|
-
"type": "string"
|
|
17754
|
+
"type": "string",
|
|
17755
|
+
"const": "Consent"
|
|
17012
17756
|
},
|
|
17013
17757
|
"@context": {
|
|
17014
17758
|
"type": "string"
|
|
@@ -17021,6 +17765,9 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17021
17765
|
},
|
|
17022
17766
|
"link": {
|
|
17023
17767
|
"type": "string"
|
|
17768
|
+
},
|
|
17769
|
+
"linkDisplayText": {
|
|
17770
|
+
"type": "string"
|
|
17024
17771
|
}
|
|
17025
17772
|
},
|
|
17026
17773
|
"required": [
|
|
@@ -19042,11 +19789,11 @@ exports.DownloadFileRequest = {
|
|
|
19042
19789
|
}
|
|
19043
19790
|
}
|
|
19044
19791
|
};
|
|
19045
|
-
exports.
|
|
19792
|
+
exports.LoadItemFromReferenceRequest = {
|
|
19046
19793
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19047
|
-
"$ref": "#/definitions/
|
|
19794
|
+
"$ref": "#/definitions/LoadItemFromReferenceRequest",
|
|
19048
19795
|
"definitions": {
|
|
19049
|
-
"
|
|
19796
|
+
"LoadItemFromReferenceRequest": {
|
|
19050
19797
|
"type": "object",
|
|
19051
19798
|
"properties": {
|
|
19052
19799
|
"reference": {
|
|
@@ -19118,355 +19865,417 @@ exports.RegisterPushNotificationTokenRequest = {
|
|
|
19118
19865
|
}
|
|
19119
19866
|
}
|
|
19120
19867
|
};
|
|
19121
|
-
exports.
|
|
19868
|
+
exports.CreateTokenForFileRequest = {
|
|
19122
19869
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19123
|
-
"$ref": "#/definitions/
|
|
19870
|
+
"$ref": "#/definitions/CreateTokenForFileRequest",
|
|
19124
19871
|
"definitions": {
|
|
19125
|
-
"
|
|
19872
|
+
"CreateTokenForFileRequest": {
|
|
19126
19873
|
"type": "object",
|
|
19127
19874
|
"properties": {
|
|
19128
|
-
"
|
|
19129
|
-
"$ref": "#/definitions/
|
|
19875
|
+
"fileId": {
|
|
19876
|
+
"$ref": "#/definitions/FileIdString"
|
|
19877
|
+
},
|
|
19878
|
+
"expiresAt": {
|
|
19879
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19880
|
+
},
|
|
19881
|
+
"ephemeral": {
|
|
19882
|
+
"type": "boolean"
|
|
19883
|
+
},
|
|
19884
|
+
"forIdentity": {
|
|
19885
|
+
"$ref": "#/definitions/AddressString"
|
|
19886
|
+
},
|
|
19887
|
+
"passwordProtection": {
|
|
19888
|
+
"type": "object",
|
|
19889
|
+
"properties": {
|
|
19890
|
+
"password": {
|
|
19891
|
+
"type": "string",
|
|
19892
|
+
"minLength": 1
|
|
19893
|
+
},
|
|
19894
|
+
"passwordIsPin": {
|
|
19895
|
+
"type": "boolean",
|
|
19896
|
+
"const": true
|
|
19897
|
+
},
|
|
19898
|
+
"passwordLocationIndicator": {}
|
|
19899
|
+
},
|
|
19900
|
+
"required": [
|
|
19901
|
+
"password"
|
|
19902
|
+
],
|
|
19903
|
+
"additionalProperties": false
|
|
19130
19904
|
}
|
|
19131
19905
|
},
|
|
19132
19906
|
"required": [
|
|
19133
|
-
"
|
|
19907
|
+
"fileId"
|
|
19134
19908
|
],
|
|
19135
19909
|
"additionalProperties": false
|
|
19136
19910
|
},
|
|
19137
|
-
"
|
|
19911
|
+
"FileIdString": {
|
|
19138
19912
|
"type": "string",
|
|
19139
|
-
"pattern": "
|
|
19140
|
-
}
|
|
19141
|
-
|
|
19142
|
-
|
|
19143
|
-
|
|
19144
|
-
|
|
19145
|
-
|
|
19146
|
-
|
|
19147
|
-
|
|
19148
|
-
"
|
|
19149
|
-
"properties": {
|
|
19150
|
-
"lengthOfGracePeriodInDays": {
|
|
19151
|
-
"type": "number"
|
|
19152
|
-
}
|
|
19153
|
-
},
|
|
19154
|
-
"additionalProperties": false
|
|
19913
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19914
|
+
},
|
|
19915
|
+
"ISO8601DateTimeString": {
|
|
19916
|
+
"type": "string",
|
|
19917
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
19918
|
+
"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)?)?)?)?$"
|
|
19919
|
+
},
|
|
19920
|
+
"AddressString": {
|
|
19921
|
+
"type": "string",
|
|
19922
|
+
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
19155
19923
|
}
|
|
19156
19924
|
}
|
|
19157
19925
|
};
|
|
19158
|
-
exports.
|
|
19926
|
+
exports.DeleteFileRequest = {
|
|
19159
19927
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19160
|
-
"$ref": "#/definitions/
|
|
19928
|
+
"$ref": "#/definitions/DeleteFileRequest",
|
|
19161
19929
|
"definitions": {
|
|
19162
|
-
"
|
|
19930
|
+
"DeleteFileRequest": {
|
|
19163
19931
|
"type": "object",
|
|
19164
19932
|
"properties": {
|
|
19165
|
-
"
|
|
19166
|
-
"$ref": "#/definitions/MessageIdString"
|
|
19167
|
-
},
|
|
19168
|
-
"attachmentId": {
|
|
19933
|
+
"fileId": {
|
|
19169
19934
|
"$ref": "#/definitions/FileIdString"
|
|
19170
19935
|
}
|
|
19171
19936
|
},
|
|
19172
19937
|
"required": [
|
|
19173
|
-
"
|
|
19174
|
-
"attachmentId"
|
|
19938
|
+
"fileId"
|
|
19175
19939
|
],
|
|
19176
19940
|
"additionalProperties": false
|
|
19177
19941
|
},
|
|
19178
|
-
"MessageIdString": {
|
|
19179
|
-
"type": "string",
|
|
19180
|
-
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
19181
|
-
},
|
|
19182
19942
|
"FileIdString": {
|
|
19183
19943
|
"type": "string",
|
|
19184
19944
|
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19185
19945
|
}
|
|
19186
19946
|
}
|
|
19187
19947
|
};
|
|
19188
|
-
exports.
|
|
19948
|
+
exports.GetFileRequest = {
|
|
19189
19949
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19190
|
-
"$ref": "#/definitions/
|
|
19950
|
+
"$ref": "#/definitions/GetFileRequest",
|
|
19191
19951
|
"definitions": {
|
|
19192
|
-
"
|
|
19952
|
+
"GetFileRequest": {
|
|
19193
19953
|
"type": "object",
|
|
19194
19954
|
"properties": {
|
|
19195
|
-
"
|
|
19196
|
-
"
|
|
19197
|
-
"const": "Relationship"
|
|
19198
|
-
},
|
|
19199
|
-
"relationship": {
|
|
19200
|
-
"$ref": "#/definitions/RelationshipIdString"
|
|
19955
|
+
"id": {
|
|
19956
|
+
"$ref": "#/definitions/FileIdString"
|
|
19201
19957
|
}
|
|
19202
19958
|
},
|
|
19203
19959
|
"required": [
|
|
19204
|
-
"
|
|
19205
|
-
"relationship"
|
|
19960
|
+
"id"
|
|
19206
19961
|
],
|
|
19207
19962
|
"additionalProperties": false
|
|
19208
19963
|
},
|
|
19209
|
-
"
|
|
19964
|
+
"FileIdString": {
|
|
19210
19965
|
"type": "string",
|
|
19211
|
-
"pattern": "
|
|
19212
|
-
}
|
|
19213
|
-
}
|
|
19214
|
-
};
|
|
19215
|
-
exports.isCreateRelationshipChallengeRequest = {
|
|
19216
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19217
|
-
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
19218
|
-
"definitions": {
|
|
19219
|
-
"isCreateRelationshipChallengeRequest": {
|
|
19220
|
-
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
19221
|
-
"type": "object",
|
|
19222
|
-
"properties": {
|
|
19223
|
-
"namedArgs": {
|
|
19224
|
-
"type": "object",
|
|
19225
|
-
"properties": {
|
|
19226
|
-
"value": {}
|
|
19227
|
-
},
|
|
19228
|
-
"required": [
|
|
19229
|
-
"value"
|
|
19230
|
-
],
|
|
19231
|
-
"additionalProperties": false
|
|
19232
|
-
}
|
|
19233
|
-
}
|
|
19234
|
-
}
|
|
19235
|
-
}
|
|
19236
|
-
};
|
|
19237
|
-
exports.CreateIdentityChallengeRequest = {
|
|
19238
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19239
|
-
"$ref": "#/definitions/CreateIdentityChallengeRequest",
|
|
19240
|
-
"definitions": {
|
|
19241
|
-
"CreateIdentityChallengeRequest": {
|
|
19242
|
-
"type": "object",
|
|
19243
|
-
"properties": {
|
|
19244
|
-
"challengeType": {
|
|
19245
|
-
"type": "string",
|
|
19246
|
-
"const": "Identity"
|
|
19247
|
-
}
|
|
19248
|
-
},
|
|
19249
|
-
"required": [
|
|
19250
|
-
"challengeType"
|
|
19251
|
-
],
|
|
19252
|
-
"additionalProperties": false
|
|
19253
|
-
}
|
|
19254
|
-
}
|
|
19255
|
-
};
|
|
19256
|
-
exports.isCreateIdentityChallengeRequest = {
|
|
19257
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19258
|
-
"$ref": "#/definitions/isCreateIdentityChallengeRequest",
|
|
19259
|
-
"definitions": {
|
|
19260
|
-
"isCreateIdentityChallengeRequest": {
|
|
19261
|
-
"$comment": "(value: any) => value is CreateIdentityChallengeRequest",
|
|
19262
|
-
"type": "object",
|
|
19263
|
-
"properties": {
|
|
19264
|
-
"namedArgs": {
|
|
19265
|
-
"type": "object",
|
|
19266
|
-
"properties": {
|
|
19267
|
-
"value": {}
|
|
19268
|
-
},
|
|
19269
|
-
"required": [
|
|
19270
|
-
"value"
|
|
19271
|
-
],
|
|
19272
|
-
"additionalProperties": false
|
|
19273
|
-
}
|
|
19274
|
-
}
|
|
19966
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19275
19967
|
}
|
|
19276
19968
|
}
|
|
19277
19969
|
};
|
|
19278
|
-
exports.
|
|
19970
|
+
exports.GetFilesRequest = {
|
|
19279
19971
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19280
|
-
"$ref": "#/definitions/
|
|
19972
|
+
"$ref": "#/definitions/GetFilesRequest",
|
|
19281
19973
|
"definitions": {
|
|
19282
|
-
"
|
|
19974
|
+
"GetFilesRequest": {
|
|
19283
19975
|
"type": "object",
|
|
19284
19976
|
"properties": {
|
|
19285
|
-
"
|
|
19286
|
-
"
|
|
19287
|
-
|
|
19977
|
+
"query": {
|
|
19978
|
+
"$ref": "#/definitions/GetFilesQuery"
|
|
19979
|
+
},
|
|
19980
|
+
"ownerRestriction": {
|
|
19981
|
+
"$ref": "#/definitions/OwnerRestriction"
|
|
19288
19982
|
}
|
|
19289
19983
|
},
|
|
19290
|
-
"required": [
|
|
19291
|
-
"challengeType"
|
|
19292
|
-
],
|
|
19293
19984
|
"additionalProperties": false
|
|
19294
|
-
}
|
|
19295
|
-
|
|
19296
|
-
};
|
|
19297
|
-
exports.isCreateDeviceChallengeRequest = {
|
|
19298
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19299
|
-
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
19300
|
-
"definitions": {
|
|
19301
|
-
"isCreateDeviceChallengeRequest": {
|
|
19302
|
-
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
19985
|
+
},
|
|
19986
|
+
"GetFilesQuery": {
|
|
19303
19987
|
"type": "object",
|
|
19304
19988
|
"properties": {
|
|
19305
|
-
"
|
|
19306
|
-
"
|
|
19307
|
-
|
|
19308
|
-
|
|
19309
|
-
|
|
19310
|
-
|
|
19311
|
-
|
|
19312
|
-
|
|
19313
|
-
|
|
19314
|
-
|
|
19315
|
-
|
|
19316
|
-
|
|
19317
|
-
}
|
|
19318
|
-
};
|
|
19319
|
-
exports.CreateChallengeRequest = {
|
|
19320
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19321
|
-
"$ref": "#/definitions/CreateChallengeRequest",
|
|
19322
|
-
"definitions": {
|
|
19323
|
-
"CreateChallengeRequest": {
|
|
19324
|
-
"anyOf": [
|
|
19325
|
-
{
|
|
19326
|
-
"$ref": "#/definitions/CreateRelationshipChallengeRequest"
|
|
19327
|
-
},
|
|
19328
|
-
{
|
|
19329
|
-
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
19989
|
+
"createdAt": {
|
|
19990
|
+
"anyOf": [
|
|
19991
|
+
{
|
|
19992
|
+
"type": "string"
|
|
19993
|
+
},
|
|
19994
|
+
{
|
|
19995
|
+
"type": "array",
|
|
19996
|
+
"items": {
|
|
19997
|
+
"type": "string"
|
|
19998
|
+
}
|
|
19999
|
+
}
|
|
20000
|
+
]
|
|
19330
20001
|
},
|
|
19331
|
-
{
|
|
19332
|
-
"
|
|
19333
|
-
|
|
19334
|
-
|
|
19335
|
-
|
|
19336
|
-
|
|
19337
|
-
|
|
19338
|
-
|
|
19339
|
-
|
|
19340
|
-
|
|
19341
|
-
|
|
20002
|
+
"createdBy": {
|
|
20003
|
+
"anyOf": [
|
|
20004
|
+
{
|
|
20005
|
+
"type": "string"
|
|
20006
|
+
},
|
|
20007
|
+
{
|
|
20008
|
+
"type": "array",
|
|
20009
|
+
"items": {
|
|
20010
|
+
"type": "string"
|
|
20011
|
+
}
|
|
20012
|
+
}
|
|
20013
|
+
]
|
|
19342
20014
|
},
|
|
19343
|
-
"
|
|
19344
|
-
"
|
|
20015
|
+
"createdByDevice": {
|
|
20016
|
+
"anyOf": [
|
|
20017
|
+
{
|
|
20018
|
+
"type": "string"
|
|
20019
|
+
},
|
|
20020
|
+
{
|
|
20021
|
+
"type": "array",
|
|
20022
|
+
"items": {
|
|
20023
|
+
"type": "string"
|
|
20024
|
+
}
|
|
20025
|
+
}
|
|
20026
|
+
]
|
|
20027
|
+
},
|
|
20028
|
+
"description": {
|
|
20029
|
+
"anyOf": [
|
|
20030
|
+
{
|
|
20031
|
+
"type": "string"
|
|
20032
|
+
},
|
|
20033
|
+
{
|
|
20034
|
+
"type": "array",
|
|
20035
|
+
"items": {
|
|
20036
|
+
"type": "string"
|
|
20037
|
+
}
|
|
20038
|
+
}
|
|
20039
|
+
]
|
|
20040
|
+
},
|
|
20041
|
+
"expiresAt": {
|
|
20042
|
+
"anyOf": [
|
|
20043
|
+
{
|
|
20044
|
+
"type": "string"
|
|
20045
|
+
},
|
|
20046
|
+
{
|
|
20047
|
+
"type": "array",
|
|
20048
|
+
"items": {
|
|
20049
|
+
"type": "string"
|
|
20050
|
+
}
|
|
20051
|
+
}
|
|
20052
|
+
]
|
|
20053
|
+
},
|
|
20054
|
+
"filename": {
|
|
20055
|
+
"anyOf": [
|
|
20056
|
+
{
|
|
20057
|
+
"type": "string"
|
|
20058
|
+
},
|
|
20059
|
+
{
|
|
20060
|
+
"type": "array",
|
|
20061
|
+
"items": {
|
|
20062
|
+
"type": "string"
|
|
20063
|
+
}
|
|
20064
|
+
}
|
|
20065
|
+
]
|
|
20066
|
+
},
|
|
20067
|
+
"filesize": {
|
|
20068
|
+
"anyOf": [
|
|
20069
|
+
{
|
|
20070
|
+
"type": "string"
|
|
20071
|
+
},
|
|
20072
|
+
{
|
|
20073
|
+
"type": "array",
|
|
20074
|
+
"items": {
|
|
20075
|
+
"type": "string"
|
|
20076
|
+
}
|
|
20077
|
+
}
|
|
20078
|
+
]
|
|
20079
|
+
},
|
|
20080
|
+
"mimetype": {
|
|
20081
|
+
"anyOf": [
|
|
20082
|
+
{
|
|
20083
|
+
"type": "string"
|
|
20084
|
+
},
|
|
20085
|
+
{
|
|
20086
|
+
"type": "array",
|
|
20087
|
+
"items": {
|
|
20088
|
+
"type": "string"
|
|
20089
|
+
}
|
|
20090
|
+
}
|
|
20091
|
+
]
|
|
20092
|
+
},
|
|
20093
|
+
"title": {
|
|
20094
|
+
"anyOf": [
|
|
20095
|
+
{
|
|
20096
|
+
"type": "string"
|
|
20097
|
+
},
|
|
20098
|
+
{
|
|
20099
|
+
"type": "array",
|
|
20100
|
+
"items": {
|
|
20101
|
+
"type": "string"
|
|
20102
|
+
}
|
|
20103
|
+
}
|
|
20104
|
+
]
|
|
20105
|
+
},
|
|
20106
|
+
"isOwn": {
|
|
20107
|
+
"anyOf": [
|
|
20108
|
+
{
|
|
20109
|
+
"type": "string"
|
|
20110
|
+
},
|
|
20111
|
+
{
|
|
20112
|
+
"type": "array",
|
|
20113
|
+
"items": {
|
|
20114
|
+
"type": "string"
|
|
20115
|
+
}
|
|
20116
|
+
}
|
|
20117
|
+
]
|
|
20118
|
+
},
|
|
20119
|
+
"tags": {
|
|
20120
|
+
"anyOf": [
|
|
20121
|
+
{
|
|
20122
|
+
"type": "string"
|
|
20123
|
+
},
|
|
20124
|
+
{
|
|
20125
|
+
"type": "array",
|
|
20126
|
+
"items": {
|
|
20127
|
+
"type": "string"
|
|
20128
|
+
}
|
|
20129
|
+
}
|
|
20130
|
+
]
|
|
19345
20131
|
}
|
|
19346
20132
|
},
|
|
19347
|
-
"required": [
|
|
19348
|
-
"challengeType",
|
|
19349
|
-
"relationship"
|
|
19350
|
-
],
|
|
19351
20133
|
"additionalProperties": false
|
|
19352
20134
|
},
|
|
19353
|
-
"
|
|
20135
|
+
"OwnerRestriction": {
|
|
19354
20136
|
"type": "string",
|
|
19355
|
-
"
|
|
19356
|
-
|
|
19357
|
-
|
|
19358
|
-
|
|
19359
|
-
"properties": {
|
|
19360
|
-
"challengeType": {
|
|
19361
|
-
"type": "string",
|
|
19362
|
-
"const": "Identity"
|
|
19363
|
-
}
|
|
19364
|
-
},
|
|
19365
|
-
"required": [
|
|
19366
|
-
"challengeType"
|
|
19367
|
-
],
|
|
19368
|
-
"additionalProperties": false
|
|
19369
|
-
},
|
|
19370
|
-
"CreateDeviceChallengeRequest": {
|
|
19371
|
-
"type": "object",
|
|
19372
|
-
"properties": {
|
|
19373
|
-
"challengeType": {
|
|
19374
|
-
"type": "string",
|
|
19375
|
-
"const": "Device"
|
|
19376
|
-
}
|
|
19377
|
-
},
|
|
19378
|
-
"required": [
|
|
19379
|
-
"challengeType"
|
|
19380
|
-
],
|
|
19381
|
-
"additionalProperties": false
|
|
20137
|
+
"enum": [
|
|
20138
|
+
"o",
|
|
20139
|
+
"p"
|
|
20140
|
+
]
|
|
19382
20141
|
}
|
|
19383
20142
|
}
|
|
19384
20143
|
};
|
|
19385
|
-
exports.
|
|
20144
|
+
exports.GetOrLoadFileRequest = {
|
|
19386
20145
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19387
|
-
"$ref": "#/definitions/
|
|
20146
|
+
"$ref": "#/definitions/GetOrLoadFileRequest",
|
|
19388
20147
|
"definitions": {
|
|
19389
|
-
"
|
|
20148
|
+
"GetOrLoadFileRequest": {
|
|
19390
20149
|
"type": "object",
|
|
19391
20150
|
"properties": {
|
|
19392
|
-
"
|
|
19393
|
-
"
|
|
20151
|
+
"reference": {
|
|
20152
|
+
"anyOf": [
|
|
20153
|
+
{
|
|
20154
|
+
"$ref": "#/definitions/TokenReferenceString"
|
|
20155
|
+
},
|
|
20156
|
+
{
|
|
20157
|
+
"$ref": "#/definitions/FileReferenceString"
|
|
20158
|
+
}
|
|
20159
|
+
]
|
|
19394
20160
|
},
|
|
19395
|
-
"
|
|
20161
|
+
"password": {
|
|
19396
20162
|
"type": "string"
|
|
19397
20163
|
}
|
|
19398
20164
|
},
|
|
19399
20165
|
"required": [
|
|
19400
|
-
"
|
|
19401
|
-
"signature"
|
|
20166
|
+
"reference"
|
|
19402
20167
|
],
|
|
19403
|
-
"additionalProperties": false
|
|
20168
|
+
"additionalProperties": false,
|
|
20169
|
+
"errorMessage": "token / file reference invalid"
|
|
20170
|
+
},
|
|
20171
|
+
"TokenReferenceString": {
|
|
20172
|
+
"type": "string",
|
|
20173
|
+
"pattern": "VE9L.{84}"
|
|
20174
|
+
},
|
|
20175
|
+
"FileReferenceString": {
|
|
20176
|
+
"type": "string",
|
|
20177
|
+
"pattern": "RklM.{84}"
|
|
19404
20178
|
}
|
|
19405
20179
|
}
|
|
19406
20180
|
};
|
|
19407
|
-
exports.
|
|
20181
|
+
exports.RegenerateFileOwnershipTokenRequest = {
|
|
19408
20182
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19409
|
-
"$ref": "#/definitions/
|
|
20183
|
+
"$ref": "#/definitions/RegenerateFileOwnershipTokenRequest",
|
|
19410
20184
|
"definitions": {
|
|
19411
|
-
"
|
|
20185
|
+
"RegenerateFileOwnershipTokenRequest": {
|
|
19412
20186
|
"type": "object",
|
|
19413
20187
|
"properties": {
|
|
19414
|
-
"
|
|
19415
|
-
"
|
|
19416
|
-
},
|
|
19417
|
-
"description": {
|
|
19418
|
-
"type": "string"
|
|
19419
|
-
},
|
|
19420
|
-
"isAdmin": {
|
|
19421
|
-
"type": "boolean"
|
|
20188
|
+
"id": {
|
|
20189
|
+
"$ref": "#/definitions/FileIdString"
|
|
19422
20190
|
}
|
|
19423
20191
|
},
|
|
20192
|
+
"required": [
|
|
20193
|
+
"id"
|
|
20194
|
+
],
|
|
19424
20195
|
"additionalProperties": false
|
|
20196
|
+
},
|
|
20197
|
+
"FileIdString": {
|
|
20198
|
+
"type": "string",
|
|
20199
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19425
20200
|
}
|
|
19426
20201
|
}
|
|
19427
20202
|
};
|
|
19428
|
-
exports.
|
|
20203
|
+
exports.UploadOwnFileRequest = {
|
|
19429
20204
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19430
|
-
"$ref": "#/definitions/
|
|
20205
|
+
"$ref": "#/definitions/UploadOwnFileRequest",
|
|
19431
20206
|
"definitions": {
|
|
19432
|
-
"
|
|
20207
|
+
"UploadOwnFileRequest": {
|
|
19433
20208
|
"type": "object",
|
|
19434
20209
|
"properties": {
|
|
19435
|
-
"
|
|
19436
|
-
"$ref": "#/definitions/DeviceIdString"
|
|
19437
|
-
},
|
|
19438
|
-
"expiresAt": {
|
|
19439
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19440
|
-
},
|
|
19441
|
-
"profileName": {
|
|
19442
|
-
"type": "string"
|
|
19443
|
-
},
|
|
19444
|
-
"passwordProtection": {
|
|
20210
|
+
"content": {
|
|
19445
20211
|
"type": "object",
|
|
19446
20212
|
"properties": {
|
|
19447
|
-
"
|
|
19448
|
-
"type": "
|
|
20213
|
+
"BYTES_PER_ELEMENT": {
|
|
20214
|
+
"type": "number"
|
|
19449
20215
|
},
|
|
19450
|
-
"
|
|
19451
|
-
"type": "
|
|
19452
|
-
"
|
|
20216
|
+
"buffer": {
|
|
20217
|
+
"type": "object",
|
|
20218
|
+
"properties": {
|
|
20219
|
+
"byteLength": {
|
|
20220
|
+
"type": "number"
|
|
20221
|
+
}
|
|
20222
|
+
},
|
|
20223
|
+
"required": [
|
|
20224
|
+
"byteLength"
|
|
20225
|
+
],
|
|
20226
|
+
"additionalProperties": false
|
|
20227
|
+
},
|
|
20228
|
+
"byteLength": {
|
|
20229
|
+
"type": "number"
|
|
20230
|
+
},
|
|
20231
|
+
"byteOffset": {
|
|
20232
|
+
"type": "number"
|
|
20233
|
+
},
|
|
20234
|
+
"length": {
|
|
20235
|
+
"type": "number"
|
|
19453
20236
|
}
|
|
19454
20237
|
},
|
|
19455
20238
|
"required": [
|
|
19456
|
-
"
|
|
20239
|
+
"BYTES_PER_ELEMENT",
|
|
20240
|
+
"buffer",
|
|
20241
|
+
"byteLength",
|
|
20242
|
+
"byteOffset",
|
|
20243
|
+
"length"
|
|
19457
20244
|
],
|
|
19458
|
-
"additionalProperties":
|
|
20245
|
+
"additionalProperties": {
|
|
20246
|
+
"type": "number"
|
|
20247
|
+
}
|
|
20248
|
+
},
|
|
20249
|
+
"filename": {
|
|
20250
|
+
"type": "string"
|
|
20251
|
+
},
|
|
20252
|
+
"mimetype": {
|
|
20253
|
+
"type": "string"
|
|
20254
|
+
},
|
|
20255
|
+
"expiresAt": {
|
|
20256
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20257
|
+
},
|
|
20258
|
+
"title": {
|
|
20259
|
+
"type": "string"
|
|
20260
|
+
},
|
|
20261
|
+
"description": {
|
|
20262
|
+
"type": "string"
|
|
20263
|
+
},
|
|
20264
|
+
"tags": {
|
|
20265
|
+
"type": "array",
|
|
20266
|
+
"items": {
|
|
20267
|
+
"type": "string"
|
|
20268
|
+
},
|
|
20269
|
+
"uniqueItems": true
|
|
19459
20270
|
}
|
|
19460
20271
|
},
|
|
19461
20272
|
"required": [
|
|
19462
|
-
"
|
|
20273
|
+
"content",
|
|
20274
|
+
"filename",
|
|
20275
|
+
"mimetype"
|
|
19463
20276
|
],
|
|
19464
20277
|
"additionalProperties": false
|
|
19465
20278
|
},
|
|
19466
|
-
"DeviceIdString": {
|
|
19467
|
-
"type": "string",
|
|
19468
|
-
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19469
|
-
},
|
|
19470
20279
|
"ISO8601DateTimeString": {
|
|
19471
20280
|
"type": "string",
|
|
19472
20281
|
"errorMessage": "must match ISO8601 datetime format",
|
|
@@ -19474,37 +20283,62 @@ exports.CreateDeviceOnboardingTokenRequest = {
|
|
|
19474
20283
|
}
|
|
19475
20284
|
}
|
|
19476
20285
|
};
|
|
19477
|
-
exports.
|
|
20286
|
+
exports.UploadOwnFileValidatableRequest = {
|
|
19478
20287
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19479
|
-
"$ref": "#/definitions/
|
|
20288
|
+
"$ref": "#/definitions/UploadOwnFileValidatableRequest",
|
|
19480
20289
|
"definitions": {
|
|
19481
|
-
"
|
|
20290
|
+
"UploadOwnFileValidatableRequest": {
|
|
19482
20291
|
"type": "object",
|
|
19483
20292
|
"properties": {
|
|
19484
|
-
"
|
|
19485
|
-
"
|
|
20293
|
+
"filename": {
|
|
20294
|
+
"type": "string"
|
|
20295
|
+
},
|
|
20296
|
+
"mimetype": {
|
|
20297
|
+
"type": "string"
|
|
20298
|
+
},
|
|
20299
|
+
"expiresAt": {
|
|
20300
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20301
|
+
},
|
|
20302
|
+
"title": {
|
|
20303
|
+
"type": "string"
|
|
20304
|
+
},
|
|
20305
|
+
"description": {
|
|
20306
|
+
"type": "string"
|
|
20307
|
+
},
|
|
20308
|
+
"tags": {
|
|
20309
|
+
"type": "array",
|
|
20310
|
+
"items": {
|
|
20311
|
+
"type": "string"
|
|
20312
|
+
},
|
|
20313
|
+
"uniqueItems": true
|
|
20314
|
+
},
|
|
20315
|
+
"content": {
|
|
20316
|
+
"type": "object"
|
|
19486
20317
|
}
|
|
19487
20318
|
},
|
|
19488
20319
|
"required": [
|
|
19489
|
-
"
|
|
20320
|
+
"content",
|
|
20321
|
+
"filename",
|
|
20322
|
+
"mimetype"
|
|
19490
20323
|
],
|
|
19491
20324
|
"additionalProperties": false
|
|
19492
20325
|
},
|
|
19493
|
-
"
|
|
20326
|
+
"ISO8601DateTimeString": {
|
|
19494
20327
|
"type": "string",
|
|
19495
|
-
"
|
|
20328
|
+
"errorMessage": "must match ISO8601 datetime format",
|
|
20329
|
+
"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)?)?)?)?$"
|
|
19496
20330
|
}
|
|
19497
20331
|
}
|
|
19498
20332
|
};
|
|
19499
|
-
exports.
|
|
20333
|
+
exports.GetIdentityDeletionProcessRequest = {
|
|
19500
20334
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19501
|
-
"$ref": "#/definitions/
|
|
20335
|
+
"$ref": "#/definitions/GetIdentityDeletionProcessRequest",
|
|
19502
20336
|
"definitions": {
|
|
19503
|
-
"
|
|
20337
|
+
"GetIdentityDeletionProcessRequest": {
|
|
19504
20338
|
"type": "object",
|
|
19505
20339
|
"properties": {
|
|
19506
20340
|
"id": {
|
|
19507
|
-
"$ref": "#/definitions/
|
|
20341
|
+
"$ref": "#/definitions/IdentityDeletionProcessIdString"
|
|
19508
20342
|
}
|
|
19509
20343
|
},
|
|
19510
20344
|
"required": [
|
|
@@ -19512,50 +20346,70 @@ exports.GetDeviceRequest = {
|
|
|
19512
20346
|
],
|
|
19513
20347
|
"additionalProperties": false
|
|
19514
20348
|
},
|
|
19515
|
-
"
|
|
20349
|
+
"IdentityDeletionProcessIdString": {
|
|
19516
20350
|
"type": "string",
|
|
19517
|
-
"pattern": "
|
|
20351
|
+
"pattern": "IDP[A-Za-z0-9]{17}"
|
|
19518
20352
|
}
|
|
19519
20353
|
}
|
|
19520
20354
|
};
|
|
19521
|
-
exports.
|
|
20355
|
+
exports.InitiateIdentityDeletionProcessRequest = {
|
|
19522
20356
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19523
|
-
"$ref": "#/definitions/
|
|
20357
|
+
"$ref": "#/definitions/InitiateIdentityDeletionProcessRequest",
|
|
19524
20358
|
"definitions": {
|
|
19525
|
-
"
|
|
20359
|
+
"InitiateIdentityDeletionProcessRequest": {
|
|
20360
|
+
"type": "object",
|
|
20361
|
+
"properties": {
|
|
20362
|
+
"lengthOfGracePeriodInDays": {
|
|
20363
|
+
"type": "number"
|
|
20364
|
+
}
|
|
20365
|
+
},
|
|
20366
|
+
"additionalProperties": false
|
|
20367
|
+
}
|
|
20368
|
+
}
|
|
20369
|
+
};
|
|
20370
|
+
exports.DownloadAttachmentRequest = {
|
|
20371
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20372
|
+
"$ref": "#/definitions/DownloadAttachmentRequest",
|
|
20373
|
+
"definitions": {
|
|
20374
|
+
"DownloadAttachmentRequest": {
|
|
19526
20375
|
"type": "object",
|
|
19527
20376
|
"properties": {
|
|
19528
20377
|
"id": {
|
|
19529
|
-
"$ref": "#/definitions/
|
|
20378
|
+
"$ref": "#/definitions/MessageIdString"
|
|
19530
20379
|
},
|
|
19531
|
-
"
|
|
19532
|
-
"
|
|
20380
|
+
"attachmentId": {
|
|
20381
|
+
"$ref": "#/definitions/FileIdString"
|
|
19533
20382
|
}
|
|
19534
20383
|
},
|
|
19535
20384
|
"required": [
|
|
19536
|
-
"id"
|
|
20385
|
+
"id",
|
|
20386
|
+
"attachmentId"
|
|
19537
20387
|
],
|
|
19538
20388
|
"additionalProperties": false
|
|
19539
20389
|
},
|
|
19540
|
-
"
|
|
20390
|
+
"MessageIdString": {
|
|
19541
20391
|
"type": "string",
|
|
19542
|
-
"pattern": "[A-Za-z0-9]{
|
|
20392
|
+
"pattern": "MSG[A-Za-z0-9]{17}"
|
|
20393
|
+
},
|
|
20394
|
+
"FileIdString": {
|
|
20395
|
+
"type": "string",
|
|
20396
|
+
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19543
20397
|
}
|
|
19544
20398
|
}
|
|
19545
20399
|
};
|
|
19546
|
-
exports.
|
|
20400
|
+
exports.GetAnnouncementsRequest = {
|
|
19547
20401
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19548
|
-
"$ref": "#/definitions/
|
|
20402
|
+
"$ref": "#/definitions/GetAnnouncementsRequest",
|
|
19549
20403
|
"definitions": {
|
|
19550
|
-
"
|
|
20404
|
+
"GetAnnouncementsRequest": {
|
|
19551
20405
|
"type": "object",
|
|
19552
20406
|
"properties": {
|
|
19553
|
-
"
|
|
20407
|
+
"language": {
|
|
19554
20408
|
"$ref": "#/definitions/LanguageISO639"
|
|
19555
20409
|
}
|
|
19556
20410
|
},
|
|
19557
20411
|
"required": [
|
|
19558
|
-
"
|
|
20412
|
+
"language"
|
|
19559
20413
|
],
|
|
19560
20414
|
"additionalProperties": false
|
|
19561
20415
|
},
|
|
@@ -19749,128 +20603,261 @@ exports.SetCommunicationLanguageRequest = {
|
|
|
19749
20603
|
}
|
|
19750
20604
|
}
|
|
19751
20605
|
};
|
|
19752
|
-
exports.
|
|
20606
|
+
exports.CreateRelationshipChallengeRequest = {
|
|
19753
20607
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19754
|
-
"$ref": "#/definitions/
|
|
20608
|
+
"$ref": "#/definitions/CreateRelationshipChallengeRequest",
|
|
19755
20609
|
"definitions": {
|
|
19756
|
-
"
|
|
20610
|
+
"CreateRelationshipChallengeRequest": {
|
|
19757
20611
|
"type": "object",
|
|
19758
20612
|
"properties": {
|
|
19759
|
-
"
|
|
19760
|
-
"
|
|
19761
|
-
|
|
19762
|
-
"name": {
|
|
19763
|
-
"type": "string"
|
|
20613
|
+
"challengeType": {
|
|
20614
|
+
"type": "string",
|
|
20615
|
+
"const": "Relationship"
|
|
19764
20616
|
},
|
|
19765
|
-
"
|
|
19766
|
-
"
|
|
20617
|
+
"relationship": {
|
|
20618
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
19767
20619
|
}
|
|
19768
20620
|
},
|
|
19769
20621
|
"required": [
|
|
19770
|
-
"
|
|
20622
|
+
"challengeType",
|
|
20623
|
+
"relationship"
|
|
19771
20624
|
],
|
|
19772
20625
|
"additionalProperties": false
|
|
19773
20626
|
},
|
|
19774
|
-
"
|
|
20627
|
+
"RelationshipIdString": {
|
|
19775
20628
|
"type": "string",
|
|
19776
|
-
"pattern": "
|
|
20629
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
20630
|
+
}
|
|
20631
|
+
}
|
|
20632
|
+
};
|
|
20633
|
+
exports.isCreateRelationshipChallengeRequest = {
|
|
20634
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20635
|
+
"$ref": "#/definitions/isCreateRelationshipChallengeRequest",
|
|
20636
|
+
"definitions": {
|
|
20637
|
+
"isCreateRelationshipChallengeRequest": {
|
|
20638
|
+
"$comment": "(value: any) => value is CreateRelationshipChallengeRequest",
|
|
20639
|
+
"type": "object",
|
|
20640
|
+
"properties": {
|
|
20641
|
+
"namedArgs": {
|
|
20642
|
+
"type": "object",
|
|
20643
|
+
"properties": {
|
|
20644
|
+
"value": {}
|
|
20645
|
+
},
|
|
20646
|
+
"required": [
|
|
20647
|
+
"value"
|
|
20648
|
+
],
|
|
20649
|
+
"additionalProperties": false
|
|
20650
|
+
}
|
|
20651
|
+
}
|
|
19777
20652
|
}
|
|
19778
20653
|
}
|
|
19779
20654
|
};
|
|
19780
|
-
exports.
|
|
20655
|
+
exports.CreateIdentityChallengeRequest = {
|
|
19781
20656
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19782
|
-
"$ref": "#/definitions/
|
|
20657
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest",
|
|
19783
20658
|
"definitions": {
|
|
19784
|
-
"
|
|
20659
|
+
"CreateIdentityChallengeRequest": {
|
|
19785
20660
|
"type": "object",
|
|
19786
20661
|
"properties": {
|
|
19787
|
-
"
|
|
19788
|
-
"
|
|
20662
|
+
"challengeType": {
|
|
20663
|
+
"type": "string",
|
|
20664
|
+
"const": "Identity"
|
|
19789
20665
|
}
|
|
19790
20666
|
},
|
|
19791
20667
|
"required": [
|
|
19792
|
-
"
|
|
20668
|
+
"challengeType"
|
|
19793
20669
|
],
|
|
19794
20670
|
"additionalProperties": false
|
|
19795
|
-
},
|
|
19796
|
-
"FileIdString": {
|
|
19797
|
-
"type": "string",
|
|
19798
|
-
"pattern": "FIL[A-Za-z0-9]{17}"
|
|
19799
20671
|
}
|
|
19800
20672
|
}
|
|
19801
20673
|
};
|
|
19802
|
-
exports.
|
|
20674
|
+
exports.isCreateIdentityChallengeRequest = {
|
|
19803
20675
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19804
|
-
"$ref": "#/definitions/
|
|
20676
|
+
"$ref": "#/definitions/isCreateIdentityChallengeRequest",
|
|
19805
20677
|
"definitions": {
|
|
19806
|
-
"
|
|
20678
|
+
"isCreateIdentityChallengeRequest": {
|
|
20679
|
+
"$comment": "(value: any) => value is CreateIdentityChallengeRequest",
|
|
19807
20680
|
"type": "object",
|
|
19808
20681
|
"properties": {
|
|
19809
|
-
"
|
|
19810
|
-
"$ref": "#/definitions/FileIdString"
|
|
19811
|
-
},
|
|
19812
|
-
"expiresAt": {
|
|
19813
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19814
|
-
},
|
|
19815
|
-
"ephemeral": {
|
|
19816
|
-
"type": "boolean"
|
|
19817
|
-
},
|
|
19818
|
-
"forIdentity": {
|
|
19819
|
-
"$ref": "#/definitions/AddressString"
|
|
19820
|
-
},
|
|
19821
|
-
"passwordProtection": {
|
|
20682
|
+
"namedArgs": {
|
|
19822
20683
|
"type": "object",
|
|
19823
20684
|
"properties": {
|
|
19824
|
-
"
|
|
19825
|
-
"type": "string",
|
|
19826
|
-
"minLength": 1
|
|
19827
|
-
},
|
|
19828
|
-
"passwordIsPin": {
|
|
19829
|
-
"type": "boolean",
|
|
19830
|
-
"const": true
|
|
19831
|
-
}
|
|
20685
|
+
"value": {}
|
|
19832
20686
|
},
|
|
19833
20687
|
"required": [
|
|
19834
|
-
"
|
|
20688
|
+
"value"
|
|
19835
20689
|
],
|
|
19836
20690
|
"additionalProperties": false
|
|
19837
20691
|
}
|
|
20692
|
+
}
|
|
20693
|
+
}
|
|
20694
|
+
}
|
|
20695
|
+
};
|
|
20696
|
+
exports.CreateDeviceChallengeRequest = {
|
|
20697
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20698
|
+
"$ref": "#/definitions/CreateDeviceChallengeRequest",
|
|
20699
|
+
"definitions": {
|
|
20700
|
+
"CreateDeviceChallengeRequest": {
|
|
20701
|
+
"type": "object",
|
|
20702
|
+
"properties": {
|
|
20703
|
+
"challengeType": {
|
|
20704
|
+
"type": "string",
|
|
20705
|
+
"const": "Device"
|
|
20706
|
+
}
|
|
19838
20707
|
},
|
|
19839
20708
|
"required": [
|
|
19840
|
-
"
|
|
20709
|
+
"challengeType"
|
|
19841
20710
|
],
|
|
19842
20711
|
"additionalProperties": false
|
|
20712
|
+
}
|
|
20713
|
+
}
|
|
20714
|
+
};
|
|
20715
|
+
exports.isCreateDeviceChallengeRequest = {
|
|
20716
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20717
|
+
"$ref": "#/definitions/isCreateDeviceChallengeRequest",
|
|
20718
|
+
"definitions": {
|
|
20719
|
+
"isCreateDeviceChallengeRequest": {
|
|
20720
|
+
"$comment": "(value: any) => value is CreateDeviceChallengeRequest",
|
|
20721
|
+
"type": "object",
|
|
20722
|
+
"properties": {
|
|
20723
|
+
"namedArgs": {
|
|
20724
|
+
"type": "object",
|
|
20725
|
+
"properties": {
|
|
20726
|
+
"value": {}
|
|
20727
|
+
},
|
|
20728
|
+
"required": [
|
|
20729
|
+
"value"
|
|
20730
|
+
],
|
|
20731
|
+
"additionalProperties": false
|
|
20732
|
+
}
|
|
20733
|
+
}
|
|
20734
|
+
}
|
|
20735
|
+
}
|
|
20736
|
+
};
|
|
20737
|
+
exports.CreateChallengeRequest = {
|
|
20738
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20739
|
+
"$ref": "#/definitions/CreateChallengeRequest",
|
|
20740
|
+
"definitions": {
|
|
20741
|
+
"CreateChallengeRequest": {
|
|
20742
|
+
"anyOf": [
|
|
20743
|
+
{
|
|
20744
|
+
"$ref": "#/definitions/CreateRelationshipChallengeRequest"
|
|
20745
|
+
},
|
|
20746
|
+
{
|
|
20747
|
+
"$ref": "#/definitions/CreateIdentityChallengeRequest"
|
|
20748
|
+
},
|
|
20749
|
+
{
|
|
20750
|
+
"$ref": "#/definitions/CreateDeviceChallengeRequest"
|
|
20751
|
+
}
|
|
20752
|
+
]
|
|
19843
20753
|
},
|
|
19844
|
-
"
|
|
19845
|
-
"type": "
|
|
19846
|
-
"
|
|
20754
|
+
"CreateRelationshipChallengeRequest": {
|
|
20755
|
+
"type": "object",
|
|
20756
|
+
"properties": {
|
|
20757
|
+
"challengeType": {
|
|
20758
|
+
"type": "string",
|
|
20759
|
+
"const": "Relationship"
|
|
20760
|
+
},
|
|
20761
|
+
"relationship": {
|
|
20762
|
+
"$ref": "#/definitions/RelationshipIdString"
|
|
20763
|
+
}
|
|
20764
|
+
},
|
|
20765
|
+
"required": [
|
|
20766
|
+
"challengeType",
|
|
20767
|
+
"relationship"
|
|
20768
|
+
],
|
|
20769
|
+
"additionalProperties": false
|
|
19847
20770
|
},
|
|
19848
|
-
"
|
|
20771
|
+
"RelationshipIdString": {
|
|
19849
20772
|
"type": "string",
|
|
19850
|
-
"
|
|
19851
|
-
"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)?)?)?)?$"
|
|
20773
|
+
"pattern": "REL[A-Za-z0-9]{17}"
|
|
19852
20774
|
},
|
|
19853
|
-
"
|
|
19854
|
-
"type": "
|
|
19855
|
-
"
|
|
20775
|
+
"CreateIdentityChallengeRequest": {
|
|
20776
|
+
"type": "object",
|
|
20777
|
+
"properties": {
|
|
20778
|
+
"challengeType": {
|
|
20779
|
+
"type": "string",
|
|
20780
|
+
"const": "Identity"
|
|
20781
|
+
}
|
|
20782
|
+
},
|
|
20783
|
+
"required": [
|
|
20784
|
+
"challengeType"
|
|
20785
|
+
],
|
|
20786
|
+
"additionalProperties": false
|
|
20787
|
+
},
|
|
20788
|
+
"CreateDeviceChallengeRequest": {
|
|
20789
|
+
"type": "object",
|
|
20790
|
+
"properties": {
|
|
20791
|
+
"challengeType": {
|
|
20792
|
+
"type": "string",
|
|
20793
|
+
"const": "Device"
|
|
20794
|
+
}
|
|
20795
|
+
},
|
|
20796
|
+
"required": [
|
|
20797
|
+
"challengeType"
|
|
20798
|
+
],
|
|
20799
|
+
"additionalProperties": false
|
|
19856
20800
|
}
|
|
19857
20801
|
}
|
|
19858
20802
|
};
|
|
19859
|
-
exports.
|
|
20803
|
+
exports.ValidateChallengeRequest = {
|
|
19860
20804
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19861
|
-
"$ref": "#/definitions/
|
|
20805
|
+
"$ref": "#/definitions/ValidateChallengeRequest",
|
|
19862
20806
|
"definitions": {
|
|
19863
|
-
"
|
|
20807
|
+
"ValidateChallengeRequest": {
|
|
19864
20808
|
"type": "object",
|
|
19865
20809
|
"properties": {
|
|
19866
|
-
"
|
|
19867
|
-
"
|
|
20810
|
+
"challengeString": {
|
|
20811
|
+
"type": "string"
|
|
20812
|
+
},
|
|
20813
|
+
"signature": {
|
|
20814
|
+
"type": "string"
|
|
20815
|
+
}
|
|
20816
|
+
},
|
|
20817
|
+
"required": [
|
|
20818
|
+
"challengeString",
|
|
20819
|
+
"signature"
|
|
20820
|
+
],
|
|
20821
|
+
"additionalProperties": false
|
|
20822
|
+
}
|
|
20823
|
+
}
|
|
20824
|
+
};
|
|
20825
|
+
exports.CreateDeviceRequest = {
|
|
20826
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20827
|
+
"$ref": "#/definitions/CreateDeviceRequest",
|
|
20828
|
+
"definitions": {
|
|
20829
|
+
"CreateDeviceRequest": {
|
|
20830
|
+
"type": "object",
|
|
20831
|
+
"properties": {
|
|
20832
|
+
"name": {
|
|
20833
|
+
"type": "string"
|
|
20834
|
+
},
|
|
20835
|
+
"description": {
|
|
20836
|
+
"type": "string"
|
|
20837
|
+
},
|
|
20838
|
+
"isAdmin": {
|
|
20839
|
+
"type": "boolean"
|
|
20840
|
+
}
|
|
20841
|
+
},
|
|
20842
|
+
"additionalProperties": false
|
|
20843
|
+
}
|
|
20844
|
+
}
|
|
20845
|
+
};
|
|
20846
|
+
exports.CreateDeviceOnboardingTokenRequest = {
|
|
20847
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20848
|
+
"$ref": "#/definitions/CreateDeviceOnboardingTokenRequest",
|
|
20849
|
+
"definitions": {
|
|
20850
|
+
"CreateDeviceOnboardingTokenRequest": {
|
|
20851
|
+
"type": "object",
|
|
20852
|
+
"properties": {
|
|
20853
|
+
"id": {
|
|
20854
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
19868
20855
|
},
|
|
19869
20856
|
"expiresAt": {
|
|
19870
20857
|
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
19871
20858
|
},
|
|
19872
|
-
"
|
|
19873
|
-
"
|
|
20859
|
+
"profileName": {
|
|
20860
|
+
"type": "string"
|
|
19874
20861
|
},
|
|
19875
20862
|
"passwordProtection": {
|
|
19876
20863
|
"type": "object",
|
|
@@ -19882,7 +20869,8 @@ exports.CreateTokenQRCodeForFileRequest = {
|
|
|
19882
20869
|
"passwordIsPin": {
|
|
19883
20870
|
"type": "boolean",
|
|
19884
20871
|
"const": true
|
|
19885
|
-
}
|
|
20872
|
+
},
|
|
20873
|
+
"passwordLocationIndicator": {}
|
|
19886
20874
|
},
|
|
19887
20875
|
"required": [
|
|
19888
20876
|
"password"
|
|
@@ -19891,56 +20879,52 @@ exports.CreateTokenQRCodeForFileRequest = {
|
|
|
19891
20879
|
}
|
|
19892
20880
|
},
|
|
19893
20881
|
"required": [
|
|
19894
|
-
"
|
|
20882
|
+
"id"
|
|
19895
20883
|
],
|
|
19896
20884
|
"additionalProperties": false
|
|
19897
20885
|
},
|
|
19898
|
-
"
|
|
20886
|
+
"DeviceIdString": {
|
|
19899
20887
|
"type": "string",
|
|
19900
|
-
"pattern": "
|
|
20888
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19901
20889
|
},
|
|
19902
20890
|
"ISO8601DateTimeString": {
|
|
19903
20891
|
"type": "string",
|
|
19904
20892
|
"errorMessage": "must match ISO8601 datetime format",
|
|
19905
20893
|
"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)?)?)?)?$"
|
|
19906
|
-
},
|
|
19907
|
-
"AddressString": {
|
|
19908
|
-
"type": "string",
|
|
19909
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
19910
20894
|
}
|
|
19911
20895
|
}
|
|
19912
20896
|
};
|
|
19913
|
-
exports.
|
|
20897
|
+
exports.DeleteDeviceRequest = {
|
|
19914
20898
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19915
|
-
"$ref": "#/definitions/
|
|
20899
|
+
"$ref": "#/definitions/DeleteDeviceRequest",
|
|
19916
20900
|
"definitions": {
|
|
19917
|
-
"
|
|
20901
|
+
"DeleteDeviceRequest": {
|
|
19918
20902
|
"type": "object",
|
|
19919
20903
|
"properties": {
|
|
19920
|
-
"
|
|
19921
|
-
"$ref": "#/definitions/
|
|
20904
|
+
"id": {
|
|
20905
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
19922
20906
|
}
|
|
19923
20907
|
},
|
|
19924
20908
|
"required": [
|
|
19925
|
-
"
|
|
20909
|
+
"id"
|
|
19926
20910
|
],
|
|
19927
20911
|
"additionalProperties": false
|
|
19928
20912
|
},
|
|
19929
|
-
"
|
|
20913
|
+
"DeviceIdString": {
|
|
19930
20914
|
"type": "string",
|
|
19931
|
-
"pattern": "
|
|
20915
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19932
20916
|
}
|
|
19933
20917
|
}
|
|
19934
20918
|
};
|
|
19935
|
-
exports.
|
|
20919
|
+
exports.GetDeviceRequest = {
|
|
19936
20920
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19937
|
-
"$ref": "#/definitions/
|
|
20921
|
+
"$ref": "#/definitions/GetDeviceRequest",
|
|
19938
20922
|
"definitions": {
|
|
19939
|
-
"
|
|
20923
|
+
"GetDeviceRequest": {
|
|
19940
20924
|
"type": "object",
|
|
19941
20925
|
"properties": {
|
|
19942
20926
|
"id": {
|
|
19943
|
-
"$ref": "#/definitions/
|
|
20927
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
19944
20928
|
}
|
|
19945
20929
|
},
|
|
19946
20930
|
"required": [
|
|
@@ -19948,348 +20932,268 @@ exports.GetFileRequest = {
|
|
|
19948
20932
|
],
|
|
19949
20933
|
"additionalProperties": false
|
|
19950
20934
|
},
|
|
19951
|
-
"
|
|
20935
|
+
"DeviceIdString": {
|
|
19952
20936
|
"type": "string",
|
|
19953
|
-
"pattern": "
|
|
20937
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
19954
20938
|
}
|
|
19955
20939
|
}
|
|
19956
20940
|
};
|
|
19957
|
-
exports.
|
|
20941
|
+
exports.GetDeviceOnboardingInfoRequest = {
|
|
19958
20942
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
19959
|
-
"$ref": "#/definitions/
|
|
20943
|
+
"$ref": "#/definitions/GetDeviceOnboardingInfoRequest",
|
|
19960
20944
|
"definitions": {
|
|
19961
|
-
"
|
|
20945
|
+
"GetDeviceOnboardingInfoRequest": {
|
|
19962
20946
|
"type": "object",
|
|
19963
20947
|
"properties": {
|
|
19964
|
-
"
|
|
19965
|
-
"$ref": "#/definitions/
|
|
20948
|
+
"id": {
|
|
20949
|
+
"$ref": "#/definitions/GenericIdString"
|
|
19966
20950
|
},
|
|
19967
|
-
"
|
|
19968
|
-
"
|
|
20951
|
+
"profileName": {
|
|
20952
|
+
"type": "string"
|
|
19969
20953
|
}
|
|
19970
20954
|
},
|
|
20955
|
+
"required": [
|
|
20956
|
+
"id"
|
|
20957
|
+
],
|
|
19971
20958
|
"additionalProperties": false
|
|
19972
20959
|
},
|
|
19973
|
-
"
|
|
20960
|
+
"GenericIdString": {
|
|
20961
|
+
"type": "string",
|
|
20962
|
+
"pattern": "[A-Za-z0-9]{20}"
|
|
20963
|
+
}
|
|
20964
|
+
}
|
|
20965
|
+
};
|
|
20966
|
+
exports.SetCommunicationLanguageRequest = {
|
|
20967
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20968
|
+
"$ref": "#/definitions/SetCommunicationLanguageRequest",
|
|
20969
|
+
"definitions": {
|
|
20970
|
+
"SetCommunicationLanguageRequest": {
|
|
19974
20971
|
"type": "object",
|
|
19975
20972
|
"properties": {
|
|
19976
|
-
"
|
|
19977
|
-
"
|
|
19978
|
-
{
|
|
19979
|
-
"type": "string"
|
|
19980
|
-
},
|
|
19981
|
-
{
|
|
19982
|
-
"type": "array",
|
|
19983
|
-
"items": {
|
|
19984
|
-
"type": "string"
|
|
19985
|
-
}
|
|
19986
|
-
}
|
|
19987
|
-
]
|
|
19988
|
-
},
|
|
19989
|
-
"createdBy": {
|
|
19990
|
-
"anyOf": [
|
|
19991
|
-
{
|
|
19992
|
-
"type": "string"
|
|
19993
|
-
},
|
|
19994
|
-
{
|
|
19995
|
-
"type": "array",
|
|
19996
|
-
"items": {
|
|
19997
|
-
"type": "string"
|
|
19998
|
-
}
|
|
19999
|
-
}
|
|
20000
|
-
]
|
|
20001
|
-
},
|
|
20002
|
-
"createdByDevice": {
|
|
20003
|
-
"anyOf": [
|
|
20004
|
-
{
|
|
20005
|
-
"type": "string"
|
|
20006
|
-
},
|
|
20007
|
-
{
|
|
20008
|
-
"type": "array",
|
|
20009
|
-
"items": {
|
|
20010
|
-
"type": "string"
|
|
20011
|
-
}
|
|
20012
|
-
}
|
|
20013
|
-
]
|
|
20014
|
-
},
|
|
20015
|
-
"description": {
|
|
20016
|
-
"anyOf": [
|
|
20017
|
-
{
|
|
20018
|
-
"type": "string"
|
|
20019
|
-
},
|
|
20020
|
-
{
|
|
20021
|
-
"type": "array",
|
|
20022
|
-
"items": {
|
|
20023
|
-
"type": "string"
|
|
20024
|
-
}
|
|
20025
|
-
}
|
|
20026
|
-
]
|
|
20027
|
-
},
|
|
20028
|
-
"expiresAt": {
|
|
20029
|
-
"anyOf": [
|
|
20030
|
-
{
|
|
20031
|
-
"type": "string"
|
|
20032
|
-
},
|
|
20033
|
-
{
|
|
20034
|
-
"type": "array",
|
|
20035
|
-
"items": {
|
|
20036
|
-
"type": "string"
|
|
20037
|
-
}
|
|
20038
|
-
}
|
|
20039
|
-
]
|
|
20040
|
-
},
|
|
20041
|
-
"filename": {
|
|
20042
|
-
"anyOf": [
|
|
20043
|
-
{
|
|
20044
|
-
"type": "string"
|
|
20045
|
-
},
|
|
20046
|
-
{
|
|
20047
|
-
"type": "array",
|
|
20048
|
-
"items": {
|
|
20049
|
-
"type": "string"
|
|
20050
|
-
}
|
|
20051
|
-
}
|
|
20052
|
-
]
|
|
20053
|
-
},
|
|
20054
|
-
"filesize": {
|
|
20055
|
-
"anyOf": [
|
|
20056
|
-
{
|
|
20057
|
-
"type": "string"
|
|
20058
|
-
},
|
|
20059
|
-
{
|
|
20060
|
-
"type": "array",
|
|
20061
|
-
"items": {
|
|
20062
|
-
"type": "string"
|
|
20063
|
-
}
|
|
20064
|
-
}
|
|
20065
|
-
]
|
|
20066
|
-
},
|
|
20067
|
-
"mimetype": {
|
|
20068
|
-
"anyOf": [
|
|
20069
|
-
{
|
|
20070
|
-
"type": "string"
|
|
20071
|
-
},
|
|
20072
|
-
{
|
|
20073
|
-
"type": "array",
|
|
20074
|
-
"items": {
|
|
20075
|
-
"type": "string"
|
|
20076
|
-
}
|
|
20077
|
-
}
|
|
20078
|
-
]
|
|
20079
|
-
},
|
|
20080
|
-
"title": {
|
|
20081
|
-
"anyOf": [
|
|
20082
|
-
{
|
|
20083
|
-
"type": "string"
|
|
20084
|
-
},
|
|
20085
|
-
{
|
|
20086
|
-
"type": "array",
|
|
20087
|
-
"items": {
|
|
20088
|
-
"type": "string"
|
|
20089
|
-
}
|
|
20090
|
-
}
|
|
20091
|
-
]
|
|
20092
|
-
},
|
|
20093
|
-
"isOwn": {
|
|
20094
|
-
"anyOf": [
|
|
20095
|
-
{
|
|
20096
|
-
"type": "string"
|
|
20097
|
-
},
|
|
20098
|
-
{
|
|
20099
|
-
"type": "array",
|
|
20100
|
-
"items": {
|
|
20101
|
-
"type": "string"
|
|
20102
|
-
}
|
|
20103
|
-
}
|
|
20104
|
-
]
|
|
20105
|
-
},
|
|
20106
|
-
"tags": {
|
|
20107
|
-
"anyOf": [
|
|
20108
|
-
{
|
|
20109
|
-
"type": "string"
|
|
20110
|
-
},
|
|
20111
|
-
{
|
|
20112
|
-
"type": "array",
|
|
20113
|
-
"items": {
|
|
20114
|
-
"type": "string"
|
|
20115
|
-
}
|
|
20116
|
-
}
|
|
20117
|
-
]
|
|
20118
|
-
}
|
|
20119
|
-
},
|
|
20120
|
-
"additionalProperties": false
|
|
20121
|
-
},
|
|
20122
|
-
"OwnerRestriction": {
|
|
20123
|
-
"type": "string",
|
|
20124
|
-
"enum": [
|
|
20125
|
-
"o",
|
|
20126
|
-
"p"
|
|
20127
|
-
]
|
|
20128
|
-
}
|
|
20129
|
-
}
|
|
20130
|
-
};
|
|
20131
|
-
exports.GetOrLoadFileRequest = {
|
|
20132
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20133
|
-
"$ref": "#/definitions/GetOrLoadFileRequest",
|
|
20134
|
-
"definitions": {
|
|
20135
|
-
"GetOrLoadFileRequest": {
|
|
20136
|
-
"type": "object",
|
|
20137
|
-
"properties": {
|
|
20138
|
-
"reference": {
|
|
20139
|
-
"anyOf": [
|
|
20140
|
-
{
|
|
20141
|
-
"$ref": "#/definitions/TokenReferenceString"
|
|
20142
|
-
},
|
|
20143
|
-
{
|
|
20144
|
-
"$ref": "#/definitions/FileReferenceString"
|
|
20145
|
-
}
|
|
20146
|
-
]
|
|
20147
|
-
},
|
|
20148
|
-
"password": {
|
|
20149
|
-
"type": "string"
|
|
20150
|
-
}
|
|
20151
|
-
},
|
|
20152
|
-
"required": [
|
|
20153
|
-
"reference"
|
|
20154
|
-
],
|
|
20155
|
-
"additionalProperties": false,
|
|
20156
|
-
"errorMessage": "token / file reference invalid"
|
|
20157
|
-
},
|
|
20158
|
-
"TokenReferenceString": {
|
|
20159
|
-
"type": "string",
|
|
20160
|
-
"pattern": "VE9L.{84}"
|
|
20161
|
-
},
|
|
20162
|
-
"FileReferenceString": {
|
|
20163
|
-
"type": "string",
|
|
20164
|
-
"pattern": "RklM.{84}"
|
|
20165
|
-
}
|
|
20166
|
-
}
|
|
20167
|
-
};
|
|
20168
|
-
exports.UploadOwnFileRequest = {
|
|
20169
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20170
|
-
"$ref": "#/definitions/UploadOwnFileRequest",
|
|
20171
|
-
"definitions": {
|
|
20172
|
-
"UploadOwnFileRequest": {
|
|
20173
|
-
"type": "object",
|
|
20174
|
-
"properties": {
|
|
20175
|
-
"content": {
|
|
20176
|
-
"type": "object",
|
|
20177
|
-
"properties": {
|
|
20178
|
-
"BYTES_PER_ELEMENT": {
|
|
20179
|
-
"type": "number"
|
|
20180
|
-
},
|
|
20181
|
-
"buffer": {
|
|
20182
|
-
"type": "object",
|
|
20183
|
-
"properties": {
|
|
20184
|
-
"byteLength": {
|
|
20185
|
-
"type": "number"
|
|
20186
|
-
}
|
|
20187
|
-
},
|
|
20188
|
-
"required": [
|
|
20189
|
-
"byteLength"
|
|
20190
|
-
],
|
|
20191
|
-
"additionalProperties": false
|
|
20192
|
-
},
|
|
20193
|
-
"byteLength": {
|
|
20194
|
-
"type": "number"
|
|
20195
|
-
},
|
|
20196
|
-
"byteOffset": {
|
|
20197
|
-
"type": "number"
|
|
20198
|
-
},
|
|
20199
|
-
"length": {
|
|
20200
|
-
"type": "number"
|
|
20201
|
-
}
|
|
20202
|
-
},
|
|
20203
|
-
"required": [
|
|
20204
|
-
"BYTES_PER_ELEMENT",
|
|
20205
|
-
"buffer",
|
|
20206
|
-
"byteLength",
|
|
20207
|
-
"byteOffset",
|
|
20208
|
-
"length"
|
|
20209
|
-
],
|
|
20210
|
-
"additionalProperties": {
|
|
20211
|
-
"type": "number"
|
|
20212
|
-
}
|
|
20213
|
-
},
|
|
20214
|
-
"filename": {
|
|
20215
|
-
"type": "string"
|
|
20216
|
-
},
|
|
20217
|
-
"mimetype": {
|
|
20218
|
-
"type": "string"
|
|
20219
|
-
},
|
|
20220
|
-
"expiresAt": {
|
|
20221
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
20222
|
-
},
|
|
20223
|
-
"title": {
|
|
20224
|
-
"type": "string"
|
|
20225
|
-
},
|
|
20226
|
-
"description": {
|
|
20227
|
-
"type": "string"
|
|
20228
|
-
},
|
|
20229
|
-
"tags": {
|
|
20230
|
-
"type": "array",
|
|
20231
|
-
"items": {
|
|
20232
|
-
"type": "string"
|
|
20233
|
-
}
|
|
20973
|
+
"communicationLanguage": {
|
|
20974
|
+
"$ref": "#/definitions/LanguageISO639"
|
|
20234
20975
|
}
|
|
20235
20976
|
},
|
|
20236
20977
|
"required": [
|
|
20237
|
-
"
|
|
20238
|
-
"filename",
|
|
20239
|
-
"mimetype"
|
|
20978
|
+
"communicationLanguage"
|
|
20240
20979
|
],
|
|
20241
20980
|
"additionalProperties": false
|
|
20242
20981
|
},
|
|
20243
|
-
"
|
|
20982
|
+
"LanguageISO639": {
|
|
20244
20983
|
"type": "string",
|
|
20245
|
-
"
|
|
20246
|
-
|
|
20984
|
+
"enum": [
|
|
20985
|
+
"aa",
|
|
20986
|
+
"ab",
|
|
20987
|
+
"ae",
|
|
20988
|
+
"af",
|
|
20989
|
+
"ak",
|
|
20990
|
+
"am",
|
|
20991
|
+
"an",
|
|
20992
|
+
"ar",
|
|
20993
|
+
"as",
|
|
20994
|
+
"av",
|
|
20995
|
+
"ay",
|
|
20996
|
+
"az",
|
|
20997
|
+
"ba",
|
|
20998
|
+
"be",
|
|
20999
|
+
"bg",
|
|
21000
|
+
"bi",
|
|
21001
|
+
"bm",
|
|
21002
|
+
"bn",
|
|
21003
|
+
"bo",
|
|
21004
|
+
"br",
|
|
21005
|
+
"bs",
|
|
21006
|
+
"ca",
|
|
21007
|
+
"ce",
|
|
21008
|
+
"ch",
|
|
21009
|
+
"co",
|
|
21010
|
+
"cr",
|
|
21011
|
+
"cs",
|
|
21012
|
+
"cu",
|
|
21013
|
+
"cv",
|
|
21014
|
+
"cy",
|
|
21015
|
+
"da",
|
|
21016
|
+
"de",
|
|
21017
|
+
"dv",
|
|
21018
|
+
"dz",
|
|
21019
|
+
"ee",
|
|
21020
|
+
"el",
|
|
21021
|
+
"en",
|
|
21022
|
+
"eo",
|
|
21023
|
+
"es",
|
|
21024
|
+
"et",
|
|
21025
|
+
"eu",
|
|
21026
|
+
"fa",
|
|
21027
|
+
"ff",
|
|
21028
|
+
"fi",
|
|
21029
|
+
"fj",
|
|
21030
|
+
"fo",
|
|
21031
|
+
"fr",
|
|
21032
|
+
"fy",
|
|
21033
|
+
"ga",
|
|
21034
|
+
"gd",
|
|
21035
|
+
"gl",
|
|
21036
|
+
"gn",
|
|
21037
|
+
"gu",
|
|
21038
|
+
"gv",
|
|
21039
|
+
"ha",
|
|
21040
|
+
"he",
|
|
21041
|
+
"hi",
|
|
21042
|
+
"ho",
|
|
21043
|
+
"hr",
|
|
21044
|
+
"ht",
|
|
21045
|
+
"hu",
|
|
21046
|
+
"hy",
|
|
21047
|
+
"hz",
|
|
21048
|
+
"ia",
|
|
21049
|
+
"id",
|
|
21050
|
+
"ie",
|
|
21051
|
+
"ig",
|
|
21052
|
+
"ii",
|
|
21053
|
+
"ik",
|
|
21054
|
+
"io",
|
|
21055
|
+
"is",
|
|
21056
|
+
"it",
|
|
21057
|
+
"iu",
|
|
21058
|
+
"ja",
|
|
21059
|
+
"jv",
|
|
21060
|
+
"ka",
|
|
21061
|
+
"kg",
|
|
21062
|
+
"ki",
|
|
21063
|
+
"kj",
|
|
21064
|
+
"kk",
|
|
21065
|
+
"kl",
|
|
21066
|
+
"km",
|
|
21067
|
+
"kn",
|
|
21068
|
+
"ko",
|
|
21069
|
+
"kr",
|
|
21070
|
+
"ks",
|
|
21071
|
+
"ku",
|
|
21072
|
+
"kv",
|
|
21073
|
+
"kw",
|
|
21074
|
+
"ky",
|
|
21075
|
+
"la",
|
|
21076
|
+
"lb",
|
|
21077
|
+
"lg",
|
|
21078
|
+
"li",
|
|
21079
|
+
"ln",
|
|
21080
|
+
"lo",
|
|
21081
|
+
"lt",
|
|
21082
|
+
"lu",
|
|
21083
|
+
"lv",
|
|
21084
|
+
"mg",
|
|
21085
|
+
"mh",
|
|
21086
|
+
"mi",
|
|
21087
|
+
"mk",
|
|
21088
|
+
"ml",
|
|
21089
|
+
"mn",
|
|
21090
|
+
"mr",
|
|
21091
|
+
"ms",
|
|
21092
|
+
"mt",
|
|
21093
|
+
"my",
|
|
21094
|
+
"na",
|
|
21095
|
+
"nb",
|
|
21096
|
+
"nd",
|
|
21097
|
+
"ne",
|
|
21098
|
+
"ng",
|
|
21099
|
+
"nl",
|
|
21100
|
+
"nn",
|
|
21101
|
+
"no",
|
|
21102
|
+
"nr",
|
|
21103
|
+
"nv",
|
|
21104
|
+
"ny",
|
|
21105
|
+
"oc",
|
|
21106
|
+
"oj",
|
|
21107
|
+
"om",
|
|
21108
|
+
"or",
|
|
21109
|
+
"os",
|
|
21110
|
+
"pa",
|
|
21111
|
+
"pi",
|
|
21112
|
+
"pl",
|
|
21113
|
+
"ps",
|
|
21114
|
+
"pt",
|
|
21115
|
+
"qu",
|
|
21116
|
+
"rm",
|
|
21117
|
+
"rn",
|
|
21118
|
+
"ro",
|
|
21119
|
+
"ru",
|
|
21120
|
+
"rw",
|
|
21121
|
+
"sa",
|
|
21122
|
+
"sc",
|
|
21123
|
+
"sd",
|
|
21124
|
+
"se",
|
|
21125
|
+
"sg",
|
|
21126
|
+
"si",
|
|
21127
|
+
"sk",
|
|
21128
|
+
"sl",
|
|
21129
|
+
"sm",
|
|
21130
|
+
"sn",
|
|
21131
|
+
"so",
|
|
21132
|
+
"sq",
|
|
21133
|
+
"sr",
|
|
21134
|
+
"ss",
|
|
21135
|
+
"st",
|
|
21136
|
+
"su",
|
|
21137
|
+
"sv",
|
|
21138
|
+
"sw",
|
|
21139
|
+
"ta",
|
|
21140
|
+
"te",
|
|
21141
|
+
"tg",
|
|
21142
|
+
"th",
|
|
21143
|
+
"ti",
|
|
21144
|
+
"tk",
|
|
21145
|
+
"tl",
|
|
21146
|
+
"tn",
|
|
21147
|
+
"to",
|
|
21148
|
+
"tr",
|
|
21149
|
+
"ts",
|
|
21150
|
+
"tt",
|
|
21151
|
+
"tw",
|
|
21152
|
+
"ty",
|
|
21153
|
+
"ug",
|
|
21154
|
+
"uk",
|
|
21155
|
+
"ur",
|
|
21156
|
+
"uz",
|
|
21157
|
+
"ve",
|
|
21158
|
+
"vi",
|
|
21159
|
+
"vo",
|
|
21160
|
+
"wa",
|
|
21161
|
+
"wo",
|
|
21162
|
+
"xh",
|
|
21163
|
+
"yi",
|
|
21164
|
+
"yo",
|
|
21165
|
+
"za",
|
|
21166
|
+
"zh",
|
|
21167
|
+
"zu"
|
|
21168
|
+
]
|
|
20247
21169
|
}
|
|
20248
21170
|
}
|
|
20249
21171
|
};
|
|
20250
|
-
exports.
|
|
21172
|
+
exports.UpdateDeviceRequest = {
|
|
20251
21173
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
20252
|
-
"$ref": "#/definitions/
|
|
21174
|
+
"$ref": "#/definitions/UpdateDeviceRequest",
|
|
20253
21175
|
"definitions": {
|
|
20254
|
-
"
|
|
21176
|
+
"UpdateDeviceRequest": {
|
|
20255
21177
|
"type": "object",
|
|
20256
21178
|
"properties": {
|
|
20257
|
-
"
|
|
20258
|
-
"
|
|
20259
|
-
},
|
|
20260
|
-
"mimetype": {
|
|
20261
|
-
"type": "string"
|
|
20262
|
-
},
|
|
20263
|
-
"expiresAt": {
|
|
20264
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21179
|
+
"id": {
|
|
21180
|
+
"$ref": "#/definitions/DeviceIdString"
|
|
20265
21181
|
},
|
|
20266
|
-
"
|
|
21182
|
+
"name": {
|
|
20267
21183
|
"type": "string"
|
|
20268
21184
|
},
|
|
20269
21185
|
"description": {
|
|
20270
21186
|
"type": "string"
|
|
20271
|
-
},
|
|
20272
|
-
"tags": {
|
|
20273
|
-
"type": "array",
|
|
20274
|
-
"items": {
|
|
20275
|
-
"type": "string"
|
|
20276
|
-
}
|
|
20277
|
-
},
|
|
20278
|
-
"content": {
|
|
20279
|
-
"type": "object"
|
|
20280
21187
|
}
|
|
20281
21188
|
},
|
|
20282
21189
|
"required": [
|
|
20283
|
-
"
|
|
20284
|
-
"filename",
|
|
20285
|
-
"mimetype"
|
|
21190
|
+
"id"
|
|
20286
21191
|
],
|
|
20287
21192
|
"additionalProperties": false
|
|
20288
21193
|
},
|
|
20289
|
-
"
|
|
21194
|
+
"DeviceIdString": {
|
|
20290
21195
|
"type": "string",
|
|
20291
|
-
"
|
|
20292
|
-
"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)?)?)?)?$"
|
|
21196
|
+
"pattern": "DVC[A-Za-z0-9]{17}"
|
|
20293
21197
|
}
|
|
20294
21198
|
}
|
|
20295
21199
|
};
|
|
@@ -20601,14 +21505,16 @@ exports.SendMessageRequest = {
|
|
|
20601
21505
|
"items": {
|
|
20602
21506
|
"$ref": "#/definitions/AddressString"
|
|
20603
21507
|
},
|
|
20604
|
-
"minItems": 1
|
|
21508
|
+
"minItems": 1,
|
|
21509
|
+
"uniqueItems": true
|
|
20605
21510
|
},
|
|
20606
21511
|
"content": {},
|
|
20607
21512
|
"attachments": {
|
|
20608
21513
|
"type": "array",
|
|
20609
21514
|
"items": {
|
|
20610
21515
|
"$ref": "#/definitions/FileIdString"
|
|
20611
|
-
}
|
|
21516
|
+
},
|
|
21517
|
+
"uniqueItems": true
|
|
20612
21518
|
}
|
|
20613
21519
|
},
|
|
20614
21520
|
"required": [
|
|
@@ -21033,7 +21939,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21033
21939
|
"passwordIsPin": {
|
|
21034
21940
|
"type": "boolean",
|
|
21035
21941
|
"const": true
|
|
21036
|
-
}
|
|
21942
|
+
},
|
|
21943
|
+
"passwordLocationIndicator": {}
|
|
21037
21944
|
},
|
|
21038
21945
|
"required": [
|
|
21039
21946
|
"password"
|
|
@@ -21058,33 +21965,11 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21058
21965
|
}
|
|
21059
21966
|
}
|
|
21060
21967
|
};
|
|
21061
|
-
exports.
|
|
21968
|
+
exports.CreateTokenForOwnRelationshipTemplateRequest = {
|
|
21062
21969
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21063
|
-
"$ref": "#/definitions/
|
|
21970
|
+
"$ref": "#/definitions/CreateTokenForOwnRelationshipTemplateRequest",
|
|
21064
21971
|
"definitions": {
|
|
21065
|
-
"
|
|
21066
|
-
"type": "object",
|
|
21067
|
-
"properties": {
|
|
21068
|
-
"templateId": {
|
|
21069
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21070
|
-
}
|
|
21071
|
-
},
|
|
21072
|
-
"required": [
|
|
21073
|
-
"templateId"
|
|
21074
|
-
],
|
|
21075
|
-
"additionalProperties": false
|
|
21076
|
-
},
|
|
21077
|
-
"RelationshipTemplateIdString": {
|
|
21078
|
-
"type": "string",
|
|
21079
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21080
|
-
}
|
|
21081
|
-
}
|
|
21082
|
-
};
|
|
21083
|
-
exports.CreateTokenForOwnTemplateRequest = {
|
|
21084
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21085
|
-
"$ref": "#/definitions/CreateTokenForOwnTemplateRequest",
|
|
21086
|
-
"definitions": {
|
|
21087
|
-
"CreateTokenForOwnTemplateRequest": {
|
|
21972
|
+
"CreateTokenForOwnRelationshipTemplateRequest": {
|
|
21088
21973
|
"type": "object",
|
|
21089
21974
|
"properties": {
|
|
21090
21975
|
"templateId": {
|
|
@@ -21109,61 +21994,8 @@ exports.CreateTokenForOwnTemplateRequest = {
|
|
|
21109
21994
|
"passwordIsPin": {
|
|
21110
21995
|
"type": "boolean",
|
|
21111
21996
|
"const": true
|
|
21112
|
-
}
|
|
21113
|
-
},
|
|
21114
|
-
"required": [
|
|
21115
|
-
"password"
|
|
21116
|
-
],
|
|
21117
|
-
"additionalProperties": false
|
|
21118
|
-
}
|
|
21119
|
-
},
|
|
21120
|
-
"required": [
|
|
21121
|
-
"templateId"
|
|
21122
|
-
],
|
|
21123
|
-
"additionalProperties": false
|
|
21124
|
-
},
|
|
21125
|
-
"RelationshipTemplateIdString": {
|
|
21126
|
-
"type": "string",
|
|
21127
|
-
"pattern": "RLT[A-Za-z0-9]{17}"
|
|
21128
|
-
},
|
|
21129
|
-
"ISO8601DateTimeString": {
|
|
21130
|
-
"type": "string",
|
|
21131
|
-
"errorMessage": "must match ISO8601 datetime format",
|
|
21132
|
-
"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)?)?)?)?$"
|
|
21133
|
-
},
|
|
21134
|
-
"AddressString": {
|
|
21135
|
-
"type": "string",
|
|
21136
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
21137
|
-
}
|
|
21138
|
-
}
|
|
21139
|
-
};
|
|
21140
|
-
exports.CreateTokenQRCodeForOwnTemplateRequest = {
|
|
21141
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21142
|
-
"$ref": "#/definitions/CreateTokenQRCodeForOwnTemplateRequest",
|
|
21143
|
-
"definitions": {
|
|
21144
|
-
"CreateTokenQRCodeForOwnTemplateRequest": {
|
|
21145
|
-
"type": "object",
|
|
21146
|
-
"properties": {
|
|
21147
|
-
"templateId": {
|
|
21148
|
-
"$ref": "#/definitions/RelationshipTemplateIdString"
|
|
21149
|
-
},
|
|
21150
|
-
"expiresAt": {
|
|
21151
|
-
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
21152
|
-
},
|
|
21153
|
-
"forIdentity": {
|
|
21154
|
-
"$ref": "#/definitions/AddressString"
|
|
21155
|
-
},
|
|
21156
|
-
"passwordProtection": {
|
|
21157
|
-
"type": "object",
|
|
21158
|
-
"properties": {
|
|
21159
|
-
"password": {
|
|
21160
|
-
"type": "string",
|
|
21161
|
-
"minLength": 1
|
|
21162
21997
|
},
|
|
21163
|
-
"
|
|
21164
|
-
"type": "boolean",
|
|
21165
|
-
"const": true
|
|
21166
|
-
}
|
|
21998
|
+
"passwordLocationIndicator": {}
|
|
21167
21999
|
},
|
|
21168
22000
|
"required": [
|
|
21169
22001
|
"password"
|
|
@@ -21371,6 +22203,19 @@ exports.GetRelationshipTemplatesRequest = {
|
|
|
21371
22203
|
"true",
|
|
21372
22204
|
"!"
|
|
21373
22205
|
]
|
|
22206
|
+
},
|
|
22207
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22208
|
+
"anyOf": [
|
|
22209
|
+
{
|
|
22210
|
+
"type": "string"
|
|
22211
|
+
},
|
|
22212
|
+
{
|
|
22213
|
+
"type": "array",
|
|
22214
|
+
"items": {
|
|
22215
|
+
"type": "string"
|
|
22216
|
+
}
|
|
22217
|
+
}
|
|
22218
|
+
]
|
|
21374
22219
|
}
|
|
21375
22220
|
},
|
|
21376
22221
|
"additionalProperties": false
|
|
@@ -21448,7 +22293,8 @@ exports.CreateOwnTokenRequest = {
|
|
|
21448
22293
|
"passwordIsPin": {
|
|
21449
22294
|
"type": "boolean",
|
|
21450
22295
|
"const": true
|
|
21451
|
-
}
|
|
22296
|
+
},
|
|
22297
|
+
"passwordLocationIndicator": {}
|
|
21452
22298
|
},
|
|
21453
22299
|
"required": [
|
|
21454
22300
|
"password"
|
|
@@ -21496,28 +22342,6 @@ exports.DeleteTokenRequest = {
|
|
|
21496
22342
|
}
|
|
21497
22343
|
}
|
|
21498
22344
|
};
|
|
21499
|
-
exports.GetQRCodeForTokenRequest = {
|
|
21500
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21501
|
-
"$ref": "#/definitions/GetQRCodeForTokenRequest",
|
|
21502
|
-
"definitions": {
|
|
21503
|
-
"GetQRCodeForTokenRequest": {
|
|
21504
|
-
"type": "object",
|
|
21505
|
-
"properties": {
|
|
21506
|
-
"id": {
|
|
21507
|
-
"$ref": "#/definitions/TokenIdString"
|
|
21508
|
-
}
|
|
21509
|
-
},
|
|
21510
|
-
"required": [
|
|
21511
|
-
"id"
|
|
21512
|
-
],
|
|
21513
|
-
"additionalProperties": false
|
|
21514
|
-
},
|
|
21515
|
-
"TokenIdString": {
|
|
21516
|
-
"type": "string",
|
|
21517
|
-
"pattern": "TOK[A-Za-z0-9]{17}"
|
|
21518
|
-
}
|
|
21519
|
-
}
|
|
21520
|
-
};
|
|
21521
22345
|
exports.GetTokenRequest = {
|
|
21522
22346
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
21523
22347
|
"$ref": "#/definitions/GetTokenRequest",
|
|
@@ -21559,6 +22383,19 @@ exports.GetTokensRequest = {
|
|
|
21559
22383
|
"GetTokensQuery": {
|
|
21560
22384
|
"type": "object",
|
|
21561
22385
|
"properties": {
|
|
22386
|
+
"isOwn": {
|
|
22387
|
+
"anyOf": [
|
|
22388
|
+
{
|
|
22389
|
+
"type": "string"
|
|
22390
|
+
},
|
|
22391
|
+
{
|
|
22392
|
+
"type": "array",
|
|
22393
|
+
"items": {
|
|
22394
|
+
"type": "string"
|
|
22395
|
+
}
|
|
22396
|
+
}
|
|
22397
|
+
]
|
|
22398
|
+
},
|
|
21562
22399
|
"createdAt": {
|
|
21563
22400
|
"anyOf": [
|
|
21564
22401
|
{
|
|
@@ -21650,6 +22487,19 @@ exports.GetTokensRequest = {
|
|
|
21650
22487
|
"true",
|
|
21651
22488
|
"!"
|
|
21652
22489
|
]
|
|
22490
|
+
},
|
|
22491
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22492
|
+
"anyOf": [
|
|
22493
|
+
{
|
|
22494
|
+
"type": "string"
|
|
22495
|
+
},
|
|
22496
|
+
{
|
|
22497
|
+
"type": "array",
|
|
22498
|
+
"items": {
|
|
22499
|
+
"type": "string"
|
|
22500
|
+
}
|
|
22501
|
+
}
|
|
22502
|
+
]
|
|
21653
22503
|
}
|
|
21654
22504
|
},
|
|
21655
22505
|
"additionalProperties": false
|