@forge/manifest 0.0.0-experimental-416047f → 0.0.0-experimental-4d1c111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/CHANGELOG.md +102 -1
  2. package/out/index.d.ts +1 -0
  3. package/out/index.d.ts.map +1 -1
  4. package/out/index.js +1 -0
  5. package/out/mapping/product-event-to-scope-mapping.json +99 -63
  6. package/out/processor/full-validation-processor.d.ts.map +1 -1
  7. package/out/processor/full-validation-processor.js +0 -2
  8. package/out/schema/manifest-schema.json +73 -22
  9. package/out/schema/manifest.d.ts +40 -8
  10. package/out/scopes/deprecated-shipyard-scopes.json +1 -24
  11. package/out/scopes/index.d.ts +7 -0
  12. package/out/scopes/index.d.ts.map +1 -0
  13. package/out/scopes/index.js +22 -0
  14. package/out/scopes/shipyard-scopes.json +22 -0
  15. package/out/text/errors.d.ts +12 -1
  16. package/out/text/errors.d.ts.map +1 -1
  17. package/out/text/errors.js +12 -1
  18. package/out/types/module-types.d.ts +1 -0
  19. package/out/types/module-types.d.ts.map +1 -1
  20. package/out/types/module-types.js +1 -0
  21. package/out/utils/get-all-modules.d.ts +3 -0
  22. package/out/utils/get-all-modules.d.ts.map +1 -0
  23. package/out/utils/get-all-modules.js +4 -0
  24. package/out/utils/index.d.ts +1 -0
  25. package/out/utils/index.d.ts.map +1 -1
  26. package/out/utils/index.js +1 -0
  27. package/out/validators/modules-validators/confluence/index.d.ts.map +1 -1
  28. package/out/validators/modules-validators/confluence/index.js +6 -0
  29. package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts +4 -0
  30. package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts.map +1 -0
  31. package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.js +19 -0
  32. package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts +4 -0
  33. package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts.map +1 -0
  34. package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.js +43 -0
  35. package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts +4 -0
  36. package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts.map +1 -0
  37. package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.js +102 -0
  38. package/out/validators/modules-validators/confluence/validatePropertyUniqueness.d.ts.map +1 -1
  39. package/out/validators/modules-validators/confluence/validatePropertyUniqueness.js +1 -1
  40. package/out/validators/modules-validators/confluence/validateSingleProperty.d.ts.map +1 -1
  41. package/out/validators/product-trigger-scopes-validator.d.ts +2 -4
  42. package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
  43. package/out/validators/product-trigger-scopes-validator.js +7 -21
  44. package/package.json +2 -1
  45. package/out/validators/deprecated-permissions-validator.d.ts +0 -7
  46. package/out/validators/deprecated-permissions-validator.d.ts.map +0 -1
  47. package/out/validators/deprecated-permissions-validator.js +0 -31
package/CHANGELOG.md CHANGED
@@ -1,6 +1,107 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 0.0.0-experimental-416047f
3
+ ## 0.0.0-experimental-4d1c111
4
+
5
+ ### Minor Changes
6
+
7
+ - b447be2: CONFDEV-80332 Added validation for Custom Content modules
8
+ - 4285fc3: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.
9
+
10
+ ### Patch Changes
11
+
12
+ - 74e00c8: Update manifest definitions
13
+
14
+ ## 3.9.0-next.2
15
+
16
+ ### Minor Changes
17
+
18
+ - 4285fc36: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.
19
+
20
+ ## 3.9.0-next.1
21
+
22
+ ### Minor Changes
23
+
24
+ - b447be27: CONFDEV-80332 Added validation for Custom Content modules
25
+
26
+ ## 3.8.2-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 74e00c86: Update manifest definitions
31
+
32
+ ## 3.8.1
33
+
34
+ ### Patch Changes
35
+
36
+ - a85953d8: Add IssueTypeEvent mappings
37
+ - 2c42df96: Add beta (granular) scope for custom field configuration event
38
+ - c52209fd: Update manifest definitions
39
+
40
+ ## 3.8.1-next.1
41
+
42
+ ### Patch Changes
43
+
44
+ - a85953d8: Add IssueTypeEvent mappings
45
+
46
+ ## 3.8.1-next.0
47
+
48
+ ### Patch Changes
49
+
50
+ - 2c42df9: Add beta (granular) scope for custom field configuration event
51
+ - c52209f: Update manifest definitions
52
+
53
+ ## 3.8.0
54
+
55
+ ### Minor Changes
56
+
57
+ - 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.
58
+
59
+ ### Patch Changes
60
+
61
+ - e892d27: Update manifest definitions
62
+
63
+ ## 3.8.0-next.1
64
+
65
+ ### Patch Changes
66
+
67
+ - e892d27d: Update manifest definitions
68
+
69
+ ## 3.8.0-next.0
70
+
71
+ ### Minor Changes
72
+
73
+ - 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.
74
+
75
+ ## 3.7.0
76
+
77
+ ### Minor Changes
78
+
79
+ - ce4a65f: Hide Granular scopes
80
+
81
+ ### Patch Changes
82
+
83
+ - 34d085a: Delete unused DeprecatedPermissionsValidator
84
+ - 9e700ef: Remove Deprecated Permissions validator due to Shipyard modification
85
+ - c87cdea: Update manifest definitions
86
+
87
+ ## 3.7.0-next.1
88
+
89
+ ### Minor Changes
90
+
91
+ - ce4a65f: Hide Granular scopes
92
+
93
+ ### Patch Changes
94
+
95
+ - 34d085a: Delete unused DeprecatedPermissionsValidator
96
+ - c87cdea: Update manifest definitions
97
+
98
+ ## 3.6.1-next.0
99
+
100
+ ### Patch Changes
101
+
102
+ - 9e700ef8: Remove Deprecated Permissions validator due to Shipyard modification
103
+
104
+ ## 3.6.0
4
105
 
5
106
  ### Minor Changes
6
107
 
package/out/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { ManifestSchema } from './schema/manifest';
3
3
  import { BasicManifestSchema } from './schema/basic-manifest';
4
4
  export * from './builder';
5
5
  export * from './processor';
6
+ export * from './scopes';
6
7
  export * from './text';
7
8
  export * from './types';
8
9
  export * from './utils';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
package/out/index.js CHANGED
@@ -6,6 +6,7 @@ const types_1 = require("./types");
6
6
  const builder_1 = require("./builder");
7
7
  tslib_1.__exportStar(require("./builder"), exports);
8
8
  tslib_1.__exportStar(require("./processor"), exports);
9
+ tslib_1.__exportStar(require("./scopes"), exports);
9
10
  tslib_1.__exportStar(require("./text"), exports);
10
11
  tslib_1.__exportStar(require("./types"), exports);
11
12
  tslib_1.__exportStar(require("./utils"), exports);
@@ -2,14 +2,14 @@
2
2
  "mapping": [{
3
3
  "productEvent": "avi:jira:assigned:issue",
4
4
  "oAuthScopes": {
5
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
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
- "deprecated": [
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
- "current": [
112
+ "beta": [
113
113
  "read:field:jira"
114
114
  ],
115
- "deprecated": [
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
- "current": [
123
+ "beta": [
124
124
  "read:field:jira"
125
125
  ],
126
- "deprecated": [
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
- "current": [
134
+ "beta": [
135
135
  "read:field:jira"
136
136
  ],
137
- "deprecated": [
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
- "current": [
145
+ "beta": [
146
146
  "read:field:jira"
147
147
  ],
148
- "deprecated": [
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
- "current": [
156
+ "beta": [
157
157
  "read:field:jira"
158
158
  ],
159
- "deprecated": [
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
- "current": [
167
+ "beta": [
168
168
  "read:field:jira"
169
169
  ],
170
- "deprecated": [
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
- "current": [
178
+ "beta": [
179
179
  "read:field:jira"
180
180
  ],
181
- "deprecated": [
181
+ "current": [
182
182
  "manage:jira-configuration"
183
183
  ]
184
184
  }
@@ -186,10 +186,10 @@
186
186
  {
187
187
  "productEvent": "avi:jira:deleted:field:context",
188
188
  "oAuthScopes": {
189
- "current": [
189
+ "beta": [
190
190
  "read:field:jira"
191
191
  ],
192
- "deprecated": [
192
+ "current": [
193
193
  "manage:jira-configuration"
194
194
  ]
195
195
  }
@@ -197,12 +197,12 @@
197
197
  {
198
198
  "productEvent": "avi:jira:failed:expression",
199
199
  "oAuthScopes": {
200
- "current": [
200
+ "beta": [
201
201
  "read:workflow:jira",
202
202
  "read:issue:jira",
203
203
  "read:project:jira"
204
204
  ],
205
- "deprecated": [
205
+ "current": [
206
206
  "manage:jira-configuration"
207
207
  ]
208
208
  }
@@ -210,21 +210,57 @@
210
210
  {
211
211
  "productEvent": "avi:jira:updated:field:context:configuration",
212
212
  "oAuthScopes": {
213
- "current": [
213
+ "beta": [
214
214
  "read:custom-field-contextual-configuration:jira"
215
+ ],
216
+ "current": [
217
+ "manage:jira-configuration"
215
218
  ]
216
219
  }
217
220
  },
218
221
  {
219
- "productEvent": "avi:confluence:updated:blogpost",
222
+ "productEvent": "avi:jira:deleted:issuetype",
223
+ "oAuthScopes": {
224
+ "beta": [
225
+ "read:issue-type:jira"
226
+ ],
227
+ "current": [
228
+ "manage:jira-configuration"
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "productEvent": "avi:jira:created:issuetype",
220
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
+ ],
221
249
  "current": [
250
+ "manage:jira-configuration"
251
+ ]
252
+ }
253
+ },
254
+ {
255
+ "productEvent": "avi:confluence:updated:blogpost",
256
+ "oAuthScopes": {
257
+ "beta": [
222
258
  "read:blogpost:confluence",
223
259
  "read:space:confluence",
224
260
  "read:user:confluence",
225
261
  "read:content.metadata:confluence"
226
262
  ],
227
- "deprecated": [
263
+ "current": [
228
264
  "read:confluence-content.summary"
229
265
  ]
230
266
  }
@@ -232,7 +268,7 @@
232
268
  {
233
269
  "productEvent": "avi:confluence:liked:comment",
234
270
  "oAuthScopes": {
235
- "current": [
271
+ "beta": [
236
272
  "read:comment:confluence",
237
273
  "read:page:confluence",
238
274
  "read:blogpost:confluence",
@@ -240,7 +276,7 @@
240
276
  "read:user:confluence",
241
277
  "read:content.metadata:confluence"
242
278
  ],
243
- "deprecated": [
279
+ "current": [
244
280
  "read:confluence-content.summary"
245
281
  ]
246
282
  }
@@ -248,13 +284,13 @@
248
284
  {
249
285
  "productEvent": "avi:confluence:created:page",
250
286
  "oAuthScopes": {
251
- "current": [
287
+ "beta": [
252
288
  "read:page:confluence",
253
289
  "read:space:confluence",
254
290
  "read:user:confluence",
255
291
  "read:content.metadata:confluence"
256
292
  ],
257
- "deprecated": [
293
+ "current": [
258
294
  "read:confluence-content.summary"
259
295
  ]
260
296
  }
@@ -262,13 +298,13 @@
262
298
  {
263
299
  "productEvent": "avi:confluence:viewed:page",
264
300
  "oAuthScopes": {
265
- "current": [
301
+ "beta": [
266
302
  "read:page:confluence",
267
303
  "read:space:confluence",
268
304
  "read:user:confluence",
269
305
  "read:content.metadata:confluence"
270
306
  ],
271
- "deprecated": [
307
+ "current": [
272
308
  "read:confluence-content.summary"
273
309
  ]
274
310
  }
@@ -276,13 +312,13 @@
276
312
  {
277
313
  "productEvent": "avi:confluence:updated:page",
278
314
  "oAuthScopes": {
279
- "current": [
315
+ "beta": [
280
316
  "read:page:confluence",
281
317
  "read:space:confluence",
282
318
  "read:user:confluence",
283
319
  "read:content.metadata:confluence"
284
320
  ],
285
- "deprecated": [
321
+ "current": [
286
322
  "read:confluence-content.summary"
287
323
  ]
288
324
  }
@@ -290,7 +326,7 @@
290
326
  {
291
327
  "productEvent": "avi:confluence:created:comment",
292
328
  "oAuthScopes": {
293
- "current": [
329
+ "beta": [
294
330
  "read:comment:confluence",
295
331
  "read:page:confluence",
296
332
  "read:blogpost:confluence",
@@ -298,7 +334,7 @@
298
334
  "read:user:confluence",
299
335
  "read:content.metadata:confluence"
300
336
  ],
301
- "deprecated": [
337
+ "current": [
302
338
  "read:confluence-content.summary"
303
339
  ]
304
340
  }
@@ -306,13 +342,13 @@
306
342
  {
307
343
  "productEvent": "avi:confluence:viewed:blogpost",
308
344
  "oAuthScopes": {
309
- "current": [
345
+ "beta": [
310
346
  "read:blogpost:confluence",
311
347
  "read:space:confluence",
312
348
  "read:user:confluence",
313
349
  "read:content.metadata:confluence"
314
350
  ],
315
- "deprecated": [
351
+ "current": [
316
352
  "read:confluence-content.summary"
317
353
  ]
318
354
  }
@@ -320,13 +356,13 @@
320
356
  {
321
357
  "productEvent": "avi:confluence:liked:page",
322
358
  "oAuthScopes": {
323
- "current": [
359
+ "beta": [
324
360
  "read:page:confluence",
325
361
  "read:space:confluence",
326
362
  "read:user:confluence",
327
363
  "read:content.metadata:confluence"
328
364
  ],
329
- "deprecated": [
365
+ "current": [
330
366
  "read:confluence-content.summary"
331
367
  ]
332
368
  }
@@ -334,13 +370,13 @@
334
370
  {
335
371
  "productEvent": "avi:confluence:liked:blogpost",
336
372
  "oAuthScopes": {
337
- "current": [
373
+ "beta": [
338
374
  "read:blogpost:confluence",
339
375
  "read:space:confluence",
340
376
  "read:user:confluence",
341
377
  "read:content.metadata:confluence"
342
378
  ],
343
- "deprecated": [
379
+ "current": [
344
380
  "read:confluence-content.summary"
345
381
  ]
346
382
  }
@@ -348,13 +384,13 @@
348
384
  {
349
385
  "productEvent": "avi:confluence:created:blogpost",
350
386
  "oAuthScopes": {
351
- "current": [
387
+ "beta": [
352
388
  "read:blogpost:confluence",
353
389
  "read:space:confluence",
354
390
  "read:user:confluence",
355
391
  "read:content.metadata:confluence"
356
392
  ],
357
- "deprecated": [
393
+ "current": [
358
394
  "read:confluence-content.summary"
359
395
  ]
360
396
  }
@@ -362,13 +398,13 @@
362
398
  {
363
399
  "productEvent": "avi:confluence:created:task",
364
400
  "oAuthScopes": {
365
- "current": [
401
+ "beta": [
366
402
  "read:inlinetask:confluence",
367
403
  "read:space:confluence",
368
404
  "read:user:confluence",
369
405
  "read:content.metadata:confluence"
370
406
  ],
371
- "deprecated": [
407
+ "current": [
372
408
  "read:confluence-content.all"
373
409
  ]
374
410
  }
@@ -376,13 +412,13 @@
376
412
  {
377
413
  "productEvent": "avi:confluence:updated:task",
378
414
  "oAuthScopes": {
379
- "current": [
415
+ "beta": [
380
416
  "read:inlinetask:confluence",
381
417
  "read:space:confluence",
382
418
  "read:user:confluence",
383
419
  "read:content.metadata:confluence"
384
420
  ],
385
- "deprecated": [
421
+ "current": [
386
422
  "read:confluence-content.all"
387
423
  ]
388
424
  }
@@ -390,13 +426,13 @@
390
426
  {
391
427
  "productEvent": "avi:confluence:removed:task",
392
428
  "oAuthScopes": {
393
- "current": [
429
+ "beta": [
394
430
  "read:inlinetask:confluence",
395
431
  "read:space:confluence",
396
432
  "read:user:confluence",
397
433
  "read:content.metadata:confluence"
398
434
  ],
399
- "deprecated": [
435
+ "current": [
400
436
  "read:confluence-content.all"
401
437
  ]
402
438
  }
@@ -404,10 +440,10 @@
404
440
  {
405
441
  "productEvent": "avi:confluence:created:space:V2",
406
442
  "oAuthScopes": {
407
- "current": [
443
+ "beta": [
408
444
  "read:space:confluence"
409
445
  ],
410
- "deprecated": [
446
+ "current": [
411
447
  "read:confluence-space.summary"
412
448
  ]
413
449
  }
@@ -415,10 +451,10 @@
415
451
  {
416
452
  "productEvent": "avi:confluence:updated:space:V2",
417
453
  "oAuthScopes": {
418
- "current": [
454
+ "beta": [
419
455
  "read:space:confluence"
420
456
  ],
421
- "deprecated": [
457
+ "current": [
422
458
  "read:confluence-space.summary"
423
459
  ]
424
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;AAGpD,qBAAa,uBAAwB,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAkBvF"}
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()