@nmshd/runtime 7.0.0-alpha.3 → 7.0.0-alpha.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/README.md +2 -2
  2. package/dist/ConfigHolder.d.ts +7 -0
  3. package/dist/ConfigHolder.d.ts.map +1 -0
  4. package/dist/ConfigHolder.js +14 -0
  5. package/dist/ConfigHolder.js.map +1 -0
  6. package/dist/Runtime.d.ts +2 -2
  7. package/dist/Runtime.d.ts.map +1 -1
  8. package/dist/Runtime.js +30 -17
  9. package/dist/Runtime.js.map +1 -1
  10. package/dist/buildInformation.js +5 -5
  11. package/dist/dataViews/DataViewExpander.d.ts +1 -0
  12. package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
  13. package/dist/dataViews/DataViewExpander.js +162 -146
  14. package/dist/dataViews/DataViewExpander.js.map +1 -1
  15. package/dist/dataViews/consumption/index.d.ts +0 -1
  16. package/dist/dataViews/consumption/index.d.ts.map +1 -1
  17. package/dist/dataViews/consumption/index.js +0 -1
  18. package/dist/dataViews/consumption/index.js.map +1 -1
  19. package/dist/dataViews/content/RequestItemDVOs.d.ts +12 -3
  20. package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
  21. package/dist/dataViews/content/ResponseItemDVOs.d.ts +15 -6
  22. package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
  23. package/dist/dataViews/transport/FileDVO.d.ts +4 -1
  24. package/dist/dataViews/transport/FileDVO.d.ts.map +1 -1
  25. package/dist/dataViews/transport/MessageDVO.d.ts +2 -2
  26. package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -0
  27. package/dist/dataViews/transport/RelationshipDVO.d.ts.map +1 -1
  28. package/dist/events/EventProxy.d.ts.map +1 -1
  29. package/dist/events/EventProxy.js +3 -1
  30. package/dist/events/EventProxy.js.map +1 -1
  31. package/dist/events/consumption/index.d.ts +0 -1
  32. package/dist/events/consumption/index.d.ts.map +1 -1
  33. package/dist/events/consumption/index.js +0 -1
  34. package/dist/events/consumption/index.js.map +1 -1
  35. package/dist/events/transport/MessageDeliveredEvent.js +1 -1
  36. package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.d.ts +7 -0
  37. package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.d.ts.map +1 -0
  38. package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.js +12 -0
  39. package/dist/events/transport/RelationshipTemplateAllocationsExhaustedEvent.js.map +1 -0
  40. package/dist/events/transport/index.d.ts +1 -0
  41. package/dist/events/transport/index.d.ts.map +1 -1
  42. package/dist/events/transport/index.js +1 -0
  43. package/dist/events/transport/index.js.map +1 -1
  44. package/dist/extensibility/TransportServices.d.ts +3 -2
  45. package/dist/extensibility/TransportServices.d.ts.map +1 -1
  46. package/dist/extensibility/TransportServices.js +4 -1
  47. package/dist/extensibility/TransportServices.js.map +1 -1
  48. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +4 -6
  49. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
  50. package/dist/extensibility/facades/consumption/AttributesFacade.js +8 -8
  51. package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
  52. package/dist/extensibility/facades/transport/AccountFacade.d.ts +4 -4
  53. package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
  54. package/dist/extensibility/facades/transport/AccountFacade.js +5 -5
  55. package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
  56. package/dist/extensibility/facades/transport/AnnouncementsFacade.d.ts +9 -0
  57. package/dist/extensibility/facades/transport/AnnouncementsFacade.d.ts.map +1 -0
  58. package/dist/extensibility/facades/transport/AnnouncementsFacade.js +31 -0
  59. package/dist/extensibility/facades/transport/AnnouncementsFacade.js.map +1 -0
  60. package/dist/extensibility/facades/transport/FilesFacade.d.ts +2 -6
  61. package/dist/extensibility/facades/transport/FilesFacade.d.ts.map +1 -1
  62. package/dist/extensibility/facades/transport/FilesFacade.js +2 -14
  63. package/dist/extensibility/facades/transport/FilesFacade.js.map +1 -1
  64. package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts +4 -8
  65. package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.d.ts.map +1 -1
  66. package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js +5 -17
  67. package/dist/extensibility/facades/transport/RelationshipTemplatesFacade.js.map +1 -1
  68. package/dist/extensibility/facades/transport/TokensFacade.d.ts +2 -4
  69. package/dist/extensibility/facades/transport/TokensFacade.d.ts.map +1 -1
  70. package/dist/extensibility/facades/transport/TokensFacade.js +2 -8
  71. package/dist/extensibility/facades/transport/TokensFacade.js.map +1 -1
  72. package/dist/extensibility/facades/transport/index.d.ts +1 -0
  73. package/dist/extensibility/facades/transport/index.d.ts.map +1 -1
  74. package/dist/extensibility/facades/transport/index.js +1 -0
  75. package/dist/extensibility/facades/transport/index.js.map +1 -1
  76. package/dist/extensibility/modules/RuntimeModule.d.ts +2 -3
  77. package/dist/extensibility/modules/RuntimeModule.d.ts.map +1 -1
  78. package/dist/extensibility/modules/RuntimeModule.js +2 -4
  79. package/dist/extensibility/modules/RuntimeModule.js.map +1 -1
  80. package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts +0 -1
  81. package/dist/extensibility/modules/RuntimeModuleRegistry.d.ts.map +1 -1
  82. package/dist/extensibility/modules/RuntimeModuleRegistry.js +0 -3
  83. package/dist/extensibility/modules/RuntimeModuleRegistry.js.map +1 -1
  84. package/dist/modules/DeciderModule.d.ts.map +1 -1
  85. package/dist/modules/DeciderModule.js +2 -4
  86. package/dist/modules/DeciderModule.js.map +1 -1
  87. package/dist/modules/RequestModule.d.ts.map +1 -1
  88. package/dist/modules/RequestModule.js +16 -11
  89. package/dist/modules/RequestModule.js.map +1 -1
  90. package/dist/modules/decide/RequestConfig.d.ts +5 -6
  91. package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
  92. package/dist/modules/decide/RequestConfig.js.map +1 -1
  93. package/dist/modules/decide/ResponseConfig.d.ts +1 -5
  94. package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
  95. package/dist/modules/decide/ResponseConfig.js +0 -4
  96. package/dist/modules/decide/ResponseConfig.js.map +1 -1
  97. package/dist/types/transport/AnnouncementDTO.d.ts +14 -0
  98. package/dist/types/transport/AnnouncementDTO.d.ts.map +1 -0
  99. package/dist/types/transport/AnnouncementDTO.js +10 -0
  100. package/dist/types/transport/AnnouncementDTO.js.map +1 -0
  101. package/dist/types/transport/FileDTO.d.ts +5 -2
  102. package/dist/types/transport/FileDTO.d.ts.map +1 -1
  103. package/dist/types/transport/MessageDTO.d.ts +1 -1
  104. package/dist/types/transport/MessageDTO.d.ts.map +1 -1
  105. package/dist/types/transport/MessageWithAttachmentsDTO.d.ts +1 -1
  106. package/dist/types/transport/MessageWithAttachmentsDTO.d.ts.map +1 -1
  107. package/dist/types/transport/PasswordProtectionDTO.d.ts +2 -0
  108. package/dist/types/transport/PasswordProtectionDTO.d.ts.map +1 -1
  109. package/dist/types/transport/RelationshipTemplateDTO.d.ts +4 -1
  110. package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
  111. package/dist/types/transport/TokenDTO.d.ts +5 -1
  112. package/dist/types/transport/TokenDTO.d.ts.map +1 -1
  113. package/dist/types/transport/index.d.ts +1 -0
  114. package/dist/types/transport/index.d.ts.map +1 -1
  115. package/dist/types/transport/index.js +1 -0
  116. package/dist/types/transport/index.js.map +1 -1
  117. package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.d.ts.map +1 -1
  118. package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.js +1 -1
  119. package/dist/useCases/anonymous/tokens/LoadPeerTokenAnonymous.js.map +1 -1
  120. package/dist/useCases/common/PasswordProtectionMapper.d.ts +16 -0
  121. package/dist/useCases/common/PasswordProtectionMapper.d.ts.map +1 -0
  122. package/dist/useCases/common/PasswordProtectionMapper.js +57 -0
  123. package/dist/useCases/common/PasswordProtectionMapper.js.map +1 -0
  124. package/dist/useCases/common/RuntimeErrors.d.ts +0 -1
  125. package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
  126. package/dist/useCases/common/RuntimeErrors.js +5 -8
  127. package/dist/useCases/common/RuntimeErrors.js.map +1 -1
  128. package/dist/useCases/common/Schemas.d.ts +4 -7
  129. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  130. package/dist/useCases/common/Schemas.js +1406 -602
  131. package/dist/useCases/common/Schemas.js.map +1 -1
  132. package/dist/useCases/common/index.d.ts +1 -1
  133. package/dist/useCases/common/index.d.ts.map +1 -1
  134. package/dist/useCases/common/index.js +1 -1
  135. package/dist/useCases/common/index.js.map +1 -1
  136. package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts +2 -0
  137. package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts.map +1 -1
  138. package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js +17 -0
  139. package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js.map +1 -1
  140. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +3 -1
  141. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
  142. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +10 -1
  143. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
  144. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -1
  145. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
  146. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
  147. package/dist/useCases/consumption/attributes/GetAttributes.d.ts +0 -1
  148. package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
  149. package/dist/useCases/consumption/attributes/GetAttributes.js +1 -1
  150. package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
  151. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +0 -1
  152. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
  153. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
  154. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
  155. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +0 -1
  156. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
  157. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
  158. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
  159. package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts +18 -0
  160. package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.d.ts.map +1 -0
  161. package/dist/useCases/{transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js → consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js} +17 -19
  162. package/dist/useCases/consumption/attributes/SetAttributeDeletionInfoOfDeletionProposedRelationship.js.map +1 -0
  163. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
  164. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
  165. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
  166. package/dist/useCases/consumption/attributes/index.d.ts +1 -0
  167. package/dist/useCases/consumption/attributes/index.d.ts.map +1 -1
  168. package/dist/useCases/consumption/attributes/index.js +1 -0
  169. package/dist/useCases/consumption/attributes/index.js.map +1 -1
  170. package/dist/useCases/index.d.ts +1 -0
  171. package/dist/useCases/index.d.ts.map +1 -1
  172. package/dist/useCases/index.js +1 -0
  173. package/dist/useCases/index.js.map +1 -1
  174. package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.d.ts → LoadItemFromReference.d.ts} +6 -6
  175. package/dist/useCases/transport/account/LoadItemFromReference.d.ts.map +1 -0
  176. package/dist/useCases/transport/account/{LoadItemFromTruncatedReference.js → LoadItemFromReference.js} +11 -10
  177. package/dist/useCases/transport/account/LoadItemFromReference.js.map +1 -0
  178. package/dist/useCases/transport/account/SyncEverything.d.ts +1 -3
  179. package/dist/useCases/transport/account/SyncEverything.d.ts.map +1 -1
  180. package/dist/useCases/transport/account/SyncEverything.js +4 -9
  181. package/dist/useCases/transport/account/SyncEverything.js.map +1 -1
  182. package/dist/useCases/transport/account/index.d.ts +1 -1
  183. package/dist/useCases/transport/account/index.d.ts.map +1 -1
  184. package/dist/useCases/transport/account/index.js +1 -1
  185. package/dist/useCases/transport/account/index.js.map +1 -1
  186. package/dist/useCases/transport/announcements/AnnouncementMapper.d.ts +6 -0
  187. package/dist/useCases/transport/announcements/AnnouncementMapper.d.ts.map +1 -0
  188. package/dist/useCases/transport/announcements/AnnouncementMapper.js +17 -0
  189. package/dist/useCases/transport/announcements/AnnouncementMapper.js.map +1 -0
  190. package/dist/useCases/transport/announcements/GetAnnouncements.d.ts +18 -0
  191. package/dist/useCases/transport/announcements/GetAnnouncements.d.ts.map +1 -0
  192. package/dist/useCases/transport/{tokens/GetQRCodeForToken.js → announcements/GetAnnouncements.js} +13 -17
  193. package/dist/useCases/transport/announcements/GetAnnouncements.js.map +1 -0
  194. package/dist/useCases/transport/announcements/index.d.ts +3 -0
  195. package/dist/useCases/transport/announcements/index.d.ts.map +1 -0
  196. package/dist/useCases/transport/announcements/index.js +19 -0
  197. package/dist/useCases/transport/announcements/index.js.map +1 -0
  198. package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +11 -1
  199. package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts.map +1 -1
  200. package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js +2 -2
  201. package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js.map +1 -1
  202. package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts +1 -1
  203. package/dist/useCases/transport/devices/SetCommunicationLanguage.d.ts.map +1 -1
  204. package/dist/useCases/transport/files/CreateTokenForFile.d.ts +8 -1
  205. package/dist/useCases/transport/files/CreateTokenForFile.d.ts.map +1 -1
  206. package/dist/useCases/transport/files/CreateTokenForFile.js +2 -2
  207. package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
  208. package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
  209. package/dist/useCases/transport/files/FileMapper.js +9 -2
  210. package/dist/useCases/transport/files/FileMapper.js.map +1 -1
  211. package/dist/useCases/transport/files/GetOrLoadFile.d.ts.map +1 -1
  212. package/dist/useCases/transport/files/GetOrLoadFile.js +5 -4
  213. package/dist/useCases/transport/files/GetOrLoadFile.js.map +1 -1
  214. package/dist/useCases/transport/files/UploadOwnFile.d.ts +3 -1
  215. package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
  216. package/dist/useCases/transport/files/UploadOwnFile.js +10 -1
  217. package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
  218. package/dist/useCases/transport/files/index.d.ts +0 -2
  219. package/dist/useCases/transport/files/index.d.ts.map +1 -1
  220. package/dist/useCases/transport/files/index.js +0 -2
  221. package/dist/useCases/transport/files/index.js.map +1 -1
  222. package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts.map +1 -1
  223. package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +4 -1
  224. package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
  225. package/dist/useCases/transport/index.d.ts +1 -0
  226. package/dist/useCases/transport/index.d.ts.map +1 -1
  227. package/dist/useCases/transport/index.js +1 -0
  228. package/dist/useCases/transport/index.js.map +1 -1
  229. package/dist/useCases/transport/messages/MessageMapper.js +2 -2
  230. package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
  231. package/dist/useCases/transport/messages/SendMessage.d.ts +1 -0
  232. package/dist/useCases/transport/messages/SendMessage.d.ts.map +1 -1
  233. package/dist/useCases/transport/messages/SendMessage.js +25 -0
  234. package/dist/useCases/transport/messages/SendMessage.js.map +1 -1
  235. package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts +8 -1
  236. package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts.map +1 -1
  237. package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js +1 -1
  238. package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js.map +1 -1
  239. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts +11 -4
  240. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
  241. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +11 -10
  242. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
  243. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts +1 -0
  244. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
  245. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +6 -1
  246. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
  247. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts.map +1 -1
  248. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js +3 -3
  249. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js.map +1 -1
  250. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
  251. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +9 -7
  252. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
  253. package/dist/useCases/transport/relationshipTemplates/index.d.ts +0 -2
  254. package/dist/useCases/transport/relationshipTemplates/index.d.ts.map +1 -1
  255. package/dist/useCases/transport/relationshipTemplates/index.js +0 -2
  256. package/dist/useCases/transport/relationshipTemplates/index.js.map +1 -1
  257. package/dist/useCases/transport/relationships/DecomposeRelationship.js +1 -1
  258. package/dist/useCases/transport/tokens/CreateOwnToken.d.ts +8 -1
  259. package/dist/useCases/transport/tokens/CreateOwnToken.d.ts.map +1 -1
  260. package/dist/useCases/transport/tokens/CreateOwnToken.js +1 -1
  261. package/dist/useCases/transport/tokens/CreateOwnToken.js.map +1 -1
  262. package/dist/useCases/transport/tokens/GetTokens.d.ts +2 -0
  263. package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
  264. package/dist/useCases/transport/tokens/GetTokens.js +8 -1
  265. package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
  266. package/dist/useCases/transport/tokens/LoadPeerToken.d.ts.map +1 -1
  267. package/dist/useCases/transport/tokens/LoadPeerToken.js +1 -1
  268. package/dist/useCases/transport/tokens/LoadPeerToken.js.map +1 -1
  269. package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
  270. package/dist/useCases/transport/tokens/TokenMapper.js +12 -10
  271. package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
  272. package/dist/useCases/transport/tokens/index.d.ts +0 -1
  273. package/dist/useCases/transport/tokens/index.d.ts.map +1 -1
  274. package/dist/useCases/transport/tokens/index.js +0 -1
  275. package/dist/useCases/transport/tokens/index.js.map +1 -1
  276. package/package.json +11 -13
  277. package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +0 -48
  278. package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts.map +0 -1
  279. package/dist/dataViews/consumption/DecidableRequestItemDVOs.js +0 -3
  280. package/dist/dataViews/consumption/DecidableRequestItemDVOs.js.map +0 -1
  281. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts +0 -10
  282. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts.map +0 -1
  283. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js +0 -15
  284. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js.map +0 -1
  285. package/dist/useCases/common/QRCode.d.ts +0 -10
  286. package/dist/useCases/common/QRCode.d.ts.map +0 -1
  287. package/dist/useCases/common/QRCode.js +0 -55
  288. package/dist/useCases/common/QRCode.js.map +0 -1
  289. package/dist/useCases/transport/account/LoadItemFromTruncatedReference.d.ts.map +0 -1
  290. package/dist/useCases/transport/account/LoadItemFromTruncatedReference.js.map +0 -1
  291. package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts +0 -19
  292. package/dist/useCases/transport/files/CreateQRCodeForFile.d.ts.map +0 -1
  293. package/dist/useCases/transport/files/CreateQRCodeForFile.js +0 -51
  294. package/dist/useCases/transport/files/CreateQRCodeForFile.js.map +0 -1
  295. package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts +0 -29
  296. package/dist/useCases/transport/files/CreateTokenQRCodeForFile.d.ts.map +0 -1
  297. package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js +0 -67
  298. package/dist/useCases/transport/files/CreateTokenQRCodeForFile.js.map +0 -1
  299. package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts +0 -19
  300. package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
  301. package/dist/useCases/transport/relationshipTemplates/CreateQRCodeForOwnRelationshipTemplate.js.map +0 -1
  302. package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts +0 -29
  303. package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.d.ts.map +0 -1
  304. package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js +0 -79
  305. package/dist/useCases/transport/relationshipTemplates/CreateTokenQRCodeForOwnRelationshipTemplate.js.map +0 -1
  306. package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts +0 -19
  307. package/dist/useCases/transport/tokens/GetQRCodeForToken.d.ts.map +0 -1
  308. 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.DeleteIdentityMetadataRequest = exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.GetVersionsOfAttributeRequest = exports.GetSharedVersionsOfAttributeRequest = exports.GetRepositoryAttributesRequest = exports.GetPeerSharedAttributesRequest = exports.GetOwnSharedAttributesRequest = exports.GetAttributesRequest = exports.GetAttributeRequest = exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = exports.ExecuteRelationshipAttributeQueryRequest = exports.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.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenQRCodeForFileRequest = exports.CreateTokenForFileRequest = exports.CreateQRCodeForFileRequest = exports.UpdateDeviceRequest = exports.SetCommunicationLanguageRequest = exports.GetDeviceOnboardingInfoRequest = exports.GetDeviceRequest = exports.DeleteDeviceRequest = exports.CreateDeviceOnboardingTokenRequest = exports.CreateDeviceRequest = exports.ValidateChallengeRequest = exports.CreateChallengeRequest = exports.isCreateDeviceChallengeRequest = exports.CreateDeviceChallengeRequest = exports.isCreateIdentityChallengeRequest = exports.CreateIdentityChallengeRequest = exports.isCreateRelationshipChallengeRequest = exports.CreateRelationshipChallengeRequest = exports.DownloadAttachmentRequest = exports.InitiateIdentityDeletionProcessRequest = exports.GetIdentityDeletionProcessRequest = exports.RegisterPushNotificationTokenRequest = exports.LoadItemFromTruncatedReferenceRequest = 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 = void 0;
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.GetQRCodeForTokenRequest = exports.DeleteTokenRequest = exports.CreateOwnTokenRequest = exports.LoadPeerRelationshipTemplateRequest = exports.GetRelationshipTemplatesRequest = exports.GetRelationshipTemplateRequest = exports.DeleteRelationshipTemplateRequest = exports.CreateTokenQRCodeForOwnTemplateRequest = exports.CreateTokenForOwnTemplateRequest = exports.CreateQRCodeForOwnTemplateRequest = 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 = void 0;
6
- exports.Sex = exports.Nationality = exports.JobTitle = exports.Citizenship = exports.Pseudonym = exports.PersonName = exports.Surname = exports.MiddleName = exports.HonorificSuffix = exports.HonorificPrefix = exports.GivenName = exports.BirthName = exports.SchematizedXML = exports.IdentityFileReference = exports.DisplayName = exports.BirthPlace = exports.BirthState = exports.BirthDate = exports.BirthYear = exports.BirthMonth = exports.BirthDay = void 0;
3
+ exports.UpdateDraftRequest = exports.GetDraftsRequest = exports.GetDraftRequest = exports.DeleteDraftRequest = exports.CreateDraftRequest = exports.ValidateIQLQueryRequest = exports.SucceedRepositoryAttributeRequest = exports.SucceedRelationshipAttributeAndNotifyPeerRequest = exports.ShareRepositoryAttributeRequest = exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = exports.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.MarkMessageAsUnreadRequest = exports.MarkMessageAsReadRequest = exports.GetMessagesRequest = exports.GetMessageRequest = exports.GetAttachmentMetadataRequest = exports.CreateIdentityRecoveryKitRequest = exports.UploadOwnFileValidatableRequest = exports.UploadOwnFileRequest = exports.GetOrLoadFileRequest = exports.GetFilesRequest = exports.GetFileRequest = exports.DeleteFileRequest = exports.CreateTokenForFileRequest = 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.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.BirthYear = 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 = 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 = void 0;
7
7
  exports.LoadPeerTokenAnonymousRequest = {
8
8
  "$schema": "http://json-schema.org/draft-07/schema#",
9
9
  "$ref": "#/definitions/LoadPeerTokenAnonymousRequest",
@@ -319,10 +319,13 @@ exports.CanCreateOutgoingRequestRequest = {
319
319
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
320
320
  },
321
321
  {
322
- "$ref": "#/definitions/FreeTextRequestItemJSON"
322
+ "$ref": "#/definitions/FormFieldRequestItemJSON"
323
323
  },
324
324
  {
325
325
  "$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
326
+ },
327
+ {
328
+ "$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
326
329
  }
327
330
  ]
328
331
  },
@@ -338,10 +341,6 @@ exports.CanCreateOutgoingRequestRequest = {
338
341
  "@version": {
339
342
  "type": "string"
340
343
  },
341
- "title": {
342
- "type": "string",
343
- "description": "The human-readable title of this item."
344
- },
345
344
  "description": {
346
345
  "type": "string",
347
346
  "description": "The human-readable description of this item."
@@ -378,10 +377,6 @@ exports.CanCreateOutgoingRequestRequest = {
378
377
  "@version": {
379
378
  "type": "string"
380
379
  },
381
- "title": {
382
- "type": "string",
383
- "description": "The human-readable title of this item."
384
- },
385
380
  "description": {
386
381
  "type": "string",
387
382
  "description": "The human-readable description of this item."
@@ -1048,7 +1043,8 @@ exports.CanCreateOutgoingRequestRequest = {
1048
1043
  "type": "object",
1049
1044
  "properties": {
1050
1045
  "@type": {
1051
- "type": "string"
1046
+ "type": "string",
1047
+ "const": "Consent"
1052
1048
  },
1053
1049
  "@context": {
1054
1050
  "type": "string"
@@ -1061,6 +1057,9 @@ exports.CanCreateOutgoingRequestRequest = {
1061
1057
  },
1062
1058
  "link": {
1063
1059
  "type": "string"
1060
+ },
1061
+ "linkDisplayText": {
1062
+ "type": "string"
1064
1063
  }
1065
1064
  },
1066
1065
  "required": [
@@ -2327,10 +2326,6 @@ exports.CanCreateOutgoingRequestRequest = {
2327
2326
  "@version": {
2328
2327
  "type": "string"
2329
2328
  },
2330
- "title": {
2331
- "type": "string",
2332
- "description": "The human-readable title of this item."
2333
- },
2334
2329
  "description": {
2335
2330
  "type": "string",
2336
2331
  "description": "The human-readable description of this item."
@@ -2371,10 +2366,6 @@ exports.CanCreateOutgoingRequestRequest = {
2371
2366
  "@version": {
2372
2367
  "type": "string"
2373
2368
  },
2374
- "title": {
2375
- "type": "string",
2376
- "description": "The human-readable title of this item."
2377
- },
2378
2369
  "description": {
2379
2370
  "type": "string",
2380
2371
  "description": "The human-readable description of this item."
@@ -2429,10 +2420,6 @@ exports.CanCreateOutgoingRequestRequest = {
2429
2420
  "@version": {
2430
2421
  "type": "string"
2431
2422
  },
2432
- "title": {
2433
- "type": "string",
2434
- "description": "The human-readable title of this item."
2435
- },
2436
2423
  "description": {
2437
2424
  "type": "string",
2438
2425
  "description": "The human-readable description of this item."
@@ -2705,10 +2692,6 @@ exports.CanCreateOutgoingRequestRequest = {
2705
2692
  "@version": {
2706
2693
  "type": "string"
2707
2694
  },
2708
- "title": {
2709
- "type": "string",
2710
- "description": "The human-readable title of this item."
2711
- },
2712
2695
  "description": {
2713
2696
  "type": "string",
2714
2697
  "description": "The human-readable description of this item."
@@ -2766,22 +2749,11 @@ exports.CanCreateOutgoingRequestRequest = {
2766
2749
  "type": "string"
2767
2750
  },
2768
2751
  "owner": {
2769
- "anyOf": [
2770
- {
2771
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
2772
- },
2773
- {
2774
- "type": "string",
2775
- "const": "thirdParty"
2776
- },
2777
- {
2778
- "type": "string",
2779
- "const": "recipient"
2780
- },
2781
- {
2782
- "type": "string",
2783
- "const": ""
2784
- }
2752
+ "type": "string",
2753
+ "enum": [
2754
+ "thirdParty",
2755
+ "recipient",
2756
+ ""
2785
2757
  ]
2786
2758
  },
2787
2759
  "thirdParty": {
@@ -2799,14 +2771,6 @@ exports.CanCreateOutgoingRequestRequest = {
2799
2771
  ],
2800
2772
  "additionalProperties": false
2801
2773
  },
2802
- "ThirdPartyRelationshipAttributeQueryOwner": {
2803
- "type": "string",
2804
- "enum": [
2805
- "thirdParty",
2806
- "recipient",
2807
- ""
2808
- ]
2809
- },
2810
2774
  "ConsentRequestItemJSON": {
2811
2775
  "type": "object",
2812
2776
  "properties": {
@@ -2820,10 +2784,6 @@ exports.CanCreateOutgoingRequestRequest = {
2820
2784
  "@version": {
2821
2785
  "type": "string"
2822
2786
  },
2823
- "title": {
2824
- "type": "string",
2825
- "description": "The human-readable title of this item."
2826
- },
2827
2787
  "description": {
2828
2788
  "type": "string",
2829
2789
  "description": "The human-readable description of this item."
@@ -2845,6 +2805,9 @@ exports.CanCreateOutgoingRequestRequest = {
2845
2805
  },
2846
2806
  "link": {
2847
2807
  "type": "string"
2808
+ },
2809
+ "linkDisplayText": {
2810
+ "type": "string"
2848
2811
  }
2849
2812
  },
2850
2813
  "required": [
@@ -2867,10 +2830,6 @@ exports.CanCreateOutgoingRequestRequest = {
2867
2830
  "@version": {
2868
2831
  "type": "string"
2869
2832
  },
2870
- "title": {
2871
- "type": "string",
2872
- "description": "The human-readable title of this item."
2873
- },
2874
2833
  "description": {
2875
2834
  "type": "string",
2876
2835
  "description": "The human-readable description of this item."
@@ -2886,6 +2845,9 @@ exports.CanCreateOutgoingRequestRequest = {
2886
2845
  "requireManualDecision": {
2887
2846
  "type": "boolean",
2888
2847
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2848
+ },
2849
+ "title": {
2850
+ "type": "string"
2889
2851
  }
2890
2852
  },
2891
2853
  "required": [
@@ -2895,12 +2857,12 @@ exports.CanCreateOutgoingRequestRequest = {
2895
2857
  ],
2896
2858
  "additionalProperties": false
2897
2859
  },
2898
- "FreeTextRequestItemJSON": {
2860
+ "FormFieldRequestItemJSON": {
2899
2861
  "type": "object",
2900
2862
  "properties": {
2901
2863
  "@type": {
2902
2864
  "type": "string",
2903
- "const": "FreeTextRequestItem"
2865
+ "const": "FormFieldRequestItem"
2904
2866
  },
2905
2867
  "@context": {
2906
2868
  "type": "string"
@@ -2908,10 +2870,6 @@ exports.CanCreateOutgoingRequestRequest = {
2908
2870
  "@version": {
2909
2871
  "type": "string"
2910
2872
  },
2911
- "title": {
2912
- "type": "string",
2913
- "description": "The human-readable title of this item."
2914
- },
2915
2873
  "description": {
2916
2874
  "type": "string",
2917
2875
  "description": "The human-readable description of this item."
@@ -2928,23 +2886,52 @@ exports.CanCreateOutgoingRequestRequest = {
2928
2886
  "type": "boolean",
2929
2887
  "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
2888
  },
2931
- "freeText": {
2889
+ "title": {
2932
2890
  "type": "string"
2891
+ },
2892
+ "settings": {
2893
+ "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
2933
2894
  }
2934
2895
  },
2935
2896
  "required": [
2936
2897
  "@type",
2937
- "freeText",
2938
- "mustBeAccepted"
2898
+ "mustBeAccepted",
2899
+ "settings",
2900
+ "title"
2939
2901
  ],
2940
2902
  "additionalProperties": false
2941
2903
  },
2942
- "RegisterAttributeListenerRequestItemJSON": {
2904
+ "FormFieldSettingsJSONDerivations": {
2905
+ "anyOf": [
2906
+ {
2907
+ "$ref": "#/definitions/StringFormFieldSettingsJSON"
2908
+ },
2909
+ {
2910
+ "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
2911
+ },
2912
+ {
2913
+ "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
2914
+ },
2915
+ {
2916
+ "$ref": "#/definitions/BooleanFormFieldSettingsJSON"
2917
+ },
2918
+ {
2919
+ "$ref": "#/definitions/DateFormFieldSettingsJSON"
2920
+ },
2921
+ {
2922
+ "$ref": "#/definitions/SelectionFormFieldSettingsJSON"
2923
+ },
2924
+ {
2925
+ "$ref": "#/definitions/RatingFormFieldSettingsJSON"
2926
+ }
2927
+ ]
2928
+ },
2929
+ "StringFormFieldSettingsJSON": {
2943
2930
  "type": "object",
2944
2931
  "properties": {
2945
2932
  "@type": {
2946
2933
  "type": "string",
2947
- "const": "RegisterAttributeListenerRequestItem"
2934
+ "const": "StringFormFieldSettings"
2948
2935
  },
2949
2936
  "@context": {
2950
2937
  "type": "string"
@@ -2952,160 +2939,380 @@ exports.CanCreateOutgoingRequestRequest = {
2952
2939
  "@version": {
2953
2940
  "type": "string"
2954
2941
  },
2955
- "title": {
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": {
2942
+ "allowNewlines": {
2968
2943
  "type": "boolean",
2969
- "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."
2944
+ "const": true
2970
2945
  },
2971
- "requireManualDecision": {
2972
- "type": "boolean",
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."
2946
+ "min": {
2947
+ "type": "number"
2974
2948
  },
2975
- "query": {
2976
- "anyOf": [
2977
- {
2978
- "$ref": "#/definitions/IdentityAttributeQueryJSON"
2979
- },
2980
- {
2981
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
2982
- }
2983
- ]
2949
+ "max": {
2950
+ "type": "number"
2984
2951
  }
2985
2952
  },
2986
2953
  "required": [
2987
- "@type",
2988
- "mustBeAccepted",
2989
- "query"
2954
+ "@type"
2990
2955
  ],
2991
2956
  "additionalProperties": false
2992
2957
  },
2993
- "AddressString": {
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": {
2958
+ "IntegerFormFieldSettingsJSON": {
3004
2959
  "type": "object",
3005
- "additionalProperties": false,
3006
2960
  "properties": {
3007
- "requestId": {
2961
+ "@type": {
2962
+ "type": "string",
2963
+ "const": "IntegerFormFieldSettings"
2964
+ },
2965
+ "@context": {
3008
2966
  "type": "string"
3009
2967
  },
3010
- "items": {
3011
- "type": "array",
3012
- "items": {
3013
- "anyOf": [
3014
- {
3015
- "$ref": "#/definitions/DecideRequestItemParametersJSON"
3016
- },
3017
- {
3018
- "$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
3019
- }
3020
- ]
3021
- }
2968
+ "@version": {
2969
+ "type": "string"
2970
+ },
2971
+ "unit": {
2972
+ "type": "string"
2973
+ },
2974
+ "min": {
2975
+ "type": "number"
2976
+ },
2977
+ "max": {
2978
+ "type": "number"
3022
2979
  }
3023
2980
  },
3024
2981
  "required": [
3025
- "items",
3026
- "requestId"
3027
- ]
3028
- },
3029
- "DecideRequestItemParametersJSON": {
3030
- "anyOf": [
3031
- {
3032
- "$ref": "#/definitions/AcceptRequestItemParametersJSON"
3033
- },
3034
- {
3035
- "$ref": "#/definitions/RejectRequestItemParametersJSON"
3036
- }
3037
- ]
2982
+ "@type"
2983
+ ],
2984
+ "additionalProperties": false
3038
2985
  },
3039
- "AcceptRequestItemParametersJSON": {
2986
+ "DoubleFormFieldSettingsJSON": {
3040
2987
  "type": "object",
3041
2988
  "properties": {
3042
- "accept": {
3043
- "type": "boolean",
3044
- "const": true
2989
+ "@type": {
2990
+ "type": "string",
2991
+ "const": "DoubleFormFieldSettings"
2992
+ },
2993
+ "@context": {
2994
+ "type": "string"
2995
+ },
2996
+ "@version": {
2997
+ "type": "string"
2998
+ },
2999
+ "unit": {
3000
+ "type": "string"
3001
+ },
3002
+ "min": {
3003
+ "type": "number"
3004
+ },
3005
+ "max": {
3006
+ "type": "number"
3045
3007
  }
3046
3008
  },
3047
3009
  "required": [
3048
- "accept"
3010
+ "@type"
3049
3011
  ],
3050
3012
  "additionalProperties": false
3051
3013
  },
3052
- "RejectRequestItemParametersJSON": {
3014
+ "BooleanFormFieldSettingsJSON": {
3053
3015
  "type": "object",
3054
3016
  "properties": {
3055
- "accept": {
3056
- "type": "boolean",
3057
- "const": false
3017
+ "@type": {
3018
+ "type": "string",
3019
+ "const": "BooleanFormFieldSettings"
3058
3020
  },
3059
- "code": {
3021
+ "@context": {
3060
3022
  "type": "string"
3061
3023
  },
3062
- "message": {
3024
+ "@version": {
3063
3025
  "type": "string"
3064
3026
  }
3065
3027
  },
3066
3028
  "required": [
3067
- "accept"
3029
+ "@type"
3068
3030
  ],
3069
3031
  "additionalProperties": false
3070
3032
  },
3071
- "DecideRequestItemGroupParametersJSON": {
3033
+ "DateFormFieldSettingsJSON": {
3072
3034
  "type": "object",
3073
3035
  "properties": {
3074
- "items": {
3075
- "type": "array",
3076
- "items": {
3077
- "$ref": "#/definitions/DecideRequestItemParametersJSON"
3078
- }
3036
+ "@type": {
3037
+ "type": "string",
3038
+ "const": "DateFormFieldSettings"
3039
+ },
3040
+ "@context": {
3041
+ "type": "string"
3042
+ },
3043
+ "@version": {
3044
+ "type": "string"
3079
3045
  }
3080
3046
  },
3081
3047
  "required": [
3082
- "items"
3048
+ "@type"
3083
3049
  ],
3084
3050
  "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": {
3051
+ },
3052
+ "SelectionFormFieldSettingsJSON": {
3093
3053
  "type": "object",
3094
3054
  "properties": {
3095
- "requestId": {
3096
- "$ref": "#/definitions/RequestIdString"
3055
+ "@type": {
3056
+ "type": "string",
3057
+ "const": "SelectionFormFieldSettings"
3058
+ },
3059
+ "@context": {
3060
+ "type": "string"
3061
+ },
3062
+ "@version": {
3063
+ "type": "string"
3064
+ },
3065
+ "options": {
3066
+ "type": "array",
3067
+ "items": {
3068
+ "type": "string"
3069
+ }
3070
+ },
3071
+ "allowMultipleSelection": {
3072
+ "type": "boolean",
3073
+ "const": true
3097
3074
  }
3098
3075
  },
3099
3076
  "required": [
3100
- "requestId"
3077
+ "@type",
3078
+ "options"
3101
3079
  ],
3102
3080
  "additionalProperties": false
3103
3081
  },
3104
- "RequestIdString": {
3105
- "type": "string",
3106
- "pattern": "REQ[A-Za-z0-9]{17}"
3107
- }
3108
- }
3082
+ "RatingFormFieldSettingsJSON": {
3083
+ "type": "object",
3084
+ "properties": {
3085
+ "@type": {
3086
+ "type": "string",
3087
+ "const": "RatingFormFieldSettings"
3088
+ },
3089
+ "@context": {
3090
+ "type": "string"
3091
+ },
3092
+ "@version": {
3093
+ "type": "string"
3094
+ },
3095
+ "maxRating": {
3096
+ "type": "number",
3097
+ "enum": [
3098
+ 5,
3099
+ 6,
3100
+ 7,
3101
+ 8,
3102
+ 9,
3103
+ 10
3104
+ ]
3105
+ }
3106
+ },
3107
+ "required": [
3108
+ "@type",
3109
+ "maxRating"
3110
+ ],
3111
+ "additionalProperties": false
3112
+ },
3113
+ "RegisterAttributeListenerRequestItemJSON": {
3114
+ "type": "object",
3115
+ "properties": {
3116
+ "@type": {
3117
+ "type": "string",
3118
+ "const": "RegisterAttributeListenerRequestItem"
3119
+ },
3120
+ "@context": {
3121
+ "type": "string"
3122
+ },
3123
+ "@version": {
3124
+ "type": "string"
3125
+ },
3126
+ "description": {
3127
+ "type": "string",
3128
+ "description": "The human-readable description of this item."
3129
+ },
3130
+ "metadata": {
3131
+ "type": "object",
3132
+ "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."
3133
+ },
3134
+ "mustBeAccepted": {
3135
+ "type": "boolean",
3136
+ "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."
3137
+ },
3138
+ "requireManualDecision": {
3139
+ "type": "boolean",
3140
+ "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."
3141
+ },
3142
+ "query": {
3143
+ "anyOf": [
3144
+ {
3145
+ "$ref": "#/definitions/IdentityAttributeQueryJSON"
3146
+ },
3147
+ {
3148
+ "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
3149
+ }
3150
+ ]
3151
+ }
3152
+ },
3153
+ "required": [
3154
+ "@type",
3155
+ "mustBeAccepted",
3156
+ "query"
3157
+ ],
3158
+ "additionalProperties": false
3159
+ },
3160
+ "TransferFileOwnershipRequestItemJSON": {
3161
+ "type": "object",
3162
+ "properties": {
3163
+ "@type": {
3164
+ "type": "string",
3165
+ "const": "TransferFileOwnershipRequestItem"
3166
+ },
3167
+ "@context": {
3168
+ "type": "string"
3169
+ },
3170
+ "@version": {
3171
+ "type": "string"
3172
+ },
3173
+ "description": {
3174
+ "type": "string",
3175
+ "description": "The human-readable description of this item."
3176
+ },
3177
+ "metadata": {
3178
+ "type": "object",
3179
+ "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."
3180
+ },
3181
+ "mustBeAccepted": {
3182
+ "type": "boolean",
3183
+ "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."
3184
+ },
3185
+ "requireManualDecision": {
3186
+ "type": "boolean",
3187
+ "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."
3188
+ },
3189
+ "fileReference": {
3190
+ "type": "string"
3191
+ }
3192
+ },
3193
+ "required": [
3194
+ "@type",
3195
+ "fileReference",
3196
+ "mustBeAccepted"
3197
+ ],
3198
+ "additionalProperties": false
3199
+ },
3200
+ "AddressString": {
3201
+ "type": "string",
3202
+ "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
3203
+ }
3204
+ }
3205
+ };
3206
+ exports.RejectIncomingRequestRequest = {
3207
+ "$schema": "http://json-schema.org/draft-07/schema#",
3208
+ "$ref": "#/definitions/RejectIncomingRequestRequest",
3209
+ "definitions": {
3210
+ "RejectIncomingRequestRequest": {
3211
+ "type": "object",
3212
+ "additionalProperties": false,
3213
+ "properties": {
3214
+ "requestId": {
3215
+ "type": "string"
3216
+ },
3217
+ "items": {
3218
+ "type": "array",
3219
+ "items": {
3220
+ "anyOf": [
3221
+ {
3222
+ "$ref": "#/definitions/DecideRequestItemParametersJSON"
3223
+ },
3224
+ {
3225
+ "$ref": "#/definitions/DecideRequestItemGroupParametersJSON"
3226
+ }
3227
+ ]
3228
+ }
3229
+ }
3230
+ },
3231
+ "required": [
3232
+ "items",
3233
+ "requestId"
3234
+ ]
3235
+ },
3236
+ "DecideRequestItemParametersJSON": {
3237
+ "anyOf": [
3238
+ {
3239
+ "$ref": "#/definitions/AcceptRequestItemParametersJSON"
3240
+ },
3241
+ {
3242
+ "$ref": "#/definitions/RejectRequestItemParametersJSON"
3243
+ }
3244
+ ]
3245
+ },
3246
+ "AcceptRequestItemParametersJSON": {
3247
+ "type": "object",
3248
+ "properties": {
3249
+ "accept": {
3250
+ "type": "boolean",
3251
+ "const": true
3252
+ }
3253
+ },
3254
+ "required": [
3255
+ "accept"
3256
+ ],
3257
+ "additionalProperties": false
3258
+ },
3259
+ "RejectRequestItemParametersJSON": {
3260
+ "type": "object",
3261
+ "properties": {
3262
+ "accept": {
3263
+ "type": "boolean",
3264
+ "const": false
3265
+ },
3266
+ "code": {
3267
+ "type": "string"
3268
+ },
3269
+ "message": {
3270
+ "type": "string"
3271
+ }
3272
+ },
3273
+ "required": [
3274
+ "accept"
3275
+ ],
3276
+ "additionalProperties": false
3277
+ },
3278
+ "DecideRequestItemGroupParametersJSON": {
3279
+ "type": "object",
3280
+ "properties": {
3281
+ "items": {
3282
+ "type": "array",
3283
+ "items": {
3284
+ "$ref": "#/definitions/DecideRequestItemParametersJSON"
3285
+ }
3286
+ }
3287
+ },
3288
+ "required": [
3289
+ "items"
3290
+ ],
3291
+ "additionalProperties": false
3292
+ }
3293
+ }
3294
+ };
3295
+ exports.CheckPrerequisitesOfIncomingRequestRequest = {
3296
+ "$schema": "http://json-schema.org/draft-07/schema#",
3297
+ "$ref": "#/definitions/CheckPrerequisitesOfIncomingRequestRequest",
3298
+ "definitions": {
3299
+ "CheckPrerequisitesOfIncomingRequestRequest": {
3300
+ "type": "object",
3301
+ "properties": {
3302
+ "requestId": {
3303
+ "$ref": "#/definitions/RequestIdString"
3304
+ }
3305
+ },
3306
+ "required": [
3307
+ "requestId"
3308
+ ],
3309
+ "additionalProperties": false
3310
+ },
3311
+ "RequestIdString": {
3312
+ "type": "string",
3313
+ "pattern": "REQ[A-Za-z0-9]{17}"
3314
+ }
3315
+ }
3109
3316
  };
3110
3317
  exports.CompleteIncomingRequestRequest = {
3111
3318
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -3281,7 +3488,10 @@ exports.CompleteOutgoingRequestRequest = {
3281
3488
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
3282
3489
  },
3283
3490
  {
3284
- "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
3491
+ "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
3492
+ },
3493
+ {
3494
+ "$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
3285
3495
  }
3286
3496
  ]
3287
3497
  },
@@ -5248,7 +5458,8 @@ exports.CompleteOutgoingRequestRequest = {
5248
5458
  "type": "object",
5249
5459
  "properties": {
5250
5460
  "@type": {
5251
- "type": "string"
5461
+ "type": "string",
5462
+ "const": "Consent"
5252
5463
  },
5253
5464
  "@context": {
5254
5465
  "type": "string"
@@ -5261,6 +5472,9 @@ exports.CompleteOutgoingRequestRequest = {
5261
5472
  },
5262
5473
  "link": {
5263
5474
  "type": "string"
5475
+ },
5476
+ "linkDisplayText": {
5477
+ "type": "string"
5264
5478
  }
5265
5479
  },
5266
5480
  "required": [
@@ -5442,12 +5656,12 @@ exports.CompleteOutgoingRequestRequest = {
5442
5656
  ],
5443
5657
  "additionalProperties": false
5444
5658
  },
5445
- "FreeTextAcceptResponseItemJSON": {
5659
+ "FormFieldAcceptResponseItemJSON": {
5446
5660
  "type": "object",
5447
5661
  "properties": {
5448
5662
  "@type": {
5449
5663
  "type": "string",
5450
- "const": "FreeTextAcceptResponseItem"
5664
+ "const": "FormFieldAcceptResponseItem"
5451
5665
  },
5452
5666
  "@context": {
5453
5667
  "type": "string"
@@ -5459,26 +5673,39 @@ exports.CompleteOutgoingRequestRequest = {
5459
5673
  "type": "string",
5460
5674
  "const": "Accepted"
5461
5675
  },
5462
- "freeText": {
5463
- "type": "string"
5676
+ "response": {
5677
+ "anyOf": [
5678
+ {
5679
+ "type": "string"
5680
+ },
5681
+ {
5682
+ "type": "number"
5683
+ },
5684
+ {
5685
+ "type": "boolean"
5686
+ },
5687
+ {
5688
+ "type": "array",
5689
+ "items": {
5690
+ "type": "string"
5691
+ }
5692
+ }
5693
+ ]
5464
5694
  }
5465
5695
  },
5466
5696
  "required": [
5467
5697
  "@type",
5468
- "freeText",
5698
+ "response",
5469
5699
  "result"
5470
5700
  ],
5471
5701
  "additionalProperties": false
5472
5702
  },
5473
- "RejectResponseItemJSONDerivations": {
5474
- "$ref": "#/definitions/RejectResponseItemJSON"
5475
- },
5476
- "RejectResponseItemJSON": {
5703
+ "TransferFileOwnershipAcceptResponseItemJSON": {
5477
5704
  "type": "object",
5478
5705
  "properties": {
5479
5706
  "@type": {
5480
5707
  "type": "string",
5481
- "const": "RejectResponseItem"
5708
+ "const": "TransferFileOwnershipAcceptResponseItem"
5482
5709
  },
5483
5710
  "@context": {
5484
5711
  "type": "string"
@@ -5488,7 +5715,42 @@ exports.CompleteOutgoingRequestRequest = {
5488
5715
  },
5489
5716
  "result": {
5490
5717
  "type": "string",
5491
- "const": "Rejected"
5718
+ "const": "Accepted"
5719
+ },
5720
+ "attributeId": {
5721
+ "type": "string"
5722
+ },
5723
+ "attribute": {
5724
+ "$ref": "#/definitions/IdentityAttributeJSON"
5725
+ }
5726
+ },
5727
+ "required": [
5728
+ "@type",
5729
+ "attribute",
5730
+ "attributeId",
5731
+ "result"
5732
+ ],
5733
+ "additionalProperties": false
5734
+ },
5735
+ "RejectResponseItemJSONDerivations": {
5736
+ "$ref": "#/definitions/RejectResponseItemJSON"
5737
+ },
5738
+ "RejectResponseItemJSON": {
5739
+ "type": "object",
5740
+ "properties": {
5741
+ "@type": {
5742
+ "type": "string",
5743
+ "const": "RejectResponseItem"
5744
+ },
5745
+ "@context": {
5746
+ "type": "string"
5747
+ },
5748
+ "@version": {
5749
+ "type": "string"
5750
+ },
5751
+ "result": {
5752
+ "type": "string",
5753
+ "const": "Rejected"
5492
5754
  },
5493
5755
  "code": {
5494
5756
  "type": "string"
@@ -5701,7 +5963,10 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5701
5963
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
5702
5964
  },
5703
5965
  {
5704
- "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
5966
+ "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
5967
+ },
5968
+ {
5969
+ "$ref": "#/definitions/TransferFileOwnershipAcceptResponseItemJSON"
5705
5970
  }
5706
5971
  ]
5707
5972
  },
@@ -7668,7 +7933,8 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7668
7933
  "type": "object",
7669
7934
  "properties": {
7670
7935
  "@type": {
7671
- "type": "string"
7936
+ "type": "string",
7937
+ "const": "Consent"
7672
7938
  },
7673
7939
  "@context": {
7674
7940
  "type": "string"
@@ -7681,6 +7947,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7681
7947
  },
7682
7948
  "link": {
7683
7949
  "type": "string"
7950
+ },
7951
+ "linkDisplayText": {
7952
+ "type": "string"
7684
7953
  }
7685
7954
  },
7686
7955
  "required": [
@@ -7862,12 +8131,56 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7862
8131
  ],
7863
8132
  "additionalProperties": false
7864
8133
  },
7865
- "FreeTextAcceptResponseItemJSON": {
8134
+ "FormFieldAcceptResponseItemJSON": {
8135
+ "type": "object",
8136
+ "properties": {
8137
+ "@type": {
8138
+ "type": "string",
8139
+ "const": "FormFieldAcceptResponseItem"
8140
+ },
8141
+ "@context": {
8142
+ "type": "string"
8143
+ },
8144
+ "@version": {
8145
+ "type": "string"
8146
+ },
8147
+ "result": {
8148
+ "type": "string",
8149
+ "const": "Accepted"
8150
+ },
8151
+ "response": {
8152
+ "anyOf": [
8153
+ {
8154
+ "type": "string"
8155
+ },
8156
+ {
8157
+ "type": "number"
8158
+ },
8159
+ {
8160
+ "type": "boolean"
8161
+ },
8162
+ {
8163
+ "type": "array",
8164
+ "items": {
8165
+ "type": "string"
8166
+ }
8167
+ }
8168
+ ]
8169
+ }
8170
+ },
8171
+ "required": [
8172
+ "@type",
8173
+ "response",
8174
+ "result"
8175
+ ],
8176
+ "additionalProperties": false
8177
+ },
8178
+ "TransferFileOwnershipAcceptResponseItemJSON": {
7866
8179
  "type": "object",
7867
8180
  "properties": {
7868
8181
  "@type": {
7869
8182
  "type": "string",
7870
- "const": "FreeTextAcceptResponseItem"
8183
+ "const": "TransferFileOwnershipAcceptResponseItem"
7871
8184
  },
7872
8185
  "@context": {
7873
8186
  "type": "string"
@@ -7879,13 +8192,17 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7879
8192
  "type": "string",
7880
8193
  "const": "Accepted"
7881
8194
  },
7882
- "freeText": {
8195
+ "attributeId": {
7883
8196
  "type": "string"
8197
+ },
8198
+ "attribute": {
8199
+ "$ref": "#/definitions/IdentityAttributeJSON"
7884
8200
  }
7885
8201
  },
7886
8202
  "required": [
7887
8203
  "@type",
7888
- "freeText",
8204
+ "attribute",
8205
+ "attributeId",
7889
8206
  "result"
7890
8207
  ],
7891
8208
  "additionalProperties": false
@@ -8087,10 +8404,13 @@ exports.CreateOutgoingRequestRequest = {
8087
8404
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
8088
8405
  },
8089
8406
  {
8090
- "$ref": "#/definitions/FreeTextRequestItemJSON"
8407
+ "$ref": "#/definitions/FormFieldRequestItemJSON"
8091
8408
  },
8092
8409
  {
8093
8410
  "$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
8411
+ },
8412
+ {
8413
+ "$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
8094
8414
  }
8095
8415
  ]
8096
8416
  },
@@ -8106,10 +8426,6 @@ exports.CreateOutgoingRequestRequest = {
8106
8426
  "@version": {
8107
8427
  "type": "string"
8108
8428
  },
8109
- "title": {
8110
- "type": "string",
8111
- "description": "The human-readable title of this item."
8112
- },
8113
8429
  "description": {
8114
8430
  "type": "string",
8115
8431
  "description": "The human-readable description of this item."
@@ -8146,10 +8462,6 @@ exports.CreateOutgoingRequestRequest = {
8146
8462
  "@version": {
8147
8463
  "type": "string"
8148
8464
  },
8149
- "title": {
8150
- "type": "string",
8151
- "description": "The human-readable title of this item."
8152
- },
8153
8465
  "description": {
8154
8466
  "type": "string",
8155
8467
  "description": "The human-readable description of this item."
@@ -8816,7 +9128,8 @@ exports.CreateOutgoingRequestRequest = {
8816
9128
  "type": "object",
8817
9129
  "properties": {
8818
9130
  "@type": {
8819
- "type": "string"
9131
+ "type": "string",
9132
+ "const": "Consent"
8820
9133
  },
8821
9134
  "@context": {
8822
9135
  "type": "string"
@@ -8829,6 +9142,9 @@ exports.CreateOutgoingRequestRequest = {
8829
9142
  },
8830
9143
  "link": {
8831
9144
  "type": "string"
9145
+ },
9146
+ "linkDisplayText": {
9147
+ "type": "string"
8832
9148
  }
8833
9149
  },
8834
9150
  "required": [
@@ -10095,10 +10411,6 @@ exports.CreateOutgoingRequestRequest = {
10095
10411
  "@version": {
10096
10412
  "type": "string"
10097
10413
  },
10098
- "title": {
10099
- "type": "string",
10100
- "description": "The human-readable title of this item."
10101
- },
10102
10414
  "description": {
10103
10415
  "type": "string",
10104
10416
  "description": "The human-readable description of this item."
@@ -10139,10 +10451,6 @@ exports.CreateOutgoingRequestRequest = {
10139
10451
  "@version": {
10140
10452
  "type": "string"
10141
10453
  },
10142
- "title": {
10143
- "type": "string",
10144
- "description": "The human-readable title of this item."
10145
- },
10146
10454
  "description": {
10147
10455
  "type": "string",
10148
10456
  "description": "The human-readable description of this item."
@@ -10197,10 +10505,6 @@ exports.CreateOutgoingRequestRequest = {
10197
10505
  "@version": {
10198
10506
  "type": "string"
10199
10507
  },
10200
- "title": {
10201
- "type": "string",
10202
- "description": "The human-readable title of this item."
10203
- },
10204
10508
  "description": {
10205
10509
  "type": "string",
10206
10510
  "description": "The human-readable description of this item."
@@ -10473,10 +10777,6 @@ exports.CreateOutgoingRequestRequest = {
10473
10777
  "@version": {
10474
10778
  "type": "string"
10475
10779
  },
10476
- "title": {
10477
- "type": "string",
10478
- "description": "The human-readable title of this item."
10479
- },
10480
10780
  "description": {
10481
10781
  "type": "string",
10482
10782
  "description": "The human-readable description of this item."
@@ -10534,22 +10834,11 @@ exports.CreateOutgoingRequestRequest = {
10534
10834
  "type": "string"
10535
10835
  },
10536
10836
  "owner": {
10537
- "anyOf": [
10538
- {
10539
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
10540
- },
10541
- {
10542
- "type": "string",
10543
- "const": "thirdParty"
10544
- },
10545
- {
10546
- "type": "string",
10547
- "const": "recipient"
10548
- },
10549
- {
10550
- "type": "string",
10551
- "const": ""
10552
- }
10837
+ "type": "string",
10838
+ "enum": [
10839
+ "thirdParty",
10840
+ "recipient",
10841
+ ""
10553
10842
  ]
10554
10843
  },
10555
10844
  "thirdParty": {
@@ -10567,14 +10856,6 @@ exports.CreateOutgoingRequestRequest = {
10567
10856
  ],
10568
10857
  "additionalProperties": false
10569
10858
  },
10570
- "ThirdPartyRelationshipAttributeQueryOwner": {
10571
- "type": "string",
10572
- "enum": [
10573
- "thirdParty",
10574
- "recipient",
10575
- ""
10576
- ]
10577
- },
10578
10859
  "ConsentRequestItemJSON": {
10579
10860
  "type": "object",
10580
10861
  "properties": {
@@ -10588,10 +10869,6 @@ exports.CreateOutgoingRequestRequest = {
10588
10869
  "@version": {
10589
10870
  "type": "string"
10590
10871
  },
10591
- "title": {
10592
- "type": "string",
10593
- "description": "The human-readable title of this item."
10594
- },
10595
10872
  "description": {
10596
10873
  "type": "string",
10597
10874
  "description": "The human-readable description of this item."
@@ -10613,6 +10890,9 @@ exports.CreateOutgoingRequestRequest = {
10613
10890
  },
10614
10891
  "link": {
10615
10892
  "type": "string"
10893
+ },
10894
+ "linkDisplayText": {
10895
+ "type": "string"
10616
10896
  }
10617
10897
  },
10618
10898
  "required": [
@@ -10635,10 +10915,6 @@ exports.CreateOutgoingRequestRequest = {
10635
10915
  "@version": {
10636
10916
  "type": "string"
10637
10917
  },
10638
- "title": {
10639
- "type": "string",
10640
- "description": "The human-readable title of this item."
10641
- },
10642
10918
  "description": {
10643
10919
  "type": "string",
10644
10920
  "description": "The human-readable description of this item."
@@ -10654,6 +10930,9 @@ exports.CreateOutgoingRequestRequest = {
10654
10930
  "requireManualDecision": {
10655
10931
  "type": "boolean",
10656
10932
  "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."
10933
+ },
10934
+ "title": {
10935
+ "type": "string"
10657
10936
  }
10658
10937
  },
10659
10938
  "required": [
@@ -10663,12 +10942,12 @@ exports.CreateOutgoingRequestRequest = {
10663
10942
  ],
10664
10943
  "additionalProperties": false
10665
10944
  },
10666
- "FreeTextRequestItemJSON": {
10945
+ "FormFieldRequestItemJSON": {
10667
10946
  "type": "object",
10668
10947
  "properties": {
10669
10948
  "@type": {
10670
10949
  "type": "string",
10671
- "const": "FreeTextRequestItem"
10950
+ "const": "FormFieldRequestItem"
10672
10951
  },
10673
10952
  "@context": {
10674
10953
  "type": "string"
@@ -10676,10 +10955,6 @@ exports.CreateOutgoingRequestRequest = {
10676
10955
  "@version": {
10677
10956
  "type": "string"
10678
10957
  },
10679
- "title": {
10680
- "type": "string",
10681
- "description": "The human-readable title of this item."
10682
- },
10683
10958
  "description": {
10684
10959
  "type": "string",
10685
10960
  "description": "The human-readable description of this item."
@@ -10696,23 +10971,52 @@ exports.CreateOutgoingRequestRequest = {
10696
10971
  "type": "boolean",
10697
10972
  "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
10973
  },
10699
- "freeText": {
10974
+ "title": {
10700
10975
  "type": "string"
10976
+ },
10977
+ "settings": {
10978
+ "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
10701
10979
  }
10702
10980
  },
10703
10981
  "required": [
10704
10982
  "@type",
10705
- "freeText",
10706
- "mustBeAccepted"
10983
+ "mustBeAccepted",
10984
+ "settings",
10985
+ "title"
10707
10986
  ],
10708
10987
  "additionalProperties": false
10709
10988
  },
10710
- "RegisterAttributeListenerRequestItemJSON": {
10989
+ "FormFieldSettingsJSONDerivations": {
10990
+ "anyOf": [
10991
+ {
10992
+ "$ref": "#/definitions/StringFormFieldSettingsJSON"
10993
+ },
10994
+ {
10995
+ "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
10996
+ },
10997
+ {
10998
+ "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
10999
+ },
11000
+ {
11001
+ "$ref": "#/definitions/BooleanFormFieldSettingsJSON"
11002
+ },
11003
+ {
11004
+ "$ref": "#/definitions/DateFormFieldSettingsJSON"
11005
+ },
11006
+ {
11007
+ "$ref": "#/definitions/SelectionFormFieldSettingsJSON"
11008
+ },
11009
+ {
11010
+ "$ref": "#/definitions/RatingFormFieldSettingsJSON"
11011
+ }
11012
+ ]
11013
+ },
11014
+ "StringFormFieldSettingsJSON": {
10711
11015
  "type": "object",
10712
11016
  "properties": {
10713
11017
  "@type": {
10714
11018
  "type": "string",
10715
- "const": "RegisterAttributeListenerRequestItem"
11019
+ "const": "StringFormFieldSettings"
10716
11020
  },
10717
11021
  "@context": {
10718
11022
  "type": "string"
@@ -10720,69 +11024,289 @@ exports.CreateOutgoingRequestRequest = {
10720
11024
  "@version": {
10721
11025
  "type": "string"
10722
11026
  },
10723
- "title": {
10724
- "type": "string",
10725
- "description": "The human-readable title of this item."
11027
+ "allowNewlines": {
11028
+ "type": "boolean",
11029
+ "const": true
10726
11030
  },
10727
- "description": {
11031
+ "min": {
11032
+ "type": "number"
11033
+ },
11034
+ "max": {
11035
+ "type": "number"
11036
+ }
11037
+ },
11038
+ "required": [
11039
+ "@type"
11040
+ ],
11041
+ "additionalProperties": false
11042
+ },
11043
+ "IntegerFormFieldSettingsJSON": {
11044
+ "type": "object",
11045
+ "properties": {
11046
+ "@type": {
10728
11047
  "type": "string",
10729
- "description": "The human-readable description of this item."
11048
+ "const": "IntegerFormFieldSettings"
10730
11049
  },
10731
- "metadata": {
10732
- "type": "object",
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."
11050
+ "@context": {
11051
+ "type": "string"
10734
11052
  },
10735
- "mustBeAccepted": {
10736
- "type": "boolean",
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."
11053
+ "@version": {
11054
+ "type": "string"
10738
11055
  },
10739
- "requireManualDecision": {
10740
- "type": "boolean",
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."
11056
+ "unit": {
11057
+ "type": "string"
10742
11058
  },
10743
- "query": {
10744
- "anyOf": [
10745
- {
10746
- "$ref": "#/definitions/IdentityAttributeQueryJSON"
10747
- },
10748
- {
10749
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
10750
- }
10751
- ]
11059
+ "min": {
11060
+ "type": "number"
11061
+ },
11062
+ "max": {
11063
+ "type": "number"
10752
11064
  }
10753
11065
  },
10754
11066
  "required": [
10755
- "@type",
10756
- "mustBeAccepted",
10757
- "query"
11067
+ "@type"
10758
11068
  ],
10759
11069
  "additionalProperties": false
10760
11070
  },
10761
- "AddressString": {
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": {
11071
+ "DoubleFormFieldSettingsJSON": {
10772
11072
  "type": "object",
10773
11073
  "properties": {
10774
- "requestId": {
11074
+ "@type": {
11075
+ "type": "string",
11076
+ "const": "DoubleFormFieldSettings"
11077
+ },
11078
+ "@context": {
11079
+ "type": "string"
11080
+ },
11081
+ "@version": {
11082
+ "type": "string"
11083
+ },
11084
+ "unit": {
10775
11085
  "type": "string"
11086
+ },
11087
+ "min": {
11088
+ "type": "number"
11089
+ },
11090
+ "max": {
11091
+ "type": "number"
10776
11092
  }
10777
11093
  },
10778
11094
  "required": [
10779
- "requestId"
11095
+ "@type"
10780
11096
  ],
10781
11097
  "additionalProperties": false
10782
- }
10783
- }
10784
- };
10785
- exports.DiscardOutgoingRequestRequest = {
11098
+ },
11099
+ "BooleanFormFieldSettingsJSON": {
11100
+ "type": "object",
11101
+ "properties": {
11102
+ "@type": {
11103
+ "type": "string",
11104
+ "const": "BooleanFormFieldSettings"
11105
+ },
11106
+ "@context": {
11107
+ "type": "string"
11108
+ },
11109
+ "@version": {
11110
+ "type": "string"
11111
+ }
11112
+ },
11113
+ "required": [
11114
+ "@type"
11115
+ ],
11116
+ "additionalProperties": false
11117
+ },
11118
+ "DateFormFieldSettingsJSON": {
11119
+ "type": "object",
11120
+ "properties": {
11121
+ "@type": {
11122
+ "type": "string",
11123
+ "const": "DateFormFieldSettings"
11124
+ },
11125
+ "@context": {
11126
+ "type": "string"
11127
+ },
11128
+ "@version": {
11129
+ "type": "string"
11130
+ }
11131
+ },
11132
+ "required": [
11133
+ "@type"
11134
+ ],
11135
+ "additionalProperties": false
11136
+ },
11137
+ "SelectionFormFieldSettingsJSON": {
11138
+ "type": "object",
11139
+ "properties": {
11140
+ "@type": {
11141
+ "type": "string",
11142
+ "const": "SelectionFormFieldSettings"
11143
+ },
11144
+ "@context": {
11145
+ "type": "string"
11146
+ },
11147
+ "@version": {
11148
+ "type": "string"
11149
+ },
11150
+ "options": {
11151
+ "type": "array",
11152
+ "items": {
11153
+ "type": "string"
11154
+ }
11155
+ },
11156
+ "allowMultipleSelection": {
11157
+ "type": "boolean",
11158
+ "const": true
11159
+ }
11160
+ },
11161
+ "required": [
11162
+ "@type",
11163
+ "options"
11164
+ ],
11165
+ "additionalProperties": false
11166
+ },
11167
+ "RatingFormFieldSettingsJSON": {
11168
+ "type": "object",
11169
+ "properties": {
11170
+ "@type": {
11171
+ "type": "string",
11172
+ "const": "RatingFormFieldSettings"
11173
+ },
11174
+ "@context": {
11175
+ "type": "string"
11176
+ },
11177
+ "@version": {
11178
+ "type": "string"
11179
+ },
11180
+ "maxRating": {
11181
+ "type": "number",
11182
+ "enum": [
11183
+ 5,
11184
+ 6,
11185
+ 7,
11186
+ 8,
11187
+ 9,
11188
+ 10
11189
+ ]
11190
+ }
11191
+ },
11192
+ "required": [
11193
+ "@type",
11194
+ "maxRating"
11195
+ ],
11196
+ "additionalProperties": false
11197
+ },
11198
+ "RegisterAttributeListenerRequestItemJSON": {
11199
+ "type": "object",
11200
+ "properties": {
11201
+ "@type": {
11202
+ "type": "string",
11203
+ "const": "RegisterAttributeListenerRequestItem"
11204
+ },
11205
+ "@context": {
11206
+ "type": "string"
11207
+ },
11208
+ "@version": {
11209
+ "type": "string"
11210
+ },
11211
+ "description": {
11212
+ "type": "string",
11213
+ "description": "The human-readable description of this item."
11214
+ },
11215
+ "metadata": {
11216
+ "type": "object",
11217
+ "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."
11218
+ },
11219
+ "mustBeAccepted": {
11220
+ "type": "boolean",
11221
+ "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."
11222
+ },
11223
+ "requireManualDecision": {
11224
+ "type": "boolean",
11225
+ "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."
11226
+ },
11227
+ "query": {
11228
+ "anyOf": [
11229
+ {
11230
+ "$ref": "#/definitions/IdentityAttributeQueryJSON"
11231
+ },
11232
+ {
11233
+ "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryJSON"
11234
+ }
11235
+ ]
11236
+ }
11237
+ },
11238
+ "required": [
11239
+ "@type",
11240
+ "mustBeAccepted",
11241
+ "query"
11242
+ ],
11243
+ "additionalProperties": false
11244
+ },
11245
+ "TransferFileOwnershipRequestItemJSON": {
11246
+ "type": "object",
11247
+ "properties": {
11248
+ "@type": {
11249
+ "type": "string",
11250
+ "const": "TransferFileOwnershipRequestItem"
11251
+ },
11252
+ "@context": {
11253
+ "type": "string"
11254
+ },
11255
+ "@version": {
11256
+ "type": "string"
11257
+ },
11258
+ "description": {
11259
+ "type": "string",
11260
+ "description": "The human-readable description of this item."
11261
+ },
11262
+ "metadata": {
11263
+ "type": "object",
11264
+ "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."
11265
+ },
11266
+ "mustBeAccepted": {
11267
+ "type": "boolean",
11268
+ "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."
11269
+ },
11270
+ "requireManualDecision": {
11271
+ "type": "boolean",
11272
+ "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."
11273
+ },
11274
+ "fileReference": {
11275
+ "type": "string"
11276
+ }
11277
+ },
11278
+ "required": [
11279
+ "@type",
11280
+ "fileReference",
11281
+ "mustBeAccepted"
11282
+ ],
11283
+ "additionalProperties": false
11284
+ },
11285
+ "AddressString": {
11286
+ "type": "string",
11287
+ "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
11288
+ }
11289
+ }
11290
+ };
11291
+ exports.DeleteIncomingRequestRequest = {
11292
+ "$schema": "http://json-schema.org/draft-07/schema#",
11293
+ "$ref": "#/definitions/DeleteIncomingRequestRequest",
11294
+ "definitions": {
11295
+ "DeleteIncomingRequestRequest": {
11296
+ "type": "object",
11297
+ "properties": {
11298
+ "requestId": {
11299
+ "type": "string"
11300
+ }
11301
+ },
11302
+ "required": [
11303
+ "requestId"
11304
+ ],
11305
+ "additionalProperties": false
11306
+ }
11307
+ }
11308
+ };
11309
+ exports.DiscardOutgoingRequestRequest = {
10786
11310
  "$schema": "http://json-schema.org/draft-07/schema#",
10787
11311
  "$ref": "#/definitions/DiscardOutgoingRequestRequest",
10788
11312
  "definitions": {
@@ -11402,10 +11926,13 @@ exports.ReceivedIncomingRequestRequest = {
11402
11926
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
11403
11927
  },
11404
11928
  {
11405
- "$ref": "#/definitions/FreeTextRequestItemJSON"
11929
+ "$ref": "#/definitions/FormFieldRequestItemJSON"
11406
11930
  },
11407
11931
  {
11408
11932
  "$ref": "#/definitions/RegisterAttributeListenerRequestItemJSON"
11933
+ },
11934
+ {
11935
+ "$ref": "#/definitions/TransferFileOwnershipRequestItemJSON"
11409
11936
  }
11410
11937
  ]
11411
11938
  },
@@ -11421,10 +11948,6 @@ exports.ReceivedIncomingRequestRequest = {
11421
11948
  "@version": {
11422
11949
  "type": "string"
11423
11950
  },
11424
- "title": {
11425
- "type": "string",
11426
- "description": "The human-readable title of this item."
11427
- },
11428
11951
  "description": {
11429
11952
  "type": "string",
11430
11953
  "description": "The human-readable description of this item."
@@ -11461,10 +11984,6 @@ exports.ReceivedIncomingRequestRequest = {
11461
11984
  "@version": {
11462
11985
  "type": "string"
11463
11986
  },
11464
- "title": {
11465
- "type": "string",
11466
- "description": "The human-readable title of this item."
11467
- },
11468
11987
  "description": {
11469
11988
  "type": "string",
11470
11989
  "description": "The human-readable description of this item."
@@ -12131,7 +12650,8 @@ exports.ReceivedIncomingRequestRequest = {
12131
12650
  "type": "object",
12132
12651
  "properties": {
12133
12652
  "@type": {
12134
- "type": "string"
12653
+ "type": "string",
12654
+ "const": "Consent"
12135
12655
  },
12136
12656
  "@context": {
12137
12657
  "type": "string"
@@ -12144,6 +12664,9 @@ exports.ReceivedIncomingRequestRequest = {
12144
12664
  },
12145
12665
  "link": {
12146
12666
  "type": "string"
12667
+ },
12668
+ "linkDisplayText": {
12669
+ "type": "string"
12147
12670
  }
12148
12671
  },
12149
12672
  "required": [
@@ -13410,10 +13933,6 @@ exports.ReceivedIncomingRequestRequest = {
13410
13933
  "@version": {
13411
13934
  "type": "string"
13412
13935
  },
13413
- "title": {
13414
- "type": "string",
13415
- "description": "The human-readable title of this item."
13416
- },
13417
13936
  "description": {
13418
13937
  "type": "string",
13419
13938
  "description": "The human-readable description of this item."
@@ -13454,10 +13973,6 @@ exports.ReceivedIncomingRequestRequest = {
13454
13973
  "@version": {
13455
13974
  "type": "string"
13456
13975
  },
13457
- "title": {
13458
- "type": "string",
13459
- "description": "The human-readable title of this item."
13460
- },
13461
13976
  "description": {
13462
13977
  "type": "string",
13463
13978
  "description": "The human-readable description of this item."
@@ -13512,10 +14027,6 @@ exports.ReceivedIncomingRequestRequest = {
13512
14027
  "@version": {
13513
14028
  "type": "string"
13514
14029
  },
13515
- "title": {
13516
- "type": "string",
13517
- "description": "The human-readable title of this item."
13518
- },
13519
14030
  "description": {
13520
14031
  "type": "string",
13521
14032
  "description": "The human-readable description of this item."
@@ -13788,10 +14299,6 @@ exports.ReceivedIncomingRequestRequest = {
13788
14299
  "@version": {
13789
14300
  "type": "string"
13790
14301
  },
13791
- "title": {
13792
- "type": "string",
13793
- "description": "The human-readable title of this item."
13794
- },
13795
14302
  "description": {
13796
14303
  "type": "string",
13797
14304
  "description": "The human-readable description of this item."
@@ -13849,22 +14356,11 @@ exports.ReceivedIncomingRequestRequest = {
13849
14356
  "type": "string"
13850
14357
  },
13851
14358
  "owner": {
13852
- "anyOf": [
13853
- {
13854
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
13855
- },
13856
- {
13857
- "type": "string",
13858
- "const": "thirdParty"
13859
- },
13860
- {
13861
- "type": "string",
13862
- "const": "recipient"
13863
- },
13864
- {
13865
- "type": "string",
13866
- "const": ""
13867
- }
14359
+ "type": "string",
14360
+ "enum": [
14361
+ "thirdParty",
14362
+ "recipient",
14363
+ ""
13868
14364
  ]
13869
14365
  },
13870
14366
  "thirdParty": {
@@ -13882,14 +14378,6 @@ exports.ReceivedIncomingRequestRequest = {
13882
14378
  ],
13883
14379
  "additionalProperties": false
13884
14380
  },
13885
- "ThirdPartyRelationshipAttributeQueryOwner": {
13886
- "type": "string",
13887
- "enum": [
13888
- "thirdParty",
13889
- "recipient",
13890
- ""
13891
- ]
13892
- },
13893
14381
  "ConsentRequestItemJSON": {
13894
14382
  "type": "object",
13895
14383
  "properties": {
@@ -13903,10 +14391,6 @@ exports.ReceivedIncomingRequestRequest = {
13903
14391
  "@version": {
13904
14392
  "type": "string"
13905
14393
  },
13906
- "title": {
13907
- "type": "string",
13908
- "description": "The human-readable title of this item."
13909
- },
13910
14394
  "description": {
13911
14395
  "type": "string",
13912
14396
  "description": "The human-readable description of this item."
@@ -13928,6 +14412,9 @@ exports.ReceivedIncomingRequestRequest = {
13928
14412
  },
13929
14413
  "link": {
13930
14414
  "type": "string"
14415
+ },
14416
+ "linkDisplayText": {
14417
+ "type": "string"
13931
14418
  }
13932
14419
  },
13933
14420
  "required": [
@@ -13950,10 +14437,6 @@ exports.ReceivedIncomingRequestRequest = {
13950
14437
  "@version": {
13951
14438
  "type": "string"
13952
14439
  },
13953
- "title": {
13954
- "type": "string",
13955
- "description": "The human-readable title of this item."
13956
- },
13957
14440
  "description": {
13958
14441
  "type": "string",
13959
14442
  "description": "The human-readable description of this item."
@@ -13969,6 +14452,9 @@ exports.ReceivedIncomingRequestRequest = {
13969
14452
  "requireManualDecision": {
13970
14453
  "type": "boolean",
13971
14454
  "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."
14455
+ },
14456
+ "title": {
14457
+ "type": "string"
13972
14458
  }
13973
14459
  },
13974
14460
  "required": [
@@ -13978,12 +14464,12 @@ exports.ReceivedIncomingRequestRequest = {
13978
14464
  ],
13979
14465
  "additionalProperties": false
13980
14466
  },
13981
- "FreeTextRequestItemJSON": {
14467
+ "FormFieldRequestItemJSON": {
13982
14468
  "type": "object",
13983
14469
  "properties": {
13984
14470
  "@type": {
13985
14471
  "type": "string",
13986
- "const": "FreeTextRequestItem"
14472
+ "const": "FormFieldRequestItem"
13987
14473
  },
13988
14474
  "@context": {
13989
14475
  "type": "string"
@@ -13991,10 +14477,6 @@ exports.ReceivedIncomingRequestRequest = {
13991
14477
  "@version": {
13992
14478
  "type": "string"
13993
14479
  },
13994
- "title": {
13995
- "type": "string",
13996
- "description": "The human-readable title of this item."
13997
- },
13998
14480
  "description": {
13999
14481
  "type": "string",
14000
14482
  "description": "The human-readable description of this item."
@@ -14011,23 +14493,52 @@ exports.ReceivedIncomingRequestRequest = {
14011
14493
  "type": "boolean",
14012
14494
  "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
14495
  },
14014
- "freeText": {
14496
+ "title": {
14015
14497
  "type": "string"
14498
+ },
14499
+ "settings": {
14500
+ "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
14016
14501
  }
14017
14502
  },
14018
14503
  "required": [
14019
14504
  "@type",
14020
- "freeText",
14021
- "mustBeAccepted"
14505
+ "mustBeAccepted",
14506
+ "settings",
14507
+ "title"
14022
14508
  ],
14023
14509
  "additionalProperties": false
14024
14510
  },
14025
- "RegisterAttributeListenerRequestItemJSON": {
14511
+ "FormFieldSettingsJSONDerivations": {
14512
+ "anyOf": [
14513
+ {
14514
+ "$ref": "#/definitions/StringFormFieldSettingsJSON"
14515
+ },
14516
+ {
14517
+ "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
14518
+ },
14519
+ {
14520
+ "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
14521
+ },
14522
+ {
14523
+ "$ref": "#/definitions/BooleanFormFieldSettingsJSON"
14524
+ },
14525
+ {
14526
+ "$ref": "#/definitions/DateFormFieldSettingsJSON"
14527
+ },
14528
+ {
14529
+ "$ref": "#/definitions/SelectionFormFieldSettingsJSON"
14530
+ },
14531
+ {
14532
+ "$ref": "#/definitions/RatingFormFieldSettingsJSON"
14533
+ }
14534
+ ]
14535
+ },
14536
+ "StringFormFieldSettingsJSON": {
14026
14537
  "type": "object",
14027
14538
  "properties": {
14028
14539
  "@type": {
14029
14540
  "type": "string",
14030
- "const": "RegisterAttributeListenerRequestItem"
14541
+ "const": "StringFormFieldSettings"
14031
14542
  },
14032
14543
  "@context": {
14033
14544
  "type": "string"
@@ -14035,9 +14546,189 @@ exports.ReceivedIncomingRequestRequest = {
14035
14546
  "@version": {
14036
14547
  "type": "string"
14037
14548
  },
14038
- "title": {
14549
+ "allowNewlines": {
14550
+ "type": "boolean",
14551
+ "const": true
14552
+ },
14553
+ "min": {
14554
+ "type": "number"
14555
+ },
14556
+ "max": {
14557
+ "type": "number"
14558
+ }
14559
+ },
14560
+ "required": [
14561
+ "@type"
14562
+ ],
14563
+ "additionalProperties": false
14564
+ },
14565
+ "IntegerFormFieldSettingsJSON": {
14566
+ "type": "object",
14567
+ "properties": {
14568
+ "@type": {
14569
+ "type": "string",
14570
+ "const": "IntegerFormFieldSettings"
14571
+ },
14572
+ "@context": {
14573
+ "type": "string"
14574
+ },
14575
+ "@version": {
14576
+ "type": "string"
14577
+ },
14578
+ "unit": {
14579
+ "type": "string"
14580
+ },
14581
+ "min": {
14582
+ "type": "number"
14583
+ },
14584
+ "max": {
14585
+ "type": "number"
14586
+ }
14587
+ },
14588
+ "required": [
14589
+ "@type"
14590
+ ],
14591
+ "additionalProperties": false
14592
+ },
14593
+ "DoubleFormFieldSettingsJSON": {
14594
+ "type": "object",
14595
+ "properties": {
14596
+ "@type": {
14597
+ "type": "string",
14598
+ "const": "DoubleFormFieldSettings"
14599
+ },
14600
+ "@context": {
14601
+ "type": "string"
14602
+ },
14603
+ "@version": {
14604
+ "type": "string"
14605
+ },
14606
+ "unit": {
14607
+ "type": "string"
14608
+ },
14609
+ "min": {
14610
+ "type": "number"
14611
+ },
14612
+ "max": {
14613
+ "type": "number"
14614
+ }
14615
+ },
14616
+ "required": [
14617
+ "@type"
14618
+ ],
14619
+ "additionalProperties": false
14620
+ },
14621
+ "BooleanFormFieldSettingsJSON": {
14622
+ "type": "object",
14623
+ "properties": {
14624
+ "@type": {
14625
+ "type": "string",
14626
+ "const": "BooleanFormFieldSettings"
14627
+ },
14628
+ "@context": {
14629
+ "type": "string"
14630
+ },
14631
+ "@version": {
14632
+ "type": "string"
14633
+ }
14634
+ },
14635
+ "required": [
14636
+ "@type"
14637
+ ],
14638
+ "additionalProperties": false
14639
+ },
14640
+ "DateFormFieldSettingsJSON": {
14641
+ "type": "object",
14642
+ "properties": {
14643
+ "@type": {
14039
14644
  "type": "string",
14040
- "description": "The human-readable title of this item."
14645
+ "const": "DateFormFieldSettings"
14646
+ },
14647
+ "@context": {
14648
+ "type": "string"
14649
+ },
14650
+ "@version": {
14651
+ "type": "string"
14652
+ }
14653
+ },
14654
+ "required": [
14655
+ "@type"
14656
+ ],
14657
+ "additionalProperties": false
14658
+ },
14659
+ "SelectionFormFieldSettingsJSON": {
14660
+ "type": "object",
14661
+ "properties": {
14662
+ "@type": {
14663
+ "type": "string",
14664
+ "const": "SelectionFormFieldSettings"
14665
+ },
14666
+ "@context": {
14667
+ "type": "string"
14668
+ },
14669
+ "@version": {
14670
+ "type": "string"
14671
+ },
14672
+ "options": {
14673
+ "type": "array",
14674
+ "items": {
14675
+ "type": "string"
14676
+ }
14677
+ },
14678
+ "allowMultipleSelection": {
14679
+ "type": "boolean",
14680
+ "const": true
14681
+ }
14682
+ },
14683
+ "required": [
14684
+ "@type",
14685
+ "options"
14686
+ ],
14687
+ "additionalProperties": false
14688
+ },
14689
+ "RatingFormFieldSettingsJSON": {
14690
+ "type": "object",
14691
+ "properties": {
14692
+ "@type": {
14693
+ "type": "string",
14694
+ "const": "RatingFormFieldSettings"
14695
+ },
14696
+ "@context": {
14697
+ "type": "string"
14698
+ },
14699
+ "@version": {
14700
+ "type": "string"
14701
+ },
14702
+ "maxRating": {
14703
+ "type": "number",
14704
+ "enum": [
14705
+ 5,
14706
+ 6,
14707
+ 7,
14708
+ 8,
14709
+ 9,
14710
+ 10
14711
+ ]
14712
+ }
14713
+ },
14714
+ "required": [
14715
+ "@type",
14716
+ "maxRating"
14717
+ ],
14718
+ "additionalProperties": false
14719
+ },
14720
+ "RegisterAttributeListenerRequestItemJSON": {
14721
+ "type": "object",
14722
+ "properties": {
14723
+ "@type": {
14724
+ "type": "string",
14725
+ "const": "RegisterAttributeListenerRequestItem"
14726
+ },
14727
+ "@context": {
14728
+ "type": "string"
14729
+ },
14730
+ "@version": {
14731
+ "type": "string"
14041
14732
  },
14042
14733
  "description": {
14043
14734
  "type": "string",
@@ -14073,6 +14764,46 @@ exports.ReceivedIncomingRequestRequest = {
14073
14764
  ],
14074
14765
  "additionalProperties": false
14075
14766
  },
14767
+ "TransferFileOwnershipRequestItemJSON": {
14768
+ "type": "object",
14769
+ "properties": {
14770
+ "@type": {
14771
+ "type": "string",
14772
+ "const": "TransferFileOwnershipRequestItem"
14773
+ },
14774
+ "@context": {
14775
+ "type": "string"
14776
+ },
14777
+ "@version": {
14778
+ "type": "string"
14779
+ },
14780
+ "description": {
14781
+ "type": "string",
14782
+ "description": "The human-readable description of this item."
14783
+ },
14784
+ "metadata": {
14785
+ "type": "object",
14786
+ "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."
14787
+ },
14788
+ "mustBeAccepted": {
14789
+ "type": "boolean",
14790
+ "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."
14791
+ },
14792
+ "requireManualDecision": {
14793
+ "type": "boolean",
14794
+ "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."
14795
+ },
14796
+ "fileReference": {
14797
+ "type": "string"
14798
+ }
14799
+ },
14800
+ "required": [
14801
+ "@type",
14802
+ "fileReference",
14803
+ "mustBeAccepted"
14804
+ ],
14805
+ "additionalProperties": false
14806
+ },
14076
14807
  "MessageIdString": {
14077
14808
  "type": "string",
14078
14809
  "pattern": "MSG[A-Za-z0-9]{17}"
@@ -14189,9 +14920,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14189
14920
  "requestItemMetadata": {
14190
14921
  "type": "object",
14191
14922
  "properties": {
14192
- "title": {
14193
- "type": "string"
14194
- },
14195
14923
  "description": {
14196
14924
  "type": "string"
14197
14925
  },
@@ -14805,7 +15533,8 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14805
15533
  "type": "object",
14806
15534
  "properties": {
14807
15535
  "@type": {
14808
- "type": "string"
15536
+ "type": "string",
15537
+ "const": "Consent"
14809
15538
  },
14810
15539
  "@context": {
14811
15540
  "type": "string"
@@ -14818,6 +15547,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14818
15547
  },
14819
15548
  "link": {
14820
15549
  "type": "string"
15550
+ },
15551
+ "linkDisplayText": {
15552
+ "type": "string"
14821
15553
  }
14822
15554
  },
14823
15555
  "required": [
@@ -15420,22 +16152,11 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
15420
16152
  "type": "string"
15421
16153
  },
15422
16154
  "owner": {
15423
- "anyOf": [
15424
- {
15425
- "$ref": "#/definitions/ThirdPartyRelationshipAttributeQueryOwner"
15426
- },
15427
- {
15428
- "type": "string",
15429
- "const": "thirdParty"
15430
- },
15431
- {
15432
- "type": "string",
15433
- "const": "recipient"
15434
- },
15435
- {
15436
- "type": "string",
15437
- "const": ""
15438
- }
16155
+ "type": "string",
16156
+ "enum": [
16157
+ "thirdParty",
16158
+ "recipient",
16159
+ ""
15439
16160
  ]
15440
16161
  },
15441
16162
  "thirdParty": {
@@ -15452,14 +16173,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
15452
16173
  "thirdParty"
15453
16174
  ],
15454
16175
  "additionalProperties": false
15455
- },
15456
- "ThirdPartyRelationshipAttributeQueryOwner": {
15457
- "type": "string",
15458
- "enum": [
15459
- "thirdParty",
15460
- "recipient",
15461
- ""
15462
- ]
15463
16176
  }
15464
16177
  }
15465
16178
  };
@@ -15495,9 +16208,6 @@ exports.GetAttributesRequest = {
15495
16208
  "query": {
15496
16209
  "$ref": "#/definitions/GetAttributesRequestQuery"
15497
16210
  },
15498
- "onlyValid": {
15499
- "type": "boolean"
15500
- },
15501
16211
  "hideTechnical": {
15502
16212
  "type": "boolean"
15503
16213
  }
@@ -15765,9 +16475,6 @@ exports.GetOwnSharedAttributesRequest = {
15765
16475
  "peer": {
15766
16476
  "$ref": "#/definitions/AddressString"
15767
16477
  },
15768
- "onlyValid": {
15769
- "type": "boolean"
15770
- },
15771
16478
  "query": {
15772
16479
  "$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
15773
16480
  },
@@ -15981,9 +16688,6 @@ exports.GetPeerSharedAttributesRequest = {
15981
16688
  "peer": {
15982
16689
  "$ref": "#/definitions/AddressString"
15983
16690
  },
15984
- "onlyValid": {
15985
- "type": "boolean"
15986
- },
15987
16691
  "query": {
15988
16692
  "$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
15989
16693
  },
@@ -16319,6 +17023,28 @@ exports.NotifyPeerAboutRepositoryAttributeSuccessionRequest = {
16319
17023
  }
16320
17024
  }
16321
17025
  };
17026
+ exports.SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest = {
17027
+ "$schema": "http://json-schema.org/draft-07/schema#",
17028
+ "$ref": "#/definitions/SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest",
17029
+ "definitions": {
17030
+ "SetAttributeDeletionInfoOfDeletionProposedRelationshipRequest": {
17031
+ "type": "object",
17032
+ "properties": {
17033
+ "relationshipId": {
17034
+ "$ref": "#/definitions/RelationshipIdString"
17035
+ }
17036
+ },
17037
+ "required": [
17038
+ "relationshipId"
17039
+ ],
17040
+ "additionalProperties": false
17041
+ },
17042
+ "RelationshipIdString": {
17043
+ "type": "string",
17044
+ "pattern": "REL[A-Za-z0-9]{17}"
17045
+ }
17046
+ }
17047
+ };
16322
17048
  exports.ShareRepositoryAttributeRequest = {
16323
17049
  "$schema": "http://json-schema.org/draft-07/schema#",
16324
17050
  "$ref": "#/definitions/ShareRepositoryAttributeRequest",
@@ -16353,9 +17079,6 @@ exports.ShareRepositoryAttributeRequest = {
16353
17079
  "requestItemMetadata": {
16354
17080
  "type": "object",
16355
17081
  "properties": {
16356
- "title": {
16357
- "type": "string"
16358
- },
16359
17082
  "description": {
16360
17083
  "type": "string"
16361
17084
  },
@@ -17017,7 +17740,8 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
17017
17740
  "type": "object",
17018
17741
  "properties": {
17019
17742
  "@type": {
17020
- "type": "string"
17743
+ "type": "string",
17744
+ "const": "Consent"
17021
17745
  },
17022
17746
  "@context": {
17023
17747
  "type": "string"
@@ -17030,6 +17754,9 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
17030
17754
  },
17031
17755
  "link": {
17032
17756
  "type": "string"
17757
+ },
17758
+ "linkDisplayText": {
17759
+ "type": "string"
17033
17760
  }
17034
17761
  },
17035
17762
  "required": [
@@ -19051,11 +19778,11 @@ exports.DownloadFileRequest = {
19051
19778
  }
19052
19779
  }
19053
19780
  };
19054
- exports.LoadItemFromTruncatedReferenceRequest = {
19781
+ exports.LoadItemFromReferenceRequest = {
19055
19782
  "$schema": "http://json-schema.org/draft-07/schema#",
19056
- "$ref": "#/definitions/LoadItemFromTruncatedReferenceRequest",
19783
+ "$ref": "#/definitions/LoadItemFromReferenceRequest",
19057
19784
  "definitions": {
19058
- "LoadItemFromTruncatedReferenceRequest": {
19785
+ "LoadItemFromReferenceRequest": {
19059
19786
  "type": "object",
19060
19787
  "properties": {
19061
19788
  "reference": {
@@ -19194,6 +19921,212 @@ exports.DownloadAttachmentRequest = {
19194
19921
  }
19195
19922
  }
19196
19923
  };
19924
+ exports.GetAnnouncementsRequest = {
19925
+ "$schema": "http://json-schema.org/draft-07/schema#",
19926
+ "$ref": "#/definitions/GetAnnouncementsRequest",
19927
+ "definitions": {
19928
+ "GetAnnouncementsRequest": {
19929
+ "type": "object",
19930
+ "properties": {
19931
+ "language": {
19932
+ "$ref": "#/definitions/LanguageISO639"
19933
+ }
19934
+ },
19935
+ "required": [
19936
+ "language"
19937
+ ],
19938
+ "additionalProperties": false
19939
+ },
19940
+ "LanguageISO639": {
19941
+ "type": "string",
19942
+ "enum": [
19943
+ "aa",
19944
+ "ab",
19945
+ "ae",
19946
+ "af",
19947
+ "ak",
19948
+ "am",
19949
+ "an",
19950
+ "ar",
19951
+ "as",
19952
+ "av",
19953
+ "ay",
19954
+ "az",
19955
+ "ba",
19956
+ "be",
19957
+ "bg",
19958
+ "bi",
19959
+ "bm",
19960
+ "bn",
19961
+ "bo",
19962
+ "br",
19963
+ "bs",
19964
+ "ca",
19965
+ "ce",
19966
+ "ch",
19967
+ "co",
19968
+ "cr",
19969
+ "cs",
19970
+ "cu",
19971
+ "cv",
19972
+ "cy",
19973
+ "da",
19974
+ "de",
19975
+ "dv",
19976
+ "dz",
19977
+ "ee",
19978
+ "el",
19979
+ "en",
19980
+ "eo",
19981
+ "es",
19982
+ "et",
19983
+ "eu",
19984
+ "fa",
19985
+ "ff",
19986
+ "fi",
19987
+ "fj",
19988
+ "fo",
19989
+ "fr",
19990
+ "fy",
19991
+ "ga",
19992
+ "gd",
19993
+ "gl",
19994
+ "gn",
19995
+ "gu",
19996
+ "gv",
19997
+ "ha",
19998
+ "he",
19999
+ "hi",
20000
+ "ho",
20001
+ "hr",
20002
+ "ht",
20003
+ "hu",
20004
+ "hy",
20005
+ "hz",
20006
+ "ia",
20007
+ "id",
20008
+ "ie",
20009
+ "ig",
20010
+ "ii",
20011
+ "ik",
20012
+ "io",
20013
+ "is",
20014
+ "it",
20015
+ "iu",
20016
+ "ja",
20017
+ "jv",
20018
+ "ka",
20019
+ "kg",
20020
+ "ki",
20021
+ "kj",
20022
+ "kk",
20023
+ "kl",
20024
+ "km",
20025
+ "kn",
20026
+ "ko",
20027
+ "kr",
20028
+ "ks",
20029
+ "ku",
20030
+ "kv",
20031
+ "kw",
20032
+ "ky",
20033
+ "la",
20034
+ "lb",
20035
+ "lg",
20036
+ "li",
20037
+ "ln",
20038
+ "lo",
20039
+ "lt",
20040
+ "lu",
20041
+ "lv",
20042
+ "mg",
20043
+ "mh",
20044
+ "mi",
20045
+ "mk",
20046
+ "ml",
20047
+ "mn",
20048
+ "mr",
20049
+ "ms",
20050
+ "mt",
20051
+ "my",
20052
+ "na",
20053
+ "nb",
20054
+ "nd",
20055
+ "ne",
20056
+ "ng",
20057
+ "nl",
20058
+ "nn",
20059
+ "no",
20060
+ "nr",
20061
+ "nv",
20062
+ "ny",
20063
+ "oc",
20064
+ "oj",
20065
+ "om",
20066
+ "or",
20067
+ "os",
20068
+ "pa",
20069
+ "pi",
20070
+ "pl",
20071
+ "ps",
20072
+ "pt",
20073
+ "qu",
20074
+ "rm",
20075
+ "rn",
20076
+ "ro",
20077
+ "ru",
20078
+ "rw",
20079
+ "sa",
20080
+ "sc",
20081
+ "sd",
20082
+ "se",
20083
+ "sg",
20084
+ "si",
20085
+ "sk",
20086
+ "sl",
20087
+ "sm",
20088
+ "sn",
20089
+ "so",
20090
+ "sq",
20091
+ "sr",
20092
+ "ss",
20093
+ "st",
20094
+ "su",
20095
+ "sv",
20096
+ "sw",
20097
+ "ta",
20098
+ "te",
20099
+ "tg",
20100
+ "th",
20101
+ "ti",
20102
+ "tk",
20103
+ "tl",
20104
+ "tn",
20105
+ "to",
20106
+ "tr",
20107
+ "ts",
20108
+ "tt",
20109
+ "tw",
20110
+ "ty",
20111
+ "ug",
20112
+ "uk",
20113
+ "ur",
20114
+ "uz",
20115
+ "ve",
20116
+ "vi",
20117
+ "vo",
20118
+ "wa",
20119
+ "wo",
20120
+ "xh",
20121
+ "yi",
20122
+ "yo",
20123
+ "za",
20124
+ "zh",
20125
+ "zu"
20126
+ ]
20127
+ }
20128
+ }
20129
+ };
19197
20130
  exports.CreateRelationshipChallengeRequest = {
19198
20131
  "$schema": "http://json-schema.org/draft-07/schema#",
19199
20132
  "$ref": "#/definitions/CreateRelationshipChallengeRequest",
@@ -19454,12 +20387,14 @@ exports.CreateDeviceOnboardingTokenRequest = {
19454
20387
  "type": "object",
19455
20388
  "properties": {
19456
20389
  "password": {
19457
- "type": "string"
20390
+ "type": "string",
20391
+ "minLength": 1
19458
20392
  },
19459
20393
  "passwordIsPin": {
19460
20394
  "type": "boolean",
19461
20395
  "const": true
19462
- }
20396
+ },
20397
+ "passwordLocationIndicator": {}
19463
20398
  },
19464
20399
  "required": [
19465
20400
  "password"
@@ -19786,28 +20721,6 @@ exports.UpdateDeviceRequest = {
19786
20721
  }
19787
20722
  }
19788
20723
  };
19789
- exports.CreateQRCodeForFileRequest = {
19790
- "$schema": "http://json-schema.org/draft-07/schema#",
19791
- "$ref": "#/definitions/CreateQRCodeForFileRequest",
19792
- "definitions": {
19793
- "CreateQRCodeForFileRequest": {
19794
- "type": "object",
19795
- "properties": {
19796
- "fileId": {
19797
- "$ref": "#/definitions/FileIdString"
19798
- }
19799
- },
19800
- "required": [
19801
- "fileId"
19802
- ],
19803
- "additionalProperties": false
19804
- },
19805
- "FileIdString": {
19806
- "type": "string",
19807
- "pattern": "FIL[A-Za-z0-9]{17}"
19808
- }
19809
- }
19810
- };
19811
20724
  exports.CreateTokenForFileRequest = {
19812
20725
  "$schema": "http://json-schema.org/draft-07/schema#",
19813
20726
  "$ref": "#/definitions/CreateTokenForFileRequest",
@@ -19837,61 +20750,8 @@ exports.CreateTokenForFileRequest = {
19837
20750
  "passwordIsPin": {
19838
20751
  "type": "boolean",
19839
20752
  "const": true
19840
- }
19841
- },
19842
- "required": [
19843
- "password"
19844
- ],
19845
- "additionalProperties": false
19846
- }
19847
- },
19848
- "required": [
19849
- "fileId"
19850
- ],
19851
- "additionalProperties": false
19852
- },
19853
- "FileIdString": {
19854
- "type": "string",
19855
- "pattern": "FIL[A-Za-z0-9]{17}"
19856
- },
19857
- "ISO8601DateTimeString": {
19858
- "type": "string",
19859
- "errorMessage": "must match ISO8601 datetime format",
19860
- "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)?)?)?)?$"
19861
- },
19862
- "AddressString": {
19863
- "type": "string",
19864
- "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
19865
- }
19866
- }
19867
- };
19868
- exports.CreateTokenQRCodeForFileRequest = {
19869
- "$schema": "http://json-schema.org/draft-07/schema#",
19870
- "$ref": "#/definitions/CreateTokenQRCodeForFileRequest",
19871
- "definitions": {
19872
- "CreateTokenQRCodeForFileRequest": {
19873
- "type": "object",
19874
- "properties": {
19875
- "fileId": {
19876
- "$ref": "#/definitions/FileIdString"
19877
- },
19878
- "expiresAt": {
19879
- "$ref": "#/definitions/ISO8601DateTimeString"
19880
- },
19881
- "forIdentity": {
19882
- "$ref": "#/definitions/AddressString"
19883
- },
19884
- "passwordProtection": {
19885
- "type": "object",
19886
- "properties": {
19887
- "password": {
19888
- "type": "string",
19889
- "minLength": 1
19890
20753
  },
19891
- "passwordIsPin": {
19892
- "type": "boolean",
19893
- "const": true
19894
- }
20754
+ "passwordLocationIndicator": {}
19895
20755
  },
19896
20756
  "required": [
19897
20757
  "password"
@@ -21042,7 +21902,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
21042
21902
  "passwordIsPin": {
21043
21903
  "type": "boolean",
21044
21904
  "const": true
21045
- }
21905
+ },
21906
+ "passwordLocationIndicator": {}
21046
21907
  },
21047
21908
  "required": [
21048
21909
  "password"
@@ -21067,33 +21928,11 @@ exports.CreateOwnRelationshipTemplateRequest = {
21067
21928
  }
21068
21929
  }
21069
21930
  };
21070
- exports.CreateQRCodeForOwnTemplateRequest = {
21931
+ exports.CreateTokenForOwnRelationshipTemplateRequest = {
21071
21932
  "$schema": "http://json-schema.org/draft-07/schema#",
21072
- "$ref": "#/definitions/CreateQRCodeForOwnTemplateRequest",
21933
+ "$ref": "#/definitions/CreateTokenForOwnRelationshipTemplateRequest",
21073
21934
  "definitions": {
21074
- "CreateQRCodeForOwnTemplateRequest": {
21075
- "type": "object",
21076
- "properties": {
21077
- "templateId": {
21078
- "$ref": "#/definitions/RelationshipTemplateIdString"
21079
- }
21080
- },
21081
- "required": [
21082
- "templateId"
21083
- ],
21084
- "additionalProperties": false
21085
- },
21086
- "RelationshipTemplateIdString": {
21087
- "type": "string",
21088
- "pattern": "RLT[A-Za-z0-9]{17}"
21089
- }
21090
- }
21091
- };
21092
- exports.CreateTokenForOwnTemplateRequest = {
21093
- "$schema": "http://json-schema.org/draft-07/schema#",
21094
- "$ref": "#/definitions/CreateTokenForOwnTemplateRequest",
21095
- "definitions": {
21096
- "CreateTokenForOwnTemplateRequest": {
21935
+ "CreateTokenForOwnRelationshipTemplateRequest": {
21097
21936
  "type": "object",
21098
21937
  "properties": {
21099
21938
  "templateId": {
@@ -21118,61 +21957,8 @@ exports.CreateTokenForOwnTemplateRequest = {
21118
21957
  "passwordIsPin": {
21119
21958
  "type": "boolean",
21120
21959
  "const": true
21121
- }
21122
- },
21123
- "required": [
21124
- "password"
21125
- ],
21126
- "additionalProperties": false
21127
- }
21128
- },
21129
- "required": [
21130
- "templateId"
21131
- ],
21132
- "additionalProperties": false
21133
- },
21134
- "RelationshipTemplateIdString": {
21135
- "type": "string",
21136
- "pattern": "RLT[A-Za-z0-9]{17}"
21137
- },
21138
- "ISO8601DateTimeString": {
21139
- "type": "string",
21140
- "errorMessage": "must match ISO8601 datetime format",
21141
- "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)?)?)?)?$"
21142
- },
21143
- "AddressString": {
21144
- "type": "string",
21145
- "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
21146
- }
21147
- }
21148
- };
21149
- exports.CreateTokenQRCodeForOwnTemplateRequest = {
21150
- "$schema": "http://json-schema.org/draft-07/schema#",
21151
- "$ref": "#/definitions/CreateTokenQRCodeForOwnTemplateRequest",
21152
- "definitions": {
21153
- "CreateTokenQRCodeForOwnTemplateRequest": {
21154
- "type": "object",
21155
- "properties": {
21156
- "templateId": {
21157
- "$ref": "#/definitions/RelationshipTemplateIdString"
21158
- },
21159
- "expiresAt": {
21160
- "$ref": "#/definitions/ISO8601DateTimeString"
21161
- },
21162
- "forIdentity": {
21163
- "$ref": "#/definitions/AddressString"
21164
- },
21165
- "passwordProtection": {
21166
- "type": "object",
21167
- "properties": {
21168
- "password": {
21169
- "type": "string",
21170
- "minLength": 1
21171
21960
  },
21172
- "passwordIsPin": {
21173
- "type": "boolean",
21174
- "const": true
21175
- }
21961
+ "passwordLocationIndicator": {}
21176
21962
  },
21177
21963
  "required": [
21178
21964
  "password"
@@ -21380,6 +22166,19 @@ exports.GetRelationshipTemplatesRequest = {
21380
22166
  "true",
21381
22167
  "!"
21382
22168
  ]
22169
+ },
22170
+ "passwordProtection.passwordLocationIndicator": {
22171
+ "anyOf": [
22172
+ {
22173
+ "type": "string"
22174
+ },
22175
+ {
22176
+ "type": "array",
22177
+ "items": {
22178
+ "type": "string"
22179
+ }
22180
+ }
22181
+ ]
21383
22182
  }
21384
22183
  },
21385
22184
  "additionalProperties": false
@@ -21457,7 +22256,8 @@ exports.CreateOwnTokenRequest = {
21457
22256
  "passwordIsPin": {
21458
22257
  "type": "boolean",
21459
22258
  "const": true
21460
- }
22259
+ },
22260
+ "passwordLocationIndicator": {}
21461
22261
  },
21462
22262
  "required": [
21463
22263
  "password"
@@ -21505,28 +22305,6 @@ exports.DeleteTokenRequest = {
21505
22305
  }
21506
22306
  }
21507
22307
  };
21508
- exports.GetQRCodeForTokenRequest = {
21509
- "$schema": "http://json-schema.org/draft-07/schema#",
21510
- "$ref": "#/definitions/GetQRCodeForTokenRequest",
21511
- "definitions": {
21512
- "GetQRCodeForTokenRequest": {
21513
- "type": "object",
21514
- "properties": {
21515
- "id": {
21516
- "$ref": "#/definitions/TokenIdString"
21517
- }
21518
- },
21519
- "required": [
21520
- "id"
21521
- ],
21522
- "additionalProperties": false
21523
- },
21524
- "TokenIdString": {
21525
- "type": "string",
21526
- "pattern": "TOK[A-Za-z0-9]{17}"
21527
- }
21528
- }
21529
- };
21530
22308
  exports.GetTokenRequest = {
21531
22309
  "$schema": "http://json-schema.org/draft-07/schema#",
21532
22310
  "$ref": "#/definitions/GetTokenRequest",
@@ -21568,6 +22346,19 @@ exports.GetTokensRequest = {
21568
22346
  "GetTokensQuery": {
21569
22347
  "type": "object",
21570
22348
  "properties": {
22349
+ "isOwn": {
22350
+ "anyOf": [
22351
+ {
22352
+ "type": "string"
22353
+ },
22354
+ {
22355
+ "type": "array",
22356
+ "items": {
22357
+ "type": "string"
22358
+ }
22359
+ }
22360
+ ]
22361
+ },
21571
22362
  "createdAt": {
21572
22363
  "anyOf": [
21573
22364
  {
@@ -21659,6 +22450,19 @@ exports.GetTokensRequest = {
21659
22450
  "true",
21660
22451
  "!"
21661
22452
  ]
22453
+ },
22454
+ "passwordProtection.passwordLocationIndicator": {
22455
+ "anyOf": [
22456
+ {
22457
+ "type": "string"
22458
+ },
22459
+ {
22460
+ "type": "array",
22461
+ "items": {
22462
+ "type": "string"
22463
+ }
22464
+ }
22465
+ ]
21662
22466
  }
21663
22467
  },
21664
22468
  "additionalProperties": false