You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2784,6 +2787,42 @@ export const CanCreateOutgoingRequestRequest: any = {
2784
2787
],
2785
2788
"additionalProperties": false
2786
2789
},
2790
+
"ShareAuthorizationRequestRequestItemJSON": {
2791
+
"type": "object",
2792
+
"properties": {
2793
+
"@type": {
2794
+
"type": "string",
2795
+
"const": "ShareAuthorizationRequestRequestItem"
2796
+
},
2797
+
"@context": {
2798
+
"type": "string"
2799
+
},
2800
+
"@version": {
2801
+
"type": "string"
2802
+
},
2803
+
"description": {
2804
+
"type": "string",
2805
+
"description": "The human-readable description of this item."
2806
+
},
2807
+
"metadata": {
2808
+
"type": "object",
2809
+
"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."
2810
+
},
2811
+
"mustBeAccepted": {
2812
+
"type": "boolean",
2813
+
"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."
@@ -9659,6 +9701,42 @@ export const CreateOutgoingRequestRequest: any = {
9659
9701
],
9660
9702
"additionalProperties": false
9661
9703
},
9704
+
"ShareAuthorizationRequestRequestItemJSON": {
9705
+
"type": "object",
9706
+
"properties": {
9707
+
"@type": {
9708
+
"type": "string",
9709
+
"const": "ShareAuthorizationRequestRequestItem"
9710
+
},
9711
+
"@context": {
9712
+
"type": "string"
9713
+
},
9714
+
"@version": {
9715
+
"type": "string"
9716
+
},
9717
+
"description": {
9718
+
"type": "string",
9719
+
"description": "The human-readable description of this item."
9720
+
},
9721
+
"metadata": {
9722
+
"type": "object",
9723
+
"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."
9724
+
},
9725
+
"mustBeAccepted": {
9726
+
"type": "boolean",
9727
+
"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."
@@ -12787,6 +12868,42 @@ export const ReceivedIncomingRequestRequest: any = {
12787
12868
],
12788
12869
"additionalProperties": false
12789
12870
},
12871
+
"ShareAuthorizationRequestRequestItemJSON": {
12872
+
"type": "object",
12873
+
"properties": {
12874
+
"@type": {
12875
+
"type": "string",
12876
+
"const": "ShareAuthorizationRequestRequestItem"
12877
+
},
12878
+
"@context": {
12879
+
"type": "string"
12880
+
},
12881
+
"@version": {
12882
+
"type": "string"
12883
+
},
12884
+
"description": {
12885
+
"type": "string",
12886
+
"description": "The human-readable description of this item."
12887
+
},
12888
+
"metadata": {
12889
+
"type": "object",
12890
+
"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."
12891
+
},
12892
+
"mustBeAccepted": {
12893
+
"type": "boolean",
12894
+
"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."
0 commit comments