@nmshd/runtime 7.0.0-alpha.34 → 7.0.0-alpha.35

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 (113) hide show
  1. package/dist/buildInformation.js +5 -5
  2. package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
  3. package/dist/dataViews/DataViewExpander.js +51 -25
  4. package/dist/dataViews/DataViewExpander.js.map +1 -1
  5. package/dist/dataViews/content/AttributeDVOs.d.ts +2 -0
  6. package/dist/dataViews/content/AttributeDVOs.d.ts.map +1 -1
  7. package/dist/dataViews/content/RequestItemDVOs.d.ts +4 -1
  8. package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
  9. package/dist/dataViews/content/ResponseItemDVOs.d.ts +5 -1
  10. package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
  11. package/dist/events/EventProxy.d.ts.map +1 -1
  12. package/dist/events/EventProxy.js +1 -0
  13. package/dist/events/EventProxy.js.map +1 -1
  14. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts +10 -0
  15. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts.map +1 -0
  16. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js +15 -0
  17. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js.map +1 -0
  18. package/dist/events/consumption/index.d.ts +1 -0
  19. package/dist/events/consumption/index.d.ts.map +1 -1
  20. package/dist/events/consumption/index.js +1 -0
  21. package/dist/events/consumption/index.js.map +1 -1
  22. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +4 -0
  23. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
  24. package/dist/extensibility/facades/consumption/AttributesFacade.js +6 -0
  25. package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
  26. package/dist/extensibility/facades/transport/AccountFacade.d.ts +4 -0
  27. package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
  28. package/dist/extensibility/facades/transport/AccountFacade.js +6 -0
  29. package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
  30. package/dist/modules/DeciderModule.d.ts.map +1 -1
  31. package/dist/modules/DeciderModule.js +3 -1
  32. package/dist/modules/DeciderModule.js.map +1 -1
  33. package/dist/modules/RequestModule.d.ts.map +1 -1
  34. package/dist/modules/RequestModule.js +3 -10
  35. package/dist/modules/RequestModule.js.map +1 -1
  36. package/dist/modules/decide/RequestConfig.d.ts +18 -2
  37. package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
  38. package/dist/modules/decide/RequestConfig.js.map +1 -1
  39. package/dist/modules/decide/ResponseConfig.d.ts +5 -1
  40. package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
  41. package/dist/modules/decide/ResponseConfig.js +4 -0
  42. package/dist/modules/decide/ResponseConfig.js.map +1 -1
  43. package/dist/types/transport/FileDTO.d.ts +2 -1
  44. package/dist/types/transport/FileDTO.d.ts.map +1 -1
  45. package/dist/types/transport/RelationshipDTO.d.ts +2 -1
  46. package/dist/types/transport/RelationshipDTO.d.ts.map +1 -1
  47. package/dist/types/transport/RelationshipDTO.js.map +1 -1
  48. package/dist/types/transport/RelationshipTemplateDTO.d.ts +1 -0
  49. package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
  50. package/dist/types/transport/TokenDTO.d.ts +1 -0
  51. package/dist/types/transport/TokenDTO.d.ts.map +1 -1
  52. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  53. package/dist/useCases/common/Schemas.js +656 -38
  54. package/dist/useCases/common/Schemas.js.map +1 -1
  55. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +4 -4
  56. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
  57. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +1 -10
  58. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
  59. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +3 -0
  60. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
  61. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
  62. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +3 -1
  63. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
  64. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
  65. package/dist/useCases/consumption/attributes/GetAttributes.d.ts +3 -0
  66. package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
  67. package/dist/useCases/consumption/attributes/GetAttributes.js +26 -1
  68. package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
  69. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +3 -0
  70. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
  71. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
  72. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
  73. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +3 -0
  74. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
  75. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
  76. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
  77. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +2 -0
  78. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
  79. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
  80. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +1 -0
  81. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
  82. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
  83. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +3 -1
  84. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
  85. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
  86. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +3 -1
  87. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
  88. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
  89. package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts +1 -0
  90. package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts.map +1 -1
  91. package/dist/useCases/consumption/requests/GetIncomingRequests.js +4 -0
  92. package/dist/useCases/consumption/requests/GetIncomingRequests.js.map +1 -1
  93. package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
  94. package/dist/useCases/transport/files/FileMapper.js +2 -1
  95. package/dist/useCases/transport/files/FileMapper.js.map +1 -1
  96. package/dist/useCases/transport/files/UploadOwnFile.d.ts +1 -3
  97. package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
  98. package/dist/useCases/transport/files/UploadOwnFile.js +1 -10
  99. package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
  100. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
  101. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +1 -0
  102. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
  103. package/dist/useCases/transport/relationships/GetRelationships.d.ts +1 -1
  104. package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
  105. package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
  106. package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
  107. package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
  108. package/dist/useCases/transport/relationships/RelationshipMapper.js +2 -1
  109. package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
  110. package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
  111. package/dist/useCases/transport/tokens/TokenMapper.js +1 -0
  112. package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
  113. package/package.json +6 -6
@@ -68,6 +68,12 @@ exports.CanCreateRepositoryAttributeRequest = {
68
68
  "items": {
69
69
  "type": "string"
70
70
  }
71
+ },
72
+ "validFrom": {
73
+ "$ref": "#/definitions/ISO8601DateTimeString"
74
+ },
75
+ "validTo": {
76
+ "$ref": "#/definitions/ISO8601DateTimeString"
71
77
  }
72
78
  },
73
79
  "required": [
@@ -79,6 +85,11 @@ exports.CanCreateRepositoryAttributeRequest = {
79
85
  "required": [
80
86
  "content"
81
87
  ]
88
+ },
89
+ "ISO8601DateTimeString": {
90
+ "type": "string",
91
+ "errorMessage": "must match ISO8601 datetime format",
92
+ "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)?)?)?)?$"
82
93
  }
83
94
  }
84
95
  };
@@ -322,6 +333,9 @@ exports.CanCreateOutgoingRequestRequest = {
322
333
  {
323
334
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
324
335
  },
336
+ {
337
+ "$ref": "#/definitions/FreeTextRequestItemJSON"
338
+ },
325
339
  {
326
340
  "$ref": "#/definitions/FormFieldRequestItemJSON"
327
341
  },
@@ -345,6 +359,10 @@ exports.CanCreateOutgoingRequestRequest = {
345
359
  "@version": {
346
360
  "type": "string"
347
361
  },
362
+ "title": {
363
+ "type": "string",
364
+ "description": "The human-readable title of this item."
365
+ },
348
366
  "description": {
349
367
  "type": "string",
350
368
  "description": "The human-readable description of this item."
@@ -381,6 +399,10 @@ exports.CanCreateOutgoingRequestRequest = {
381
399
  "@version": {
382
400
  "type": "string"
383
401
  },
402
+ "title": {
403
+ "type": "string",
404
+ "description": "The human-readable title of this item."
405
+ },
384
406
  "description": {
385
407
  "type": "string",
386
408
  "description": "The human-readable description of this item."
@@ -431,6 +453,12 @@ exports.CanCreateOutgoingRequestRequest = {
431
453
  "owner": {
432
454
  "type": "string"
433
455
  },
456
+ "validFrom": {
457
+ "type": "string"
458
+ },
459
+ "validTo": {
460
+ "type": "string"
461
+ },
434
462
  "value": {
435
463
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
436
464
  },
@@ -1096,6 +1124,12 @@ exports.CanCreateOutgoingRequestRequest = {
1096
1124
  "owner": {
1097
1125
  "type": "string"
1098
1126
  },
1127
+ "validFrom": {
1128
+ "type": "string"
1129
+ },
1130
+ "validTo": {
1131
+ "type": "string"
1132
+ },
1099
1133
  "value": {
1100
1134
  "$ref": "#/definitions/AttributeValues.Identity.Json"
1101
1135
  },
@@ -2330,6 +2364,10 @@ exports.CanCreateOutgoingRequestRequest = {
2330
2364
  "@version": {
2331
2365
  "type": "string"
2332
2366
  },
2367
+ "title": {
2368
+ "type": "string",
2369
+ "description": "The human-readable title of this item."
2370
+ },
2333
2371
  "description": {
2334
2372
  "type": "string",
2335
2373
  "description": "The human-readable description of this item."
@@ -2370,6 +2408,10 @@ exports.CanCreateOutgoingRequestRequest = {
2370
2408
  "@version": {
2371
2409
  "type": "string"
2372
2410
  },
2411
+ "title": {
2412
+ "type": "string",
2413
+ "description": "The human-readable title of this item."
2414
+ },
2373
2415
  "description": {
2374
2416
  "type": "string",
2375
2417
  "description": "The human-readable description of this item."
@@ -2424,6 +2466,10 @@ exports.CanCreateOutgoingRequestRequest = {
2424
2466
  "@version": {
2425
2467
  "type": "string"
2426
2468
  },
2469
+ "title": {
2470
+ "type": "string",
2471
+ "description": "The human-readable title of this item."
2472
+ },
2427
2473
  "description": {
2428
2474
  "type": "string",
2429
2475
  "description": "The human-readable description of this item."
@@ -2493,6 +2539,12 @@ exports.CanCreateOutgoingRequestRequest = {
2493
2539
  "items": {
2494
2540
  "type": "string"
2495
2541
  }
2542
+ },
2543
+ "validFrom": {
2544
+ "type": "string"
2545
+ },
2546
+ "validTo": {
2547
+ "type": "string"
2496
2548
  }
2497
2549
  },
2498
2550
  "required": [
@@ -2584,6 +2636,12 @@ exports.CanCreateOutgoingRequestRequest = {
2584
2636
  },
2585
2637
  "attributeCreationHints": {
2586
2638
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
2639
+ },
2640
+ "validFrom": {
2641
+ "type": "string"
2642
+ },
2643
+ "validTo": {
2644
+ "type": "string"
2587
2645
  }
2588
2646
  },
2589
2647
  "required": [
@@ -2696,6 +2754,10 @@ exports.CanCreateOutgoingRequestRequest = {
2696
2754
  "@version": {
2697
2755
  "type": "string"
2698
2756
  },
2757
+ "title": {
2758
+ "type": "string",
2759
+ "description": "The human-readable title of this item."
2760
+ },
2699
2761
  "description": {
2700
2762
  "type": "string",
2701
2763
  "description": "The human-readable description of this item."
@@ -2765,6 +2827,12 @@ exports.CanCreateOutgoingRequestRequest = {
2765
2827
  "items": {
2766
2828
  "type": "string"
2767
2829
  }
2830
+ },
2831
+ "validFrom": {
2832
+ "type": "string"
2833
+ },
2834
+ "validTo": {
2835
+ "type": "string"
2768
2836
  }
2769
2837
  },
2770
2838
  "required": [
@@ -2788,6 +2856,10 @@ exports.CanCreateOutgoingRequestRequest = {
2788
2856
  "@version": {
2789
2857
  "type": "string"
2790
2858
  },
2859
+ "title": {
2860
+ "type": "string",
2861
+ "description": "The human-readable title of this item."
2862
+ },
2791
2863
  "description": {
2792
2864
  "type": "string",
2793
2865
  "description": "The human-readable description of this item."
@@ -2834,6 +2906,10 @@ exports.CanCreateOutgoingRequestRequest = {
2834
2906
  "@version": {
2835
2907
  "type": "string"
2836
2908
  },
2909
+ "title": {
2910
+ "type": "string",
2911
+ "description": "The human-readable title of this item."
2912
+ },
2837
2913
  "description": {
2838
2914
  "type": "string",
2839
2915
  "description": "The human-readable description of this item."
@@ -2849,15 +2925,55 @@ exports.CanCreateOutgoingRequestRequest = {
2849
2925
  "requireManualDecision": {
2850
2926
  "type": "boolean",
2851
2927
  "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."
2928
+ }
2929
+ },
2930
+ "required": [
2931
+ "@type",
2932
+ "mustBeAccepted"
2933
+ ],
2934
+ "additionalProperties": false
2935
+ },
2936
+ "FreeTextRequestItemJSON": {
2937
+ "type": "object",
2938
+ "properties": {
2939
+ "@type": {
2940
+ "type": "string",
2941
+ "const": "FreeTextRequestItem"
2942
+ },
2943
+ "@context": {
2944
+ "type": "string"
2945
+ },
2946
+ "@version": {
2947
+ "type": "string"
2852
2948
  },
2853
2949
  "title": {
2950
+ "type": "string",
2951
+ "description": "The human-readable title of this item."
2952
+ },
2953
+ "description": {
2954
+ "type": "string",
2955
+ "description": "The human-readable description of this item."
2956
+ },
2957
+ "metadata": {
2958
+ "type": "object",
2959
+ "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."
2960
+ },
2961
+ "mustBeAccepted": {
2962
+ "type": "boolean",
2963
+ "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."
2964
+ },
2965
+ "requireManualDecision": {
2966
+ "type": "boolean",
2967
+ "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."
2968
+ },
2969
+ "freeText": {
2854
2970
  "type": "string"
2855
2971
  }
2856
2972
  },
2857
2973
  "required": [
2858
2974
  "@type",
2859
- "mustBeAccepted",
2860
- "title"
2975
+ "freeText",
2976
+ "mustBeAccepted"
2861
2977
  ],
2862
2978
  "additionalProperties": false
2863
2979
  },
@@ -2874,6 +2990,10 @@ exports.CanCreateOutgoingRequestRequest = {
2874
2990
  "@version": {
2875
2991
  "type": "string"
2876
2992
  },
2993
+ "title": {
2994
+ "type": "string",
2995
+ "description": "The human-readable title of this item."
2996
+ },
2877
2997
  "description": {
2878
2998
  "type": "string",
2879
2999
  "description": "The human-readable description of this item."
@@ -2890,9 +3010,6 @@ exports.CanCreateOutgoingRequestRequest = {
2890
3010
  "type": "boolean",
2891
3011
  "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."
2892
3012
  },
2893
- "title": {
2894
- "type": "string"
2895
- },
2896
3013
  "settings": {
2897
3014
  "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
2898
3015
  }
@@ -3127,6 +3244,10 @@ exports.CanCreateOutgoingRequestRequest = {
3127
3244
  "@version": {
3128
3245
  "type": "string"
3129
3246
  },
3247
+ "title": {
3248
+ "type": "string",
3249
+ "description": "The human-readable title of this item."
3250
+ },
3130
3251
  "description": {
3131
3252
  "type": "string",
3132
3253
  "description": "The human-readable description of this item."
@@ -3174,6 +3295,10 @@ exports.CanCreateOutgoingRequestRequest = {
3174
3295
  "@version": {
3175
3296
  "type": "string"
3176
3297
  },
3298
+ "title": {
3299
+ "type": "string",
3300
+ "description": "The human-readable title of this item."
3301
+ },
3177
3302
  "description": {
3178
3303
  "type": "string",
3179
3304
  "description": "The human-readable description of this item."
@@ -3495,6 +3620,9 @@ exports.CompleteOutgoingRequestRequest = {
3495
3620
  {
3496
3621
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
3497
3622
  },
3623
+ {
3624
+ "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
3625
+ },
3498
3626
  {
3499
3627
  "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
3500
3628
  },
@@ -3613,6 +3741,12 @@ exports.CompleteOutgoingRequestRequest = {
3613
3741
  "owner": {
3614
3742
  "type": "string"
3615
3743
  },
3744
+ "validFrom": {
3745
+ "type": "string"
3746
+ },
3747
+ "validTo": {
3748
+ "type": "string"
3749
+ },
3616
3750
  "value": {
3617
3751
  "$ref": "#/definitions/AttributeValues.Identity.Json"
3618
3752
  },
@@ -4850,6 +4984,12 @@ exports.CompleteOutgoingRequestRequest = {
4850
4984
  "owner": {
4851
4985
  "type": "string"
4852
4986
  },
4987
+ "validFrom": {
4988
+ "type": "string"
4989
+ },
4990
+ "validTo": {
4991
+ "type": "string"
4992
+ },
4853
4993
  "value": {
4854
4994
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
4855
4995
  },
@@ -5664,6 +5804,34 @@ exports.CompleteOutgoingRequestRequest = {
5664
5804
  ],
5665
5805
  "additionalProperties": false
5666
5806
  },
5807
+ "FreeTextAcceptResponseItemJSON": {
5808
+ "type": "object",
5809
+ "properties": {
5810
+ "@type": {
5811
+ "type": "string",
5812
+ "const": "FreeTextAcceptResponseItem"
5813
+ },
5814
+ "@context": {
5815
+ "type": "string"
5816
+ },
5817
+ "@version": {
5818
+ "type": "string"
5819
+ },
5820
+ "result": {
5821
+ "type": "string",
5822
+ "const": "Accepted"
5823
+ },
5824
+ "freeText": {
5825
+ "type": "string"
5826
+ }
5827
+ },
5828
+ "required": [
5829
+ "@type",
5830
+ "freeText",
5831
+ "result"
5832
+ ],
5833
+ "additionalProperties": false
5834
+ },
5667
5835
  "FormFieldAcceptResponseItemJSON": {
5668
5836
  "type": "object",
5669
5837
  "properties": {
@@ -5970,6 +6138,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
5970
6138
  {
5971
6139
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
5972
6140
  },
6141
+ {
6142
+ "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
6143
+ },
5973
6144
  {
5974
6145
  "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
5975
6146
  },
@@ -6088,6 +6259,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
6088
6259
  "owner": {
6089
6260
  "type": "string"
6090
6261
  },
6262
+ "validFrom": {
6263
+ "type": "string"
6264
+ },
6265
+ "validTo": {
6266
+ "type": "string"
6267
+ },
6091
6268
  "value": {
6092
6269
  "$ref": "#/definitions/AttributeValues.Identity.Json"
6093
6270
  },
@@ -7325,6 +7502,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7325
7502
  "owner": {
7326
7503
  "type": "string"
7327
7504
  },
7505
+ "validFrom": {
7506
+ "type": "string"
7507
+ },
7508
+ "validTo": {
7509
+ "type": "string"
7510
+ },
7328
7511
  "value": {
7329
7512
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
7330
7513
  },
@@ -8139,6 +8322,34 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
8139
8322
  ],
8140
8323
  "additionalProperties": false
8141
8324
  },
8325
+ "FreeTextAcceptResponseItemJSON": {
8326
+ "type": "object",
8327
+ "properties": {
8328
+ "@type": {
8329
+ "type": "string",
8330
+ "const": "FreeTextAcceptResponseItem"
8331
+ },
8332
+ "@context": {
8333
+ "type": "string"
8334
+ },
8335
+ "@version": {
8336
+ "type": "string"
8337
+ },
8338
+ "result": {
8339
+ "type": "string",
8340
+ "const": "Accepted"
8341
+ },
8342
+ "freeText": {
8343
+ "type": "string"
8344
+ }
8345
+ },
8346
+ "required": [
8347
+ "@type",
8348
+ "freeText",
8349
+ "result"
8350
+ ],
8351
+ "additionalProperties": false
8352
+ },
8142
8353
  "FormFieldAcceptResponseItemJSON": {
8143
8354
  "type": "object",
8144
8355
  "properties": {
@@ -8411,6 +8622,9 @@ exports.CreateOutgoingRequestRequest = {
8411
8622
  {
8412
8623
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
8413
8624
  },
8625
+ {
8626
+ "$ref": "#/definitions/FreeTextRequestItemJSON"
8627
+ },
8414
8628
  {
8415
8629
  "$ref": "#/definitions/FormFieldRequestItemJSON"
8416
8630
  },
@@ -8434,6 +8648,10 @@ exports.CreateOutgoingRequestRequest = {
8434
8648
  "@version": {
8435
8649
  "type": "string"
8436
8650
  },
8651
+ "title": {
8652
+ "type": "string",
8653
+ "description": "The human-readable title of this item."
8654
+ },
8437
8655
  "description": {
8438
8656
  "type": "string",
8439
8657
  "description": "The human-readable description of this item."
@@ -8470,6 +8688,10 @@ exports.CreateOutgoingRequestRequest = {
8470
8688
  "@version": {
8471
8689
  "type": "string"
8472
8690
  },
8691
+ "title": {
8692
+ "type": "string",
8693
+ "description": "The human-readable title of this item."
8694
+ },
8473
8695
  "description": {
8474
8696
  "type": "string",
8475
8697
  "description": "The human-readable description of this item."
@@ -8520,6 +8742,12 @@ exports.CreateOutgoingRequestRequest = {
8520
8742
  "owner": {
8521
8743
  "type": "string"
8522
8744
  },
8745
+ "validFrom": {
8746
+ "type": "string"
8747
+ },
8748
+ "validTo": {
8749
+ "type": "string"
8750
+ },
8523
8751
  "value": {
8524
8752
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
8525
8753
  },
@@ -9185,6 +9413,12 @@ exports.CreateOutgoingRequestRequest = {
9185
9413
  "owner": {
9186
9414
  "type": "string"
9187
9415
  },
9416
+ "validFrom": {
9417
+ "type": "string"
9418
+ },
9419
+ "validTo": {
9420
+ "type": "string"
9421
+ },
9188
9422
  "value": {
9189
9423
  "$ref": "#/definitions/AttributeValues.Identity.Json"
9190
9424
  },
@@ -10419,6 +10653,10 @@ exports.CreateOutgoingRequestRequest = {
10419
10653
  "@version": {
10420
10654
  "type": "string"
10421
10655
  },
10656
+ "title": {
10657
+ "type": "string",
10658
+ "description": "The human-readable title of this item."
10659
+ },
10422
10660
  "description": {
10423
10661
  "type": "string",
10424
10662
  "description": "The human-readable description of this item."
@@ -10459,6 +10697,10 @@ exports.CreateOutgoingRequestRequest = {
10459
10697
  "@version": {
10460
10698
  "type": "string"
10461
10699
  },
10700
+ "title": {
10701
+ "type": "string",
10702
+ "description": "The human-readable title of this item."
10703
+ },
10462
10704
  "description": {
10463
10705
  "type": "string",
10464
10706
  "description": "The human-readable description of this item."
@@ -10513,6 +10755,10 @@ exports.CreateOutgoingRequestRequest = {
10513
10755
  "@version": {
10514
10756
  "type": "string"
10515
10757
  },
10758
+ "title": {
10759
+ "type": "string",
10760
+ "description": "The human-readable title of this item."
10761
+ },
10516
10762
  "description": {
10517
10763
  "type": "string",
10518
10764
  "description": "The human-readable description of this item."
@@ -10582,6 +10828,12 @@ exports.CreateOutgoingRequestRequest = {
10582
10828
  "items": {
10583
10829
  "type": "string"
10584
10830
  }
10831
+ },
10832
+ "validFrom": {
10833
+ "type": "string"
10834
+ },
10835
+ "validTo": {
10836
+ "type": "string"
10585
10837
  }
10586
10838
  },
10587
10839
  "required": [
@@ -10673,6 +10925,12 @@ exports.CreateOutgoingRequestRequest = {
10673
10925
  },
10674
10926
  "attributeCreationHints": {
10675
10927
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
10928
+ },
10929
+ "validFrom": {
10930
+ "type": "string"
10931
+ },
10932
+ "validTo": {
10933
+ "type": "string"
10676
10934
  }
10677
10935
  },
10678
10936
  "required": [
@@ -10785,6 +11043,10 @@ exports.CreateOutgoingRequestRequest = {
10785
11043
  "@version": {
10786
11044
  "type": "string"
10787
11045
  },
11046
+ "title": {
11047
+ "type": "string",
11048
+ "description": "The human-readable title of this item."
11049
+ },
10788
11050
  "description": {
10789
11051
  "type": "string",
10790
11052
  "description": "The human-readable description of this item."
@@ -10854,6 +11116,12 @@ exports.CreateOutgoingRequestRequest = {
10854
11116
  "items": {
10855
11117
  "type": "string"
10856
11118
  }
11119
+ },
11120
+ "validFrom": {
11121
+ "type": "string"
11122
+ },
11123
+ "validTo": {
11124
+ "type": "string"
10857
11125
  }
10858
11126
  },
10859
11127
  "required": [
@@ -10877,6 +11145,10 @@ exports.CreateOutgoingRequestRequest = {
10877
11145
  "@version": {
10878
11146
  "type": "string"
10879
11147
  },
11148
+ "title": {
11149
+ "type": "string",
11150
+ "description": "The human-readable title of this item."
11151
+ },
10880
11152
  "description": {
10881
11153
  "type": "string",
10882
11154
  "description": "The human-readable description of this item."
@@ -10923,6 +11195,10 @@ exports.CreateOutgoingRequestRequest = {
10923
11195
  "@version": {
10924
11196
  "type": "string"
10925
11197
  },
11198
+ "title": {
11199
+ "type": "string",
11200
+ "description": "The human-readable title of this item."
11201
+ },
10926
11202
  "description": {
10927
11203
  "type": "string",
10928
11204
  "description": "The human-readable description of this item."
@@ -10938,24 +11214,20 @@ exports.CreateOutgoingRequestRequest = {
10938
11214
  "requireManualDecision": {
10939
11215
  "type": "boolean",
10940
11216
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10941
- },
10942
- "title": {
10943
- "type": "string"
10944
11217
  }
10945
11218
  },
10946
11219
  "required": [
10947
11220
  "@type",
10948
- "mustBeAccepted",
10949
- "title"
11221
+ "mustBeAccepted"
10950
11222
  ],
10951
11223
  "additionalProperties": false
10952
11224
  },
10953
- "FormFieldRequestItemJSON": {
11225
+ "FreeTextRequestItemJSON": {
10954
11226
  "type": "object",
10955
11227
  "properties": {
10956
11228
  "@type": {
10957
11229
  "type": "string",
10958
- "const": "FormFieldRequestItem"
11230
+ "const": "FreeTextRequestItem"
10959
11231
  },
10960
11232
  "@context": {
10961
11233
  "type": "string"
@@ -10963,6 +11235,10 @@ exports.CreateOutgoingRequestRequest = {
10963
11235
  "@version": {
10964
11236
  "type": "string"
10965
11237
  },
11238
+ "title": {
11239
+ "type": "string",
11240
+ "description": "The human-readable title of this item."
11241
+ },
10966
11242
  "description": {
10967
11243
  "type": "string",
10968
11244
  "description": "The human-readable description of this item."
@@ -10979,31 +11255,72 @@ exports.CreateOutgoingRequestRequest = {
10979
11255
  "type": "boolean",
10980
11256
  "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."
10981
11257
  },
10982
- "title": {
11258
+ "freeText": {
10983
11259
  "type": "string"
10984
- },
10985
- "settings": {
10986
- "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
10987
11260
  }
10988
11261
  },
10989
11262
  "required": [
10990
11263
  "@type",
10991
- "mustBeAccepted",
10992
- "settings",
10993
- "title"
11264
+ "freeText",
11265
+ "mustBeAccepted"
10994
11266
  ],
10995
11267
  "additionalProperties": false
10996
11268
  },
10997
- "FormFieldSettingsJSONDerivations": {
10998
- "anyOf": [
10999
- {
11000
- "$ref": "#/definitions/StringFormFieldSettingsJSON"
11001
- },
11002
- {
11003
- "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
11269
+ "FormFieldRequestItemJSON": {
11270
+ "type": "object",
11271
+ "properties": {
11272
+ "@type": {
11273
+ "type": "string",
11274
+ "const": "FormFieldRequestItem"
11004
11275
  },
11005
- {
11006
- "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
11276
+ "@context": {
11277
+ "type": "string"
11278
+ },
11279
+ "@version": {
11280
+ "type": "string"
11281
+ },
11282
+ "title": {
11283
+ "type": "string",
11284
+ "description": "The human-readable title of this item."
11285
+ },
11286
+ "description": {
11287
+ "type": "string",
11288
+ "description": "The human-readable description of this item."
11289
+ },
11290
+ "metadata": {
11291
+ "type": "object",
11292
+ "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."
11293
+ },
11294
+ "mustBeAccepted": {
11295
+ "type": "boolean",
11296
+ "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."
11297
+ },
11298
+ "requireManualDecision": {
11299
+ "type": "boolean",
11300
+ "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."
11301
+ },
11302
+ "settings": {
11303
+ "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
11304
+ }
11305
+ },
11306
+ "required": [
11307
+ "@type",
11308
+ "mustBeAccepted",
11309
+ "settings",
11310
+ "title"
11311
+ ],
11312
+ "additionalProperties": false
11313
+ },
11314
+ "FormFieldSettingsJSONDerivations": {
11315
+ "anyOf": [
11316
+ {
11317
+ "$ref": "#/definitions/StringFormFieldSettingsJSON"
11318
+ },
11319
+ {
11320
+ "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
11321
+ },
11322
+ {
11323
+ "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
11007
11324
  },
11008
11325
  {
11009
11326
  "$ref": "#/definitions/BooleanFormFieldSettingsJSON"
@@ -11216,6 +11533,10 @@ exports.CreateOutgoingRequestRequest = {
11216
11533
  "@version": {
11217
11534
  "type": "string"
11218
11535
  },
11536
+ "title": {
11537
+ "type": "string",
11538
+ "description": "The human-readable title of this item."
11539
+ },
11219
11540
  "description": {
11220
11541
  "type": "string",
11221
11542
  "description": "The human-readable description of this item."
@@ -11263,6 +11584,10 @@ exports.CreateOutgoingRequestRequest = {
11263
11584
  "@version": {
11264
11585
  "type": "string"
11265
11586
  },
11587
+ "title": {
11588
+ "type": "string",
11589
+ "description": "The human-readable title of this item."
11590
+ },
11266
11591
  "description": {
11267
11592
  "type": "string",
11268
11593
  "description": "The human-readable description of this item."
@@ -11426,6 +11751,9 @@ exports.GetIncomingRequestsRequest = {
11426
11751
  }
11427
11752
  ]
11428
11753
  },
11754
+ "wasAutomaticallyDecided": {
11755
+ "type": "string"
11756
+ },
11429
11757
  "content.expiresAt": {
11430
11758
  "anyOf": [
11431
11759
  {
@@ -11933,6 +12261,9 @@ exports.ReceivedIncomingRequestRequest = {
11933
12261
  {
11934
12262
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
11935
12263
  },
12264
+ {
12265
+ "$ref": "#/definitions/FreeTextRequestItemJSON"
12266
+ },
11936
12267
  {
11937
12268
  "$ref": "#/definitions/FormFieldRequestItemJSON"
11938
12269
  },
@@ -11956,6 +12287,10 @@ exports.ReceivedIncomingRequestRequest = {
11956
12287
  "@version": {
11957
12288
  "type": "string"
11958
12289
  },
12290
+ "title": {
12291
+ "type": "string",
12292
+ "description": "The human-readable title of this item."
12293
+ },
11959
12294
  "description": {
11960
12295
  "type": "string",
11961
12296
  "description": "The human-readable description of this item."
@@ -11992,6 +12327,10 @@ exports.ReceivedIncomingRequestRequest = {
11992
12327
  "@version": {
11993
12328
  "type": "string"
11994
12329
  },
12330
+ "title": {
12331
+ "type": "string",
12332
+ "description": "The human-readable title of this item."
12333
+ },
11995
12334
  "description": {
11996
12335
  "type": "string",
11997
12336
  "description": "The human-readable description of this item."
@@ -12042,6 +12381,12 @@ exports.ReceivedIncomingRequestRequest = {
12042
12381
  "owner": {
12043
12382
  "type": "string"
12044
12383
  },
12384
+ "validFrom": {
12385
+ "type": "string"
12386
+ },
12387
+ "validTo": {
12388
+ "type": "string"
12389
+ },
12045
12390
  "value": {
12046
12391
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
12047
12392
  },
@@ -12707,6 +13052,12 @@ exports.ReceivedIncomingRequestRequest = {
12707
13052
  "owner": {
12708
13053
  "type": "string"
12709
13054
  },
13055
+ "validFrom": {
13056
+ "type": "string"
13057
+ },
13058
+ "validTo": {
13059
+ "type": "string"
13060
+ },
12710
13061
  "value": {
12711
13062
  "$ref": "#/definitions/AttributeValues.Identity.Json"
12712
13063
  },
@@ -13941,6 +14292,10 @@ exports.ReceivedIncomingRequestRequest = {
13941
14292
  "@version": {
13942
14293
  "type": "string"
13943
14294
  },
14295
+ "title": {
14296
+ "type": "string",
14297
+ "description": "The human-readable title of this item."
14298
+ },
13944
14299
  "description": {
13945
14300
  "type": "string",
13946
14301
  "description": "The human-readable description of this item."
@@ -13981,6 +14336,10 @@ exports.ReceivedIncomingRequestRequest = {
13981
14336
  "@version": {
13982
14337
  "type": "string"
13983
14338
  },
14339
+ "title": {
14340
+ "type": "string",
14341
+ "description": "The human-readable title of this item."
14342
+ },
13984
14343
  "description": {
13985
14344
  "type": "string",
13986
14345
  "description": "The human-readable description of this item."
@@ -14035,6 +14394,10 @@ exports.ReceivedIncomingRequestRequest = {
14035
14394
  "@version": {
14036
14395
  "type": "string"
14037
14396
  },
14397
+ "title": {
14398
+ "type": "string",
14399
+ "description": "The human-readable title of this item."
14400
+ },
14038
14401
  "description": {
14039
14402
  "type": "string",
14040
14403
  "description": "The human-readable description of this item."
@@ -14104,6 +14467,12 @@ exports.ReceivedIncomingRequestRequest = {
14104
14467
  "items": {
14105
14468
  "type": "string"
14106
14469
  }
14470
+ },
14471
+ "validFrom": {
14472
+ "type": "string"
14473
+ },
14474
+ "validTo": {
14475
+ "type": "string"
14107
14476
  }
14108
14477
  },
14109
14478
  "required": [
@@ -14195,6 +14564,12 @@ exports.ReceivedIncomingRequestRequest = {
14195
14564
  },
14196
14565
  "attributeCreationHints": {
14197
14566
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
14567
+ },
14568
+ "validFrom": {
14569
+ "type": "string"
14570
+ },
14571
+ "validTo": {
14572
+ "type": "string"
14198
14573
  }
14199
14574
  },
14200
14575
  "required": [
@@ -14307,6 +14682,10 @@ exports.ReceivedIncomingRequestRequest = {
14307
14682
  "@version": {
14308
14683
  "type": "string"
14309
14684
  },
14685
+ "title": {
14686
+ "type": "string",
14687
+ "description": "The human-readable title of this item."
14688
+ },
14310
14689
  "description": {
14311
14690
  "type": "string",
14312
14691
  "description": "The human-readable description of this item."
@@ -14376,6 +14755,12 @@ exports.ReceivedIncomingRequestRequest = {
14376
14755
  "items": {
14377
14756
  "type": "string"
14378
14757
  }
14758
+ },
14759
+ "validFrom": {
14760
+ "type": "string"
14761
+ },
14762
+ "validTo": {
14763
+ "type": "string"
14379
14764
  }
14380
14765
  },
14381
14766
  "required": [
@@ -14399,6 +14784,10 @@ exports.ReceivedIncomingRequestRequest = {
14399
14784
  "@version": {
14400
14785
  "type": "string"
14401
14786
  },
14787
+ "title": {
14788
+ "type": "string",
14789
+ "description": "The human-readable title of this item."
14790
+ },
14402
14791
  "description": {
14403
14792
  "type": "string",
14404
14793
  "description": "The human-readable description of this item."
@@ -14445,6 +14834,10 @@ exports.ReceivedIncomingRequestRequest = {
14445
14834
  "@version": {
14446
14835
  "type": "string"
14447
14836
  },
14837
+ "title": {
14838
+ "type": "string",
14839
+ "description": "The human-readable title of this item."
14840
+ },
14448
14841
  "description": {
14449
14842
  "type": "string",
14450
14843
  "description": "The human-readable description of this item."
@@ -14460,15 +14853,55 @@ exports.ReceivedIncomingRequestRequest = {
14460
14853
  "requireManualDecision": {
14461
14854
  "type": "boolean",
14462
14855
  "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."
14856
+ }
14857
+ },
14858
+ "required": [
14859
+ "@type",
14860
+ "mustBeAccepted"
14861
+ ],
14862
+ "additionalProperties": false
14863
+ },
14864
+ "FreeTextRequestItemJSON": {
14865
+ "type": "object",
14866
+ "properties": {
14867
+ "@type": {
14868
+ "type": "string",
14869
+ "const": "FreeTextRequestItem"
14870
+ },
14871
+ "@context": {
14872
+ "type": "string"
14873
+ },
14874
+ "@version": {
14875
+ "type": "string"
14463
14876
  },
14464
14877
  "title": {
14878
+ "type": "string",
14879
+ "description": "The human-readable title of this item."
14880
+ },
14881
+ "description": {
14882
+ "type": "string",
14883
+ "description": "The human-readable description of this item."
14884
+ },
14885
+ "metadata": {
14886
+ "type": "object",
14887
+ "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."
14888
+ },
14889
+ "mustBeAccepted": {
14890
+ "type": "boolean",
14891
+ "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."
14892
+ },
14893
+ "requireManualDecision": {
14894
+ "type": "boolean",
14895
+ "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."
14896
+ },
14897
+ "freeText": {
14465
14898
  "type": "string"
14466
14899
  }
14467
14900
  },
14468
14901
  "required": [
14469
14902
  "@type",
14470
- "mustBeAccepted",
14471
- "title"
14903
+ "freeText",
14904
+ "mustBeAccepted"
14472
14905
  ],
14473
14906
  "additionalProperties": false
14474
14907
  },
@@ -14485,6 +14918,10 @@ exports.ReceivedIncomingRequestRequest = {
14485
14918
  "@version": {
14486
14919
  "type": "string"
14487
14920
  },
14921
+ "title": {
14922
+ "type": "string",
14923
+ "description": "The human-readable title of this item."
14924
+ },
14488
14925
  "description": {
14489
14926
  "type": "string",
14490
14927
  "description": "The human-readable description of this item."
@@ -14501,9 +14938,6 @@ exports.ReceivedIncomingRequestRequest = {
14501
14938
  "type": "boolean",
14502
14939
  "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."
14503
14940
  },
14504
- "title": {
14505
- "type": "string"
14506
- },
14507
14941
  "settings": {
14508
14942
  "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
14509
14943
  }
@@ -14738,6 +15172,10 @@ exports.ReceivedIncomingRequestRequest = {
14738
15172
  "@version": {
14739
15173
  "type": "string"
14740
15174
  },
15175
+ "title": {
15176
+ "type": "string",
15177
+ "description": "The human-readable title of this item."
15178
+ },
14741
15179
  "description": {
14742
15180
  "type": "string",
14743
15181
  "description": "The human-readable description of this item."
@@ -14785,6 +15223,10 @@ exports.ReceivedIncomingRequestRequest = {
14785
15223
  "@version": {
14786
15224
  "type": "string"
14787
15225
  },
15226
+ "title": {
15227
+ "type": "string",
15228
+ "description": "The human-readable title of this item."
15229
+ },
14788
15230
  "description": {
14789
15231
  "type": "string",
14790
15232
  "description": "The human-readable description of this item."
@@ -14895,6 +15337,12 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14895
15337
  },
14896
15338
  "isTechnical": {
14897
15339
  "type": "boolean"
15340
+ },
15341
+ "validFrom": {
15342
+ "$ref": "#/definitions/ISO8601DateTimeString"
15343
+ },
15344
+ "validTo": {
15345
+ "$ref": "#/definitions/ISO8601DateTimeString"
14898
15346
  }
14899
15347
  },
14900
15348
  "required": [
@@ -14928,6 +15376,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14928
15376
  "requestItemMetadata": {
14929
15377
  "type": "object",
14930
15378
  "properties": {
15379
+ "title": {
15380
+ "type": "string"
15381
+ },
14931
15382
  "description": {
14932
15383
  "type": "string"
14933
15384
  },
@@ -15574,14 +16025,14 @@ exports.CreateAndShareRelationshipAttributeRequest = {
15574
16025
  "protected"
15575
16026
  ]
15576
16027
  },
15577
- "AddressString": {
15578
- "type": "string",
15579
- "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
15580
- },
15581
16028
  "ISO8601DateTimeString": {
15582
16029
  "type": "string",
15583
16030
  "errorMessage": "must match ISO8601 datetime format",
15584
16031
  "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)?)?)?)?$"
16032
+ },
16033
+ "AddressString": {
16034
+ "type": "string",
16035
+ "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
15585
16036
  }
15586
16037
  }
15587
16038
  };
@@ -15602,6 +16053,12 @@ exports.CreateRepositoryAttributeRequest = {
15602
16053
  "items": {
15603
16054
  "type": "string"
15604
16055
  }
16056
+ },
16057
+ "validFrom": {
16058
+ "$ref": "#/definitions/ISO8601DateTimeString"
16059
+ },
16060
+ "validTo": {
16061
+ "$ref": "#/definitions/ISO8601DateTimeString"
15605
16062
  }
15606
16063
  },
15607
16064
  "required": [
@@ -15613,6 +16070,11 @@ exports.CreateRepositoryAttributeRequest = {
15613
16070
  "required": [
15614
16071
  "content"
15615
16072
  ]
16073
+ },
16074
+ "ISO8601DateTimeString": {
16075
+ "type": "string",
16076
+ "errorMessage": "must match ISO8601 datetime format",
16077
+ "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)?)?)?)?$"
15616
16078
  }
15617
16079
  }
15618
16080
  };
@@ -15763,6 +16225,12 @@ exports.ExecuteIdentityAttributeQueryRequest = {
15763
16225
  "items": {
15764
16226
  "type": "string"
15765
16227
  }
16228
+ },
16229
+ "validFrom": {
16230
+ "type": "string"
16231
+ },
16232
+ "validTo": {
16233
+ "type": "string"
15766
16234
  }
15767
16235
  },
15768
16236
  "required": [
@@ -15992,6 +16460,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
15992
16460
  },
15993
16461
  "attributeCreationHints": {
15994
16462
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
16463
+ },
16464
+ "validFrom": {
16465
+ "type": "string"
16466
+ },
16467
+ "validTo": {
16468
+ "type": "string"
15995
16469
  }
15996
16470
  },
15997
16471
  "required": [
@@ -16172,6 +16646,12 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
16172
16646
  "items": {
16173
16647
  "type": "string"
16174
16648
  }
16649
+ },
16650
+ "validFrom": {
16651
+ "type": "string"
16652
+ },
16653
+ "validTo": {
16654
+ "type": "string"
16175
16655
  }
16176
16656
  },
16177
16657
  "required": [
@@ -16216,6 +16696,9 @@ exports.GetAttributesRequest = {
16216
16696
  "query": {
16217
16697
  "$ref": "#/definitions/GetAttributesRequestQuery"
16218
16698
  },
16699
+ "onlyValid": {
16700
+ "type": "boolean"
16701
+ },
16219
16702
  "hideTechnical": {
16220
16703
  "type": "boolean"
16221
16704
  }
@@ -16309,6 +16792,32 @@ exports.GetAttributesRequest = {
16309
16792
  }
16310
16793
  ]
16311
16794
  },
16795
+ "content.validFrom": {
16796
+ "anyOf": [
16797
+ {
16798
+ "type": "string"
16799
+ },
16800
+ {
16801
+ "type": "array",
16802
+ "items": {
16803
+ "type": "string"
16804
+ }
16805
+ }
16806
+ ]
16807
+ },
16808
+ "content.validTo": {
16809
+ "anyOf": [
16810
+ {
16811
+ "type": "string"
16812
+ },
16813
+ {
16814
+ "type": "array",
16815
+ "items": {
16816
+ "type": "string"
16817
+ }
16818
+ }
16819
+ ]
16820
+ },
16312
16821
  "content.key": {
16313
16822
  "anyOf": [
16314
16823
  {
@@ -16483,6 +16992,9 @@ exports.GetOwnSharedAttributesRequest = {
16483
16992
  "peer": {
16484
16993
  "$ref": "#/definitions/AddressString"
16485
16994
  },
16995
+ "onlyValid": {
16996
+ "type": "boolean"
16997
+ },
16486
16998
  "query": {
16487
16999
  "$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
16488
17000
  },
@@ -16535,6 +17047,32 @@ exports.GetOwnSharedAttributesRequest = {
16535
17047
  }
16536
17048
  ]
16537
17049
  },
17050
+ "content.validFrom": {
17051
+ "anyOf": [
17052
+ {
17053
+ "type": "string"
17054
+ },
17055
+ {
17056
+ "type": "array",
17057
+ "items": {
17058
+ "type": "string"
17059
+ }
17060
+ }
17061
+ ]
17062
+ },
17063
+ "content.validTo": {
17064
+ "anyOf": [
17065
+ {
17066
+ "type": "string"
17067
+ },
17068
+ {
17069
+ "type": "array",
17070
+ "items": {
17071
+ "type": "string"
17072
+ }
17073
+ }
17074
+ ]
17075
+ },
16538
17076
  "content.key": {
16539
17077
  "anyOf": [
16540
17078
  {
@@ -16696,6 +17234,9 @@ exports.GetPeerSharedAttributesRequest = {
16696
17234
  "peer": {
16697
17235
  "$ref": "#/definitions/AddressString"
16698
17236
  },
17237
+ "onlyValid": {
17238
+ "type": "boolean"
17239
+ },
16699
17240
  "query": {
16700
17241
  "$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
16701
17242
  },
@@ -16748,6 +17289,32 @@ exports.GetPeerSharedAttributesRequest = {
16748
17289
  }
16749
17290
  ]
16750
17291
  },
17292
+ "content.validFrom": {
17293
+ "anyOf": [
17294
+ {
17295
+ "type": "string"
17296
+ },
17297
+ {
17298
+ "type": "array",
17299
+ "items": {
17300
+ "type": "string"
17301
+ }
17302
+ }
17303
+ ]
17304
+ },
17305
+ "content.validTo": {
17306
+ "anyOf": [
17307
+ {
17308
+ "type": "string"
17309
+ },
17310
+ {
17311
+ "type": "array",
17312
+ "items": {
17313
+ "type": "string"
17314
+ }
17315
+ }
17316
+ ]
17317
+ },
16751
17318
  "content.key": {
16752
17319
  "anyOf": [
16753
17320
  {
@@ -16925,6 +17492,32 @@ exports.GetRepositoryAttributesRequest = {
16925
17492
  }
16926
17493
  ]
16927
17494
  },
17495
+ "content.validFrom": {
17496
+ "anyOf": [
17497
+ {
17498
+ "type": "string"
17499
+ },
17500
+ {
17501
+ "type": "array",
17502
+ "items": {
17503
+ "type": "string"
17504
+ }
17505
+ }
17506
+ ]
17507
+ },
17508
+ "content.validTo": {
17509
+ "anyOf": [
17510
+ {
17511
+ "type": "string"
17512
+ },
17513
+ {
17514
+ "type": "array",
17515
+ "items": {
17516
+ "type": "string"
17517
+ }
17518
+ }
17519
+ ]
17520
+ },
16928
17521
  "content.value.@type": {
16929
17522
  "anyOf": [
16930
17523
  {
@@ -17087,6 +17680,9 @@ exports.ShareRepositoryAttributeRequest = {
17087
17680
  "requestItemMetadata": {
17088
17681
  "type": "object",
17089
17682
  "properties": {
17683
+ "title": {
17684
+ "type": "string"
17685
+ },
17090
17686
  "description": {
17091
17687
  "type": "string"
17092
17688
  },
@@ -17136,6 +17732,12 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
17136
17732
  "properties": {
17137
17733
  "value": {
17138
17734
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
17735
+ },
17736
+ "validFrom": {
17737
+ "$ref": "#/definitions/ISO8601DateTimeString"
17738
+ },
17739
+ "validTo": {
17740
+ "$ref": "#/definitions/ISO8601DateTimeString"
17139
17741
  }
17140
17742
  },
17141
17743
  "required": [
@@ -17772,6 +18374,11 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
17772
18374
  "consent"
17773
18375
  ],
17774
18376
  "additionalProperties": false
18377
+ },
18378
+ "ISO8601DateTimeString": {
18379
+ "type": "string",
18380
+ "errorMessage": "must match ISO8601 datetime format",
18381
+ "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)?)?)?)?$"
17775
18382
  }
17776
18383
  }
17777
18384
  };
@@ -17796,6 +18403,12 @@ exports.SucceedRepositoryAttributeRequest = {
17796
18403
  "items": {
17797
18404
  "type": "string"
17798
18405
  }
18406
+ },
18407
+ "validFrom": {
18408
+ "$ref": "#/definitions/ISO8601DateTimeString"
18409
+ },
18410
+ "validTo": {
18411
+ "$ref": "#/definitions/ISO8601DateTimeString"
17799
18412
  }
17800
18413
  },
17801
18414
  "required": [
@@ -19013,6 +19626,11 @@ exports.SucceedRepositoryAttributeRequest = {
19013
19626
  "value"
19014
19627
  ],
19015
19628
  "additionalProperties": false
19629
+ },
19630
+ "ISO8601DateTimeString": {
19631
+ "type": "string",
19632
+ "errorMessage": "must match ISO8601 datetime format",
19633
+ "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)?)?)?)?$"
19016
19634
  }
19017
19635
  }
19018
19636
  };
@@ -21736,7 +22354,7 @@ exports.GetRelationshipsRequest = {
21736
22354
  }
21737
22355
  ]
21738
22356
  },
21739
- "templateId": {
22357
+ "template.id": {
21740
22358
  "anyOf": [
21741
22359
  {
21742
22360
  "type": "string"