@forge/manifest 8.1.0-next.4 → 8.1.0-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
@@ -1,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.1.0-next.5
4
+
5
+ ### Minor Changes
6
+
7
+ - 2993e98: Add new Jira display conditions to the schema
8
+
3
9
  ## 8.1.0-next.4
4
10
 
5
11
  ### Patch Changes
@@ -11,7 +11,7 @@
11
11
  "additionalProperties": false,
12
12
  "properties": {
13
13
  "entityPropertyExists": {
14
- "$ref": "#/definitions/EntityPropertyExists"
14
+ "$ref": "#/definitions/EntityPropertyExists_1"
15
15
  },
16
16
  "isAdmin": {
17
17
  "type": "boolean"
@@ -35,7 +35,7 @@
35
35
  "additionalProperties": false,
36
36
  "properties": {
37
37
  "entityPropertyEqualTo": {
38
- "$ref": "#/definitions/EntityPropertyEqualTo"
38
+ "$ref": "#/definitions/EntityPropertyEqualTo_1"
39
39
  },
40
40
  "isAdmin": {
41
41
  "type": "boolean"
@@ -59,7 +59,7 @@
59
59
  "additionalProperties": false,
60
60
  "properties": {
61
61
  "entityPropertyContainsAny": {
62
- "$ref": "#/definitions/EntityPropertyContainsAny"
62
+ "$ref": "#/definitions/EntityPropertyContainsAny_1"
63
63
  },
64
64
  "isAdmin": {
65
65
  "type": "boolean"
@@ -83,7 +83,7 @@
83
83
  "additionalProperties": false,
84
84
  "properties": {
85
85
  "entityPropertyContainsAll": {
86
- "$ref": "#/definitions/EntityPropertyContainsAll"
86
+ "$ref": "#/definitions/EntityPropertyContainsAll_1"
87
87
  },
88
88
  "isAdmin": {
89
89
  "type": "boolean"
@@ -146,6 +146,21 @@
146
146
  ]
147
147
  },
148
148
  "EntityPropertyContainsAll": {
149
+ "$ref": "#/definitions/EntityPropertyContainsAll_1"
150
+ },
151
+ "EntityPropertyContainsAllItem": {
152
+ "additionalProperties": false,
153
+ "properties": {
154
+ "entityPropertyContainsAll": {
155
+ "$ref": "#/definitions/EntityPropertyContainsAll_1"
156
+ }
157
+ },
158
+ "required": [
159
+ "entityPropertyContainsAll"
160
+ ],
161
+ "type": "object"
162
+ },
163
+ "EntityPropertyContainsAll_1": {
149
164
  "additionalProperties": false,
150
165
  "properties": {
151
166
  "entity": {
@@ -158,7 +173,7 @@
158
173
  "type": "string"
159
174
  },
160
175
  "value": {
161
- "$ref": "#/definitions/StringOrListOfStrings_1"
176
+ "$ref": "#/definitions/StringOrListOfStrings"
162
177
  }
163
178
  },
164
179
  "required": [
@@ -168,19 +183,22 @@
168
183
  ],
169
184
  "type": "object"
170
185
  },
171
- "EntityPropertyContainsAllItem": {
186
+ "EntityPropertyContainsAny": {
187
+ "$ref": "#/definitions/EntityPropertyContainsAny_1"
188
+ },
189
+ "EntityPropertyContainsAnyItem": {
172
190
  "additionalProperties": false,
173
191
  "properties": {
174
- "entityPropertyContainsAll": {
175
- "$ref": "#/definitions/EntityPropertyContainsAll"
192
+ "entityPropertyContainsAny": {
193
+ "$ref": "#/definitions/EntityPropertyContainsAny_1"
176
194
  }
177
195
  },
178
196
  "required": [
179
- "entityPropertyContainsAll"
197
+ "entityPropertyContainsAny"
180
198
  ],
181
199
  "type": "object"
182
200
  },
183
- "EntityPropertyContainsAny": {
201
+ "EntityPropertyContainsAny_1": {
184
202
  "additionalProperties": false,
185
203
  "properties": {
186
204
  "entity": {
@@ -193,7 +211,7 @@
193
211
  "type": "string"
194
212
  },
195
213
  "value": {
196
- "$ref": "#/definitions/StringOrListOfStrings_1"
214
+ "$ref": "#/definitions/StringOrListOfStrings"
197
215
  }
198
216
  },
199
217
  "required": [
@@ -203,19 +221,22 @@
203
221
  ],
204
222
  "type": "object"
205
223
  },
206
- "EntityPropertyContainsAnyItem": {
224
+ "EntityPropertyEqualTo": {
225
+ "$ref": "#/definitions/EntityPropertyEqualTo_1"
226
+ },
227
+ "EntityPropertyEqualToItem": {
207
228
  "additionalProperties": false,
208
229
  "properties": {
209
- "entityPropertyContainsAny": {
210
- "$ref": "#/definitions/EntityPropertyContainsAny"
230
+ "entityPropertyEqualTo": {
231
+ "$ref": "#/definitions/EntityPropertyEqualTo_1"
211
232
  }
212
233
  },
213
234
  "required": [
214
- "entityPropertyContainsAny"
235
+ "entityPropertyEqualTo"
215
236
  ],
216
237
  "type": "object"
217
238
  },
218
- "EntityPropertyEqualTo": {
239
+ "EntityPropertyEqualTo_1": {
219
240
  "additionalProperties": false,
220
241
  "properties": {
221
242
  "entity": {
@@ -238,19 +259,22 @@
238
259
  ],
239
260
  "type": "object"
240
261
  },
241
- "EntityPropertyEqualToItem": {
262
+ "EntityPropertyExists": {
263
+ "$ref": "#/definitions/EntityPropertyExists_1"
264
+ },
265
+ "EntityPropertyExistsItem": {
242
266
  "additionalProperties": false,
243
267
  "properties": {
244
- "entityPropertyEqualTo": {
245
- "$ref": "#/definitions/EntityPropertyEqualTo"
268
+ "entityPropertyExists": {
269
+ "$ref": "#/definitions/EntityPropertyExists_1"
246
270
  }
247
271
  },
248
272
  "required": [
249
- "entityPropertyEqualTo"
273
+ "entityPropertyExists"
250
274
  ],
251
275
  "type": "object"
252
276
  },
253
- "EntityPropertyExists": {
277
+ "EntityPropertyExists_1": {
254
278
  "additionalProperties": false,
255
279
  "properties": {
256
280
  "entity": {
@@ -269,22 +293,15 @@
269
293
  ],
270
294
  "type": "object"
271
295
  },
272
- "EntityPropertyExistsItem": {
273
- "additionalProperties": false,
274
- "properties": {
275
- "entityPropertyExists": {
276
- "$ref": "#/definitions/EntityPropertyExists"
277
- }
278
- },
279
- "required": [
280
- "entityPropertyExists"
281
- ],
282
- "type": "object"
283
- },
284
296
  "EntityType": {
285
297
  "enum": [
286
298
  "space",
287
- "content"
299
+ "content",
300
+ "issue",
301
+ "issueType",
302
+ "project",
303
+ "app",
304
+ "user"
288
305
  ],
289
306
  "type": "string"
290
307
  },
@@ -387,9 +404,33 @@
387
404
  "canViewWatchers": {
388
405
  "type": "boolean"
389
406
  },
407
+ "entityPropertyContainsAll": {
408
+ "$ref": "#/definitions/EntityPropertyContainsAll"
409
+ },
410
+ "entityPropertyContainsAny": {
411
+ "$ref": "#/definitions/EntityPropertyContainsAny"
412
+ },
413
+ "entityPropertyEqualTo": {
414
+ "$ref": "#/definitions/EntityPropertyEqualTo"
415
+ },
416
+ "entityPropertyExists": {
417
+ "$ref": "#/definitions/EntityPropertyExists"
418
+ },
419
+ "hasAppAccess": {
420
+ "type": "boolean"
421
+ },
390
422
  "hasCoreAccess": {
391
423
  "type": "boolean"
392
424
  },
425
+ "hasGlobalPermission": {
426
+ "type": "string"
427
+ },
428
+ "hasIssuePermission": {
429
+ "type": "string"
430
+ },
431
+ "hasProjectPermission": {
432
+ "type": "string"
433
+ },
393
434
  "hasServiceDeskAccess": {
394
435
  "type": "boolean"
395
436
  },
@@ -405,29 +446,41 @@
405
446
  "isLoggedIn": {
406
447
  "type": "boolean"
407
448
  },
449
+ "isProjectAdmin": {
450
+ "type": "boolean"
451
+ },
452
+ "isProjectArchived": {
453
+ "type": "boolean"
454
+ },
408
455
  "isSiteAdmin": {
409
456
  "type": "boolean"
410
457
  },
411
458
  "issueId": {
412
- "$ref": "#/definitions/StringOrListOfStrings"
459
+ "$ref": "#/definitions/StringOrListOfStrings_1"
413
460
  },
414
461
  "issueKey": {
415
- "$ref": "#/definitions/StringOrListOfStrings"
462
+ "$ref": "#/definitions/StringOrListOfStrings_1"
416
463
  },
417
464
  "issueType": {
418
- "$ref": "#/definitions/StringOrListOfStrings"
465
+ "$ref": "#/definitions/StringOrListOfStrings_1"
466
+ },
467
+ "jiraExpression": {
468
+ "type": "string"
419
469
  },
420
470
  "jiraTimeTrackingProviderEnabled": {
421
471
  "type": "boolean"
422
472
  },
423
473
  "projectId": {
424
- "$ref": "#/definitions/StringOrListOfStrings"
474
+ "$ref": "#/definitions/StringOrListOfStrings_1"
425
475
  },
426
476
  "projectKey": {
427
- "$ref": "#/definitions/StringOrListOfStrings"
477
+ "$ref": "#/definitions/StringOrListOfStrings_1"
478
+ },
479
+ "projectName": {
480
+ "$ref": "#/definitions/StringOrListOfStrings_1"
428
481
  },
429
482
  "projectType": {
430
- "$ref": "#/definitions/StringOrListOfStrings"
483
+ "$ref": "#/definitions/StringOrListOfStrings_1"
431
484
  },
432
485
  "timeTrackingProviderEnabled": {
433
486
  "$ref": "#/definitions/TimeTrackingProviderEnabled"
@@ -441,9 +494,27 @@
441
494
  "Jira_1": {
442
495
  "additionalProperties": false,
443
496
  "properties": {
497
+ "entityPropertyContainsAll": {
498
+ "$ref": "#/definitions/EntityPropertyContainsAll"
499
+ },
500
+ "entityPropertyContainsAny": {
501
+ "$ref": "#/definitions/EntityPropertyContainsAny"
502
+ },
503
+ "entityPropertyEqualTo": {
504
+ "$ref": "#/definitions/EntityPropertyEqualTo"
505
+ },
506
+ "entityPropertyExists": {
507
+ "$ref": "#/definitions/EntityPropertyExists"
508
+ },
509
+ "hasAppAccess": {
510
+ "type": "boolean"
511
+ },
444
512
  "hasCoreAccess": {
445
513
  "type": "boolean"
446
514
  },
515
+ "hasGlobalPermission": {
516
+ "type": "string"
517
+ },
447
518
  "hasServiceDeskAccess": {
448
519
  "type": "boolean"
449
520
  },
@@ -462,6 +533,9 @@
462
533
  "isSiteAdmin": {
463
534
  "type": "boolean"
464
535
  },
536
+ "jiraExpression": {
537
+ "type": "string"
538
+ },
465
539
  "jiraTimeTrackingProviderEnabled": {
466
540
  "type": "boolean"
467
541
  },
@@ -471,69 +545,129 @@
471
545
  },
472
546
  "type": "object"
473
547
  },
474
- "ProjectPage": {
475
- "$ref": "#/definitions/ProjectPage_1"
548
+ "ProjectView": {
549
+ "$ref": "#/definitions/ProjectView_1"
476
550
  },
477
- "ProjectPage_1": {
551
+ "ProjectView_1": {
478
552
  "additionalProperties": false,
479
553
  "properties": {
480
- "hasCoreAccess": {
554
+ "canAddComments": {
481
555
  "type": "boolean"
482
556
  },
483
- "hasServiceDeskAccess": {
557
+ "canAdministerJira": {
484
558
  "type": "boolean"
485
559
  },
486
- "hasServiceManagementAccess": {
560
+ "canAdministerProjects": {
487
561
  "type": "boolean"
488
562
  },
489
- "hasSoftwareAccess": {
563
+ "canAssignIssues": {
490
564
  "type": "boolean"
491
565
  },
492
- "isAdmin": {
566
+ "canBeAssignedToIssues": {
493
567
  "type": "boolean"
494
568
  },
495
- "isLoggedIn": {
569
+ "canBrowseUsers": {
496
570
  "type": "boolean"
497
571
  },
498
- "isProjectAdmin": {
572
+ "canCloneIssues": {
499
573
  "type": "boolean"
500
574
  },
501
- "isProjectArchived": {
575
+ "canCreateAttachments": {
502
576
  "type": "boolean"
503
577
  },
504
- "isSiteAdmin": {
578
+ "canCreateChildren": {
505
579
  "type": "boolean"
506
580
  },
507
- "jiraTimeTrackingProviderEnabled": {
581
+ "canCreateSubtasks": {
508
582
  "type": "boolean"
509
583
  },
510
- "projectId": {
511
- "$ref": "#/definitions/StringOrListOfStrings"
584
+ "canDeleteAllAttachments": {
585
+ "type": "boolean"
512
586
  },
513
- "projectKey": {
514
- "$ref": "#/definitions/StringOrListOfStrings"
587
+ "canDeleteAllComments": {
588
+ "type": "boolean"
515
589
  },
516
- "projectName": {
517
- "$ref": "#/definitions/StringOrListOfStrings"
590
+ "canDeleteAllWorklogs": {
591
+ "type": "boolean"
518
592
  },
519
- "projectType": {
520
- "$ref": "#/definitions/StringOrListOfStrings"
593
+ "canDeleteIssues": {
594
+ "type": "boolean"
595
+ },
596
+ "canDeleteOwnAttachments": {
597
+ "type": "boolean"
598
+ },
599
+ "canDeleteOwnComments": {
600
+ "type": "boolean"
601
+ },
602
+ "canDeleteOwnWorklogs": {
603
+ "type": "boolean"
604
+ },
605
+ "canEditAllComments": {
606
+ "type": "boolean"
607
+ },
608
+ "canEditAllWorklogs": {
609
+ "type": "boolean"
610
+ },
611
+ "canEditIssues": {
612
+ "type": "boolean"
613
+ },
614
+ "canEditOwnComments": {
615
+ "type": "boolean"
616
+ },
617
+ "canEditOwnWorklogs": {
618
+ "type": "boolean"
619
+ },
620
+ "canLinkIssues": {
621
+ "type": "boolean"
622
+ },
623
+ "canLogWork": {
624
+ "type": "boolean"
625
+ },
626
+ "canManageWatchers": {
627
+ "type": "boolean"
628
+ },
629
+ "canModifyReporters": {
630
+ "type": "boolean"
631
+ },
632
+ "canMoveIssues": {
633
+ "type": "boolean"
634
+ },
635
+ "canScheduleIssues": {
636
+ "type": "boolean"
637
+ },
638
+ "canUseServiceManagementAgentFeatures": {
639
+ "type": "boolean"
640
+ },
641
+ "canViewDevTools": {
642
+ "type": "boolean"
643
+ },
644
+ "canViewWatchers": {
645
+ "type": "boolean"
646
+ },
647
+ "entityPropertyContainsAll": {
648
+ "$ref": "#/definitions/EntityPropertyContainsAll"
649
+ },
650
+ "entityPropertyContainsAny": {
651
+ "$ref": "#/definitions/EntityPropertyContainsAny"
652
+ },
653
+ "entityPropertyEqualTo": {
654
+ "$ref": "#/definitions/EntityPropertyEqualTo"
655
+ },
656
+ "entityPropertyExists": {
657
+ "$ref": "#/definitions/EntityPropertyExists"
658
+ },
659
+ "hasAppAccess": {
660
+ "type": "boolean"
521
661
  },
522
- "timeTrackingProviderEnabled": {
523
- "$ref": "#/definitions/TimeTrackingProviderEnabled"
524
- }
525
- },
526
- "type": "object"
527
- },
528
- "ProjectSettingsPage": {
529
- "$ref": "#/definitions/ProjectSettingsPage_1"
530
- },
531
- "ProjectSettingsPage_1": {
532
- "additionalProperties": false,
533
- "properties": {
534
662
  "hasCoreAccess": {
535
663
  "type": "boolean"
536
664
  },
665
+ "hasGlobalPermission": {
666
+ "type": "string"
667
+ },
668
+ "hasProjectPermission": {
669
+ "type": "string"
670
+ },
537
671
  "hasServiceDeskAccess": {
538
672
  "type": "boolean"
539
673
  },
@@ -549,23 +683,32 @@
549
683
  "isLoggedIn": {
550
684
  "type": "boolean"
551
685
  },
686
+ "isProjectAdmin": {
687
+ "type": "boolean"
688
+ },
689
+ "isProjectArchived": {
690
+ "type": "boolean"
691
+ },
552
692
  "isSiteAdmin": {
553
693
  "type": "boolean"
554
694
  },
695
+ "jiraExpression": {
696
+ "type": "string"
697
+ },
555
698
  "jiraTimeTrackingProviderEnabled": {
556
699
  "type": "boolean"
557
700
  },
558
701
  "projectId": {
559
- "$ref": "#/definitions/StringOrListOfStrings"
702
+ "$ref": "#/definitions/StringOrListOfStrings_1"
560
703
  },
561
704
  "projectKey": {
562
- "$ref": "#/definitions/StringOrListOfStrings"
705
+ "$ref": "#/definitions/StringOrListOfStrings_1"
563
706
  },
564
707
  "projectName": {
565
- "$ref": "#/definitions/StringOrListOfStrings"
708
+ "$ref": "#/definitions/StringOrListOfStrings_1"
566
709
  },
567
710
  "projectType": {
568
- "$ref": "#/definitions/StringOrListOfStrings"
711
+ "$ref": "#/definitions/StringOrListOfStrings_1"
569
712
  },
570
713
  "timeTrackingProviderEnabled": {
571
714
  "$ref": "#/definitions/TimeTrackingProviderEnabled"
@@ -665,10 +808,10 @@
665
808
  "$ref": "#/definitions/IssueView"
666
809
  },
667
810
  "jira:projectPage": {
668
- "$ref": "#/definitions/ProjectPage"
811
+ "$ref": "#/definitions/ProjectView"
669
812
  },
670
813
  "jira:projectSettingsPage": {
671
- "$ref": "#/definitions/ProjectSettingsPage"
814
+ "$ref": "#/definitions/ProjectView"
672
815
  }
673
816
  },
674
817
  "type": "object"
@@ -3,11 +3,14 @@ declare type Product = {
3
3
  isLoggedIn?: boolean;
4
4
  isSiteAdmin?: boolean;
5
5
  };
6
- declare type Jira = Product & TimeTrackingProviderProperties & {
6
+ declare type Jira = Product & TimeTrackingProviderProperties & EntityPropertyConditionsProperties & {
7
7
  hasSoftwareAccess?: boolean;
8
8
  hasServiceDeskAccess?: boolean;
9
9
  hasServiceManagementAccess?: boolean;
10
10
  hasCoreAccess?: boolean;
11
+ hasAppAccess?: boolean;
12
+ hasGlobalPermission?: string;
13
+ jiraExpression?: string;
11
14
  };
12
15
  interface TimeTrackingProviderEnabled {
13
16
  key: string;
@@ -16,14 +19,30 @@ interface TimeTrackingProviderProperties {
16
19
  jiraTimeTrackingProviderEnabled?: boolean;
17
20
  timeTrackingProviderEnabled?: TimeTrackingProviderEnabled;
18
21
  }
22
+ interface EntityPropertyConditionsProperties {
23
+ entityPropertyExists?: EntityPropertyExists;
24
+ entityPropertyEqualTo?: EntityPropertyEqualTo;
25
+ entityPropertyContainsAny?: EntityPropertyContainsAny;
26
+ entityPropertyContainsAll?: EntityPropertyContainsAll;
27
+ }
19
28
  declare type StringOrListOfStrings = string | string[];
20
- declare type IssueView = Jira & {
29
+ declare type IssueView = Jira & ProjectPermissionProperties & ProjectProperties & {
21
30
  issueKey?: StringOrListOfStrings;
22
31
  issueId?: StringOrListOfStrings;
23
32
  issueType?: StringOrListOfStrings;
33
+ hasIssuePermission?: string;
34
+ };
35
+ declare type ProjectView = Jira & ProjectPermissionProperties & ProjectProperties;
36
+ declare type ProjectProperties = {
24
37
  projectKey?: StringOrListOfStrings;
25
38
  projectId?: StringOrListOfStrings;
26
39
  projectType?: StringOrListOfStrings;
40
+ projectName?: StringOrListOfStrings;
41
+ isProjectAdmin?: boolean;
42
+ isProjectArchived?: boolean;
43
+ };
44
+ declare type ProjectPermissionProperties = {
45
+ hasProjectPermission?: string;
27
46
  canAddComments?: boolean;
28
47
  canAdministerJira?: boolean;
29
48
  canAdministerProjects?: boolean;
@@ -56,23 +75,14 @@ declare type IssueView = Jira & {
56
75
  canViewDevTools?: boolean;
57
76
  canViewWatchers?: boolean;
58
77
  };
59
- declare type ProjectPage = Jira & {
60
- projectKey?: StringOrListOfStrings;
61
- projectId?: StringOrListOfStrings;
62
- projectType?: StringOrListOfStrings;
63
- projectName?: StringOrListOfStrings;
64
- isProjectAdmin?: boolean;
65
- isProjectArchived?: boolean;
66
- };
67
- declare type ProjectSettingsPage = Jira & {
68
- projectKey?: StringOrListOfStrings;
69
- projectId?: StringOrListOfStrings;
70
- projectType?: StringOrListOfStrings;
71
- projectName?: StringOrListOfStrings;
72
- };
73
78
  declare enum EntityType {
74
79
  Space = "space",
75
- Content = "content"
80
+ Content = "content",
81
+ Issue = "issue",
82
+ IssueType = "issueType",
83
+ Project = "project",
84
+ App = "app",
85
+ User = "user"
76
86
  }
77
87
  interface EntityPropertyExists {
78
88
  entity: EntityType;
@@ -117,8 +127,8 @@ export declare type DisplayConditions = {
117
127
  'jira:dashboardGadget'?: Jira;
118
128
  'jira:adminPage'?: Jira;
119
129
  'jira:globalPage'?: Jira;
120
- 'jira:projectPage'?: ProjectPage;
121
- 'jira:projectSettingsPage'?: ProjectSettingsPage;
130
+ 'jira:projectPage'?: ProjectView;
131
+ 'jira:projectSettingsPage'?: ProjectView;
122
132
  'confluence:contentAction'?: Confluence;
123
133
  'confluence:contentBylineItem'?: Confluence;
124
134
  'confluence:contextMenu'?: Confluence;
@@ -1 +1 @@
1
- {"version":3,"file":"display-condition-types.d.ts","sourceRoot":"","sources":["../../src/types/display-condition-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"display-condition-types.d.ts","sourceRoot":"","sources":["../../src/types/display-condition-types.ts"],"names":[],"mappings":"AAAA,aAAK,OAAO,GAAG;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,aAAK,IAAI,GAAG,OAAO,GACjB,8BAA8B,GAC9B,kCAAkC,GAAG;IACnC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEJ,UAAU,2BAA2B;IACnC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,8BAA8B;IACtC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;CAC3D;AAED,UAAU,kCAAkC;IAC1C,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IACtD,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;CACvD;AAED,aAAK,qBAAqB,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAC/C,aAAK,SAAS,GAAG,IAAI,GACnB,2BAA2B,GAC3B,iBAAiB,GAAG;IAClB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEJ,aAAK,WAAW,GAAG,IAAI,GAAG,2BAA2B,GAAG,iBAAiB,CAAC;AAE1E,aAAK,iBAAiB,GAAG;IACvB,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,aAAK,2BAA2B,GAAG;IACjC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,aAAK,UAAU;IACb,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,UAAU,oBAAoB;IAC5B,MAAM,EAAE,UAAU,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,qBAAsB,SAAQ,oBAAoB;IAC1D,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,yBAA0B,SAAQ,oBAAoB;IAC9D,KAAK,EAAE,qBAAqB,CAAC;CAC9B;AAED,UAAU,yBAA0B,SAAQ,oBAAoB;IAC9D,KAAK,EAAE,qBAAqB,CAAC;CAC9B;AAED,UAAU,wBAAwB;IAChC,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;AAED,UAAU,yBAAyB;IACjC,qBAAqB,EAAE,qBAAqB,CAAC;CAC9C;AAED,UAAU,6BAA6B;IACrC,yBAAyB,EAAE,yBAAyB,CAAC;CACtD;AAED,UAAU,6BAA6B;IACrC,yBAAyB,EAAE,yBAAyB,CAAC;CACtD;AAED,aAAK,uBAAuB,GACxB,wBAAwB,GACxB,yBAAyB,GACzB,6BAA6B,GAC7B,6BAA6B,CAAC;AAElC,aAAK,4BAA4B,GAAG,OAAO,GAAG;IAC5C,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,aAAK,UAAU,GACX,4BAA4B,GAC5B,CAAC,4BAA4B,GAAG,uBAAuB,CAAC,GACxD,uBAAuB,EAAE,CAAC;AAM9B,oBAAY,iBAAiB,GAAG;IAC9B,UAAU,CAAC,EAAE,CAAC,KAAK,GAAG,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC;IACtC,OAAO,EAAE;QACP,iBAAiB,CAAC,EAAE,SAAS,CAAC;QAC9B,oBAAoB,CAAC,EAAE,SAAS,CAAC;QACjC,kBAAkB,CAAC,EAAE,SAAS,CAAC;QAC/B,kBAAkB,CAAC,EAAE,SAAS,CAAC;QAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;QAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;QAC/B,sBAAsB,CAAC,EAAE,IAAI,CAAC;QAC9B,gBAAgB,CAAC,EAAE,IAAI,CAAC;QACxB,iBAAiB,CAAC,EAAE,IAAI,CAAC;QACzB,kBAAkB,CAAC,EAAE,WAAW,CAAC;QACjC,0BAA0B,CAAC,EAAE,WAAW,CAAC;QACzC,0BAA0B,CAAC,EAAE,UAAU,CAAC;QACxC,8BAA8B,CAAC,EAAE,UAAU,CAAC;QAC5C,wBAAwB,CAAC,EAAE,UAAU,CAAC;QACtC,uBAAuB,CAAC,EAAE,UAAU,CAAC;QACrC,2BAA2B,CAAC,EAAE,UAAU,CAAC;QACzC,0BAA0B,CAAC,EAAE,UAAU,CAAC;KACzC,CAAC;CACH,CAAC"}
@@ -4,4 +4,9 @@ var EntityType;
4
4
  (function (EntityType) {
5
5
  EntityType["Space"] = "space";
6
6
  EntityType["Content"] = "content";
7
+ EntityType["Issue"] = "issue";
8
+ EntityType["IssueType"] = "issueType";
9
+ EntityType["Project"] = "project";
10
+ EntityType["App"] = "app";
11
+ EntityType["User"] = "user";
7
12
  })(EntityType || (EntityType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.1.0-next.4",
3
+ "version": "8.1.0-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {