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

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 (110) hide show
  1. package/dist/buildInformation.js +4 -4
  2. package/dist/dataViews/DataViewExpander.d.ts +1 -0
  3. package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
  4. package/dist/dataViews/DataViewExpander.js +37 -53
  5. package/dist/dataViews/DataViewExpander.js.map +1 -1
  6. package/dist/dataViews/content/AttributeDVOs.d.ts +0 -2
  7. package/dist/dataViews/content/AttributeDVOs.d.ts.map +1 -1
  8. package/dist/dataViews/content/RequestItemDVOs.d.ts +1 -4
  9. package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
  10. package/dist/dataViews/content/ResponseItemDVOs.d.ts +1 -5
  11. package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
  12. package/dist/events/EventProxy.d.ts.map +1 -1
  13. package/dist/events/EventProxy.js +0 -1
  14. package/dist/events/EventProxy.js.map +1 -1
  15. package/dist/events/consumption/index.d.ts +0 -1
  16. package/dist/events/consumption/index.d.ts.map +1 -1
  17. package/dist/events/consumption/index.js +0 -1
  18. package/dist/events/consumption/index.js.map +1 -1
  19. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +0 -4
  20. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
  21. package/dist/extensibility/facades/consumption/AttributesFacade.js +0 -6
  22. package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
  23. package/dist/extensibility/facades/transport/AccountFacade.d.ts +0 -4
  24. package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
  25. package/dist/extensibility/facades/transport/AccountFacade.js +0 -6
  26. package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
  27. package/dist/modules/DeciderModule.d.ts.map +1 -1
  28. package/dist/modules/DeciderModule.js +1 -3
  29. package/dist/modules/DeciderModule.js.map +1 -1
  30. package/dist/modules/RequestModule.d.ts.map +1 -1
  31. package/dist/modules/RequestModule.js +10 -3
  32. package/dist/modules/RequestModule.js.map +1 -1
  33. package/dist/modules/decide/RequestConfig.d.ts +2 -18
  34. package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
  35. package/dist/modules/decide/RequestConfig.js.map +1 -1
  36. package/dist/modules/decide/ResponseConfig.d.ts +1 -5
  37. package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
  38. package/dist/modules/decide/ResponseConfig.js +0 -4
  39. package/dist/modules/decide/ResponseConfig.js.map +1 -1
  40. package/dist/types/transport/FileDTO.d.ts +1 -2
  41. package/dist/types/transport/FileDTO.d.ts.map +1 -1
  42. package/dist/types/transport/RelationshipDTO.d.ts +1 -2
  43. package/dist/types/transport/RelationshipDTO.d.ts.map +1 -1
  44. package/dist/types/transport/RelationshipDTO.js.map +1 -1
  45. package/dist/types/transport/RelationshipTemplateDTO.d.ts +0 -1
  46. package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
  47. package/dist/types/transport/TokenDTO.d.ts +0 -1
  48. package/dist/types/transport/TokenDTO.d.ts.map +1 -1
  49. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  50. package/dist/useCases/common/Schemas.js +35 -650
  51. package/dist/useCases/common/Schemas.js.map +1 -1
  52. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +4 -4
  53. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
  54. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +10 -1
  55. package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
  56. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -3
  57. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
  58. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
  59. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +1 -3
  60. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
  61. package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
  62. package/dist/useCases/consumption/attributes/GetAttributes.d.ts +0 -3
  63. package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
  64. package/dist/useCases/consumption/attributes/GetAttributes.js +1 -26
  65. package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
  66. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +0 -3
  67. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
  68. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
  69. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
  70. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +0 -3
  71. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
  72. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
  73. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
  74. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +0 -2
  75. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
  76. package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
  77. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
  78. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
  79. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
  80. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +1 -3
  81. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
  82. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
  83. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +1 -3
  84. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
  85. package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
  86. package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
  87. package/dist/useCases/transport/files/FileMapper.js +1 -2
  88. package/dist/useCases/transport/files/FileMapper.js.map +1 -1
  89. package/dist/useCases/transport/files/UploadOwnFile.d.ts +3 -1
  90. package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
  91. package/dist/useCases/transport/files/UploadOwnFile.js +10 -1
  92. package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
  93. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
  94. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +0 -1
  95. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
  96. package/dist/useCases/transport/relationships/GetRelationships.d.ts +1 -1
  97. package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
  98. package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
  99. package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
  100. package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
  101. package/dist/useCases/transport/relationships/RelationshipMapper.js +1 -2
  102. package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
  103. package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
  104. package/dist/useCases/transport/tokens/TokenMapper.js +0 -1
  105. package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
  106. package/package.json +5 -5
  107. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts +0 -10
  108. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts.map +0 -1
  109. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js +0 -15
  110. package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js.map +0 -1
@@ -68,12 +68,6 @@ 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"
77
71
  }
78
72
  },
79
73
  "required": [
@@ -85,11 +79,6 @@ exports.CanCreateRepositoryAttributeRequest = {
85
79
  "required": [
86
80
  "content"
87
81
  ]
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)?)?)?)?$"
93
82
  }
94
83
  }
95
84
  };
@@ -333,9 +322,6 @@ exports.CanCreateOutgoingRequestRequest = {
333
322
  {
334
323
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
335
324
  },
336
- {
337
- "$ref": "#/definitions/FreeTextRequestItemJSON"
338
- },
339
325
  {
340
326
  "$ref": "#/definitions/FormFieldRequestItemJSON"
341
327
  },
@@ -359,10 +345,6 @@ exports.CanCreateOutgoingRequestRequest = {
359
345
  "@version": {
360
346
  "type": "string"
361
347
  },
362
- "title": {
363
- "type": "string",
364
- "description": "The human-readable title of this item."
365
- },
366
348
  "description": {
367
349
  "type": "string",
368
350
  "description": "The human-readable description of this item."
@@ -399,10 +381,6 @@ exports.CanCreateOutgoingRequestRequest = {
399
381
  "@version": {
400
382
  "type": "string"
401
383
  },
402
- "title": {
403
- "type": "string",
404
- "description": "The human-readable title of this item."
405
- },
406
384
  "description": {
407
385
  "type": "string",
408
386
  "description": "The human-readable description of this item."
@@ -453,12 +431,6 @@ exports.CanCreateOutgoingRequestRequest = {
453
431
  "owner": {
454
432
  "type": "string"
455
433
  },
456
- "validFrom": {
457
- "type": "string"
458
- },
459
- "validTo": {
460
- "type": "string"
461
- },
462
434
  "value": {
463
435
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
464
436
  },
@@ -1124,12 +1096,6 @@ exports.CanCreateOutgoingRequestRequest = {
1124
1096
  "owner": {
1125
1097
  "type": "string"
1126
1098
  },
1127
- "validFrom": {
1128
- "type": "string"
1129
- },
1130
- "validTo": {
1131
- "type": "string"
1132
- },
1133
1099
  "value": {
1134
1100
  "$ref": "#/definitions/AttributeValues.Identity.Json"
1135
1101
  },
@@ -2364,10 +2330,6 @@ exports.CanCreateOutgoingRequestRequest = {
2364
2330
  "@version": {
2365
2331
  "type": "string"
2366
2332
  },
2367
- "title": {
2368
- "type": "string",
2369
- "description": "The human-readable title of this item."
2370
- },
2371
2333
  "description": {
2372
2334
  "type": "string",
2373
2335
  "description": "The human-readable description of this item."
@@ -2408,10 +2370,6 @@ exports.CanCreateOutgoingRequestRequest = {
2408
2370
  "@version": {
2409
2371
  "type": "string"
2410
2372
  },
2411
- "title": {
2412
- "type": "string",
2413
- "description": "The human-readable title of this item."
2414
- },
2415
2373
  "description": {
2416
2374
  "type": "string",
2417
2375
  "description": "The human-readable description of this item."
@@ -2466,10 +2424,6 @@ exports.CanCreateOutgoingRequestRequest = {
2466
2424
  "@version": {
2467
2425
  "type": "string"
2468
2426
  },
2469
- "title": {
2470
- "type": "string",
2471
- "description": "The human-readable title of this item."
2472
- },
2473
2427
  "description": {
2474
2428
  "type": "string",
2475
2429
  "description": "The human-readable description of this item."
@@ -2539,12 +2493,6 @@ exports.CanCreateOutgoingRequestRequest = {
2539
2493
  "items": {
2540
2494
  "type": "string"
2541
2495
  }
2542
- },
2543
- "validFrom": {
2544
- "type": "string"
2545
- },
2546
- "validTo": {
2547
- "type": "string"
2548
2496
  }
2549
2497
  },
2550
2498
  "required": [
@@ -2636,12 +2584,6 @@ exports.CanCreateOutgoingRequestRequest = {
2636
2584
  },
2637
2585
  "attributeCreationHints": {
2638
2586
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
2639
- },
2640
- "validFrom": {
2641
- "type": "string"
2642
- },
2643
- "validTo": {
2644
- "type": "string"
2645
2587
  }
2646
2588
  },
2647
2589
  "required": [
@@ -2754,10 +2696,6 @@ exports.CanCreateOutgoingRequestRequest = {
2754
2696
  "@version": {
2755
2697
  "type": "string"
2756
2698
  },
2757
- "title": {
2758
- "type": "string",
2759
- "description": "The human-readable title of this item."
2760
- },
2761
2699
  "description": {
2762
2700
  "type": "string",
2763
2701
  "description": "The human-readable description of this item."
@@ -2827,12 +2765,6 @@ exports.CanCreateOutgoingRequestRequest = {
2827
2765
  "items": {
2828
2766
  "type": "string"
2829
2767
  }
2830
- },
2831
- "validFrom": {
2832
- "type": "string"
2833
- },
2834
- "validTo": {
2835
- "type": "string"
2836
2768
  }
2837
2769
  },
2838
2770
  "required": [
@@ -2856,10 +2788,6 @@ exports.CanCreateOutgoingRequestRequest = {
2856
2788
  "@version": {
2857
2789
  "type": "string"
2858
2790
  },
2859
- "title": {
2860
- "type": "string",
2861
- "description": "The human-readable title of this item."
2862
- },
2863
2791
  "description": {
2864
2792
  "type": "string",
2865
2793
  "description": "The human-readable description of this item."
@@ -2906,10 +2834,6 @@ exports.CanCreateOutgoingRequestRequest = {
2906
2834
  "@version": {
2907
2835
  "type": "string"
2908
2836
  },
2909
- "title": {
2910
- "type": "string",
2911
- "description": "The human-readable title of this item."
2912
- },
2913
2837
  "description": {
2914
2838
  "type": "string",
2915
2839
  "description": "The human-readable description of this item."
@@ -2925,55 +2849,15 @@ exports.CanCreateOutgoingRequestRequest = {
2925
2849
  "requireManualDecision": {
2926
2850
  "type": "boolean",
2927
2851
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
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"
2948
2852
  },
2949
2853
  "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": {
2970
2854
  "type": "string"
2971
2855
  }
2972
2856
  },
2973
2857
  "required": [
2974
2858
  "@type",
2975
- "freeText",
2976
- "mustBeAccepted"
2859
+ "mustBeAccepted",
2860
+ "title"
2977
2861
  ],
2978
2862
  "additionalProperties": false
2979
2863
  },
@@ -2990,10 +2874,6 @@ exports.CanCreateOutgoingRequestRequest = {
2990
2874
  "@version": {
2991
2875
  "type": "string"
2992
2876
  },
2993
- "title": {
2994
- "type": "string",
2995
- "description": "The human-readable title of this item."
2996
- },
2997
2877
  "description": {
2998
2878
  "type": "string",
2999
2879
  "description": "The human-readable description of this item."
@@ -3010,6 +2890,9 @@ exports.CanCreateOutgoingRequestRequest = {
3010
2890
  "type": "boolean",
3011
2891
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
3012
2892
  },
2893
+ "title": {
2894
+ "type": "string"
2895
+ },
3013
2896
  "settings": {
3014
2897
  "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
3015
2898
  }
@@ -3244,10 +3127,6 @@ exports.CanCreateOutgoingRequestRequest = {
3244
3127
  "@version": {
3245
3128
  "type": "string"
3246
3129
  },
3247
- "title": {
3248
- "type": "string",
3249
- "description": "The human-readable title of this item."
3250
- },
3251
3130
  "description": {
3252
3131
  "type": "string",
3253
3132
  "description": "The human-readable description of this item."
@@ -3295,10 +3174,6 @@ exports.CanCreateOutgoingRequestRequest = {
3295
3174
  "@version": {
3296
3175
  "type": "string"
3297
3176
  },
3298
- "title": {
3299
- "type": "string",
3300
- "description": "The human-readable title of this item."
3301
- },
3302
3177
  "description": {
3303
3178
  "type": "string",
3304
3179
  "description": "The human-readable description of this item."
@@ -3620,9 +3495,6 @@ exports.CompleteOutgoingRequestRequest = {
3620
3495
  {
3621
3496
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
3622
3497
  },
3623
- {
3624
- "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
3625
- },
3626
3498
  {
3627
3499
  "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
3628
3500
  },
@@ -3741,12 +3613,6 @@ exports.CompleteOutgoingRequestRequest = {
3741
3613
  "owner": {
3742
3614
  "type": "string"
3743
3615
  },
3744
- "validFrom": {
3745
- "type": "string"
3746
- },
3747
- "validTo": {
3748
- "type": "string"
3749
- },
3750
3616
  "value": {
3751
3617
  "$ref": "#/definitions/AttributeValues.Identity.Json"
3752
3618
  },
@@ -4984,12 +4850,6 @@ exports.CompleteOutgoingRequestRequest = {
4984
4850
  "owner": {
4985
4851
  "type": "string"
4986
4852
  },
4987
- "validFrom": {
4988
- "type": "string"
4989
- },
4990
- "validTo": {
4991
- "type": "string"
4992
- },
4993
4853
  "value": {
4994
4854
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
4995
4855
  },
@@ -5804,34 +5664,6 @@ exports.CompleteOutgoingRequestRequest = {
5804
5664
  ],
5805
5665
  "additionalProperties": false
5806
5666
  },
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
- },
5835
5667
  "FormFieldAcceptResponseItemJSON": {
5836
5668
  "type": "object",
5837
5669
  "properties": {
@@ -6138,9 +5970,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
6138
5970
  {
6139
5971
  "$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
6140
5972
  },
6141
- {
6142
- "$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
6143
- },
6144
5973
  {
6145
5974
  "$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
6146
5975
  },
@@ -6259,12 +6088,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
6259
6088
  "owner": {
6260
6089
  "type": "string"
6261
6090
  },
6262
- "validFrom": {
6263
- "type": "string"
6264
- },
6265
- "validTo": {
6266
- "type": "string"
6267
- },
6268
6091
  "value": {
6269
6092
  "$ref": "#/definitions/AttributeValues.Identity.Json"
6270
6093
  },
@@ -7502,12 +7325,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
7502
7325
  "owner": {
7503
7326
  "type": "string"
7504
7327
  },
7505
- "validFrom": {
7506
- "type": "string"
7507
- },
7508
- "validTo": {
7509
- "type": "string"
7510
- },
7511
7328
  "value": {
7512
7329
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
7513
7330
  },
@@ -8322,34 +8139,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
8322
8139
  ],
8323
8140
  "additionalProperties": false
8324
8141
  },
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
- },
8353
8142
  "FormFieldAcceptResponseItemJSON": {
8354
8143
  "type": "object",
8355
8144
  "properties": {
@@ -8622,9 +8411,6 @@ exports.CreateOutgoingRequestRequest = {
8622
8411
  {
8623
8412
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
8624
8413
  },
8625
- {
8626
- "$ref": "#/definitions/FreeTextRequestItemJSON"
8627
- },
8628
8414
  {
8629
8415
  "$ref": "#/definitions/FormFieldRequestItemJSON"
8630
8416
  },
@@ -8648,10 +8434,6 @@ exports.CreateOutgoingRequestRequest = {
8648
8434
  "@version": {
8649
8435
  "type": "string"
8650
8436
  },
8651
- "title": {
8652
- "type": "string",
8653
- "description": "The human-readable title of this item."
8654
- },
8655
8437
  "description": {
8656
8438
  "type": "string",
8657
8439
  "description": "The human-readable description of this item."
@@ -8688,10 +8470,6 @@ exports.CreateOutgoingRequestRequest = {
8688
8470
  "@version": {
8689
8471
  "type": "string"
8690
8472
  },
8691
- "title": {
8692
- "type": "string",
8693
- "description": "The human-readable title of this item."
8694
- },
8695
8473
  "description": {
8696
8474
  "type": "string",
8697
8475
  "description": "The human-readable description of this item."
@@ -8742,12 +8520,6 @@ exports.CreateOutgoingRequestRequest = {
8742
8520
  "owner": {
8743
8521
  "type": "string"
8744
8522
  },
8745
- "validFrom": {
8746
- "type": "string"
8747
- },
8748
- "validTo": {
8749
- "type": "string"
8750
- },
8751
8523
  "value": {
8752
8524
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
8753
8525
  },
@@ -9413,12 +9185,6 @@ exports.CreateOutgoingRequestRequest = {
9413
9185
  "owner": {
9414
9186
  "type": "string"
9415
9187
  },
9416
- "validFrom": {
9417
- "type": "string"
9418
- },
9419
- "validTo": {
9420
- "type": "string"
9421
- },
9422
9188
  "value": {
9423
9189
  "$ref": "#/definitions/AttributeValues.Identity.Json"
9424
9190
  },
@@ -10653,10 +10419,6 @@ exports.CreateOutgoingRequestRequest = {
10653
10419
  "@version": {
10654
10420
  "type": "string"
10655
10421
  },
10656
- "title": {
10657
- "type": "string",
10658
- "description": "The human-readable title of this item."
10659
- },
10660
10422
  "description": {
10661
10423
  "type": "string",
10662
10424
  "description": "The human-readable description of this item."
@@ -10697,10 +10459,6 @@ exports.CreateOutgoingRequestRequest = {
10697
10459
  "@version": {
10698
10460
  "type": "string"
10699
10461
  },
10700
- "title": {
10701
- "type": "string",
10702
- "description": "The human-readable title of this item."
10703
- },
10704
10462
  "description": {
10705
10463
  "type": "string",
10706
10464
  "description": "The human-readable description of this item."
@@ -10755,10 +10513,6 @@ exports.CreateOutgoingRequestRequest = {
10755
10513
  "@version": {
10756
10514
  "type": "string"
10757
10515
  },
10758
- "title": {
10759
- "type": "string",
10760
- "description": "The human-readable title of this item."
10761
- },
10762
10516
  "description": {
10763
10517
  "type": "string",
10764
10518
  "description": "The human-readable description of this item."
@@ -10828,12 +10582,6 @@ exports.CreateOutgoingRequestRequest = {
10828
10582
  "items": {
10829
10583
  "type": "string"
10830
10584
  }
10831
- },
10832
- "validFrom": {
10833
- "type": "string"
10834
- },
10835
- "validTo": {
10836
- "type": "string"
10837
10585
  }
10838
10586
  },
10839
10587
  "required": [
@@ -10925,12 +10673,6 @@ exports.CreateOutgoingRequestRequest = {
10925
10673
  },
10926
10674
  "attributeCreationHints": {
10927
10675
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
10928
- },
10929
- "validFrom": {
10930
- "type": "string"
10931
- },
10932
- "validTo": {
10933
- "type": "string"
10934
10676
  }
10935
10677
  },
10936
10678
  "required": [
@@ -11043,10 +10785,6 @@ exports.CreateOutgoingRequestRequest = {
11043
10785
  "@version": {
11044
10786
  "type": "string"
11045
10787
  },
11046
- "title": {
11047
- "type": "string",
11048
- "description": "The human-readable title of this item."
11049
- },
11050
10788
  "description": {
11051
10789
  "type": "string",
11052
10790
  "description": "The human-readable description of this item."
@@ -11116,12 +10854,6 @@ exports.CreateOutgoingRequestRequest = {
11116
10854
  "items": {
11117
10855
  "type": "string"
11118
10856
  }
11119
- },
11120
- "validFrom": {
11121
- "type": "string"
11122
- },
11123
- "validTo": {
11124
- "type": "string"
11125
10857
  }
11126
10858
  },
11127
10859
  "required": [
@@ -11145,10 +10877,6 @@ exports.CreateOutgoingRequestRequest = {
11145
10877
  "@version": {
11146
10878
  "type": "string"
11147
10879
  },
11148
- "title": {
11149
- "type": "string",
11150
- "description": "The human-readable title of this item."
11151
- },
11152
10880
  "description": {
11153
10881
  "type": "string",
11154
10882
  "description": "The human-readable description of this item."
@@ -11195,10 +10923,6 @@ exports.CreateOutgoingRequestRequest = {
11195
10923
  "@version": {
11196
10924
  "type": "string"
11197
10925
  },
11198
- "title": {
11199
- "type": "string",
11200
- "description": "The human-readable title of this item."
11201
- },
11202
10926
  "description": {
11203
10927
  "type": "string",
11204
10928
  "description": "The human-readable description of this item."
@@ -11214,20 +10938,24 @@ exports.CreateOutgoingRequestRequest = {
11214
10938
  "requireManualDecision": {
11215
10939
  "type": "boolean",
11216
10940
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10941
+ },
10942
+ "title": {
10943
+ "type": "string"
11217
10944
  }
11218
10945
  },
11219
10946
  "required": [
11220
10947
  "@type",
11221
- "mustBeAccepted"
10948
+ "mustBeAccepted",
10949
+ "title"
11222
10950
  ],
11223
10951
  "additionalProperties": false
11224
10952
  },
11225
- "FreeTextRequestItemJSON": {
10953
+ "FormFieldRequestItemJSON": {
11226
10954
  "type": "object",
11227
10955
  "properties": {
11228
10956
  "@type": {
11229
10957
  "type": "string",
11230
- "const": "FreeTextRequestItem"
10958
+ "const": "FormFieldRequestItem"
11231
10959
  },
11232
10960
  "@context": {
11233
10961
  "type": "string"
@@ -11235,10 +10963,6 @@ exports.CreateOutgoingRequestRequest = {
11235
10963
  "@version": {
11236
10964
  "type": "string"
11237
10965
  },
11238
- "title": {
11239
- "type": "string",
11240
- "description": "The human-readable title of this item."
11241
- },
11242
10966
  "description": {
11243
10967
  "type": "string",
11244
10968
  "description": "The human-readable description of this item."
@@ -11255,69 +10979,28 @@ exports.CreateOutgoingRequestRequest = {
11255
10979
  "type": "boolean",
11256
10980
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
11257
10981
  },
11258
- "freeText": {
10982
+ "title": {
11259
10983
  "type": "string"
10984
+ },
10985
+ "settings": {
10986
+ "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
11260
10987
  }
11261
10988
  },
11262
10989
  "required": [
11263
10990
  "@type",
11264
- "freeText",
11265
- "mustBeAccepted"
10991
+ "mustBeAccepted",
10992
+ "settings",
10993
+ "title"
11266
10994
  ],
11267
10995
  "additionalProperties": false
11268
10996
  },
11269
- "FormFieldRequestItemJSON": {
11270
- "type": "object",
11271
- "properties": {
11272
- "@type": {
11273
- "type": "string",
11274
- "const": "FormFieldRequestItem"
11275
- },
11276
- "@context": {
11277
- "type": "string"
10997
+ "FormFieldSettingsJSONDerivations": {
10998
+ "anyOf": [
10999
+ {
11000
+ "$ref": "#/definitions/StringFormFieldSettingsJSON"
11278
11001
  },
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"
11002
+ {
11003
+ "$ref": "#/definitions/IntegerFormFieldSettingsJSON"
11321
11004
  },
11322
11005
  {
11323
11006
  "$ref": "#/definitions/DoubleFormFieldSettingsJSON"
@@ -11533,10 +11216,6 @@ exports.CreateOutgoingRequestRequest = {
11533
11216
  "@version": {
11534
11217
  "type": "string"
11535
11218
  },
11536
- "title": {
11537
- "type": "string",
11538
- "description": "The human-readable title of this item."
11539
- },
11540
11219
  "description": {
11541
11220
  "type": "string",
11542
11221
  "description": "The human-readable description of this item."
@@ -11584,10 +11263,6 @@ exports.CreateOutgoingRequestRequest = {
11584
11263
  "@version": {
11585
11264
  "type": "string"
11586
11265
  },
11587
- "title": {
11588
- "type": "string",
11589
- "description": "The human-readable title of this item."
11590
- },
11591
11266
  "description": {
11592
11267
  "type": "string",
11593
11268
  "description": "The human-readable description of this item."
@@ -12261,9 +11936,6 @@ exports.ReceivedIncomingRequestRequest = {
12261
11936
  {
12262
11937
  "$ref": "#/definitions/AuthenticationRequestItemJSON"
12263
11938
  },
12264
- {
12265
- "$ref": "#/definitions/FreeTextRequestItemJSON"
12266
- },
12267
11939
  {
12268
11940
  "$ref": "#/definitions/FormFieldRequestItemJSON"
12269
11941
  },
@@ -12287,10 +11959,6 @@ exports.ReceivedIncomingRequestRequest = {
12287
11959
  "@version": {
12288
11960
  "type": "string"
12289
11961
  },
12290
- "title": {
12291
- "type": "string",
12292
- "description": "The human-readable title of this item."
12293
- },
12294
11962
  "description": {
12295
11963
  "type": "string",
12296
11964
  "description": "The human-readable description of this item."
@@ -12327,10 +11995,6 @@ exports.ReceivedIncomingRequestRequest = {
12327
11995
  "@version": {
12328
11996
  "type": "string"
12329
11997
  },
12330
- "title": {
12331
- "type": "string",
12332
- "description": "The human-readable title of this item."
12333
- },
12334
11998
  "description": {
12335
11999
  "type": "string",
12336
12000
  "description": "The human-readable description of this item."
@@ -12381,12 +12045,6 @@ exports.ReceivedIncomingRequestRequest = {
12381
12045
  "owner": {
12382
12046
  "type": "string"
12383
12047
  },
12384
- "validFrom": {
12385
- "type": "string"
12386
- },
12387
- "validTo": {
12388
- "type": "string"
12389
- },
12390
12048
  "value": {
12391
12049
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
12392
12050
  },
@@ -13052,12 +12710,6 @@ exports.ReceivedIncomingRequestRequest = {
13052
12710
  "owner": {
13053
12711
  "type": "string"
13054
12712
  },
13055
- "validFrom": {
13056
- "type": "string"
13057
- },
13058
- "validTo": {
13059
- "type": "string"
13060
- },
13061
12713
  "value": {
13062
12714
  "$ref": "#/definitions/AttributeValues.Identity.Json"
13063
12715
  },
@@ -14292,10 +13944,6 @@ exports.ReceivedIncomingRequestRequest = {
14292
13944
  "@version": {
14293
13945
  "type": "string"
14294
13946
  },
14295
- "title": {
14296
- "type": "string",
14297
- "description": "The human-readable title of this item."
14298
- },
14299
13947
  "description": {
14300
13948
  "type": "string",
14301
13949
  "description": "The human-readable description of this item."
@@ -14336,10 +13984,6 @@ exports.ReceivedIncomingRequestRequest = {
14336
13984
  "@version": {
14337
13985
  "type": "string"
14338
13986
  },
14339
- "title": {
14340
- "type": "string",
14341
- "description": "The human-readable title of this item."
14342
- },
14343
13987
  "description": {
14344
13988
  "type": "string",
14345
13989
  "description": "The human-readable description of this item."
@@ -14394,10 +14038,6 @@ exports.ReceivedIncomingRequestRequest = {
14394
14038
  "@version": {
14395
14039
  "type": "string"
14396
14040
  },
14397
- "title": {
14398
- "type": "string",
14399
- "description": "The human-readable title of this item."
14400
- },
14401
14041
  "description": {
14402
14042
  "type": "string",
14403
14043
  "description": "The human-readable description of this item."
@@ -14467,12 +14107,6 @@ exports.ReceivedIncomingRequestRequest = {
14467
14107
  "items": {
14468
14108
  "type": "string"
14469
14109
  }
14470
- },
14471
- "validFrom": {
14472
- "type": "string"
14473
- },
14474
- "validTo": {
14475
- "type": "string"
14476
14110
  }
14477
14111
  },
14478
14112
  "required": [
@@ -14564,12 +14198,6 @@ exports.ReceivedIncomingRequestRequest = {
14564
14198
  },
14565
14199
  "attributeCreationHints": {
14566
14200
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
14567
- },
14568
- "validFrom": {
14569
- "type": "string"
14570
- },
14571
- "validTo": {
14572
- "type": "string"
14573
14201
  }
14574
14202
  },
14575
14203
  "required": [
@@ -14682,10 +14310,6 @@ exports.ReceivedIncomingRequestRequest = {
14682
14310
  "@version": {
14683
14311
  "type": "string"
14684
14312
  },
14685
- "title": {
14686
- "type": "string",
14687
- "description": "The human-readable title of this item."
14688
- },
14689
14313
  "description": {
14690
14314
  "type": "string",
14691
14315
  "description": "The human-readable description of this item."
@@ -14755,12 +14379,6 @@ exports.ReceivedIncomingRequestRequest = {
14755
14379
  "items": {
14756
14380
  "type": "string"
14757
14381
  }
14758
- },
14759
- "validFrom": {
14760
- "type": "string"
14761
- },
14762
- "validTo": {
14763
- "type": "string"
14764
14382
  }
14765
14383
  },
14766
14384
  "required": [
@@ -14784,10 +14402,6 @@ exports.ReceivedIncomingRequestRequest = {
14784
14402
  "@version": {
14785
14403
  "type": "string"
14786
14404
  },
14787
- "title": {
14788
- "type": "string",
14789
- "description": "The human-readable title of this item."
14790
- },
14791
14405
  "description": {
14792
14406
  "type": "string",
14793
14407
  "description": "The human-readable description of this item."
@@ -14834,10 +14448,6 @@ exports.ReceivedIncomingRequestRequest = {
14834
14448
  "@version": {
14835
14449
  "type": "string"
14836
14450
  },
14837
- "title": {
14838
- "type": "string",
14839
- "description": "The human-readable title of this item."
14840
- },
14841
14451
  "description": {
14842
14452
  "type": "string",
14843
14453
  "description": "The human-readable description of this item."
@@ -14853,55 +14463,15 @@ exports.ReceivedIncomingRequestRequest = {
14853
14463
  "requireManualDecision": {
14854
14464
  "type": "boolean",
14855
14465
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
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"
14876
14466
  },
14877
14467
  "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": {
14898
14468
  "type": "string"
14899
14469
  }
14900
14470
  },
14901
14471
  "required": [
14902
14472
  "@type",
14903
- "freeText",
14904
- "mustBeAccepted"
14473
+ "mustBeAccepted",
14474
+ "title"
14905
14475
  ],
14906
14476
  "additionalProperties": false
14907
14477
  },
@@ -14918,10 +14488,6 @@ exports.ReceivedIncomingRequestRequest = {
14918
14488
  "@version": {
14919
14489
  "type": "string"
14920
14490
  },
14921
- "title": {
14922
- "type": "string",
14923
- "description": "The human-readable title of this item."
14924
- },
14925
14491
  "description": {
14926
14492
  "type": "string",
14927
14493
  "description": "The human-readable description of this item."
@@ -14938,6 +14504,9 @@ exports.ReceivedIncomingRequestRequest = {
14938
14504
  "type": "boolean",
14939
14505
  "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14940
14506
  },
14507
+ "title": {
14508
+ "type": "string"
14509
+ },
14941
14510
  "settings": {
14942
14511
  "$ref": "#/definitions/FormFieldSettingsJSONDerivations"
14943
14512
  }
@@ -15172,10 +14741,6 @@ exports.ReceivedIncomingRequestRequest = {
15172
14741
  "@version": {
15173
14742
  "type": "string"
15174
14743
  },
15175
- "title": {
15176
- "type": "string",
15177
- "description": "The human-readable title of this item."
15178
- },
15179
14744
  "description": {
15180
14745
  "type": "string",
15181
14746
  "description": "The human-readable description of this item."
@@ -15223,10 +14788,6 @@ exports.ReceivedIncomingRequestRequest = {
15223
14788
  "@version": {
15224
14789
  "type": "string"
15225
14790
  },
15226
- "title": {
15227
- "type": "string",
15228
- "description": "The human-readable title of this item."
15229
- },
15230
14791
  "description": {
15231
14792
  "type": "string",
15232
14793
  "description": "The human-readable description of this item."
@@ -15337,12 +14898,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
15337
14898
  },
15338
14899
  "isTechnical": {
15339
14900
  "type": "boolean"
15340
- },
15341
- "validFrom": {
15342
- "$ref": "#/definitions/ISO8601DateTimeString"
15343
- },
15344
- "validTo": {
15345
- "$ref": "#/definitions/ISO8601DateTimeString"
15346
14901
  }
15347
14902
  },
15348
14903
  "required": [
@@ -15376,9 +14931,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
15376
14931
  "requestItemMetadata": {
15377
14932
  "type": "object",
15378
14933
  "properties": {
15379
- "title": {
15380
- "type": "string"
15381
- },
15382
14934
  "description": {
15383
14935
  "type": "string"
15384
14936
  },
@@ -16025,14 +15577,14 @@ exports.CreateAndShareRelationshipAttributeRequest = {
16025
15577
  "protected"
16026
15578
  ]
16027
15579
  },
15580
+ "AddressString": {
15581
+ "type": "string",
15582
+ "pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
15583
+ },
16028
15584
  "ISO8601DateTimeString": {
16029
15585
  "type": "string",
16030
15586
  "errorMessage": "must match ISO8601 datetime format",
16031
15587
  "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}"
16036
15588
  }
16037
15589
  }
16038
15590
  };
@@ -16053,12 +15605,6 @@ exports.CreateRepositoryAttributeRequest = {
16053
15605
  "items": {
16054
15606
  "type": "string"
16055
15607
  }
16056
- },
16057
- "validFrom": {
16058
- "$ref": "#/definitions/ISO8601DateTimeString"
16059
- },
16060
- "validTo": {
16061
- "$ref": "#/definitions/ISO8601DateTimeString"
16062
15608
  }
16063
15609
  },
16064
15610
  "required": [
@@ -16070,11 +15616,6 @@ exports.CreateRepositoryAttributeRequest = {
16070
15616
  "required": [
16071
15617
  "content"
16072
15618
  ]
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)?)?)?)?$"
16078
15619
  }
16079
15620
  }
16080
15621
  };
@@ -16225,12 +15766,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
16225
15766
  "items": {
16226
15767
  "type": "string"
16227
15768
  }
16228
- },
16229
- "validFrom": {
16230
- "type": "string"
16231
- },
16232
- "validTo": {
16233
- "type": "string"
16234
15769
  }
16235
15770
  },
16236
15771
  "required": [
@@ -16460,12 +15995,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
16460
15995
  },
16461
15996
  "attributeCreationHints": {
16462
15997
  "$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
16463
- },
16464
- "validFrom": {
16465
- "type": "string"
16466
- },
16467
- "validTo": {
16468
- "type": "string"
16469
15998
  }
16470
15999
  },
16471
16000
  "required": [
@@ -16646,12 +16175,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
16646
16175
  "items": {
16647
16176
  "type": "string"
16648
16177
  }
16649
- },
16650
- "validFrom": {
16651
- "type": "string"
16652
- },
16653
- "validTo": {
16654
- "type": "string"
16655
16178
  }
16656
16179
  },
16657
16180
  "required": [
@@ -16696,9 +16219,6 @@ exports.GetAttributesRequest = {
16696
16219
  "query": {
16697
16220
  "$ref": "#/definitions/GetAttributesRequestQuery"
16698
16221
  },
16699
- "onlyValid": {
16700
- "type": "boolean"
16701
- },
16702
16222
  "hideTechnical": {
16703
16223
  "type": "boolean"
16704
16224
  }
@@ -16792,32 +16312,6 @@ exports.GetAttributesRequest = {
16792
16312
  }
16793
16313
  ]
16794
16314
  },
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
- },
16821
16315
  "content.key": {
16822
16316
  "anyOf": [
16823
16317
  {
@@ -16992,9 +16486,6 @@ exports.GetOwnSharedAttributesRequest = {
16992
16486
  "peer": {
16993
16487
  "$ref": "#/definitions/AddressString"
16994
16488
  },
16995
- "onlyValid": {
16996
- "type": "boolean"
16997
- },
16998
16489
  "query": {
16999
16490
  "$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
17000
16491
  },
@@ -17047,32 +16538,6 @@ exports.GetOwnSharedAttributesRequest = {
17047
16538
  }
17048
16539
  ]
17049
16540
  },
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
- },
17076
16541
  "content.key": {
17077
16542
  "anyOf": [
17078
16543
  {
@@ -17234,9 +16699,6 @@ exports.GetPeerSharedAttributesRequest = {
17234
16699
  "peer": {
17235
16700
  "$ref": "#/definitions/AddressString"
17236
16701
  },
17237
- "onlyValid": {
17238
- "type": "boolean"
17239
- },
17240
16702
  "query": {
17241
16703
  "$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
17242
16704
  },
@@ -17289,32 +16751,6 @@ exports.GetPeerSharedAttributesRequest = {
17289
16751
  }
17290
16752
  ]
17291
16753
  },
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
- },
17318
16754
  "content.key": {
17319
16755
  "anyOf": [
17320
16756
  {
@@ -17492,32 +16928,6 @@ exports.GetRepositoryAttributesRequest = {
17492
16928
  }
17493
16929
  ]
17494
16930
  },
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
- },
17521
16931
  "content.value.@type": {
17522
16932
  "anyOf": [
17523
16933
  {
@@ -17680,9 +17090,6 @@ exports.ShareRepositoryAttributeRequest = {
17680
17090
  "requestItemMetadata": {
17681
17091
  "type": "object",
17682
17092
  "properties": {
17683
- "title": {
17684
- "type": "string"
17685
- },
17686
17093
  "description": {
17687
17094
  "type": "string"
17688
17095
  },
@@ -17732,12 +17139,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
17732
17139
  "properties": {
17733
17140
  "value": {
17734
17141
  "$ref": "#/definitions/AttributeValues.Relationship.Json"
17735
- },
17736
- "validFrom": {
17737
- "$ref": "#/definitions/ISO8601DateTimeString"
17738
- },
17739
- "validTo": {
17740
- "$ref": "#/definitions/ISO8601DateTimeString"
17741
17142
  }
17742
17143
  },
17743
17144
  "required": [
@@ -18374,11 +17775,6 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
18374
17775
  "consent"
18375
17776
  ],
18376
17777
  "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)?)?)?)?$"
18382
17778
  }
18383
17779
  }
18384
17780
  };
@@ -18403,12 +17799,6 @@ exports.SucceedRepositoryAttributeRequest = {
18403
17799
  "items": {
18404
17800
  "type": "string"
18405
17801
  }
18406
- },
18407
- "validFrom": {
18408
- "$ref": "#/definitions/ISO8601DateTimeString"
18409
- },
18410
- "validTo": {
18411
- "$ref": "#/definitions/ISO8601DateTimeString"
18412
17802
  }
18413
17803
  },
18414
17804
  "required": [
@@ -19626,11 +19016,6 @@ exports.SucceedRepositoryAttributeRequest = {
19626
19016
  "value"
19627
19017
  ],
19628
19018
  "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)?)?)?)?$"
19634
19019
  }
19635
19020
  }
19636
19021
  };
@@ -22354,7 +21739,7 @@ exports.GetRelationshipsRequest = {
22354
21739
  }
22355
21740
  ]
22356
21741
  },
22357
- "template.id": {
21742
+ "templateId": {
22358
21743
  "anyOf": [
22359
21744
  {
22360
21745
  "type": "string"