@forge/manifest 0.0.0-experimental-64caa5a → 0.0.0-experimental-490cfcf

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 (39) hide show
  1. package/CHANGELOG.md +355 -6
  2. package/out/index.d.ts +1 -1
  3. package/out/index.d.ts.map +1 -1
  4. package/out/mapping/product-event-to-scope-mapping.json +334 -110
  5. package/out/processor/full-validation-processor.d.ts.map +1 -1
  6. package/out/processor/full-validation-processor.js +3 -0
  7. package/out/schema/basic-manifest-schema.json +32 -0
  8. package/out/schema/basic-manifest.d.ts +13 -0
  9. package/out/schema/manifest-schema.json +2345 -1035
  10. package/out/schema/manifest.d.ts +1853 -1019
  11. package/out/scopes/deprecated-shipyard-scopes.json +24 -0
  12. package/out/scopes/shipyard-scopes.json +49 -69
  13. package/out/text/errors.d.ts +6 -0
  14. package/out/text/errors.d.ts.map +1 -1
  15. package/out/text/errors.js +8 -2
  16. package/out/types/egress-types.d.ts +1 -1
  17. package/out/types/egress-types.d.ts.map +1 -1
  18. package/out/types/egress-types.js +3 -1
  19. package/out/types/module-types.d.ts +9 -0
  20. package/out/types/module-types.d.ts.map +1 -1
  21. package/out/types/module-types.js +9 -0
  22. package/out/validators/connect-authentication-validator.d.ts +7 -0
  23. package/out/validators/connect-authentication-validator.d.ts.map +1 -0
  24. package/out/validators/connect-authentication-validator.js +27 -0
  25. package/out/validators/deprecated-permissions-validator.d.ts +7 -0
  26. package/out/validators/deprecated-permissions-validator.d.ts.map +1 -0
  27. package/out/validators/deprecated-permissions-validator.js +31 -0
  28. package/out/validators/index.d.ts +1 -0
  29. package/out/validators/index.d.ts.map +1 -1
  30. package/out/validators/index.js +1 -0
  31. package/out/validators/modules-validator.d.ts.map +1 -1
  32. package/out/validators/modules-validator.js +12 -3
  33. package/out/validators/permissions-validator.d.ts +6 -0
  34. package/out/validators/permissions-validator.d.ts.map +1 -1
  35. package/out/validators/permissions-validator.js +78 -69
  36. package/out/validators/product-trigger-scopes-validator.d.ts +4 -1
  37. package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
  38. package/out/validators/product-trigger-scopes-validator.js +23 -7
  39. package/package.json +3 -3
@@ -0,0 +1,24 @@
1
+ [
2
+ "manage:confluence-configuration",
3
+ "manage:jira-configuration",
4
+ "manage:jira-data-provider",
5
+ "manage:jira-project",
6
+ "manage:jira-webhook",
7
+ "read:confluence-content.all",
8
+ "read:confluence-content.permission",
9
+ "read:confluence-content.summary",
10
+ "read:confluence-groups",
11
+ "read:confluence-props",
12
+ "read:confluence-space.summary",
13
+ "read:confluence-user",
14
+ "read:jira-user",
15
+ "read:jira-work",
16
+ "readonly:content.attachment:confluence",
17
+ "search:confluence",
18
+ "write:confluence-content",
19
+ "write:confluence-file",
20
+ "write:confluence-groups",
21
+ "write:confluence-props",
22
+ "write:confluence-space",
23
+ "write:jira-work"
24
+ ]
@@ -11,46 +11,46 @@
11
11
  "delete:avatar:jira",
12
12
  "delete:blogpost:confluence",
13
13
  "delete:board-scope.admin:jira-software",
14
- "delete:comment.property:jira",
15
14
  "delete:comment:confluence",
16
15
  "delete:comment:jira",
16
+ "delete:comment.property:jira",
17
17
  "delete:connect-confluence",
18
18
  "delete:connect-jira",
19
19
  "delete:content:confluence",
20
20
  "delete:custom-content:confluence",
21
- "delete:dashboard.property:jira",
22
21
  "delete:dashboard:jira",
22
+ "delete:dashboard.property:jira",
23
23
  "delete:field-configuration-scheme:jira",
24
24
  "delete:field-configuration:jira",
25
- "delete:field.option:jira",
26
25
  "delete:field:jira",
27
- "delete:filter.column:jira",
26
+ "delete:field.option:jira",
28
27
  "delete:filter:jira",
28
+ "delete:filter.column:jira",
29
29
  "delete:group:jira",
30
30
  "delete:issue-link-type:jira",
31
31
  "delete:issue-link:jira",
32
32
  "delete:issue-type-scheme:jira",
33
33
  "delete:issue-type-screen-scheme:jira",
34
- "delete:issue-type.property:jira",
35
34
  "delete:issue-type:jira",
36
- "delete:issue-worklog.property:jira",
35
+ "delete:issue-type.property:jira",
37
36
  "delete:issue-worklog:jira",
37
+ "delete:issue-worklog.property:jira",
38
+ "delete:issue:jira",
38
39
  "delete:issue.property:jira",
39
40
  "delete:issue.remote-link:jira",
40
- "delete:issue:jira",
41
+ "delete:organization:jira-service-management",
41
42
  "delete:organization.property:jira-service-management",
42
43
  "delete:organization.user:jira-service-management",
43
- "delete:organization:jira-service-management",
44
44
  "delete:page:confluence",
45
45
  "delete:permission-scheme:jira",
46
46
  "delete:permission:jira",
47
47
  "delete:project-category:jira",
48
48
  "delete:project-role:jira",
49
49
  "delete:project-version:jira",
50
+ "delete:project:jira",
50
51
  "delete:project.avatar:jira",
51
52
  "delete:project.component:jira",
52
53
  "delete:project.property:jira",
53
- "delete:project:jira",
54
54
  "delete:request.feedback:jira-service-management",
55
55
  "delete:request.notification:jira-service-management",
56
56
  "delete:request.participant:jira-service-management",
@@ -68,13 +68,8 @@
68
68
  "delete:user.property:jira",
69
69
  "delete:webhook:jira",
70
70
  "delete:workflow-scheme:jira",
71
- "delete:workflow.property:jira",
72
71
  "delete:workflow:jira",
73
- "manage:confluence-configuration",
74
- "manage:jira-configuration",
75
- "manage:jira-data-provider",
76
- "manage:jira-project",
77
- "manage:jira-webhook",
72
+ "delete:workflow.property:jira",
78
73
  "manage:servicedesk-customer",
79
74
  "project-admin:connect-jira",
80
75
  "read:account",
@@ -86,47 +81,40 @@
86
81
  "read:audit-log:jira",
87
82
  "read:avatar:jira",
88
83
  "read:blogpost:confluence",
89
- "read:board-scope.admin:jira-software",
90
84
  "read:board-scope:jira-software",
85
+ "read:board-scope.admin:jira-software",
91
86
  "read:build:jira-software",
92
- "read:comment.property:jira",
93
87
  "read:comment:confluence",
94
88
  "read:comment:jira",
89
+ "read:comment.property:jira",
95
90
  "read:component:compass",
96
91
  "read:configuration:confluence",
97
- "read:confluence-content.all",
98
- "read:confluence-content.permission",
99
- "read:confluence-content.summary",
100
- "read:confluence-groups",
101
- "read:confluence-props",
102
- "read:confluence-space.summary",
103
- "read:confluence-user",
104
92
  "read:connect-confluence",
105
93
  "read:connect-jira",
106
94
  "read:content-details:confluence",
95
+ "read:content:confluence",
107
96
  "read:content.metadata:confluence",
108
97
  "read:content.permission:confluence",
109
98
  "read:content.property:confluence",
110
99
  "read:content.restriction:confluence",
111
- "read:content:confluence",
112
100
  "read:custom-content:confluence",
113
101
  "read:custom-field-contextual-configuration:jira",
114
102
  "read:customer:jira-service-management",
115
- "read:dashboard.property:jira",
116
103
  "read:dashboard:jira",
104
+ "read:dashboard.property:jira",
117
105
  "read:deployment:jira-software",
118
106
  "read:epic:jira-software",
119
107
  "read:event:compass",
120
108
  "read:feature-flag:jira-software",
121
109
  "read:field-configuration-scheme:jira",
122
110
  "read:field-configuration:jira",
111
+ "read:field:jira",
123
112
  "read:field.default-value:jira",
124
113
  "read:field.option:jira",
125
114
  "read:field.options:jira",
126
- "read:field:jira",
115
+ "read:filter:jira",
127
116
  "read:filter.column:jira",
128
117
  "read:filter.default-share-scope:jira",
129
- "read:filter:jira",
130
118
  "read:group:confluence",
131
119
  "read:group:jira",
132
120
  "read:inlinetask:confluence",
@@ -144,10 +132,12 @@
144
132
  "read:issue-type-scheme:jira",
145
133
  "read:issue-type-screen-scheme:jira",
146
134
  "read:issue-type-transition:jira",
147
- "read:issue-type.property:jira",
148
135
  "read:issue-type:jira",
149
- "read:issue-worklog.property:jira",
136
+ "read:issue-type.property:jira",
150
137
  "read:issue-worklog:jira",
138
+ "read:issue-worklog.property:jira",
139
+ "read:issue:jira",
140
+ "read:issue:jira-software",
151
141
  "read:issue.changelog:jira",
152
142
  "read:issue.property:jira",
153
143
  "read:issue.remote-link:jira",
@@ -156,11 +146,7 @@
156
146
  "read:issue.vote:jira",
157
147
  "read:issue.votes:jira",
158
148
  "read:issue.watcher:jira",
159
- "read:issue:jira",
160
- "read:issue:jira-software",
161
149
  "read:jira-expressions:jira",
162
- "read:jira-user",
163
- "read:jira-work",
164
150
  "read:jql:jira",
165
151
  "read:knowledgebase:jira-service-management",
166
152
  "read:label:confluence",
@@ -169,9 +155,9 @@
169
155
  "read:me",
170
156
  "read:metric:compass",
171
157
  "read:notification-scheme:jira",
158
+ "read:organization:jira-service-management",
172
159
  "read:organization.property:jira-service-management",
173
160
  "read:organization.user:jira-service-management",
174
- "read:organization:jira-service-management",
175
161
  "read:page:confluence",
176
162
  "read:permission-scheme:jira",
177
163
  "read:permission:jira",
@@ -180,15 +166,16 @@
180
166
  "read:project-role:jira",
181
167
  "read:project-type:jira",
182
168
  "read:project-version:jira",
169
+ "read:project:jira",
183
170
  "read:project.avatar:jira",
184
171
  "read:project.component:jira",
185
172
  "read:project.email:jira",
186
173
  "read:project.feature:jira",
187
174
  "read:project.property:jira",
188
- "read:project:jira",
189
175
  "read:queue:jira-service-management",
190
176
  "read:relation:confluence",
191
177
  "read:remote-link:jira-software",
178
+ "read:request:jira-service-management",
192
179
  "read:request.action:jira-service-management",
193
180
  "read:request.approval:jira-service-management",
194
181
  "read:request.attachment:jira-service-management",
@@ -198,9 +185,8 @@
198
185
  "read:request.participant:jira-service-management",
199
186
  "read:request.sla:jira-service-management",
200
187
  "read:request.status:jira-service-management",
201
- "read:request:jira-service-management",
202
- "read:requesttype.property:jira-service-management",
203
188
  "read:requesttype:jira-service-management",
189
+ "read:requesttype.property:jira-service-management",
204
190
  "read:resolution:jira",
205
191
  "read:role:jira",
206
192
  "read:scorecard:compass",
@@ -210,33 +196,32 @@
210
196
  "read:screen:jira",
211
197
  "read:screenable-field:jira",
212
198
  "read:servicedesk-request",
199
+ "read:servicedesk:jira-service-management",
213
200
  "read:servicedesk.customer:jira-service-management",
214
201
  "read:servicedesk.organization:jira-service-management",
215
202
  "read:servicedesk.property:jira-service-management",
216
- "read:servicedesk:jira-service-management",
217
203
  "read:servicemanagement-insight-objects",
218
204
  "read:source-code:jira-software",
219
205
  "read:space-details:confluence",
206
+ "read:space:confluence",
220
207
  "read:space.permission:confluence",
221
208
  "read:space.property:confluence",
222
209
  "read:space.setting:confluence",
223
- "read:space:confluence",
224
210
  "read:sprint:jira-software",
225
211
  "read:status:jira",
226
212
  "read:template:confluence",
227
213
  "read:user-configuration:jira",
228
- "read:user.columns:jira",
229
- "read:user.property:jira",
230
214
  "read:user:confluence",
231
215
  "read:user:jira",
216
+ "read:user.columns:jira",
217
+ "read:user.property:confluence",
218
+ "read:user.property:jira",
232
219
  "read:watcher:confluence",
233
220
  "read:webhook:jira",
234
221
  "read:workflow-scheme:jira",
235
- "read:workflow.property:jira",
236
222
  "read:workflow:jira",
237
- "readonly:content.attachment:confluence",
223
+ "read:workflow.property:jira",
238
224
  "report:personal-data",
239
- "search:confluence",
240
225
  "send:notification:jira",
241
226
  "space-admin:connect-confluence",
242
227
  "storage:app",
@@ -246,41 +231,36 @@
246
231
  "write:audit-log:confluence",
247
232
  "write:avatar:jira",
248
233
  "write:blogpost:confluence",
249
- "write:board-scope.admin:jira-software",
250
234
  "write:board-scope:jira-software",
235
+ "write:board-scope.admin:jira-software",
251
236
  "write:build:jira-software",
252
- "write:comment.property:jira",
253
237
  "write:comment:confluence",
254
238
  "write:comment:jira",
239
+ "write:comment.property:jira",
255
240
  "write:component:compass",
256
241
  "write:configuration:confluence",
257
- "write:confluence-content",
258
- "write:confluence-file",
259
- "write:confluence-groups",
260
- "write:confluence-props",
261
- "write:confluence-space",
262
242
  "write:connect-confluence",
263
243
  "write:connect-jira",
244
+ "write:content:confluence",
264
245
  "write:content.property:confluence",
265
246
  "write:content.restriction:confluence",
266
- "write:content:confluence",
267
247
  "write:custom-content:confluence",
268
248
  "write:custom-field-contextual-configuration:jira",
269
249
  "write:customer:jira-service-management",
270
- "write:dashboard.property:jira",
271
250
  "write:dashboard:jira",
251
+ "write:dashboard.property:jira",
272
252
  "write:deployment:jira-software",
273
253
  "write:epic:jira-software",
274
254
  "write:event:compass",
275
255
  "write:feature-flag:jira-software",
276
256
  "write:field-configuration-scheme:jira",
277
257
  "write:field-configuration:jira",
258
+ "write:field:jira",
278
259
  "write:field.default-value:jira",
279
260
  "write:field.option:jira",
280
- "write:field:jira",
261
+ "write:filter:jira",
281
262
  "write:filter.column:jira",
282
263
  "write:filter.default-share-scope:jira",
283
- "write:filter:jira",
284
264
  "write:group:confluence",
285
265
  "write:group:jira",
286
266
  "write:inlinetask:confluence",
@@ -289,37 +269,37 @@
289
269
  "write:issue-link:jira",
290
270
  "write:issue-type-scheme:jira",
291
271
  "write:issue-type-screen-scheme:jira",
292
- "write:issue-type.property:jira",
293
272
  "write:issue-type:jira",
294
- "write:issue-worklog.property:jira",
273
+ "write:issue-type.property:jira",
295
274
  "write:issue-worklog:jira",
275
+ "write:issue-worklog.property:jira",
276
+ "write:issue:jira",
277
+ "write:issue:jira-software",
296
278
  "write:issue.property:jira",
297
279
  "write:issue.remote-link:jira",
298
280
  "write:issue.time-tracking:jira",
299
281
  "write:issue.vote:jira",
300
282
  "write:issue.watcher:jira",
301
- "write:issue:jira",
302
- "write:issue:jira-software",
303
- "write:jira-work",
304
283
  "write:label:confluence",
305
284
  "write:metric:compass",
285
+ "write:organization:jira-service-management",
306
286
  "write:organization.property:jira-service-management",
307
287
  "write:organization.user:jira-service-management",
308
- "write:organization:jira-service-management",
309
288
  "write:page:confluence",
310
289
  "write:permission-scheme:jira",
311
290
  "write:permission:jira",
312
291
  "write:project-category:jira",
313
292
  "write:project-role:jira",
314
293
  "write:project-version:jira",
294
+ "write:project:jira",
315
295
  "write:project.avatar:jira",
316
296
  "write:project.component:jira",
317
297
  "write:project.email:jira",
318
298
  "write:project.feature:jira",
319
299
  "write:project.property:jira",
320
- "write:project:jira",
321
300
  "write:relation:confluence",
322
301
  "write:remote-link:jira-software",
302
+ "write:request:jira-service-management",
323
303
  "write:request.approval:jira-service-management",
324
304
  "write:request.attachment:jira-service-management",
325
305
  "write:request.comment:jira-service-management",
@@ -327,31 +307,31 @@
327
307
  "write:request.notification:jira-service-management",
328
308
  "write:request.participant:jira-service-management",
329
309
  "write:request.status:jira-service-management",
330
- "write:request:jira-service-management",
331
- "write:requesttype.property:jira-service-management",
332
310
  "write:requesttype:jira-service-management",
311
+ "write:requesttype.property:jira-service-management",
333
312
  "write:scorecard:compass",
334
313
  "write:screen-scheme:jira",
335
314
  "write:screen-tab:jira",
336
315
  "write:screen:jira",
337
316
  "write:screenable-field:jira",
338
317
  "write:servicedesk-request",
318
+ "write:servicedesk:jira-service-management",
339
319
  "write:servicedesk.customer:jira-service-management",
340
320
  "write:servicedesk.organization:jira-service-management",
341
321
  "write:servicedesk.property:jira-service-management",
342
- "write:servicedesk:jira-service-management",
343
322
  "write:source-code:jira-software",
323
+ "write:space:confluence",
344
324
  "write:space.permission:confluence",
345
325
  "write:space.property:confluence",
346
326
  "write:space.setting:confluence",
347
- "write:space:confluence",
348
327
  "write:sprint:jira-software",
349
328
  "write:template:confluence",
350
329
  "write:user-configuration:jira",
330
+ "write:user.property:confluence",
351
331
  "write:user.property:jira",
352
332
  "write:watcher:confluence",
353
333
  "write:webhook:jira",
354
334
  "write:workflow-scheme:jira",
355
- "write:workflow.property:jira",
356
- "write:workflow:jira"
335
+ "write:workflow:jira",
336
+ "write:workflow.property:jira"
357
337
  ]
@@ -11,6 +11,7 @@ export declare const errors: {
11
11
  permissions: {
12
12
  invalidPermission: (element: string, value: string) => string;
13
13
  missingPermissionFromScope: (scope: string, event: string) => string;
14
+ deprecatedPermission: (element: string, value: string[]) => string;
14
15
  };
15
16
  connectModules: {
16
17
  invalidConnectModule: (module: string) => string;
@@ -41,6 +42,10 @@ export declare const errors: {
41
42
  customFields: {
42
43
  searchAlias: (aliases: string[]) => string;
43
44
  };
45
+ subPages: {
46
+ subPagesWithUIKit: (key: string) => string;
47
+ invalidPagesAndSections: (key: string) => string;
48
+ };
44
49
  function: {
45
50
  invalidKeyLength: (key: string) => string;
46
51
  handler: {
@@ -69,6 +74,7 @@ export declare const errors: {
69
74
  app: {
70
75
  missingAppConnectRemote: () => string;
71
76
  missingRemoteForConnect: (key: string) => string;
77
+ missingConnectModules: () => string;
72
78
  };
73
79
  };
74
80
  export declare enum References {
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/text/errors.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;8BACS,MAAM,KAAG,MAAM;2BACpB,MAAM;yBAEN,MAAM,GAAG,SAAS,QAAQ,MAAM,EAAE,UAAU,MAAM,GAAG,SAAS,KAAG,MAAM;;uBAO3E,MAAM,EAAE,EAAE,GAAG,SAAS,KAAG,MAAM;4BAI1B,MAAM,EAAE,KAAG,MAAM;mCACV,MAAM,SAAS,MAAM,0CAA4B,MAAM;mDAIvC,MAAM,KAAG,MAAM;;;qCAI7B,MAAM,SAAS,MAAM,KAAG,MAAM;4CAEvB,MAAM,SAAS,MAAM,KAAG,MAAM;;;uCAInC,MAAM,KAAG,MAAM;oCACpB,MAAM;iCAEP,MAAM,KAAG,MAAM;4CACJ,MAAM,KAAG,MAAM;;;gCAG3B,MAAM,KAAG,MAAM;6BACpB,MAAM;+BACJ,MAAM;iCACF,MAAM,KAAG,MAAM;yCACP,MAAM,eAAe,MAAM,KAAG,MAAM;yCAEpC,MAAM,eAAe,MAAM,KAAG,MAAM;;yCAGtC,MAAM,KAAG,MAAM;iCAEvB,MAAM,KAAG,MAAM;4CACJ,MAAM,gBAAgB,MAAM,KAAG,MAAM;sCAE3C,MAAM,gBAAgB,MAAM,gBAAgB,MAAM,KAAG,MAAM;;;mCAI9D,MAAM,KAAG,MAAM;mCAEf,MAAM,KAAG,MAAM;;;mCAIf,MAAM,KAAG,MAAM;;;mCAIf,MAAM,EAAE,KAAG,MAAM;;;oCAIhB,MAAM,KAAG,MAAM;;oCAEjB,MAAM,SAAS,MAAM,KAAG,MAAM;qCAI7B,MAAM,YAAY,MAAM,KAAG,MAAM;;;;;mCAQ/B,MAAM,OAAO,MAAM,KAAG,MAAM;iCAE9B,MAAM,OAAO,MAAM,KAAG,MAAM;oCAEzB,MAAM,OAAO,MAAM,KAAG,MAAM;gDAEhB,MAAM,KAAG,MAAM;uCAExB,MAAM,KAAG,MAAM;;;;;;;;kCAQpB,MAAM,UAAU,MAAM,KAAG,MAAM;gCAEjC,MAAM,KAAG,MAAM;2CAEJ,MAAM,eAAe,MAAM,KAAG,MAAM;;;uCAI1C,MAAM;uCAEJ,MAAM,KAAG,MAAM;;CAGjD,CAAC;AAEF,oBAAY,UAAU;IACpB,eAAe,2BAA2B;IAC1C,eAAe,wBAAwB;IACvC,WAAW,4BAA4B;IACvC,WAAW,+BAA+B;IAC1C,aAAa,8BAA8B;IAC3C,OAAO,0BAA0B;IACjC,cAAc,kCAAkC;IAChD,mBAAmB,0BAA0B;IAC7C,SAAS,4BAA4B;IACrC,SAAS,4BAA4B;IACrC,UAAU,wBAAwB;IAClC,GAAG,8BAA8B;CAClC"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/text/errors.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;8BACS,MAAM,KAAG,MAAM;2BACpB,MAAM;yBAEN,MAAM,GAAG,SAAS,QAAQ,MAAM,EAAE,UAAU,MAAM,GAAG,SAAS,KAAG,MAAM;;uBAO3E,MAAM,EAAE,EAAE,GAAG,SAAS,KAAG,MAAM;4BAI1B,MAAM,EAAE,KAAG,MAAM;mCACV,MAAM,SAAS,MAAM,0CAA4B,MAAM;mDAIvC,MAAM,KAAG,MAAM;;;qCAI7B,MAAM,SAAS,MAAM,KAAG,MAAM;4CAEvB,MAAM,SAAS,MAAM,KAAG,MAAM;wCAElC,MAAM,SAAS,MAAM,EAAE,KAAG,MAAM;;;uCAMjC,MAAM,KAAG,MAAM;oCACpB,MAAM;iCAEP,MAAM,KAAG,MAAM;4CACJ,MAAM,KAAG,MAAM;;;gCAG3B,MAAM,KAAG,MAAM;6BACpB,MAAM;+BACJ,MAAM;iCACF,MAAM,KAAG,MAAM;yCACP,MAAM,eAAe,MAAM,KAAG,MAAM;yCAEpC,MAAM,eAAe,MAAM,KAAG,MAAM;;yCAGtC,MAAM,KAAG,MAAM;iCAEvB,MAAM,KAAG,MAAM;4CACJ,MAAM,gBAAgB,MAAM,KAAG,MAAM;sCAE3C,MAAM,gBAAgB,MAAM,gBAAgB,MAAM,KAAG,MAAM;;;mCAI9D,MAAM,KAAG,MAAM;mCAEf,MAAM,KAAG,MAAM;;;mCAIf,MAAM,KAAG,MAAM;;;mCAIf,MAAM,EAAE,KAAG,MAAM;;;qCAIf,MAAM,KAAG,MAAM;2CAET,MAAM,KAAG,MAAM;;;oCAGtB,MAAM,KAAG,MAAM;;oCAEjB,MAAM,SAAS,MAAM,KAAG,MAAM;qCAI7B,MAAM,YAAY,MAAM,KAAG,MAAM;;;;;mCAQ/B,MAAM,OAAO,MAAM,KAAG,MAAM;iCAE9B,MAAM,OAAO,MAAM,KAAG,MAAM;oCAEzB,MAAM,OAAO,MAAM,KAAG,MAAM;gDAEhB,MAAM,KAAG,MAAM;uCAExB,MAAM,KAAG,MAAM;;;;;;;;kCAQpB,MAAM,UAAU,MAAM,KAAG,MAAM;gCAEjC,MAAM,KAAG,MAAM;2CAEJ,MAAM,eAAe,MAAM,KAAG,MAAM;;;uCAI1C,MAAM;uCAEJ,MAAM,KAAG,MAAM;qCAEnB,MAAM;;CAGpC,CAAC;AAEF,oBAAY,UAAU;IACpB,eAAe,2BAA2B;IAC1C,eAAe,wBAAwB;IACvC,WAAW,4BAA4B;IACvC,WAAW,+BAA+B;IAC1C,aAAa,8BAA8B;IAC3C,OAAO,0BAA0B;IACjC,cAAc,kCAAkC;IAChD,mBAAmB,0BAA0B;IAC7C,SAAS,4BAA4B;IACrC,SAAS,4BAA4B;IACrC,UAAU,wBAAwB;IAClC,GAAG,8BAA8B;CAClC"}
@@ -22,7 +22,8 @@ exports.errors = {
22
22
  },
23
23
  permissions: {
24
24
  invalidPermission: (element, value) => `Invalid '${element}' permission in the manifest.yml file - '${value}'. Learn more about permissions at: https://go.atlassian.com/forge-permissions.`,
25
- missingPermissionFromScope: (scope, event) => `Trigger event: '${event}' requires '${scope}' scope`
25
+ missingPermissionFromScope: (scope, event) => `Trigger event: '${event}' requires '${scope}' scope`,
26
+ deprecatedPermission: (element, value) => `There are deprecated scopes '${element}' in the manifest.yml file: '${value.join(', ')}'. You need to update this app to use new scopes and remove the deprecated scopes. Learn more at: https://go.atlassian.com/forge-permissions.`
26
27
  },
27
28
  connectModules: {
28
29
  invalidConnectModule: (module) => `invalid value '${module}' in connectModules`,
@@ -53,6 +54,10 @@ exports.errors = {
53
54
  customFields: {
54
55
  searchAlias: (aliases) => `Search alias should be always unique per field. Found duplicates: ${aliases.join(', ')}.`
55
56
  },
57
+ subPages: {
58
+ subPagesWithUIKit: (key) => `Subpages in UI kit are not supported. Use Custom UI in the '${key}' module instead.`,
59
+ invalidPagesAndSections: (key) => `'pages' cannot be used with 'sections' in the module '${key}'.`
60
+ },
56
61
  function: {
57
62
  invalidKeyLength: (key) => `The function key exceeds 23 characters: ‘${key}’.`,
58
63
  handler: {
@@ -80,7 +85,8 @@ exports.errors = {
80
85
  },
81
86
  app: {
82
87
  missingAppConnectRemote: () => `missing app.connect.remote. app.connect.remote is required if connectModules are present.`,
83
- missingRemoteForConnect: (key) => `no remote found with key '${key}' matching app.connect.remote value.`
88
+ missingRemoteForConnect: (key) => `no remote found with key '${key}' matching app.connect.remote value.`,
89
+ missingConnectModules: () => 'Missing connectModules. When app.connect.authentication is present, connectModules is required.'
84
90
  }
85
91
  };
86
92
  var References;
@@ -1,4 +1,4 @@
1
1
  export declare const EGRESS_TYPES: {
2
- EGRESS_SCRIPTS: string[];
2
+ ALLOWED_CSP_TYPES: string[];
3
3
  };
4
4
  //# sourceMappingURL=egress-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"egress-types.d.ts","sourceRoot":"","sources":["../../src/types/egress-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;CAExB,CAAC"}
1
+ {"version":3,"file":"egress-types.d.ts","sourceRoot":"","sources":["../../src/types/egress-types.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;CAExB,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EGRESS_TYPES = void 0;
4
+ const ALLOWED_CSP_UNSAFE_SOURCES = ['unsafe-eval', 'unsafe-hashes', 'unsafe-inline'];
5
+ const ALLOWED_CSP_SCHEMA_SOURCES = ['blob:'];
4
6
  exports.EGRESS_TYPES = {
5
- EGRESS_SCRIPTS: ['unsafe-eval', 'unsafe-hashes', 'unsafe-inline']
7
+ ALLOWED_CSP_TYPES: [...ALLOWED_CSP_UNSAFE_SOURCES, ...ALLOWED_CSP_SCHEMA_SOURCES]
6
8
  };
@@ -28,6 +28,15 @@ export declare enum AllModuleTypes {
28
28
  CompassAdminPage = "compass:adminPage",
29
29
  CompassComponentPage = "compass:componentPage",
30
30
  CompassGlobalPage = "compass:globalPage",
31
+ CompassTeamPage = "compass:teamPage",
32
+ JiraServiceManagementQueuePage = "jiraServiceManagement:queuePage",
33
+ JiraServiceManagementPortalRequestDetail = "jiraServiceManagement:portalRequestDetail",
34
+ JiraServiceManagementPortalRequestDetailPanel = "jiraServiceManagement:portalRequestDetailPanel",
35
+ JiraServiceManagementOrganizationPanel = "jiraServiceManagement:organizationPanel",
36
+ JiraServiceManagementPortalHeader = "jiraServiceManagement:portalHeader",
37
+ JiraServiceManagementPortalSubheader = "jiraServiceManagement:portalSubheader",
38
+ JiraServiceManagementPortalFooter = "jiraServiceManagement:portalFooter",
39
+ JiraServiceManagementPortalProfilePanel = "jiraServiceManagement:portalProfilePanel",
31
40
  ConnectJiraAdminPages = "connect-jira:adminPages",
32
41
  ConnectJiraJiraBackgroundScripts = "connect-jira:jiraBackgroundScripts",
33
42
  ConnectJiraGeneralPages = "connect-jira:generalPages",
@@ -1 +1 @@
1
- {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,oBAAoB,0BAA0B;IAC9C,QAAQ,cAAc;IACtB,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,qBAAqB,2BAA2B;IAChD,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,iBAAiB,uBAAuB;IAExC,qBAAqB,4BAA4B;IACjD,gCAAgC,uCAAuC;IACvE,uBAAuB,8BAA8B;IACrD,6BAA6B,oCAAoC;IACjE,gCAAgC,uCAAuC;IACvE,0BAA0B,iCAAiC;IAC3D,2BAA2B,kCAAkC;IAC7D,oCAAoC,2CAA2C;IAC/E,+BAA+B,sCAAsC;IACrE,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,4BAA4B,mCAAmC;IAC/D,mBAAmB,0BAA0B;IAC7C,oBAAoB,2BAA2B;IAC/C,2BAA2B,kCAAkC;IAC7D,2BAA2B,kCAAkC;IAC7D,8BAA8B,qCAAqC;IACnE,4CAA4C,mDAAmD;IAC/F,iCAAiC,wCAAwC;IACzE,mCAAmC,0CAA0C;IAC7E,8BAA8B,qCAAqC;IACnE,wBAAwB,+BAA+B;IACvD,qCAAqC,4CAA4C;IACjF,6BAA6B,oCAAoC;IACjE,kCAAkC,yCAAyC;IAC3E,gCAAgC,uCAAuC;IACvE,+BAA+B,sCAAsC;IACrE,oCAAoC,2CAA2C;IAC/E,yBAAyB,gCAAgC;IACzD,0BAA0B,iCAAiC;IAC3D,4BAA4B,mCAAmC;IAC/D,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;IACvD,kBAAkB,yBAAyB;IAC3C,gCAAgC,uCAAuC;IACvE,qCAAqC,4CAA4C;IACjF,8BAA8B,qCAAqC;IACnE,+BAA+B,sCAAsC;IACrE,sCAAsC,6CAA6C;IACnF,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,yBAAyB,gCAAgC;IACzD,2BAA2B,kCAAkC;IAC7D,iCAAiC,wCAAwC;IACzE,sBAAsB,6BAA6B;IACnD,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,iCAAiC,wCAAwC;IACzE,0BAA0B,iCAAiC;IAC3D,oBAAoB,2BAA2B;IAC/C,sBAAsB,6BAA6B;IACnD,mBAAmB,0BAA0B;IAC7C,0BAA0B,iCAAiC;CAC5D;AAED,eAAO,MAAM,iBAAiB,kBAAgC,CAAC;AAE/D,eAAO,MAAM,uBAAuB,UAAwE,CAAC"}
1
+ {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,oBAAoB,0BAA0B;IAC9C,QAAQ,cAAc;IACtB,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,qBAAqB,2BAA2B;IAChD,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IAEpC,8BAA8B,oCAAoC;IAClE,wCAAwC,8CAA8C;IACtF,6CAA6C,mDAAmD;IAChG,sCAAsC,4CAA4C;IAClF,iCAAiC,uCAAuC;IACxE,oCAAoC,0CAA0C;IAC9E,iCAAiC,uCAAuC;IACxE,uCAAuC,6CAA6C;IAEpF,qBAAqB,4BAA4B;IACjD,gCAAgC,uCAAuC;IACvE,uBAAuB,8BAA8B;IACrD,6BAA6B,oCAAoC;IACjE,gCAAgC,uCAAuC;IACvE,0BAA0B,iCAAiC;IAC3D,2BAA2B,kCAAkC;IAC7D,oCAAoC,2CAA2C;IAC/E,+BAA+B,sCAAsC;IACrE,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,4BAA4B,mCAAmC;IAC/D,mBAAmB,0BAA0B;IAC7C,oBAAoB,2BAA2B;IAC/C,2BAA2B,kCAAkC;IAC7D,2BAA2B,kCAAkC;IAC7D,8BAA8B,qCAAqC;IACnE,4CAA4C,mDAAmD;IAC/F,iCAAiC,wCAAwC;IACzE,mCAAmC,0CAA0C;IAC7E,8BAA8B,qCAAqC;IACnE,wBAAwB,+BAA+B;IACvD,qCAAqC,4CAA4C;IACjF,6BAA6B,oCAAoC;IACjE,kCAAkC,yCAAyC;IAC3E,gCAAgC,uCAAuC;IACvE,+BAA+B,sCAAsC;IACrE,oCAAoC,2CAA2C;IAC/E,yBAAyB,gCAAgC;IACzD,0BAA0B,iCAAiC;IAC3D,4BAA4B,mCAAmC;IAC/D,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;IACvD,kBAAkB,yBAAyB;IAC3C,gCAAgC,uCAAuC;IACvE,qCAAqC,4CAA4C;IACjF,8BAA8B,qCAAqC;IACnE,+BAA+B,sCAAsC;IACrE,sCAAsC,6CAA6C;IACnF,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,yBAAyB,gCAAgC;IACzD,2BAA2B,kCAAkC;IAC7D,iCAAiC,wCAAwC;IACzE,sBAAsB,6BAA6B;IACnD,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,iCAAiC,wCAAwC;IACzE,0BAA0B,iCAAiC;IAC3D,oBAAoB,2BAA2B;IAC/C,sBAAsB,6BAA6B;IACnD,mBAAmB,0BAA0B;IAC7C,0BAA0B,iCAAiC;CAC5D;AAED,eAAO,MAAM,iBAAiB,kBAAgC,CAAC;AAE/D,eAAO,MAAM,uBAAuB,UAAwE,CAAC"}
@@ -32,6 +32,15 @@ var AllModuleTypes;
32
32
  AllModuleTypes["CompassAdminPage"] = "compass:adminPage";
33
33
  AllModuleTypes["CompassComponentPage"] = "compass:componentPage";
34
34
  AllModuleTypes["CompassGlobalPage"] = "compass:globalPage";
35
+ AllModuleTypes["CompassTeamPage"] = "compass:teamPage";
36
+ AllModuleTypes["JiraServiceManagementQueuePage"] = "jiraServiceManagement:queuePage";
37
+ AllModuleTypes["JiraServiceManagementPortalRequestDetail"] = "jiraServiceManagement:portalRequestDetail";
38
+ AllModuleTypes["JiraServiceManagementPortalRequestDetailPanel"] = "jiraServiceManagement:portalRequestDetailPanel";
39
+ AllModuleTypes["JiraServiceManagementOrganizationPanel"] = "jiraServiceManagement:organizationPanel";
40
+ AllModuleTypes["JiraServiceManagementPortalHeader"] = "jiraServiceManagement:portalHeader";
41
+ AllModuleTypes["JiraServiceManagementPortalSubheader"] = "jiraServiceManagement:portalSubheader";
42
+ AllModuleTypes["JiraServiceManagementPortalFooter"] = "jiraServiceManagement:portalFooter";
43
+ AllModuleTypes["JiraServiceManagementPortalProfilePanel"] = "jiraServiceManagement:portalProfilePanel";
35
44
  AllModuleTypes["ConnectJiraAdminPages"] = "connect-jira:adminPages";
36
45
  AllModuleTypes["ConnectJiraJiraBackgroundScripts"] = "connect-jira:jiraBackgroundScripts";
37
46
  AllModuleTypes["ConnectJiraGeneralPages"] = "connect-jira:generalPages";
@@ -0,0 +1,7 @@
1
+ import { ValidatorInterface } from './validator-interface';
2
+ import { ManifestObject, ManifestValidationResult } from '../types';
3
+ import { ManifestSchema } from '../schema/manifest';
4
+ export declare class ConnectAuthenticationValidator implements ValidatorInterface<ManifestObject<ManifestSchema> | undefined, ManifestSchema> {
5
+ validate(manifest: ManifestObject<ManifestSchema> | undefined): ManifestValidationResult<ManifestSchema>;
6
+ }
7
+ //# sourceMappingURL=connect-authentication-validator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connect-authentication-validator.d.ts","sourceRoot":"","sources":["../../src/validators/connect-authentication-validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,wBAAwB,EAAmB,MAAM,UAAU,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIpD,qBAAa,8BACX,YAAW,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,EAAE,cAAc,CAAC;IACzF,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,GAAG,wBAAwB,CAAC,cAAc,CAAC;CA0BzG"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConnectAuthenticationValidator = void 0;
4
+ const text_1 = require("../text");
5
+ const utils_1 = require("../utils");
6
+ class ConnectAuthenticationValidator {
7
+ validate(manifest) {
8
+ var _a, _b;
9
+ if (!((_a = manifest === null || manifest === void 0 ? void 0 : manifest.typedContent) === null || _a === void 0 ? void 0 : _a.app)) {
10
+ return {
11
+ success: false,
12
+ manifestObject: manifest
13
+ };
14
+ }
15
+ const app = manifest.typedContent.app;
16
+ const validationErrors = [];
17
+ if (!manifest.typedContent.connectModules && ((_b = app === null || app === void 0 ? void 0 : app.connect) === null || _b === void 0 ? void 0 : _b.authentication)) {
18
+ validationErrors.push(Object.assign({ message: text_1.errors.app.missingConnectModules(), reference: text_1.References.App, level: 'error' }, utils_1.findPosition('connect', manifest.yamlContentByLine)));
19
+ }
20
+ return {
21
+ success: validationErrors.length === 0,
22
+ manifestObject: manifest,
23
+ errors: validationErrors
24
+ };
25
+ }
26
+ }
27
+ exports.ConnectAuthenticationValidator = ConnectAuthenticationValidator;
@@ -0,0 +1,7 @@
1
+ import { ValidatorInterface } from './validator-interface';
2
+ import { ManifestObject, ManifestValidationResult } from '../types';
3
+ import { ManifestSchema } from '../schema/manifest';
4
+ export declare class DeprecatedPermissionsValidator implements ValidatorInterface<ManifestObject<ManifestSchema> | undefined, ManifestSchema> {
5
+ validate(manifest: ManifestObject<ManifestSchema> | undefined): ManifestValidationResult<ManifestSchema>;
6
+ }
7
+ //# sourceMappingURL=deprecated-permissions-validator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecated-permissions-validator.d.ts","sourceRoot":"","sources":["../../src/validators/deprecated-permissions-validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAmB,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAKpD,qBAAa,8BACX,YAAW,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,EAAE,cAAc,CAAC;IACzF,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,GAAG,wBAAwB,CAAC,cAAc,CAAC;CAoCzG"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeprecatedPermissionsValidator = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const deprecated_shipyard_scopes_json_1 = tslib_1.__importDefault(require("../scopes/deprecated-shipyard-scopes.json"));
6
+ const text_1 = require("../text");
7
+ const utils_1 = require("../utils");
8
+ class DeprecatedPermissionsValidator {
9
+ validate(manifest) {
10
+ var _a, _b;
11
+ if (!((_a = manifest === null || manifest === void 0 ? void 0 : manifest.typedContent) === null || _a === void 0 ? void 0 : _a.permissions)) {
12
+ return {
13
+ success: false,
14
+ manifestObject: manifest
15
+ };
16
+ }
17
+ const validationErrors = [];
18
+ function addValidationError(element, value, schemaManifestObject) {
19
+ validationErrors.push(Object.assign({ message: text_1.errors.permissions.deprecatedPermission(element, value), reference: text_1.References.Permissions, level: 'warning' }, utils_1.findPosition(value[0], schemaManifestObject.yamlContentByLine)));
20
+ }
21
+ const deprecatedScopes = (_b = manifest.typedContent.permissions.scopes) === null || _b === void 0 ? void 0 : _b.filter((key) => deprecated_shipyard_scopes_json_1.default.includes(key));
22
+ if (deprecatedScopes && deprecatedScopes.length > 0) {
23
+ addValidationError('scopes', deprecatedScopes, manifest);
24
+ }
25
+ return {
26
+ success: validationErrors.length === 0,
27
+ errors: validationErrors
28
+ };
29
+ }
30
+ }
31
+ exports.DeprecatedPermissionsValidator = DeprecatedPermissionsValidator;
@@ -10,4 +10,5 @@ export * from './product-trigger-scopes-validator';
10
10
  export * from './providers-validator';
11
11
  export * from './permissions-validator';
12
12
  export * from './connect-remote-validator';
13
+ export * from './connect-authentication-validator';
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/validators/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/validators/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC"}
@@ -13,3 +13,4 @@ tslib_1.__exportStar(require("./product-trigger-scopes-validator"), exports);
13
13
  tslib_1.__exportStar(require("./providers-validator"), exports);
14
14
  tslib_1.__exportStar(require("./permissions-validator"), exports);
15
15
  tslib_1.__exportStar(require("./connect-remote-validator"), exports);
16
+ tslib_1.__exportStar(require("./connect-authentication-validator"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"modules-validator.d.ts","sourceRoot":"","sources":["../../src/validators/modules-validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,cAAc,EAAE,wBAAwB,EAAsC,MAAM,UAAU,CAAC;AAGxH,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAK3D,qBAAa,gBACX,YAAW,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,EAAE,cAAc,CAAC;IACzF,OAAO,CAAC,oBAAoB,CAA0C;IAEtE,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,GAAG,wBAAwB,CAAC,cAAc,CAAC;CAqMzG"}
1
+ {"version":3,"file":"modules-validator.d.ts","sourceRoot":"","sources":["../../src/validators/modules-validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,cAAc,EAAE,wBAAwB,EAAsC,MAAM,UAAU,CAAC;AAGxH,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAK3D,qBAAa,gBACX,YAAW,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,EAAE,cAAc,CAAC;IACzF,OAAO,CAAC,oBAAoB,CAA0C;IAEtE,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,GAAG,wBAAwB,CAAC,cAAc,CAAC;CA4NzG"}