@forge/manifest 0.0.0-experimental-e1cefc4 → 0.0.0-experimental-29a2cc1
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 +183 -2
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/out/mapping/product-event-to-scope-mapping.json +110 -61
- package/out/processor/full-validation-processor.d.ts.map +1 -1
- package/out/processor/full-validation-processor.js +0 -2
- package/out/schema/manifest-schema.json +504 -3
- package/out/schema/manifest.d.ts +221 -1
- package/out/scopes/deprecated-shipyard-scopes.json +1 -24
- package/out/scopes/index.d.ts +7 -0
- package/out/scopes/index.d.ts.map +1 -0
- package/out/scopes/index.js +22 -0
- package/out/scopes/shipyard-scopes.json +22 -0
- package/out/text/errors.d.ts +12 -1
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +12 -1
- package/out/types/module-types.d.ts +7 -1
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +7 -1
- package/out/utils/get-all-modules.d.ts +3 -0
- package/out/utils/get-all-modules.d.ts.map +1 -0
- package/out/utils/get-all-modules.js +4 -0
- package/out/utils/index.d.ts +1 -0
- package/out/utils/index.d.ts.map +1 -1
- package/out/utils/index.js +1 -0
- package/out/validators/modules-validator.js +2 -2
- package/out/validators/modules-validators/confluence/index.d.ts.map +1 -1
- package/out/validators/modules-validators/confluence/index.js +6 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.js +19 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.js +43 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.js +102 -0
- package/out/validators/modules-validators/confluence/validatePropertyUniqueness.d.ts.map +1 -1
- package/out/validators/modules-validators/confluence/validatePropertyUniqueness.js +1 -1
- package/out/validators/modules-validators/confluence/validateSingleProperty.d.ts.map +1 -1
- package/out/validators/modules-validators/jira/{issue-adjustment.d.ts → ui-modifications.d.ts} +2 -2
- package/out/validators/modules-validators/jira/ui-modifications.d.ts.map +1 -0
- package/out/validators/modules-validators/jira/{issue-adjustment.js → ui-modifications.js} +4 -4
- package/out/validators/product-trigger-scopes-validator.d.ts +2 -4
- package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
- package/out/validators/product-trigger-scopes-validator.js +7 -21
- package/package.json +2 -1
- package/out/validators/deprecated-permissions-validator.d.ts +0 -7
- package/out/validators/deprecated-permissions-validator.d.ts.map +0 -1
- package/out/validators/deprecated-permissions-validator.js +0 -31
- package/out/validators/modules-validators/jira/issue-adjustment.d.ts.map +0 -1
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"mapping": [{
|
|
3
3
|
"productEvent": "avi:jira:assigned:issue",
|
|
4
4
|
"oAuthScopes": {
|
|
5
|
-
"
|
|
5
|
+
"beta": [
|
|
6
6
|
"read:issue:jira",
|
|
7
7
|
"read:issue-type:jira",
|
|
8
8
|
"read:user:jira",
|
|
9
9
|
"read:project:jira",
|
|
10
10
|
"read:status:jira"
|
|
11
11
|
],
|
|
12
|
-
"
|
|
12
|
+
"current": [
|
|
13
13
|
"read:jira-work"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{
|
|
18
18
|
"productEvent": "avi:jira:commented:issue",
|
|
19
19
|
"oAuthScopes": {
|
|
20
|
-
"
|
|
20
|
+
"beta": [
|
|
21
21
|
"read:issue:jira",
|
|
22
22
|
"read:issue-type:jira",
|
|
23
23
|
"read:user:jira",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"read:status:jira",
|
|
26
26
|
"read:comment:jira"
|
|
27
27
|
],
|
|
28
|
-
"
|
|
28
|
+
"current": [
|
|
29
29
|
"read:jira-work"
|
|
30
30
|
]
|
|
31
31
|
}
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
{
|
|
34
34
|
"productEvent": "avi:jira:created:issue",
|
|
35
35
|
"oAuthScopes": {
|
|
36
|
-
"
|
|
36
|
+
"beta": [
|
|
37
37
|
"read:issue:jira",
|
|
38
38
|
"read:issue-type:jira",
|
|
39
39
|
"read:user:jira",
|
|
40
40
|
"read:project:jira",
|
|
41
41
|
"read:status:jira"
|
|
42
42
|
],
|
|
43
|
-
"
|
|
43
|
+
"current": [
|
|
44
44
|
"read:jira-work"
|
|
45
45
|
]
|
|
46
46
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
{
|
|
49
49
|
"productEvent": "avi:jira:mentioned:comment",
|
|
50
50
|
"oAuthScopes": {
|
|
51
|
-
"
|
|
51
|
+
"beta": [
|
|
52
52
|
"read:issue:jira",
|
|
53
53
|
"read:issue-type:jira",
|
|
54
54
|
"read:user:jira",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"read:status:jira",
|
|
57
57
|
"read:comment:jira"
|
|
58
58
|
],
|
|
59
|
-
"
|
|
59
|
+
"current": [
|
|
60
60
|
"read:jira-work"
|
|
61
61
|
]
|
|
62
62
|
}
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
{
|
|
65
65
|
"productEvent": "avi:jira:mentioned:issue",
|
|
66
66
|
"oAuthScopes": {
|
|
67
|
-
"
|
|
67
|
+
"beta": [
|
|
68
68
|
"read:issue:jira",
|
|
69
69
|
"read:issue-type:jira",
|
|
70
70
|
"read:user:jira",
|
|
71
71
|
"read:project:jira",
|
|
72
72
|
"read:status:jira"
|
|
73
73
|
],
|
|
74
|
-
"
|
|
74
|
+
"current": [
|
|
75
75
|
"read:jira-work"
|
|
76
76
|
]
|
|
77
77
|
}
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
{
|
|
80
80
|
"productEvent": "avi:jira:updated:issue",
|
|
81
81
|
"oAuthScopes": {
|
|
82
|
-
"
|
|
82
|
+
"beta": [
|
|
83
83
|
"read:issue:jira",
|
|
84
84
|
"read:issue-type:jira",
|
|
85
85
|
"read:user:jira",
|
|
86
86
|
"read:project:jira",
|
|
87
87
|
"read:status:jira"
|
|
88
88
|
],
|
|
89
|
-
"
|
|
89
|
+
"current": [
|
|
90
90
|
"read:jira-work"
|
|
91
91
|
]
|
|
92
92
|
}
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
{
|
|
95
95
|
"productEvent": "avi:jira:viewed:issue",
|
|
96
96
|
"oAuthScopes": {
|
|
97
|
-
"
|
|
97
|
+
"beta": [
|
|
98
98
|
"read:issue:jira",
|
|
99
99
|
"read:issue-type:jira",
|
|
100
100
|
"read:user:jira",
|
|
101
101
|
"read:project:jira",
|
|
102
102
|
"read:status:jira"
|
|
103
103
|
],
|
|
104
|
-
"
|
|
104
|
+
"current": [
|
|
105
105
|
"read:jira-work"
|
|
106
106
|
]
|
|
107
107
|
}
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
{
|
|
110
110
|
"productEvent": "avi:jira:created:field",
|
|
111
111
|
"oAuthScopes": {
|
|
112
|
-
"
|
|
112
|
+
"beta": [
|
|
113
113
|
"read:field:jira"
|
|
114
114
|
],
|
|
115
|
-
"
|
|
115
|
+
"current": [
|
|
116
116
|
"manage:jira-configuration"
|
|
117
117
|
]
|
|
118
118
|
}
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
{
|
|
121
121
|
"productEvent": "avi:jira:updated:field",
|
|
122
122
|
"oAuthScopes": {
|
|
123
|
-
"
|
|
123
|
+
"beta": [
|
|
124
124
|
"read:field:jira"
|
|
125
125
|
],
|
|
126
|
-
"
|
|
126
|
+
"current": [
|
|
127
127
|
"manage:jira-configuration"
|
|
128
128
|
]
|
|
129
129
|
}
|
|
@@ -131,10 +131,10 @@
|
|
|
131
131
|
{
|
|
132
132
|
"productEvent": "avi:jira:trashed:field",
|
|
133
133
|
"oAuthScopes": {
|
|
134
|
-
"
|
|
134
|
+
"beta": [
|
|
135
135
|
"read:field:jira"
|
|
136
136
|
],
|
|
137
|
-
"
|
|
137
|
+
"current": [
|
|
138
138
|
"manage:jira-configuration"
|
|
139
139
|
]
|
|
140
140
|
}
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
{
|
|
143
143
|
"productEvent": "avi:jira:deleted:field",
|
|
144
144
|
"oAuthScopes": {
|
|
145
|
-
"
|
|
145
|
+
"beta": [
|
|
146
146
|
"read:field:jira"
|
|
147
147
|
],
|
|
148
|
-
"
|
|
148
|
+
"current": [
|
|
149
149
|
"manage:jira-configuration"
|
|
150
150
|
]
|
|
151
151
|
}
|
|
@@ -153,10 +153,10 @@
|
|
|
153
153
|
{
|
|
154
154
|
"productEvent": "avi:jira:restored:field",
|
|
155
155
|
"oAuthScopes": {
|
|
156
|
-
"
|
|
156
|
+
"beta": [
|
|
157
157
|
"read:field:jira"
|
|
158
158
|
],
|
|
159
|
-
"
|
|
159
|
+
"current": [
|
|
160
160
|
"manage:jira-configuration"
|
|
161
161
|
]
|
|
162
162
|
}
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
{
|
|
165
165
|
"productEvent": "avi:jira:created:field:context",
|
|
166
166
|
"oAuthScopes": {
|
|
167
|
-
"
|
|
167
|
+
"beta": [
|
|
168
168
|
"read:field:jira"
|
|
169
169
|
],
|
|
170
|
-
"
|
|
170
|
+
"current": [
|
|
171
171
|
"manage:jira-configuration"
|
|
172
172
|
]
|
|
173
173
|
}
|
|
@@ -175,10 +175,10 @@
|
|
|
175
175
|
{
|
|
176
176
|
"productEvent": "avi:jira:updated:field:context",
|
|
177
177
|
"oAuthScopes": {
|
|
178
|
-
"
|
|
178
|
+
"beta": [
|
|
179
179
|
"read:field:jira"
|
|
180
180
|
],
|
|
181
|
-
"
|
|
181
|
+
"current": [
|
|
182
182
|
"manage:jira-configuration"
|
|
183
183
|
]
|
|
184
184
|
}
|
|
@@ -186,32 +186,81 @@
|
|
|
186
186
|
{
|
|
187
187
|
"productEvent": "avi:jira:deleted:field:context",
|
|
188
188
|
"oAuthScopes": {
|
|
189
|
-
"
|
|
189
|
+
"beta": [
|
|
190
190
|
"read:field:jira"
|
|
191
191
|
],
|
|
192
|
-
"
|
|
192
|
+
"current": [
|
|
193
193
|
"manage:jira-configuration"
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
|
-
"productEvent": "avi:jira:
|
|
198
|
+
"productEvent": "avi:jira:failed:expression",
|
|
199
199
|
"oAuthScopes": {
|
|
200
|
+
"beta": [
|
|
201
|
+
"read:workflow:jira",
|
|
202
|
+
"read:issue:jira",
|
|
203
|
+
"read:project:jira"
|
|
204
|
+
],
|
|
200
205
|
"current": [
|
|
206
|
+
"manage:jira-configuration"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"productEvent": "avi:jira:updated:field:context:configuration",
|
|
212
|
+
"oAuthScopes": {
|
|
213
|
+
"beta": [
|
|
201
214
|
"read:custom-field-contextual-configuration:jira"
|
|
215
|
+
],
|
|
216
|
+
"current": [
|
|
217
|
+
"manage:jira-configuration"
|
|
202
218
|
]
|
|
203
219
|
}
|
|
204
220
|
},
|
|
205
221
|
{
|
|
206
|
-
"productEvent": "avi:
|
|
222
|
+
"productEvent": "avi:jira:deleted:issuetype",
|
|
207
223
|
"oAuthScopes": {
|
|
224
|
+
"beta": [
|
|
225
|
+
"read:issue-type:jira"
|
|
226
|
+
],
|
|
208
227
|
"current": [
|
|
228
|
+
"manage:jira-configuration"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"productEvent": "avi:jira:created:issuetype",
|
|
234
|
+
"oAuthScopes": {
|
|
235
|
+
"beta": [
|
|
236
|
+
"read:issue-type:jira"
|
|
237
|
+
],
|
|
238
|
+
"current": [
|
|
239
|
+
"manage:jira-configuration"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"productEvent": "avi:jira:updated:issuetype",
|
|
245
|
+
"oAuthScopes": {
|
|
246
|
+
"beta": [
|
|
247
|
+
"read:issue-type:jira"
|
|
248
|
+
],
|
|
249
|
+
"current": [
|
|
250
|
+
"manage:jira-configuration"
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"productEvent": "avi:confluence:updated:blogpost",
|
|
256
|
+
"oAuthScopes": {
|
|
257
|
+
"beta": [
|
|
209
258
|
"read:blogpost:confluence",
|
|
210
259
|
"read:space:confluence",
|
|
211
260
|
"read:user:confluence",
|
|
212
261
|
"read:content.metadata:confluence"
|
|
213
262
|
],
|
|
214
|
-
"
|
|
263
|
+
"current": [
|
|
215
264
|
"read:confluence-content.summary"
|
|
216
265
|
]
|
|
217
266
|
}
|
|
@@ -219,7 +268,7 @@
|
|
|
219
268
|
{
|
|
220
269
|
"productEvent": "avi:confluence:liked:comment",
|
|
221
270
|
"oAuthScopes": {
|
|
222
|
-
"
|
|
271
|
+
"beta": [
|
|
223
272
|
"read:comment:confluence",
|
|
224
273
|
"read:page:confluence",
|
|
225
274
|
"read:blogpost:confluence",
|
|
@@ -227,7 +276,7 @@
|
|
|
227
276
|
"read:user:confluence",
|
|
228
277
|
"read:content.metadata:confluence"
|
|
229
278
|
],
|
|
230
|
-
"
|
|
279
|
+
"current": [
|
|
231
280
|
"read:confluence-content.summary"
|
|
232
281
|
]
|
|
233
282
|
}
|
|
@@ -235,13 +284,13 @@
|
|
|
235
284
|
{
|
|
236
285
|
"productEvent": "avi:confluence:created:page",
|
|
237
286
|
"oAuthScopes": {
|
|
238
|
-
"
|
|
287
|
+
"beta": [
|
|
239
288
|
"read:page:confluence",
|
|
240
289
|
"read:space:confluence",
|
|
241
290
|
"read:user:confluence",
|
|
242
291
|
"read:content.metadata:confluence"
|
|
243
292
|
],
|
|
244
|
-
"
|
|
293
|
+
"current": [
|
|
245
294
|
"read:confluence-content.summary"
|
|
246
295
|
]
|
|
247
296
|
}
|
|
@@ -249,13 +298,13 @@
|
|
|
249
298
|
{
|
|
250
299
|
"productEvent": "avi:confluence:viewed:page",
|
|
251
300
|
"oAuthScopes": {
|
|
252
|
-
"
|
|
301
|
+
"beta": [
|
|
253
302
|
"read:page:confluence",
|
|
254
303
|
"read:space:confluence",
|
|
255
304
|
"read:user:confluence",
|
|
256
305
|
"read:content.metadata:confluence"
|
|
257
306
|
],
|
|
258
|
-
"
|
|
307
|
+
"current": [
|
|
259
308
|
"read:confluence-content.summary"
|
|
260
309
|
]
|
|
261
310
|
}
|
|
@@ -263,13 +312,13 @@
|
|
|
263
312
|
{
|
|
264
313
|
"productEvent": "avi:confluence:updated:page",
|
|
265
314
|
"oAuthScopes": {
|
|
266
|
-
"
|
|
315
|
+
"beta": [
|
|
267
316
|
"read:page:confluence",
|
|
268
317
|
"read:space:confluence",
|
|
269
318
|
"read:user:confluence",
|
|
270
319
|
"read:content.metadata:confluence"
|
|
271
320
|
],
|
|
272
|
-
"
|
|
321
|
+
"current": [
|
|
273
322
|
"read:confluence-content.summary"
|
|
274
323
|
]
|
|
275
324
|
}
|
|
@@ -277,7 +326,7 @@
|
|
|
277
326
|
{
|
|
278
327
|
"productEvent": "avi:confluence:created:comment",
|
|
279
328
|
"oAuthScopes": {
|
|
280
|
-
"
|
|
329
|
+
"beta": [
|
|
281
330
|
"read:comment:confluence",
|
|
282
331
|
"read:page:confluence",
|
|
283
332
|
"read:blogpost:confluence",
|
|
@@ -285,7 +334,7 @@
|
|
|
285
334
|
"read:user:confluence",
|
|
286
335
|
"read:content.metadata:confluence"
|
|
287
336
|
],
|
|
288
|
-
"
|
|
337
|
+
"current": [
|
|
289
338
|
"read:confluence-content.summary"
|
|
290
339
|
]
|
|
291
340
|
}
|
|
@@ -293,13 +342,13 @@
|
|
|
293
342
|
{
|
|
294
343
|
"productEvent": "avi:confluence:viewed:blogpost",
|
|
295
344
|
"oAuthScopes": {
|
|
296
|
-
"
|
|
345
|
+
"beta": [
|
|
297
346
|
"read:blogpost:confluence",
|
|
298
347
|
"read:space:confluence",
|
|
299
348
|
"read:user:confluence",
|
|
300
349
|
"read:content.metadata:confluence"
|
|
301
350
|
],
|
|
302
|
-
"
|
|
351
|
+
"current": [
|
|
303
352
|
"read:confluence-content.summary"
|
|
304
353
|
]
|
|
305
354
|
}
|
|
@@ -307,13 +356,13 @@
|
|
|
307
356
|
{
|
|
308
357
|
"productEvent": "avi:confluence:liked:page",
|
|
309
358
|
"oAuthScopes": {
|
|
310
|
-
"
|
|
359
|
+
"beta": [
|
|
311
360
|
"read:page:confluence",
|
|
312
361
|
"read:space:confluence",
|
|
313
362
|
"read:user:confluence",
|
|
314
363
|
"read:content.metadata:confluence"
|
|
315
364
|
],
|
|
316
|
-
"
|
|
365
|
+
"current": [
|
|
317
366
|
"read:confluence-content.summary"
|
|
318
367
|
]
|
|
319
368
|
}
|
|
@@ -321,13 +370,13 @@
|
|
|
321
370
|
{
|
|
322
371
|
"productEvent": "avi:confluence:liked:blogpost",
|
|
323
372
|
"oAuthScopes": {
|
|
324
|
-
"
|
|
373
|
+
"beta": [
|
|
325
374
|
"read:blogpost:confluence",
|
|
326
375
|
"read:space:confluence",
|
|
327
376
|
"read:user:confluence",
|
|
328
377
|
"read:content.metadata:confluence"
|
|
329
378
|
],
|
|
330
|
-
"
|
|
379
|
+
"current": [
|
|
331
380
|
"read:confluence-content.summary"
|
|
332
381
|
]
|
|
333
382
|
}
|
|
@@ -335,13 +384,13 @@
|
|
|
335
384
|
{
|
|
336
385
|
"productEvent": "avi:confluence:created:blogpost",
|
|
337
386
|
"oAuthScopes": {
|
|
338
|
-
"
|
|
387
|
+
"beta": [
|
|
339
388
|
"read:blogpost:confluence",
|
|
340
389
|
"read:space:confluence",
|
|
341
390
|
"read:user:confluence",
|
|
342
391
|
"read:content.metadata:confluence"
|
|
343
392
|
],
|
|
344
|
-
"
|
|
393
|
+
"current": [
|
|
345
394
|
"read:confluence-content.summary"
|
|
346
395
|
]
|
|
347
396
|
}
|
|
@@ -349,13 +398,13 @@
|
|
|
349
398
|
{
|
|
350
399
|
"productEvent": "avi:confluence:created:task",
|
|
351
400
|
"oAuthScopes": {
|
|
352
|
-
"
|
|
401
|
+
"beta": [
|
|
353
402
|
"read:inlinetask:confluence",
|
|
354
403
|
"read:space:confluence",
|
|
355
404
|
"read:user:confluence",
|
|
356
405
|
"read:content.metadata:confluence"
|
|
357
406
|
],
|
|
358
|
-
"
|
|
407
|
+
"current": [
|
|
359
408
|
"read:confluence-content.all"
|
|
360
409
|
]
|
|
361
410
|
}
|
|
@@ -363,13 +412,13 @@
|
|
|
363
412
|
{
|
|
364
413
|
"productEvent": "avi:confluence:updated:task",
|
|
365
414
|
"oAuthScopes": {
|
|
366
|
-
"
|
|
415
|
+
"beta": [
|
|
367
416
|
"read:inlinetask:confluence",
|
|
368
417
|
"read:space:confluence",
|
|
369
418
|
"read:user:confluence",
|
|
370
419
|
"read:content.metadata:confluence"
|
|
371
420
|
],
|
|
372
|
-
"
|
|
421
|
+
"current": [
|
|
373
422
|
"read:confluence-content.all"
|
|
374
423
|
]
|
|
375
424
|
}
|
|
@@ -377,13 +426,13 @@
|
|
|
377
426
|
{
|
|
378
427
|
"productEvent": "avi:confluence:removed:task",
|
|
379
428
|
"oAuthScopes": {
|
|
380
|
-
"
|
|
429
|
+
"beta": [
|
|
381
430
|
"read:inlinetask:confluence",
|
|
382
431
|
"read:space:confluence",
|
|
383
432
|
"read:user:confluence",
|
|
384
433
|
"read:content.metadata:confluence"
|
|
385
434
|
],
|
|
386
|
-
"
|
|
435
|
+
"current": [
|
|
387
436
|
"read:confluence-content.all"
|
|
388
437
|
]
|
|
389
438
|
}
|
|
@@ -391,10 +440,10 @@
|
|
|
391
440
|
{
|
|
392
441
|
"productEvent": "avi:confluence:created:space:V2",
|
|
393
442
|
"oAuthScopes": {
|
|
394
|
-
"
|
|
443
|
+
"beta": [
|
|
395
444
|
"read:space:confluence"
|
|
396
445
|
],
|
|
397
|
-
"
|
|
446
|
+
"current": [
|
|
398
447
|
"read:confluence-space.summary"
|
|
399
448
|
]
|
|
400
449
|
}
|
|
@@ -402,10 +451,10 @@
|
|
|
402
451
|
{
|
|
403
452
|
"productEvent": "avi:confluence:updated:space:V2",
|
|
404
453
|
"oAuthScopes": {
|
|
405
|
-
"
|
|
454
|
+
"beta": [
|
|
406
455
|
"read:space:confluence"
|
|
407
456
|
],
|
|
408
|
-
"
|
|
457
|
+
"current": [
|
|
409
458
|
"read:confluence-space.summary"
|
|
410
459
|
]
|
|
411
460
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBAAa,uBAAwB,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAiBvF"}
|
|
@@ -6,7 +6,6 @@ const validators_1 = require("../validators");
|
|
|
6
6
|
const FULL_SCHEMA = tslib_1.__importStar(require("../schema/manifest-schema.json"));
|
|
7
7
|
const DISPLAY_CONDITIONS_SCHEMA = tslib_1.__importStar(require("../schema/display-conditions-schema.json"));
|
|
8
8
|
const abstract_validation_processor_1 = require("./abstract-validation-processor");
|
|
9
|
-
const deprecated_permissions_validator_1 = require("../validators/deprecated-permissions-validator");
|
|
10
9
|
class FullValidationProcessor extends abstract_validation_processor_1.AbstractValidationProcessor {
|
|
11
10
|
constructor() {
|
|
12
11
|
super([
|
|
@@ -19,7 +18,6 @@ class FullValidationProcessor extends abstract_validation_processor_1.AbstractVa
|
|
|
19
18
|
new validators_1.ConnectRemoteValidator(),
|
|
20
19
|
new validators_1.ConnectAuthenticationValidator(),
|
|
21
20
|
new validators_1.PermissionsValidator(),
|
|
22
|
-
new deprecated_permissions_validator_1.DeprecatedPermissionsValidator(),
|
|
23
21
|
new validators_1.DisplayConditionsValidator(DISPLAY_CONDITIONS_SCHEMA),
|
|
24
22
|
new validators_1.ProvidersValidator(),
|
|
25
23
|
new validators_1.EntityPropertyValidator()
|