@forge/manifest 10.0.1-next.4 → 10.0.1-next.5
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/CHANGELOG.md
CHANGED
|
@@ -636,12 +636,14 @@
|
|
|
636
636
|
"oAuthScopes": {
|
|
637
637
|
"beta": [
|
|
638
638
|
"read:page:confluence",
|
|
639
|
+
"write:page:confluence",
|
|
639
640
|
"read:space:confluence",
|
|
640
641
|
"read:user:confluence",
|
|
641
642
|
"read:content.metadata:confluence"
|
|
642
643
|
],
|
|
643
644
|
"current": [
|
|
644
|
-
"read:confluence-content.summary"
|
|
645
|
+
"read:confluence-content.summary",
|
|
646
|
+
"write:confluence-content"
|
|
645
647
|
]
|
|
646
648
|
}
|
|
647
649
|
},
|
|
@@ -664,12 +666,14 @@
|
|
|
664
666
|
"oAuthScopes": {
|
|
665
667
|
"beta": [
|
|
666
668
|
"read:page:confluence",
|
|
669
|
+
"write:page:confluence",
|
|
667
670
|
"read:space:confluence",
|
|
668
671
|
"read:user:confluence",
|
|
669
672
|
"read:content.metadata:confluence"
|
|
670
673
|
],
|
|
671
674
|
"current": [
|
|
672
|
-
"read:confluence-content.summary"
|
|
675
|
+
"read:confluence-content.summary",
|
|
676
|
+
"write:confluence-content"
|
|
673
677
|
]
|
|
674
678
|
}
|
|
675
679
|
},
|
|
@@ -924,12 +928,14 @@
|
|
|
924
928
|
"oAuthScopes": {
|
|
925
929
|
"beta": [
|
|
926
930
|
"read:blogpost:confluence",
|
|
931
|
+
"write:blogpost:confluence",
|
|
927
932
|
"read:space:confluence",
|
|
928
933
|
"read:user:confluence",
|
|
929
934
|
"read:content.metadata:confluence"
|
|
930
935
|
],
|
|
931
936
|
"current": [
|
|
932
|
-
"read:confluence-content.summary"
|
|
937
|
+
"read:confluence-content.summary",
|
|
938
|
+
"write:confluence-content"
|
|
933
939
|
]
|
|
934
940
|
}
|
|
935
941
|
},
|
|
@@ -938,12 +944,14 @@
|
|
|
938
944
|
"oAuthScopes": {
|
|
939
945
|
"beta": [
|
|
940
946
|
"read:blogpost:confluence",
|
|
947
|
+
"write:blogpost:confluence",
|
|
941
948
|
"read:space:confluence",
|
|
942
949
|
"read:user:confluence",
|
|
943
950
|
"read:content.metadata:confluence"
|
|
944
951
|
],
|
|
945
952
|
"current": [
|
|
946
|
-
"read:confluence-content.summary"
|
|
953
|
+
"read:confluence-content.summary",
|
|
954
|
+
"write:confluence-content"
|
|
947
955
|
]
|
|
948
956
|
}
|
|
949
957
|
},
|
|
@@ -961,6 +969,221 @@
|
|
|
961
969
|
]
|
|
962
970
|
}
|
|
963
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"productEvent": "avi:confluence:created:custom_content",
|
|
974
|
+
"oAuthScopes": {
|
|
975
|
+
"beta": [
|
|
976
|
+
"read:custom-content:confluence",
|
|
977
|
+
"read:space:confluence",
|
|
978
|
+
"read:blogpost:confluence",
|
|
979
|
+
"read:page:confluence",
|
|
980
|
+
"read:user:confluence",
|
|
981
|
+
"read:content.metadata:confluence"
|
|
982
|
+
],
|
|
983
|
+
"current": [
|
|
984
|
+
"read:confluence-content.summary"
|
|
985
|
+
]
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"productEvent": "avi:confluence:updated:custom_content",
|
|
990
|
+
"oAuthScopes": {
|
|
991
|
+
"beta": [
|
|
992
|
+
"read:custom-content:confluence",
|
|
993
|
+
"read:space:confluence",
|
|
994
|
+
"read:blogpost:confluence",
|
|
995
|
+
"read:page:confluence",
|
|
996
|
+
"read:user:confluence",
|
|
997
|
+
"read:content.metadata:confluence"
|
|
998
|
+
],
|
|
999
|
+
"current": [
|
|
1000
|
+
"read:confluence-content.summary"
|
|
1001
|
+
]
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"productEvent": "avi:confluence:trashed:custom_content",
|
|
1006
|
+
"oAuthScopes": {
|
|
1007
|
+
"beta": [
|
|
1008
|
+
"read:custom-content:confluence",
|
|
1009
|
+
"read:space:confluence",
|
|
1010
|
+
"read:blogpost:confluence",
|
|
1011
|
+
"read:page:confluence",
|
|
1012
|
+
"read:user:confluence",
|
|
1013
|
+
"read:content.metadata:confluence"
|
|
1014
|
+
],
|
|
1015
|
+
"current": [
|
|
1016
|
+
"read:confluence-content.summary"
|
|
1017
|
+
]
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"productEvent": "avi:confluence:restored:custom_content",
|
|
1022
|
+
"oAuthScopes": {
|
|
1023
|
+
"beta": [
|
|
1024
|
+
"read:custom-content:confluence",
|
|
1025
|
+
"read:space:confluence",
|
|
1026
|
+
"read:blogpost:confluence",
|
|
1027
|
+
"read:page:confluence",
|
|
1028
|
+
"read:user:confluence",
|
|
1029
|
+
"read:content.metadata:confluence"
|
|
1030
|
+
],
|
|
1031
|
+
"current": [
|
|
1032
|
+
"read:confluence-content.summary"
|
|
1033
|
+
]
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"productEvent": "avi:confluence:deleted:custom_content",
|
|
1038
|
+
"oAuthScopes": {
|
|
1039
|
+
"beta": [
|
|
1040
|
+
"read:custom-content:confluence",
|
|
1041
|
+
"read:space:confluence",
|
|
1042
|
+
"read:blogpost:confluence",
|
|
1043
|
+
"read:page:confluence",
|
|
1044
|
+
"read:user:confluence",
|
|
1045
|
+
"read:content.metadata:confluence"
|
|
1046
|
+
],
|
|
1047
|
+
"current": [
|
|
1048
|
+
"read:confluence-content.summary"
|
|
1049
|
+
]
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"productEvent": "avi:confluence:permissions_updated:custom_content",
|
|
1054
|
+
"oAuthScopes": {
|
|
1055
|
+
"beta": [
|
|
1056
|
+
"read:custom-content:confluence",
|
|
1057
|
+
"read:space:confluence",
|
|
1058
|
+
"read:blogpost:confluence",
|
|
1059
|
+
"read:page:confluence",
|
|
1060
|
+
"read:user:confluence",
|
|
1061
|
+
"read:content.metadata:confluence"
|
|
1062
|
+
],
|
|
1063
|
+
"current": [
|
|
1064
|
+
"read:confluence-content.summary"
|
|
1065
|
+
]
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"productEvent": "avi:confluence:permissions_updated:page",
|
|
1070
|
+
"oAuthScopes": {
|
|
1071
|
+
"beta": [
|
|
1072
|
+
"read:page:confluence",
|
|
1073
|
+
"read:space:confluence",
|
|
1074
|
+
"read:user:confluence",
|
|
1075
|
+
"read:content.metadata:confluence"
|
|
1076
|
+
],
|
|
1077
|
+
"current": [
|
|
1078
|
+
"read:confluence-content.summary"
|
|
1079
|
+
]
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"productEvent": "avi:confluence:permissions_updated:comment",
|
|
1084
|
+
"oAuthScopes": {
|
|
1085
|
+
"beta": [
|
|
1086
|
+
"read:comment:confluence",
|
|
1087
|
+
"read:page:confluence",
|
|
1088
|
+
"read:blogpost:confluence",
|
|
1089
|
+
"read:custom-content:confluence",
|
|
1090
|
+
"read:space:confluence",
|
|
1091
|
+
"read:user:confluence",
|
|
1092
|
+
"read:content.metadata:confluence"
|
|
1093
|
+
],
|
|
1094
|
+
"current": [
|
|
1095
|
+
"read:confluence-content.summary"
|
|
1096
|
+
]
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"productEvent": "avi:confluence:permissions_updated:attachment",
|
|
1101
|
+
"oAuthScopes": {
|
|
1102
|
+
"beta": [
|
|
1103
|
+
"read:attachment:confluence",
|
|
1104
|
+
"read:page:confluence",
|
|
1105
|
+
"read:blogpost:confluence",
|
|
1106
|
+
"read:comment:confluence",
|
|
1107
|
+
"read:custom-content:confluence",
|
|
1108
|
+
"read:space:confluence",
|
|
1109
|
+
"read:user:confluence",
|
|
1110
|
+
"read:content.metadata:confluence"
|
|
1111
|
+
],
|
|
1112
|
+
"current": [
|
|
1113
|
+
"read:confluence-content.summary"
|
|
1114
|
+
]
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"productEvent": "avi:confluence:permissions_updated:blogpost",
|
|
1119
|
+
"oAuthScopes": {
|
|
1120
|
+
"beta": [
|
|
1121
|
+
"read:blogpost:confluence",
|
|
1122
|
+
"read:space:confluence",
|
|
1123
|
+
"read:user:confluence",
|
|
1124
|
+
"read:content.metadata:confluence"
|
|
1125
|
+
],
|
|
1126
|
+
"current": [
|
|
1127
|
+
"read:confluence-content.summary"
|
|
1128
|
+
]
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"productEvent": "avi:confluence:permissions_updated:whiteboard",
|
|
1133
|
+
"oAuthScopes": {
|
|
1134
|
+
"beta": [
|
|
1135
|
+
"read:whiteboard:confluence",
|
|
1136
|
+
"read:space:confluence",
|
|
1137
|
+
"read:user:confluence",
|
|
1138
|
+
"read:content.metadata:confluence"
|
|
1139
|
+
],
|
|
1140
|
+
"current": [
|
|
1141
|
+
"read:confluence-content.summary"
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"productEvent": "avi:confluence:permissions_updated:database",
|
|
1147
|
+
"oAuthScopes": {
|
|
1148
|
+
"beta": [
|
|
1149
|
+
"read:database:confluence",
|
|
1150
|
+
"read:space:confluence",
|
|
1151
|
+
"read:user:confluence",
|
|
1152
|
+
"read:content.metadata:confluence"
|
|
1153
|
+
],
|
|
1154
|
+
"current": [
|
|
1155
|
+
"read:confluence-content.summary"
|
|
1156
|
+
]
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"productEvent": "avi:confluence:permissions_updated:embed",
|
|
1161
|
+
"oAuthScopes": {
|
|
1162
|
+
"beta": [
|
|
1163
|
+
"read:embed:confluence",
|
|
1164
|
+
"read:space:confluence",
|
|
1165
|
+
"read:user:confluence",
|
|
1166
|
+
"read:content.metadata:confluence"
|
|
1167
|
+
],
|
|
1168
|
+
"current": [
|
|
1169
|
+
"read:confluence-content.summary"
|
|
1170
|
+
]
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"productEvent": "avi:confluence:permissions_updated:folder",
|
|
1175
|
+
"oAuthScopes": {
|
|
1176
|
+
"beta": [
|
|
1177
|
+
"read:folder:confluence",
|
|
1178
|
+
"read:space:confluence",
|
|
1179
|
+
"read:user:confluence",
|
|
1180
|
+
"read:content.metadata:confluence"
|
|
1181
|
+
],
|
|
1182
|
+
"current": [
|
|
1183
|
+
"read:confluence-content.summary"
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
964
1187
|
{
|
|
965
1188
|
"productEvent": "avi:confluence:created:task",
|
|
966
1189
|
"oAuthScopes": {
|
|
@@ -1025,6 +1248,19 @@
|
|
|
1025
1248
|
]
|
|
1026
1249
|
}
|
|
1027
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"productEvent": "avi:confluence:deleted:space:V2",
|
|
1253
|
+
"oAuthScopes": {
|
|
1254
|
+
"beta": [
|
|
1255
|
+
"read:space:confluence",
|
|
1256
|
+
"write:space:confluence"
|
|
1257
|
+
],
|
|
1258
|
+
"current": [
|
|
1259
|
+
"read:confluence-space.summary",
|
|
1260
|
+
"write:confluence-space"
|
|
1261
|
+
]
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1028
1264
|
{
|
|
1029
1265
|
"productEvent": "avi:compass:created:component_link",
|
|
1030
1266
|
"oAuthScopes": {
|