@nmshd/runtime 7.0.0-alpha.33 → 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.
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +51 -25
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts +1 -0
- package/dist/dataViews/consumption/LocalRequestDVO.d.ts.map +1 -1
- package/dist/dataViews/content/AttributeDVOs.d.ts +2 -0
- package/dist/dataViews/content/AttributeDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +4 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +5 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/events/EventProxy.d.ts.map +1 -1
- package/dist/events/EventProxy.js +1 -0
- package/dist/events/EventProxy.js.map +1 -1
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts +10 -0
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.d.ts.map +1 -0
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js +15 -0
- package/dist/events/consumption/ThirdPartyOwnedRelationshipAttributeDeletedByPeerEvent.js.map +1 -0
- package/dist/events/consumption/index.d.ts +1 -0
- package/dist/events/consumption/index.d.ts.map +1 -1
- package/dist/events/consumption/index.js +1 -0
- package/dist/events/consumption/index.js.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +4 -0
- package/dist/extensibility/facades/consumption/AttributesFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/consumption/AttributesFacade.js +6 -0
- package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.d.ts +4 -0
- package/dist/extensibility/facades/transport/AccountFacade.d.ts.map +1 -1
- package/dist/extensibility/facades/transport/AccountFacade.js +6 -0
- package/dist/extensibility/facades/transport/AccountFacade.js.map +1 -1
- package/dist/modules/DeciderModule.d.ts +2 -0
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +37 -19
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/RequestModule.d.ts.map +1 -1
- package/dist/modules/RequestModule.js +3 -10
- package/dist/modules/RequestModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +18 -2
- package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
- package/dist/modules/decide/RequestConfig.js.map +1 -1
- package/dist/modules/decide/ResponseConfig.d.ts +5 -1
- package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
- package/dist/modules/decide/ResponseConfig.js +4 -0
- package/dist/modules/decide/ResponseConfig.js.map +1 -1
- package/dist/types/consumption/LocalRequestDTO.d.ts +1 -0
- package/dist/types/consumption/LocalRequestDTO.d.ts.map +1 -1
- package/dist/types/transport/FileDTO.d.ts +2 -1
- package/dist/types/transport/FileDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.d.ts +2 -1
- package/dist/types/transport/RelationshipDTO.d.ts.map +1 -1
- package/dist/types/transport/RelationshipDTO.js.map +1 -1
- package/dist/types/transport/RelationshipTemplateDTO.d.ts +1 -0
- package/dist/types/transport/RelationshipTemplateDTO.d.ts.map +1 -1
- package/dist/types/transport/TokenDTO.d.ts +1 -0
- package/dist/types/transport/TokenDTO.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +668 -38
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts +4 -4
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js +1 -10
- package/dist/useCases/consumption/attributes/CanCreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +3 -0
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts +3 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts +3 -0
- package/dist/useCases/consumption/attributes/GetAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetAttributes.js +26 -1
- package/dist/useCases/consumption/attributes/GetAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +3 -0
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +3 -0
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +1 -1
- package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts +2 -0
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/GetRepositoryAttributes.js.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +1 -0
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +3 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts +3 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/SucceedRepositoryAttribute.js.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts +1 -0
- package/dist/useCases/consumption/requests/GetIncomingRequests.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/GetIncomingRequests.js +4 -0
- package/dist/useCases/consumption/requests/GetIncomingRequests.js.map +1 -1
- package/dist/useCases/consumption/requests/RequestMapper.d.ts.map +1 -1
- package/dist/useCases/consumption/requests/RequestMapper.js +2 -1
- package/dist/useCases/consumption/requests/RequestMapper.js.map +1 -1
- package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
- package/dist/useCases/transport/files/FileMapper.js +2 -1
- package/dist/useCases/transport/files/FileMapper.js.map +1 -1
- package/dist/useCases/transport/files/UploadOwnFile.d.ts +4 -3
- package/dist/useCases/transport/files/UploadOwnFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/UploadOwnFile.js +1 -10
- package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.d.ts +4 -0
- package/dist/useCases/transport/messages/SendMessage.d.ts.map +1 -1
- package/dist/useCases/transport/messages/SendMessage.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +1 -0
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
- package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.js +2 -1
- package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.js +1 -0
- package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
- 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
|
};
|
|
@@ -127,6 +138,10 @@ exports.AcceptIncomingRequestRequest = {
|
|
|
127
138
|
}
|
|
128
139
|
]
|
|
129
140
|
}
|
|
141
|
+
},
|
|
142
|
+
"decidedByAutomation": {
|
|
143
|
+
"type": "boolean",
|
|
144
|
+
"const": true
|
|
130
145
|
}
|
|
131
146
|
},
|
|
132
147
|
"required": [
|
|
@@ -318,6 +333,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
318
333
|
{
|
|
319
334
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
320
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
338
|
+
},
|
|
321
339
|
{
|
|
322
340
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
323
341
|
},
|
|
@@ -341,6 +359,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
341
359
|
"@version": {
|
|
342
360
|
"type": "string"
|
|
343
361
|
},
|
|
362
|
+
"title": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"description": "The human-readable title of this item."
|
|
365
|
+
},
|
|
344
366
|
"description": {
|
|
345
367
|
"type": "string",
|
|
346
368
|
"description": "The human-readable description of this item."
|
|
@@ -377,6 +399,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
377
399
|
"@version": {
|
|
378
400
|
"type": "string"
|
|
379
401
|
},
|
|
402
|
+
"title": {
|
|
403
|
+
"type": "string",
|
|
404
|
+
"description": "The human-readable title of this item."
|
|
405
|
+
},
|
|
380
406
|
"description": {
|
|
381
407
|
"type": "string",
|
|
382
408
|
"description": "The human-readable description of this item."
|
|
@@ -427,6 +453,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
427
453
|
"owner": {
|
|
428
454
|
"type": "string"
|
|
429
455
|
},
|
|
456
|
+
"validFrom": {
|
|
457
|
+
"type": "string"
|
|
458
|
+
},
|
|
459
|
+
"validTo": {
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
430
462
|
"value": {
|
|
431
463
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
432
464
|
},
|
|
@@ -1092,6 +1124,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
1092
1124
|
"owner": {
|
|
1093
1125
|
"type": "string"
|
|
1094
1126
|
},
|
|
1127
|
+
"validFrom": {
|
|
1128
|
+
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
"validTo": {
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
},
|
|
1095
1133
|
"value": {
|
|
1096
1134
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
1097
1135
|
},
|
|
@@ -2326,6 +2364,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2326
2364
|
"@version": {
|
|
2327
2365
|
"type": "string"
|
|
2328
2366
|
},
|
|
2367
|
+
"title": {
|
|
2368
|
+
"type": "string",
|
|
2369
|
+
"description": "The human-readable title of this item."
|
|
2370
|
+
},
|
|
2329
2371
|
"description": {
|
|
2330
2372
|
"type": "string",
|
|
2331
2373
|
"description": "The human-readable description of this item."
|
|
@@ -2366,6 +2408,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2366
2408
|
"@version": {
|
|
2367
2409
|
"type": "string"
|
|
2368
2410
|
},
|
|
2411
|
+
"title": {
|
|
2412
|
+
"type": "string",
|
|
2413
|
+
"description": "The human-readable title of this item."
|
|
2414
|
+
},
|
|
2369
2415
|
"description": {
|
|
2370
2416
|
"type": "string",
|
|
2371
2417
|
"description": "The human-readable description of this item."
|
|
@@ -2420,6 +2466,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2420
2466
|
"@version": {
|
|
2421
2467
|
"type": "string"
|
|
2422
2468
|
},
|
|
2469
|
+
"title": {
|
|
2470
|
+
"type": "string",
|
|
2471
|
+
"description": "The human-readable title of this item."
|
|
2472
|
+
},
|
|
2423
2473
|
"description": {
|
|
2424
2474
|
"type": "string",
|
|
2425
2475
|
"description": "The human-readable description of this item."
|
|
@@ -2489,6 +2539,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2489
2539
|
"items": {
|
|
2490
2540
|
"type": "string"
|
|
2491
2541
|
}
|
|
2542
|
+
},
|
|
2543
|
+
"validFrom": {
|
|
2544
|
+
"type": "string"
|
|
2545
|
+
},
|
|
2546
|
+
"validTo": {
|
|
2547
|
+
"type": "string"
|
|
2492
2548
|
}
|
|
2493
2549
|
},
|
|
2494
2550
|
"required": [
|
|
@@ -2580,6 +2636,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2580
2636
|
},
|
|
2581
2637
|
"attributeCreationHints": {
|
|
2582
2638
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
2639
|
+
},
|
|
2640
|
+
"validFrom": {
|
|
2641
|
+
"type": "string"
|
|
2642
|
+
},
|
|
2643
|
+
"validTo": {
|
|
2644
|
+
"type": "string"
|
|
2583
2645
|
}
|
|
2584
2646
|
},
|
|
2585
2647
|
"required": [
|
|
@@ -2692,6 +2754,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2692
2754
|
"@version": {
|
|
2693
2755
|
"type": "string"
|
|
2694
2756
|
},
|
|
2757
|
+
"title": {
|
|
2758
|
+
"type": "string",
|
|
2759
|
+
"description": "The human-readable title of this item."
|
|
2760
|
+
},
|
|
2695
2761
|
"description": {
|
|
2696
2762
|
"type": "string",
|
|
2697
2763
|
"description": "The human-readable description of this item."
|
|
@@ -2761,6 +2827,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2761
2827
|
"items": {
|
|
2762
2828
|
"type": "string"
|
|
2763
2829
|
}
|
|
2830
|
+
},
|
|
2831
|
+
"validFrom": {
|
|
2832
|
+
"type": "string"
|
|
2833
|
+
},
|
|
2834
|
+
"validTo": {
|
|
2835
|
+
"type": "string"
|
|
2764
2836
|
}
|
|
2765
2837
|
},
|
|
2766
2838
|
"required": [
|
|
@@ -2784,6 +2856,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2784
2856
|
"@version": {
|
|
2785
2857
|
"type": "string"
|
|
2786
2858
|
},
|
|
2859
|
+
"title": {
|
|
2860
|
+
"type": "string",
|
|
2861
|
+
"description": "The human-readable title of this item."
|
|
2862
|
+
},
|
|
2787
2863
|
"description": {
|
|
2788
2864
|
"type": "string",
|
|
2789
2865
|
"description": "The human-readable description of this item."
|
|
@@ -2830,6 +2906,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2830
2906
|
"@version": {
|
|
2831
2907
|
"type": "string"
|
|
2832
2908
|
},
|
|
2909
|
+
"title": {
|
|
2910
|
+
"type": "string",
|
|
2911
|
+
"description": "The human-readable title of this item."
|
|
2912
|
+
},
|
|
2833
2913
|
"description": {
|
|
2834
2914
|
"type": "string",
|
|
2835
2915
|
"description": "The human-readable description of this item."
|
|
@@ -2845,15 +2925,55 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2845
2925
|
"requireManualDecision": {
|
|
2846
2926
|
"type": "boolean",
|
|
2847
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"
|
|
2848
2948
|
},
|
|
2849
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": {
|
|
2850
2970
|
"type": "string"
|
|
2851
2971
|
}
|
|
2852
2972
|
},
|
|
2853
2973
|
"required": [
|
|
2854
2974
|
"@type",
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2975
|
+
"freeText",
|
|
2976
|
+
"mustBeAccepted"
|
|
2857
2977
|
],
|
|
2858
2978
|
"additionalProperties": false
|
|
2859
2979
|
},
|
|
@@ -2870,6 +2990,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2870
2990
|
"@version": {
|
|
2871
2991
|
"type": "string"
|
|
2872
2992
|
},
|
|
2993
|
+
"title": {
|
|
2994
|
+
"type": "string",
|
|
2995
|
+
"description": "The human-readable title of this item."
|
|
2996
|
+
},
|
|
2873
2997
|
"description": {
|
|
2874
2998
|
"type": "string",
|
|
2875
2999
|
"description": "The human-readable description of this item."
|
|
@@ -2886,9 +3010,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2886
3010
|
"type": "boolean",
|
|
2887
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."
|
|
2888
3012
|
},
|
|
2889
|
-
"title": {
|
|
2890
|
-
"type": "string"
|
|
2891
|
-
},
|
|
2892
3013
|
"settings": {
|
|
2893
3014
|
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2894
3015
|
}
|
|
@@ -3123,6 +3244,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3123
3244
|
"@version": {
|
|
3124
3245
|
"type": "string"
|
|
3125
3246
|
},
|
|
3247
|
+
"title": {
|
|
3248
|
+
"type": "string",
|
|
3249
|
+
"description": "The human-readable title of this item."
|
|
3250
|
+
},
|
|
3126
3251
|
"description": {
|
|
3127
3252
|
"type": "string",
|
|
3128
3253
|
"description": "The human-readable description of this item."
|
|
@@ -3170,6 +3295,10 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3170
3295
|
"@version": {
|
|
3171
3296
|
"type": "string"
|
|
3172
3297
|
},
|
|
3298
|
+
"title": {
|
|
3299
|
+
"type": "string",
|
|
3300
|
+
"description": "The human-readable title of this item."
|
|
3301
|
+
},
|
|
3173
3302
|
"description": {
|
|
3174
3303
|
"type": "string",
|
|
3175
3304
|
"description": "The human-readable description of this item."
|
|
@@ -3226,6 +3355,10 @@ exports.RejectIncomingRequestRequest = {
|
|
|
3226
3355
|
}
|
|
3227
3356
|
]
|
|
3228
3357
|
}
|
|
3358
|
+
},
|
|
3359
|
+
"decidedByAutomation": {
|
|
3360
|
+
"type": "boolean",
|
|
3361
|
+
"const": true
|
|
3229
3362
|
}
|
|
3230
3363
|
},
|
|
3231
3364
|
"required": [
|
|
@@ -3487,6 +3620,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3487
3620
|
{
|
|
3488
3621
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
3489
3622
|
},
|
|
3623
|
+
{
|
|
3624
|
+
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
3625
|
+
},
|
|
3490
3626
|
{
|
|
3491
3627
|
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3492
3628
|
},
|
|
@@ -3605,6 +3741,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3605
3741
|
"owner": {
|
|
3606
3742
|
"type": "string"
|
|
3607
3743
|
},
|
|
3744
|
+
"validFrom": {
|
|
3745
|
+
"type": "string"
|
|
3746
|
+
},
|
|
3747
|
+
"validTo": {
|
|
3748
|
+
"type": "string"
|
|
3749
|
+
},
|
|
3608
3750
|
"value": {
|
|
3609
3751
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
3610
3752
|
},
|
|
@@ -4842,6 +4984,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
4842
4984
|
"owner": {
|
|
4843
4985
|
"type": "string"
|
|
4844
4986
|
},
|
|
4987
|
+
"validFrom": {
|
|
4988
|
+
"type": "string"
|
|
4989
|
+
},
|
|
4990
|
+
"validTo": {
|
|
4991
|
+
"type": "string"
|
|
4992
|
+
},
|
|
4845
4993
|
"value": {
|
|
4846
4994
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
4847
4995
|
},
|
|
@@ -5656,6 +5804,34 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5656
5804
|
],
|
|
5657
5805
|
"additionalProperties": false
|
|
5658
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
|
+
},
|
|
5659
5835
|
"FormFieldAcceptResponseItemJSON": {
|
|
5660
5836
|
"type": "object",
|
|
5661
5837
|
"properties": {
|
|
@@ -5962,6 +6138,9 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5962
6138
|
{
|
|
5963
6139
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
5964
6140
|
},
|
|
6141
|
+
{
|
|
6142
|
+
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
6143
|
+
},
|
|
5965
6144
|
{
|
|
5966
6145
|
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
5967
6146
|
},
|
|
@@ -6080,6 +6259,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
6080
6259
|
"owner": {
|
|
6081
6260
|
"type": "string"
|
|
6082
6261
|
},
|
|
6262
|
+
"validFrom": {
|
|
6263
|
+
"type": "string"
|
|
6264
|
+
},
|
|
6265
|
+
"validTo": {
|
|
6266
|
+
"type": "string"
|
|
6267
|
+
},
|
|
6083
6268
|
"value": {
|
|
6084
6269
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
6085
6270
|
},
|
|
@@ -7317,6 +7502,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7317
7502
|
"owner": {
|
|
7318
7503
|
"type": "string"
|
|
7319
7504
|
},
|
|
7505
|
+
"validFrom": {
|
|
7506
|
+
"type": "string"
|
|
7507
|
+
},
|
|
7508
|
+
"validTo": {
|
|
7509
|
+
"type": "string"
|
|
7510
|
+
},
|
|
7320
7511
|
"value": {
|
|
7321
7512
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
7322
7513
|
},
|
|
@@ -8131,6 +8322,34 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
8131
8322
|
],
|
|
8132
8323
|
"additionalProperties": false
|
|
8133
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
|
+
},
|
|
8134
8353
|
"FormFieldAcceptResponseItemJSON": {
|
|
8135
8354
|
"type": "object",
|
|
8136
8355
|
"properties": {
|
|
@@ -8403,6 +8622,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8403
8622
|
{
|
|
8404
8623
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8405
8624
|
},
|
|
8625
|
+
{
|
|
8626
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
8627
|
+
},
|
|
8406
8628
|
{
|
|
8407
8629
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8408
8630
|
},
|
|
@@ -8426,6 +8648,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8426
8648
|
"@version": {
|
|
8427
8649
|
"type": "string"
|
|
8428
8650
|
},
|
|
8651
|
+
"title": {
|
|
8652
|
+
"type": "string",
|
|
8653
|
+
"description": "The human-readable title of this item."
|
|
8654
|
+
},
|
|
8429
8655
|
"description": {
|
|
8430
8656
|
"type": "string",
|
|
8431
8657
|
"description": "The human-readable description of this item."
|
|
@@ -8462,6 +8688,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8462
8688
|
"@version": {
|
|
8463
8689
|
"type": "string"
|
|
8464
8690
|
},
|
|
8691
|
+
"title": {
|
|
8692
|
+
"type": "string",
|
|
8693
|
+
"description": "The human-readable title of this item."
|
|
8694
|
+
},
|
|
8465
8695
|
"description": {
|
|
8466
8696
|
"type": "string",
|
|
8467
8697
|
"description": "The human-readable description of this item."
|
|
@@ -8512,6 +8742,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8512
8742
|
"owner": {
|
|
8513
8743
|
"type": "string"
|
|
8514
8744
|
},
|
|
8745
|
+
"validFrom": {
|
|
8746
|
+
"type": "string"
|
|
8747
|
+
},
|
|
8748
|
+
"validTo": {
|
|
8749
|
+
"type": "string"
|
|
8750
|
+
},
|
|
8515
8751
|
"value": {
|
|
8516
8752
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
8517
8753
|
},
|
|
@@ -9177,6 +9413,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
9177
9413
|
"owner": {
|
|
9178
9414
|
"type": "string"
|
|
9179
9415
|
},
|
|
9416
|
+
"validFrom": {
|
|
9417
|
+
"type": "string"
|
|
9418
|
+
},
|
|
9419
|
+
"validTo": {
|
|
9420
|
+
"type": "string"
|
|
9421
|
+
},
|
|
9180
9422
|
"value": {
|
|
9181
9423
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
9182
9424
|
},
|
|
@@ -10411,6 +10653,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10411
10653
|
"@version": {
|
|
10412
10654
|
"type": "string"
|
|
10413
10655
|
},
|
|
10656
|
+
"title": {
|
|
10657
|
+
"type": "string",
|
|
10658
|
+
"description": "The human-readable title of this item."
|
|
10659
|
+
},
|
|
10414
10660
|
"description": {
|
|
10415
10661
|
"type": "string",
|
|
10416
10662
|
"description": "The human-readable description of this item."
|
|
@@ -10451,6 +10697,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10451
10697
|
"@version": {
|
|
10452
10698
|
"type": "string"
|
|
10453
10699
|
},
|
|
10700
|
+
"title": {
|
|
10701
|
+
"type": "string",
|
|
10702
|
+
"description": "The human-readable title of this item."
|
|
10703
|
+
},
|
|
10454
10704
|
"description": {
|
|
10455
10705
|
"type": "string",
|
|
10456
10706
|
"description": "The human-readable description of this item."
|
|
@@ -10505,6 +10755,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10505
10755
|
"@version": {
|
|
10506
10756
|
"type": "string"
|
|
10507
10757
|
},
|
|
10758
|
+
"title": {
|
|
10759
|
+
"type": "string",
|
|
10760
|
+
"description": "The human-readable title of this item."
|
|
10761
|
+
},
|
|
10508
10762
|
"description": {
|
|
10509
10763
|
"type": "string",
|
|
10510
10764
|
"description": "The human-readable description of this item."
|
|
@@ -10574,6 +10828,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10574
10828
|
"items": {
|
|
10575
10829
|
"type": "string"
|
|
10576
10830
|
}
|
|
10831
|
+
},
|
|
10832
|
+
"validFrom": {
|
|
10833
|
+
"type": "string"
|
|
10834
|
+
},
|
|
10835
|
+
"validTo": {
|
|
10836
|
+
"type": "string"
|
|
10577
10837
|
}
|
|
10578
10838
|
},
|
|
10579
10839
|
"required": [
|
|
@@ -10665,6 +10925,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10665
10925
|
},
|
|
10666
10926
|
"attributeCreationHints": {
|
|
10667
10927
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
10928
|
+
},
|
|
10929
|
+
"validFrom": {
|
|
10930
|
+
"type": "string"
|
|
10931
|
+
},
|
|
10932
|
+
"validTo": {
|
|
10933
|
+
"type": "string"
|
|
10668
10934
|
}
|
|
10669
10935
|
},
|
|
10670
10936
|
"required": [
|
|
@@ -10777,6 +11043,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10777
11043
|
"@version": {
|
|
10778
11044
|
"type": "string"
|
|
10779
11045
|
},
|
|
11046
|
+
"title": {
|
|
11047
|
+
"type": "string",
|
|
11048
|
+
"description": "The human-readable title of this item."
|
|
11049
|
+
},
|
|
10780
11050
|
"description": {
|
|
10781
11051
|
"type": "string",
|
|
10782
11052
|
"description": "The human-readable description of this item."
|
|
@@ -10846,6 +11116,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10846
11116
|
"items": {
|
|
10847
11117
|
"type": "string"
|
|
10848
11118
|
}
|
|
11119
|
+
},
|
|
11120
|
+
"validFrom": {
|
|
11121
|
+
"type": "string"
|
|
11122
|
+
},
|
|
11123
|
+
"validTo": {
|
|
11124
|
+
"type": "string"
|
|
10849
11125
|
}
|
|
10850
11126
|
},
|
|
10851
11127
|
"required": [
|
|
@@ -10869,6 +11145,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10869
11145
|
"@version": {
|
|
10870
11146
|
"type": "string"
|
|
10871
11147
|
},
|
|
11148
|
+
"title": {
|
|
11149
|
+
"type": "string",
|
|
11150
|
+
"description": "The human-readable title of this item."
|
|
11151
|
+
},
|
|
10872
11152
|
"description": {
|
|
10873
11153
|
"type": "string",
|
|
10874
11154
|
"description": "The human-readable description of this item."
|
|
@@ -10915,6 +11195,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10915
11195
|
"@version": {
|
|
10916
11196
|
"type": "string"
|
|
10917
11197
|
},
|
|
11198
|
+
"title": {
|
|
11199
|
+
"type": "string",
|
|
11200
|
+
"description": "The human-readable title of this item."
|
|
11201
|
+
},
|
|
10918
11202
|
"description": {
|
|
10919
11203
|
"type": "string",
|
|
10920
11204
|
"description": "The human-readable description of this item."
|
|
@@ -10930,24 +11214,20 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10930
11214
|
"requireManualDecision": {
|
|
10931
11215
|
"type": "boolean",
|
|
10932
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."
|
|
10933
|
-
},
|
|
10934
|
-
"title": {
|
|
10935
|
-
"type": "string"
|
|
10936
11217
|
}
|
|
10937
11218
|
},
|
|
10938
11219
|
"required": [
|
|
10939
11220
|
"@type",
|
|
10940
|
-
"mustBeAccepted"
|
|
10941
|
-
"title"
|
|
11221
|
+
"mustBeAccepted"
|
|
10942
11222
|
],
|
|
10943
11223
|
"additionalProperties": false
|
|
10944
11224
|
},
|
|
10945
|
-
"
|
|
11225
|
+
"FreeTextRequestItemJSON": {
|
|
10946
11226
|
"type": "object",
|
|
10947
11227
|
"properties": {
|
|
10948
11228
|
"@type": {
|
|
10949
11229
|
"type": "string",
|
|
10950
|
-
"const": "
|
|
11230
|
+
"const": "FreeTextRequestItem"
|
|
10951
11231
|
},
|
|
10952
11232
|
"@context": {
|
|
10953
11233
|
"type": "string"
|
|
@@ -10955,6 +11235,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10955
11235
|
"@version": {
|
|
10956
11236
|
"type": "string"
|
|
10957
11237
|
},
|
|
11238
|
+
"title": {
|
|
11239
|
+
"type": "string",
|
|
11240
|
+
"description": "The human-readable title of this item."
|
|
11241
|
+
},
|
|
10958
11242
|
"description": {
|
|
10959
11243
|
"type": "string",
|
|
10960
11244
|
"description": "The human-readable description of this item."
|
|
@@ -10971,27 +11255,68 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10971
11255
|
"type": "boolean",
|
|
10972
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."
|
|
10973
11257
|
},
|
|
10974
|
-
"
|
|
11258
|
+
"freeText": {
|
|
10975
11259
|
"type": "string"
|
|
10976
|
-
},
|
|
10977
|
-
"settings": {
|
|
10978
|
-
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
10979
11260
|
}
|
|
10980
11261
|
},
|
|
10981
11262
|
"required": [
|
|
10982
11263
|
"@type",
|
|
10983
|
-
"
|
|
10984
|
-
"
|
|
10985
|
-
"title"
|
|
11264
|
+
"freeText",
|
|
11265
|
+
"mustBeAccepted"
|
|
10986
11266
|
],
|
|
10987
11267
|
"additionalProperties": false
|
|
10988
11268
|
},
|
|
10989
|
-
"
|
|
10990
|
-
"
|
|
10991
|
-
|
|
10992
|
-
|
|
11269
|
+
"FormFieldRequestItemJSON": {
|
|
11270
|
+
"type": "object",
|
|
11271
|
+
"properties": {
|
|
11272
|
+
"@type": {
|
|
11273
|
+
"type": "string",
|
|
11274
|
+
"const": "FormFieldRequestItem"
|
|
10993
11275
|
},
|
|
10994
|
-
{
|
|
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
|
+
{
|
|
10995
11320
|
"$ref": "#/definitions/IntegerFormFieldSettingsJSON"
|
|
10996
11321
|
},
|
|
10997
11322
|
{
|
|
@@ -11208,6 +11533,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11208
11533
|
"@version": {
|
|
11209
11534
|
"type": "string"
|
|
11210
11535
|
},
|
|
11536
|
+
"title": {
|
|
11537
|
+
"type": "string",
|
|
11538
|
+
"description": "The human-readable title of this item."
|
|
11539
|
+
},
|
|
11211
11540
|
"description": {
|
|
11212
11541
|
"type": "string",
|
|
11213
11542
|
"description": "The human-readable description of this item."
|
|
@@ -11255,6 +11584,10 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11255
11584
|
"@version": {
|
|
11256
11585
|
"type": "string"
|
|
11257
11586
|
},
|
|
11587
|
+
"title": {
|
|
11588
|
+
"type": "string",
|
|
11589
|
+
"description": "The human-readable title of this item."
|
|
11590
|
+
},
|
|
11258
11591
|
"description": {
|
|
11259
11592
|
"type": "string",
|
|
11260
11593
|
"description": "The human-readable description of this item."
|
|
@@ -11418,6 +11751,9 @@ exports.GetIncomingRequestsRequest = {
|
|
|
11418
11751
|
}
|
|
11419
11752
|
]
|
|
11420
11753
|
},
|
|
11754
|
+
"wasAutomaticallyDecided": {
|
|
11755
|
+
"type": "string"
|
|
11756
|
+
},
|
|
11421
11757
|
"content.expiresAt": {
|
|
11422
11758
|
"anyOf": [
|
|
11423
11759
|
{
|
|
@@ -11925,6 +12261,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11925
12261
|
{
|
|
11926
12262
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
11927
12263
|
},
|
|
12264
|
+
{
|
|
12265
|
+
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
12266
|
+
},
|
|
11928
12267
|
{
|
|
11929
12268
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
11930
12269
|
},
|
|
@@ -11948,6 +12287,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11948
12287
|
"@version": {
|
|
11949
12288
|
"type": "string"
|
|
11950
12289
|
},
|
|
12290
|
+
"title": {
|
|
12291
|
+
"type": "string",
|
|
12292
|
+
"description": "The human-readable title of this item."
|
|
12293
|
+
},
|
|
11951
12294
|
"description": {
|
|
11952
12295
|
"type": "string",
|
|
11953
12296
|
"description": "The human-readable description of this item."
|
|
@@ -11984,6 +12327,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11984
12327
|
"@version": {
|
|
11985
12328
|
"type": "string"
|
|
11986
12329
|
},
|
|
12330
|
+
"title": {
|
|
12331
|
+
"type": "string",
|
|
12332
|
+
"description": "The human-readable title of this item."
|
|
12333
|
+
},
|
|
11987
12334
|
"description": {
|
|
11988
12335
|
"type": "string",
|
|
11989
12336
|
"description": "The human-readable description of this item."
|
|
@@ -12034,6 +12381,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12034
12381
|
"owner": {
|
|
12035
12382
|
"type": "string"
|
|
12036
12383
|
},
|
|
12384
|
+
"validFrom": {
|
|
12385
|
+
"type": "string"
|
|
12386
|
+
},
|
|
12387
|
+
"validTo": {
|
|
12388
|
+
"type": "string"
|
|
12389
|
+
},
|
|
12037
12390
|
"value": {
|
|
12038
12391
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
12039
12392
|
},
|
|
@@ -12699,6 +13052,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12699
13052
|
"owner": {
|
|
12700
13053
|
"type": "string"
|
|
12701
13054
|
},
|
|
13055
|
+
"validFrom": {
|
|
13056
|
+
"type": "string"
|
|
13057
|
+
},
|
|
13058
|
+
"validTo": {
|
|
13059
|
+
"type": "string"
|
|
13060
|
+
},
|
|
12702
13061
|
"value": {
|
|
12703
13062
|
"$ref": "#/definitions/AttributeValues.Identity.Json"
|
|
12704
13063
|
},
|
|
@@ -13933,6 +14292,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13933
14292
|
"@version": {
|
|
13934
14293
|
"type": "string"
|
|
13935
14294
|
},
|
|
14295
|
+
"title": {
|
|
14296
|
+
"type": "string",
|
|
14297
|
+
"description": "The human-readable title of this item."
|
|
14298
|
+
},
|
|
13936
14299
|
"description": {
|
|
13937
14300
|
"type": "string",
|
|
13938
14301
|
"description": "The human-readable description of this item."
|
|
@@ -13973,6 +14336,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
13973
14336
|
"@version": {
|
|
13974
14337
|
"type": "string"
|
|
13975
14338
|
},
|
|
14339
|
+
"title": {
|
|
14340
|
+
"type": "string",
|
|
14341
|
+
"description": "The human-readable title of this item."
|
|
14342
|
+
},
|
|
13976
14343
|
"description": {
|
|
13977
14344
|
"type": "string",
|
|
13978
14345
|
"description": "The human-readable description of this item."
|
|
@@ -14027,6 +14394,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14027
14394
|
"@version": {
|
|
14028
14395
|
"type": "string"
|
|
14029
14396
|
},
|
|
14397
|
+
"title": {
|
|
14398
|
+
"type": "string",
|
|
14399
|
+
"description": "The human-readable title of this item."
|
|
14400
|
+
},
|
|
14030
14401
|
"description": {
|
|
14031
14402
|
"type": "string",
|
|
14032
14403
|
"description": "The human-readable description of this item."
|
|
@@ -14096,6 +14467,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14096
14467
|
"items": {
|
|
14097
14468
|
"type": "string"
|
|
14098
14469
|
}
|
|
14470
|
+
},
|
|
14471
|
+
"validFrom": {
|
|
14472
|
+
"type": "string"
|
|
14473
|
+
},
|
|
14474
|
+
"validTo": {
|
|
14475
|
+
"type": "string"
|
|
14099
14476
|
}
|
|
14100
14477
|
},
|
|
14101
14478
|
"required": [
|
|
@@ -14187,6 +14564,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14187
14564
|
},
|
|
14188
14565
|
"attributeCreationHints": {
|
|
14189
14566
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
14567
|
+
},
|
|
14568
|
+
"validFrom": {
|
|
14569
|
+
"type": "string"
|
|
14570
|
+
},
|
|
14571
|
+
"validTo": {
|
|
14572
|
+
"type": "string"
|
|
14190
14573
|
}
|
|
14191
14574
|
},
|
|
14192
14575
|
"required": [
|
|
@@ -14299,6 +14682,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14299
14682
|
"@version": {
|
|
14300
14683
|
"type": "string"
|
|
14301
14684
|
},
|
|
14685
|
+
"title": {
|
|
14686
|
+
"type": "string",
|
|
14687
|
+
"description": "The human-readable title of this item."
|
|
14688
|
+
},
|
|
14302
14689
|
"description": {
|
|
14303
14690
|
"type": "string",
|
|
14304
14691
|
"description": "The human-readable description of this item."
|
|
@@ -14368,6 +14755,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14368
14755
|
"items": {
|
|
14369
14756
|
"type": "string"
|
|
14370
14757
|
}
|
|
14758
|
+
},
|
|
14759
|
+
"validFrom": {
|
|
14760
|
+
"type": "string"
|
|
14761
|
+
},
|
|
14762
|
+
"validTo": {
|
|
14763
|
+
"type": "string"
|
|
14371
14764
|
}
|
|
14372
14765
|
},
|
|
14373
14766
|
"required": [
|
|
@@ -14391,6 +14784,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14391
14784
|
"@version": {
|
|
14392
14785
|
"type": "string"
|
|
14393
14786
|
},
|
|
14787
|
+
"title": {
|
|
14788
|
+
"type": "string",
|
|
14789
|
+
"description": "The human-readable title of this item."
|
|
14790
|
+
},
|
|
14394
14791
|
"description": {
|
|
14395
14792
|
"type": "string",
|
|
14396
14793
|
"description": "The human-readable description of this item."
|
|
@@ -14437,6 +14834,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14437
14834
|
"@version": {
|
|
14438
14835
|
"type": "string"
|
|
14439
14836
|
},
|
|
14837
|
+
"title": {
|
|
14838
|
+
"type": "string",
|
|
14839
|
+
"description": "The human-readable title of this item."
|
|
14840
|
+
},
|
|
14440
14841
|
"description": {
|
|
14441
14842
|
"type": "string",
|
|
14442
14843
|
"description": "The human-readable description of this item."
|
|
@@ -14452,15 +14853,55 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14452
14853
|
"requireManualDecision": {
|
|
14453
14854
|
"type": "boolean",
|
|
14454
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"
|
|
14455
14876
|
},
|
|
14456
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": {
|
|
14457
14898
|
"type": "string"
|
|
14458
14899
|
}
|
|
14459
14900
|
},
|
|
14460
14901
|
"required": [
|
|
14461
14902
|
"@type",
|
|
14462
|
-
"
|
|
14463
|
-
"
|
|
14903
|
+
"freeText",
|
|
14904
|
+
"mustBeAccepted"
|
|
14464
14905
|
],
|
|
14465
14906
|
"additionalProperties": false
|
|
14466
14907
|
},
|
|
@@ -14477,6 +14918,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14477
14918
|
"@version": {
|
|
14478
14919
|
"type": "string"
|
|
14479
14920
|
},
|
|
14921
|
+
"title": {
|
|
14922
|
+
"type": "string",
|
|
14923
|
+
"description": "The human-readable title of this item."
|
|
14924
|
+
},
|
|
14480
14925
|
"description": {
|
|
14481
14926
|
"type": "string",
|
|
14482
14927
|
"description": "The human-readable description of this item."
|
|
@@ -14493,9 +14938,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14493
14938
|
"type": "boolean",
|
|
14494
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."
|
|
14495
14940
|
},
|
|
14496
|
-
"title": {
|
|
14497
|
-
"type": "string"
|
|
14498
|
-
},
|
|
14499
14941
|
"settings": {
|
|
14500
14942
|
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
14501
14943
|
}
|
|
@@ -14730,6 +15172,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14730
15172
|
"@version": {
|
|
14731
15173
|
"type": "string"
|
|
14732
15174
|
},
|
|
15175
|
+
"title": {
|
|
15176
|
+
"type": "string",
|
|
15177
|
+
"description": "The human-readable title of this item."
|
|
15178
|
+
},
|
|
14733
15179
|
"description": {
|
|
14734
15180
|
"type": "string",
|
|
14735
15181
|
"description": "The human-readable description of this item."
|
|
@@ -14777,6 +15223,10 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14777
15223
|
"@version": {
|
|
14778
15224
|
"type": "string"
|
|
14779
15225
|
},
|
|
15226
|
+
"title": {
|
|
15227
|
+
"type": "string",
|
|
15228
|
+
"description": "The human-readable title of this item."
|
|
15229
|
+
},
|
|
14780
15230
|
"description": {
|
|
14781
15231
|
"type": "string",
|
|
14782
15232
|
"description": "The human-readable description of this item."
|
|
@@ -14887,6 +15337,12 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14887
15337
|
},
|
|
14888
15338
|
"isTechnical": {
|
|
14889
15339
|
"type": "boolean"
|
|
15340
|
+
},
|
|
15341
|
+
"validFrom": {
|
|
15342
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
15343
|
+
},
|
|
15344
|
+
"validTo": {
|
|
15345
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
14890
15346
|
}
|
|
14891
15347
|
},
|
|
14892
15348
|
"required": [
|
|
@@ -14920,6 +15376,9 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
14920
15376
|
"requestItemMetadata": {
|
|
14921
15377
|
"type": "object",
|
|
14922
15378
|
"properties": {
|
|
15379
|
+
"title": {
|
|
15380
|
+
"type": "string"
|
|
15381
|
+
},
|
|
14923
15382
|
"description": {
|
|
14924
15383
|
"type": "string"
|
|
14925
15384
|
},
|
|
@@ -15566,14 +16025,14 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
15566
16025
|
"protected"
|
|
15567
16026
|
]
|
|
15568
16027
|
},
|
|
15569
|
-
"AddressString": {
|
|
15570
|
-
"type": "string",
|
|
15571
|
-
"pattern": "did:e:((([A-Za-z0-9]+(-[A-Za-z0-9]+)*)\\.)+[a-z]{2,}|localhost):dids:[0-9a-f]{22}"
|
|
15572
|
-
},
|
|
15573
16028
|
"ISO8601DateTimeString": {
|
|
15574
16029
|
"type": "string",
|
|
15575
16030
|
"errorMessage": "must match ISO8601 datetime format",
|
|
15576
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}"
|
|
15577
16036
|
}
|
|
15578
16037
|
}
|
|
15579
16038
|
};
|
|
@@ -15594,6 +16053,12 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
15594
16053
|
"items": {
|
|
15595
16054
|
"type": "string"
|
|
15596
16055
|
}
|
|
16056
|
+
},
|
|
16057
|
+
"validFrom": {
|
|
16058
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
16059
|
+
},
|
|
16060
|
+
"validTo": {
|
|
16061
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
15597
16062
|
}
|
|
15598
16063
|
},
|
|
15599
16064
|
"required": [
|
|
@@ -15605,6 +16070,11 @@ exports.CreateRepositoryAttributeRequest = {
|
|
|
15605
16070
|
"required": [
|
|
15606
16071
|
"content"
|
|
15607
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)?)?)?)?$"
|
|
15608
16078
|
}
|
|
15609
16079
|
}
|
|
15610
16080
|
};
|
|
@@ -15755,6 +16225,12 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
15755
16225
|
"items": {
|
|
15756
16226
|
"type": "string"
|
|
15757
16227
|
}
|
|
16228
|
+
},
|
|
16229
|
+
"validFrom": {
|
|
16230
|
+
"type": "string"
|
|
16231
|
+
},
|
|
16232
|
+
"validTo": {
|
|
16233
|
+
"type": "string"
|
|
15758
16234
|
}
|
|
15759
16235
|
},
|
|
15760
16236
|
"required": [
|
|
@@ -15984,6 +16460,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
15984
16460
|
},
|
|
15985
16461
|
"attributeCreationHints": {
|
|
15986
16462
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
16463
|
+
},
|
|
16464
|
+
"validFrom": {
|
|
16465
|
+
"type": "string"
|
|
16466
|
+
},
|
|
16467
|
+
"validTo": {
|
|
16468
|
+
"type": "string"
|
|
15987
16469
|
}
|
|
15988
16470
|
},
|
|
15989
16471
|
"required": [
|
|
@@ -16164,6 +16646,12 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
16164
16646
|
"items": {
|
|
16165
16647
|
"type": "string"
|
|
16166
16648
|
}
|
|
16649
|
+
},
|
|
16650
|
+
"validFrom": {
|
|
16651
|
+
"type": "string"
|
|
16652
|
+
},
|
|
16653
|
+
"validTo": {
|
|
16654
|
+
"type": "string"
|
|
16167
16655
|
}
|
|
16168
16656
|
},
|
|
16169
16657
|
"required": [
|
|
@@ -16208,6 +16696,9 @@ exports.GetAttributesRequest = {
|
|
|
16208
16696
|
"query": {
|
|
16209
16697
|
"$ref": "#/definitions/GetAttributesRequestQuery"
|
|
16210
16698
|
},
|
|
16699
|
+
"onlyValid": {
|
|
16700
|
+
"type": "boolean"
|
|
16701
|
+
},
|
|
16211
16702
|
"hideTechnical": {
|
|
16212
16703
|
"type": "boolean"
|
|
16213
16704
|
}
|
|
@@ -16301,6 +16792,32 @@ exports.GetAttributesRequest = {
|
|
|
16301
16792
|
}
|
|
16302
16793
|
]
|
|
16303
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
|
+
},
|
|
16304
16821
|
"content.key": {
|
|
16305
16822
|
"anyOf": [
|
|
16306
16823
|
{
|
|
@@ -16475,6 +16992,9 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
16475
16992
|
"peer": {
|
|
16476
16993
|
"$ref": "#/definitions/AddressString"
|
|
16477
16994
|
},
|
|
16995
|
+
"onlyValid": {
|
|
16996
|
+
"type": "boolean"
|
|
16997
|
+
},
|
|
16478
16998
|
"query": {
|
|
16479
16999
|
"$ref": "#/definitions/GetOwnSharedAttributeRequestQuery"
|
|
16480
17000
|
},
|
|
@@ -16527,6 +17047,32 @@ exports.GetOwnSharedAttributesRequest = {
|
|
|
16527
17047
|
}
|
|
16528
17048
|
]
|
|
16529
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
|
+
},
|
|
16530
17076
|
"content.key": {
|
|
16531
17077
|
"anyOf": [
|
|
16532
17078
|
{
|
|
@@ -16688,6 +17234,9 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16688
17234
|
"peer": {
|
|
16689
17235
|
"$ref": "#/definitions/AddressString"
|
|
16690
17236
|
},
|
|
17237
|
+
"onlyValid": {
|
|
17238
|
+
"type": "boolean"
|
|
17239
|
+
},
|
|
16691
17240
|
"query": {
|
|
16692
17241
|
"$ref": "#/definitions/GetPeerSharedAttributesRequestQuery"
|
|
16693
17242
|
},
|
|
@@ -16740,6 +17289,32 @@ exports.GetPeerSharedAttributesRequest = {
|
|
|
16740
17289
|
}
|
|
16741
17290
|
]
|
|
16742
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
|
+
},
|
|
16743
17318
|
"content.key": {
|
|
16744
17319
|
"anyOf": [
|
|
16745
17320
|
{
|
|
@@ -16917,6 +17492,32 @@ exports.GetRepositoryAttributesRequest = {
|
|
|
16917
17492
|
}
|
|
16918
17493
|
]
|
|
16919
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
|
+
},
|
|
16920
17521
|
"content.value.@type": {
|
|
16921
17522
|
"anyOf": [
|
|
16922
17523
|
{
|
|
@@ -17079,6 +17680,9 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
17079
17680
|
"requestItemMetadata": {
|
|
17080
17681
|
"type": "object",
|
|
17081
17682
|
"properties": {
|
|
17683
|
+
"title": {
|
|
17684
|
+
"type": "string"
|
|
17685
|
+
},
|
|
17082
17686
|
"description": {
|
|
17083
17687
|
"type": "string"
|
|
17084
17688
|
},
|
|
@@ -17128,6 +17732,12 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17128
17732
|
"properties": {
|
|
17129
17733
|
"value": {
|
|
17130
17734
|
"$ref": "#/definitions/AttributeValues.Relationship.Json"
|
|
17735
|
+
},
|
|
17736
|
+
"validFrom": {
|
|
17737
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17738
|
+
},
|
|
17739
|
+
"validTo": {
|
|
17740
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17131
17741
|
}
|
|
17132
17742
|
},
|
|
17133
17743
|
"required": [
|
|
@@ -17764,6 +18374,11 @@ exports.SucceedRelationshipAttributeAndNotifyPeerRequest = {
|
|
|
17764
18374
|
"consent"
|
|
17765
18375
|
],
|
|
17766
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)?)?)?)?$"
|
|
17767
18382
|
}
|
|
17768
18383
|
}
|
|
17769
18384
|
};
|
|
@@ -17788,6 +18403,12 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
17788
18403
|
"items": {
|
|
17789
18404
|
"type": "string"
|
|
17790
18405
|
}
|
|
18406
|
+
},
|
|
18407
|
+
"validFrom": {
|
|
18408
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
18409
|
+
},
|
|
18410
|
+
"validTo": {
|
|
18411
|
+
"$ref": "#/definitions/ISO8601DateTimeString"
|
|
17791
18412
|
}
|
|
17792
18413
|
},
|
|
17793
18414
|
"required": [
|
|
@@ -19005,6 +19626,11 @@ exports.SucceedRepositoryAttributeRequest = {
|
|
|
19005
19626
|
"value"
|
|
19006
19627
|
],
|
|
19007
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)?)?)?)?$"
|
|
19008
19634
|
}
|
|
19009
19635
|
}
|
|
19010
19636
|
};
|
|
@@ -21099,7 +21725,8 @@ exports.UploadOwnFileRequest = {
|
|
|
21099
21725
|
"type": "array",
|
|
21100
21726
|
"items": {
|
|
21101
21727
|
"type": "string"
|
|
21102
|
-
}
|
|
21728
|
+
},
|
|
21729
|
+
"uniqueItems": true
|
|
21103
21730
|
}
|
|
21104
21731
|
},
|
|
21105
21732
|
"required": [
|
|
@@ -21142,7 +21769,8 @@ exports.UploadOwnFileValidatableRequest = {
|
|
|
21142
21769
|
"type": "array",
|
|
21143
21770
|
"items": {
|
|
21144
21771
|
"type": "string"
|
|
21145
|
-
}
|
|
21772
|
+
},
|
|
21773
|
+
"uniqueItems": true
|
|
21146
21774
|
},
|
|
21147
21775
|
"content": {
|
|
21148
21776
|
"type": "object"
|
|
@@ -21470,14 +22098,16 @@ exports.SendMessageRequest = {
|
|
|
21470
22098
|
"items": {
|
|
21471
22099
|
"$ref": "#/definitions/AddressString"
|
|
21472
22100
|
},
|
|
21473
|
-
"minItems": 1
|
|
22101
|
+
"minItems": 1,
|
|
22102
|
+
"uniqueItems": true
|
|
21474
22103
|
},
|
|
21475
22104
|
"content": {},
|
|
21476
22105
|
"attachments": {
|
|
21477
22106
|
"type": "array",
|
|
21478
22107
|
"items": {
|
|
21479
22108
|
"$ref": "#/definitions/FileIdString"
|
|
21480
|
-
}
|
|
22109
|
+
},
|
|
22110
|
+
"uniqueItems": true
|
|
21481
22111
|
}
|
|
21482
22112
|
},
|
|
21483
22113
|
"required": [
|
|
@@ -21724,7 +22354,7 @@ exports.GetRelationshipsRequest = {
|
|
|
21724
22354
|
}
|
|
21725
22355
|
]
|
|
21726
22356
|
},
|
|
21727
|
-
"
|
|
22357
|
+
"template.id": {
|
|
21728
22358
|
"anyOf": [
|
|
21729
22359
|
{
|
|
21730
22360
|
"type": "string"
|